@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/* ------------------------------------------------------------------------------

  1. Global
		1.1 General
		1.2  Typography
		1.3 Utils
		1.4 Buttons
		1.5 Fields
		1.6 Heading
		1.7 Menu toggle button
		1.8 Navigation
		1.9 Logo
		1.10 Social
		1.11 More
		1.12 Play button
		1.13 Filter
		1.14 Overlay
		1.15 Preloader
		1.16 Webpage
		1.17 Language switcher

	2. Header
		2.1 Mobile menu
		2.2 Header

	3. Footer
		3.1 Footer

	4. Main
		4.1 Timer
		4.2 Error 404
		4.3 Coming soon
		4.4 Link with arrow
		4.5 Tab rev slider
		4.6 Statistics block
		4.7 Review card
		4.8 News preview card
		4.9 About us block
		4.10 Hero block
		4.11 Services block
		4.12 Statistics block
		4.12 Latest projects carousel block
		4.13 Partners block
		4.14 Partners block
		4.15 Latest news block
		4.16 Latest news block
		4.17 Latest news block
		4.18 Featured projects block
		4.19 Project detail blocks
		4.20 Services section
		4.21 Home Grid page blocks
		4.22 Team list block
		4.23 News blocks
		4.24 Blocks for services pages
		4.25 Feedback block
		4.26 Contact block
		4.27 Block in About page
		4.28 Map block
		4.29 Video section in homepage
		4.30 Main slider
		4.31 Article
		4.32 Home parallax

-------------------------------------------------------------------------------*/
@import url(aos.css);
@import url(swiper-bundle.css);
@import url(animsition.min.css);
@import url(jquery.pagepiling.css);
@import url(jquery.fancybox.css);

/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/
/* 1.1 General */
html,
body {
  overflow: hidden !important;
}

html {
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

html ::-webkit-scrollbar-button {
  display: none;
}

html ::-webkit-scrollbar-track-piece {
  background-color: #787878;
}

html ::-webkit-scrollbar-thumb {
  background-color: maroon;
  border-radius: none;
}

html ::-webkit-scrollbar-corner {
  background-color: #999;
}

html ::-webkit-resizer {
  background-color: #666;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-locale: auto;
  white-space: normal;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #787878;
  font-weight: 400;
  -webkit-locale: auto;
  white-space: normal;
}

main {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  border-bottom: solid 1px transparent;
  background-color: #ffffff;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.banner-default-style {
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  background: url(https://sindhisangat.design.nwdco.net/site/assets/files/1016/new_project_19.webp);
  height: 350px;
  display: flex;
  align-items: end;
  justify-content: start;
  background-size: cover;
  background-position: center;
}

.banner-default-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  z-index: 0;
  background: linear-gradient(rgba(198, 40, 40, 0.9), rgba(183, 28, 28, 0.9)) !important;
}

/* Main Wrapper */
.banner-surface {
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  /* background: url(https://placehold.co/1920x500); */
  height: 550px;
  display: flex;
  align-items: end;
  justify-content: start;
  background-size: cover;
  background-position: center;
}

.banner-surface::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  z-index: 0;
  background: linear-gradient(0deg, #000000c4, transparent);
}


/* Layout Container */
.banner-inner {
  width: 100%;
  /* max-width: 1100px; */
  /* margin: 0 auto; */
  padding: 0 20px;
  z-index: 999;
}

/* Breadcrumb Group */
.breadcrumb-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  color: #999999;
}


.breadcrumb-anchor {
  color: #FF9800;
  text-decoration: none;
  transition: color 0.15s ease;
}

.breadcrumb-anchor:hover {
  color: #FF9800;
  text-decoration: underline;
}

/* Visual Separator */

.breadcrumb-divider {
  margin: 0 10px;
  color: #fff;
  user-select: none;
}

.breadcrumb-label {
  color: #fff;
  font-weight: 500;
}

/* Main Heading */
.banner-title {
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .banner-surface {
    padding: 25px 0;
  }

  .banner-title {
    font-size: 22px;
  }
}

@keyframes text-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes link-arrow-hover {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(0);
  }
}

.label-subs {
  position: relative;
}

.label-subs>button[type="submit"] {
  width: auto;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: #ffffff;
  transition: color 0.3s ease;
}

.__js_review-carousel {
  overflow: hidden;
}

@media (min-width: 576px) {
  .label-subs>button[type="submit"] {
    left: unset;
    bottom: unset;
    right: 0;
    top: 17px;
    transform: none;
  }
}

.label-subs label {
  width: 100%;
  display: block;
  position: relative;
  padding: 15px 25px 15px 45px;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .label-subs label {
    padding: 15px 100px 15px 45px;
  }
}

.label-subs label::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M58.7 10.7H5.3C2.4 10.7 0 13.1 0 16v32c0 2.9 2.4 5.3 5.3 5.3h53.3c2.9 0 5.3-2.4 5.3-5.3V16c.1-2.9-2.3-5.3-5.2-5.3zm0 35.7L40.5 29.3l18.1-10.9v28zM28.3 32.3c1.1.8 2.4 1.1 3.7 1.1 1.3 0 2.7-.3 3.7-1.1L52.5 48H10.7l17.1-16 .5.3zm24-16.3L33.1 27.7c-.5.3-1.3.3-1.9 0L11.7 16h40.6zM23.2 29.1L5.3 45.9V18.4l17.9 10.7z'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto;
}

.label-subs label input {
  width: 100%;
  padding: 0;
}

.label-subs label input::placeholder {
  opacity: 0.5;
  color: #000000;
}

.label-subs label input:focus::placeholder {
  opacity: 0;
}

.custom-input {
  width: 100%;
  height: 46px;
  padding: 16px 20px;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.custom-input::placeholder {
  font-size: 16px;
  opacity: 0.5;
}

.custom-input:focus {
  border-color: #000000;
}

.custom-input:focus::placeholder {
  opacity: 0;
}

input[type="search"] {
  width: 100%;
  padding: 16px 50px 16px 25px;
  border: 1px solid #c9c9c9;
  background: #ffffff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat calc(100% - 30px) center;
  background-size: 13px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s ease;
}

input[type="search"]:hover,
input[type="search"]:focus {
  border-color: #000000;
}

input[type="search"]::placeholder {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 16px;
  color: #767676;
  opacity: 1;
}

input[type="search"]:focus::placeholder {
  opacity: 0;
}

textarea.custom-input {
  height: 150px;
  resize: none;
}

.slide-counter {
  font-size: 24px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .slide-counter {
    font-size: 30px;
    line-height: 30px;
  }
}

.arrow-square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  position: absolute;
  z-index: 1;
  outline: none;
  padding: 0;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .arrow-square {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 992px) {
  .arrow-square:hover {
    background-color: transparent;
  }

  .arrow-square:hover svg {
    fill: #ffffff;
  }
}

.arrow-square svg {
  width: 50%;
  height: 50%;
  fill: #000000;
  transition: fill 0.3s ease;
}

.arrow-square--prev svg {
  transform: rotate(180deg);
}

#pp-nav {
  /* display: none; */
  right: 64px !important;
  top: 47%;
}

@media (min-width: 1560px) {
  #pp-nav {
    display: block;
  }
}

#pp-nav ul li {
  width: 11px;
  height: 11px;
  margin: 0;
}

#pp-nav ul li:hover a span {
  margin: 0;
  background-color: maroon;
}

#pp-nav ul li+li {
  margin-top: 23px;
}

#pp-nav ul li a span {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  left: unset;
  right: 0;
  border: none;
  transition: background-color 0.3s ease;
}

#pp-nav ul li a.active span {
  background-color: maroon;
  transition: background-color 0.3s ease;
}

/* 1.2  Typography */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-bold.woff2") format("woff2"), url("../fonts/gilroy-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regular.woff2") format("woff2"), url("../fonts/gilroy-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regularitalic.woff2") format("woff2"), url("../fonts/gilroy-regularitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Swansea";
  src: url("../fonts/swansea.woff2") format("woff2"), url("../fonts/swansea.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swansea";
  src: url("../fonts/swansea-bold.woff2") format("woff2"), url("../fonts/swansea-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-semibold.woff2") format("woff2"), url("../fonts/gilroy-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-semibolditalic.woff2") format("woff2"), url("../fonts/gilroy-semibolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-regular.woff2") format("woff2"), url("../fonts/poppins-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-medium.woff2") format("woff2"), url("../fonts/poppins-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-semibold.woff2") format("woff2"), url("../fonts/poppins-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-bold.woff2") format("woff2"), url("../fonts/poppins-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 1.3 Utils */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.relative {
  position: relative;
}

.d-none {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.d-flex {
  display: flex;
}

@media (min-width: 992px) {
  .lg-d-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {

  .sn-info-panel {
    padding-right: 0px !important;
  }

  .sn-action-panel {
    margin-top: 50px;
  }

  .banner-surface {
    height: 350px;
  }

  .banner-surface::before {
    height: 350px;
  }

  .bg-dark {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
}

@media (max-width: 991px) {
  .bg-light {
    background-color: rgba(255, 255, 255, 0.6) !important;
  }
}

.field-error {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .grid-wrapper {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) {
  .grid-wrapper {
    margin: 0 -25px;
  }
}

.color-yellow {
  color: maroon;
}

/* swiper */
.swiper-pagination {
  position: static;
  margin-top: 32px;
}

@media (min-width: 576px) {
  .swiper-pagination {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .swiper-pagination {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .swiper-pagination {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .swiper-pagination {
    margin-top: 60px;
  }
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  height: 4px;
  width: 100%;
  background-color: transparent;
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.home-page-slider>.swiper-pagination {
  position: absolute;
  margin-top: 0;
  right: 20px;
}

.home-page-slider>.swiper-pagination-bullets {
  display: block;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin: 15px 4px !important;
  opacity: 1;
}

@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 20px 8px !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: maroon;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus {
  outline: none;
}

/* 1.4 Buttons */
.btn {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
  vertical-align: top;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  border: solid 1px maroon;
  background-color: maroon;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

@media (min-width: 768px) {

  .btn {
    padding: 14px 26px;
  }
}

.btn:hover,
.btn:focus {
  outline: none;
  background-color: #eeba04;
  color: #000000;
  box-shadow: none;
  border: 1px solid #eeba04;
}

.btn:active {
  opacity: 0.7;
  box-shadow: none;
}

.btn--outline {
  background-color: transparent;
  color: maroon;
  border-color: maroon;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn--outline:hover,
.btn--outline:focus {
  outline: none;
  background-color: maroon;
  color: #ffffff;
}

/* 1.5 Fields */
.field {
  position: relative;
  display: block;
  width: 100%;
  cursor: text;
}

.field input,
.field textarea {
  display: block;
  width: 100%;
  padding: 15px 16px;
  border: solid 1px #c9c9c9;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #787878;
  transition: border-color 0.3s ease;
}

.field input::placeholder,
.field textarea::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #787878;
  opacity: 1;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: #000000;
  color: #000000;
}

@media (min-width: 992px) {

  .field input:hover,
  .field input:focus,
  .field textarea:hover,
  .field textarea:focus {
    border-color: #000000;
  }
}

.field textarea {
  resize: none;
  height: 150px;
  padding: 24px;
}

@media (min-width: 1200px) {
  .field textarea {
    height: 174px;
  }
}

/* 1.6 Heading */
.heading {
  margin: 0;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 32px;
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 768px) {
  .heading {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .heading {
    font-size: 48px;
  }
}

.heading--upper {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .heading--size-large {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .heading--size-large {
    font-size: 60px;
  }
}

.heading-small {
  font-size: 14px;
  line-height: 1.5;
  color: maroon;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* 1.7 Menu toggle button */
.menu-toggle {
  position: relative;
  display: block;
  width: 50px;
  height: 12px;
  padding: 0;
  border: none;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.menu-toggle--white::before,
.menu-toggle--white::after {
  border-top: solid 3px #ffffff;
}

.menu-toggle--opened::before {
  transform: translateY(2px);
}

.menu-toggle--opened::after {
  transform: translateY(-2px);
}

.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: solid 3px #000000;
  transition: border-top-color 0.3s ease, transform 0.3s ease;
}

.menu-toggle::before {
  top: 0;
}

.menu-toggle::after {
  bottom: 0;
}

.menu-toggle--white::before,
.menu-toggle--white::after {
  border-top: solid 3px #ffffff;
}

.menu-toggle:hover,
.menu-toggle:focus {
  outline: none;
}

.menu-toggle:hover::before,
.menu-toggle:hover::after,
.menu-toggle:focus::before,
.menu-toggle:focus::after {
  border-top-color: maroon;
}

/* 1.8 Navigation */
.navigation__dropdown {
  display: none;
}

.main-container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-main-heading {
  font-weight: 700;
  font-size: 3.5rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.page-banner-section {
  margin-bottom: 4rem;
}

.banner-image-container {
  height: 350px;
  overflow: hidden;
  border-radius: var(--border-radius-large);
  box-shadow: var(--box-shadow-subtle);
}

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

/* 50/50 Split */
.image-content-split-section {
  background-color: var(--card-bg);
  border-radius: var(--border-radius-large);
  box-shadow: var(--box-shadow-subtle);
  overflow: hidden;
  margin-bottom: 4rem;
}

.custom-split-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}

.split-image-column:hover .custom-split-img {
  transform: scale(1.05);
}

.split-content-column {
  padding: 0 1rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 13vh !important;
}

.content-secondary-heading p {
  font-family: 'Lato', sans-serif;
  font-size: 38px;
  line-height: 131%;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  color: #9d1513;
  margin-top: 0;
}

.content-secondary-heading p span {
  color: maroon;
}

.content-body-text {
  color: #000;
  line-height: 140%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-align: justify;
}

.content-body-text p span,
.content-body-text p strong,
.content-body-text p a {
  font-family: 'Lato', sans-serif;
  color: maroon;
  font-weight: 600;
}

/* Media Section */
.media-section-card {
  padding: 30px 30px;
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-bottom: 40px;
  padding-top: 40px;
}

.fancybox__content {
  max-width: 1200px;
}

.custom-media-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #9d1513;
  line-height: 140%;
  margin: 0 0 20px;
  font-size: 28px;
}

.popup-sub-heading-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #a91c2d;
  text-align: left;
  margin: 0;
  line-height: 140%;
}

.popup-main-heading {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin: 0;
  line-height: 140%;
  margin: 0 0 20px;
}

.content-block-paragraph {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: justify;
  margin: 0;
  line-height: 140%;
}

/* Gallery Item Styling for FancyBox */
.gallery-item {
  cursor: pointer;
  padding: 4px;
}

.gallery-item a {
  width: 100%;
  display: inline-block;
  height: 230px;
}

.gallery-thumb {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: transform 0.3s;
  border: 2px solid transparent;
  object-fit: cover;
  object-position: top;
}

.gallery-item:hover .gallery-thumb {
  transform: translateY(-3px);
  border: 2px solid var(--primary-color);
}

/* Video List Styling for FancyBox */

.video-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
  transition: background-color 0.2s;
  background-color: #800000;
  border-radius: 4px;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.profile-bg {
  border-left: 1px solid #e0e0e0;
  /* background-color: #ffffff; */
}

.footer-media-section {
  margin-bottom: 50px !important;
  box-shadow: 4px 4px 0px 0 #9c1516, -4px -4px 0px 0 #fead35, -4px 4px 0px 0 #fead35, 3px -4px 0px 0 #fead35;
}

.video-list-item:hover {
  background-color: #f2f2f2;
}

.video-list-item:hover .video-title {
  color: #800000;
}

.video-list-item:hover .text-muted {
  color: #000000;
}

.fancybox__slide.has-image>.fancybox__content {
  width: 100% !important;
  height: 100% !important;
}

.event-card-2 {
  /* max-width: 400px; */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px !important;
}

.event-card-2 .card-img-top {
  width: 100%;
  display: block;
  height: 280px;
  object-fit: cover;
}

.event-card-2 .card-header {
  border-radius: 10px 10px 10px 10px !important;
  background-color: #ffffff !important;
  width: 70px;
  height: 75px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.event-card-2 .card-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.event-card-2 .card-header h4 span {
  font-size: 29px;
  font-weight: 500;
  display: block;
  line-height: 80%;
  color: #9d1513;
}

.event-card-2 dt {
  font-weight: bold;
  color: #9f1413 !important;
}

.card-body ul {
  padding-left: 15px;
  /* min-height: 199px; */
}

.card-body ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.card-body ul li a {
  height: fit-content !important;
}

/* .hidden2 {
  display: none;
} */

.loader-overlay {
  margin: 0 auto;
}

.loader-overlay p {
  text-align: center;
}

.loader-overlay.show {
  display: block !important;
  opacity: 1;
  pointer-events: all;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #800000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
  margin: 30px auto 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loader {
  text-align: center;
  padding: 20px;
  font-size: 16px;
}

.w10 {
  width: 25px;
  color: #9f1413;
  padding-top: 4px;
}

.w90 {
  width: 90%;
  margin-left: 10px;
}

.card-body ul li strong {
  font-weight: 600;
  color: #9f1413 !important;
}

.video-thumbnail-placeholder {
  width: 100%;
  height: auto;
  /* background-color: #e9ecef; */
  border-radius: 0px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--primary-color);
  font-size: 1.5rem;
  /* border: 2px solid #fff; */
  margin: 0px;
  border-radius: 2px;
}

.video-thumbnail-placeholder img {
  width: 100%;
}

.video-title {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin: 0;
  text-align: left;
}

.text-muted {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
  text-align: left;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {

  .split-content-column {
    padding: 0rem !important;
  }
}

@media (min-width: 992px) {
  .navigation__dropdown {
    position: absolute;
    z-index: 1;
    left: -50px;
    bottom: -20px;
    transform: translateY(100%);
    display: block;
    min-width: 150px;
    padding: 42px 50px;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    box-shadow: 0 0 5px #ededed;
    border-radius: 3px;
  }

  .navigation__dropdown:hover {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 1200px) {
  .navigation__dropdown {
    left: -50px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .navigation__dropdown--columns {
    width: 480px;
  }
}

@media (min-width: 1200px) {
  .navigation__dropdown--columns {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .navigation__dropdown-wrapper {
    display: flex;
  }
}

@media (min-width: 992px) {
  .navigation__dropdown-column {
    flex-grow: 1;
  }

  .navigation__dropdown-column+.navigation__dropdown-column {
    width: 50%;
    padding-left: 32px;
  }
}

.navigation__dropdown-column-title {
  display: none;
}

@media (min-width: 992px) {
  .navigation__dropdown-column-title {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1;
    color: #787878;
    text-transform: uppercase;
    letter-spacing: 0.01em;
  }
}

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

.navigation__dropdown-item {
  margin-top: 16px;
  line-height: 1 !important;
}

.navigation__dropdown-item:first-child {
  /* margin-top: 20px; */
}

@media (min-width: 768px) {
  .navigation__dropdown-item:first-child {
    /* margin-top: 24px; */
  }
}

@media (min-width: 992px) {
  .navigation__dropdown-item:first-child {
    /* margin-top: 0; */
  }
}

@media (min-width: 992px) {
  .navigation__dropdown-item {
    margin-top: 8px;
  }
}

.navigation__dropdown-item--current a {
  color: maroon !important;
  font-weight: 600;
}

.navigation__dropdown-item a {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.015em;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {
  .navigation__dropdown-item a {
    line-height: 1.875;
  }
}

.navigation__dropdown-item a:hover,
.navigation__dropdown-item a:focus {
  outline: none;
  color: maroon;
}

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

@media (min-width: 992px) {
  .navigation__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.navigation__item {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .navigation__item {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (min-height: 610px) {
  .navigation__item {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .navigation__item {
    margin-right: 40px;
    margin-bottom: 0;
  }
}



.navigation__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.navigation__item--current .navigation__link {
  color: maroon !important;
}

.navigation__link {
  font-size: 24px;
  line-height: 1;
  color: #000000;
  font-weight: 600;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .navigation__link {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .navigation__link {
    font-size: 14px;
    line-height: 1.21;
    /* text-transform: uppercase; */
  }
}

.navigation__link:hover,
.navigation__link:focus {
  outline: none;
  color: maroon;
  position: relative;
}

@media (min-width: 992px) {

  .navigation__link:hover::after,
  .navigation__link:focus::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    height: 70px;
  }

  .navigation__link:hover+.navigation__dropdown,
  .navigation__link:focus+.navigation__dropdown {
    opacity: 1;
    pointer-events: auto;
  }
}

.navigation__link:active {
  opacity: 0.7;
}

/* 1.9 Logo */
.logo {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 7px 0 11px 15px;
}

/* .logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  border: solid 2px maroon;
  border-right: none;
}

.logo::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: maroon;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
} */

.logo--borderless {
  padding: 0;
}

.logo--borderless::before,
.logo--borderless::after {
  display: none;
}

.logo--white .logo__large,
.logo--white .logo__small {
  color: #ffffff;
  opacity: 1;
}

@media (min-width: 768px) {
  .logo--large {
    padding: 32px 0 42px 40px;
  }

  .logo--large::before,
  .logo--large::after {
    width: 88px;
    border-width: 4px;
  }

  .logo--large .logo__large {
    font-size: 70px;
    line-height: 1.28;
  }

  .logo--large .logo__small {
    font-size: 19px;
    line-height: 1.16;
  }
}

.logo__large {
  display: block;
  font-size: 28px;
  line-height: 1.21;
  color: #000000;
  font-family: 'Lato', sans-serif;
  ;
  font-weight: 700;
}

.logo__small {
  display: block;
  font-size: 11px;
  line-height: 1.18;
  color: #000000;
  opacity: 0.6;
}

.logo[href]:hover,
.logo[href]:focus {
  outline: none;
}

.logo[href]:hover::after,
.logo[href]:focus::after {
  transform: translateX(0);
}

/*title*/
.ones {
  position: relative;
}

.ones h4 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 3px;
}

.ones h4:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background: maroon;
}

.ones h4:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background: maroon;
}

.divider {
  position: relative;
  /*margin-top: 90px;*/
  margin: 60px 0;
  height: 1px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(0, 159, 211), transparent);
}


/* 1.10 Social */
.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  /*.fb {
		background-color: #3b5999;
		border-color: #3b5999;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #3b5999;
			}
		}
	}

	.tw {
		background-color: #55acee;
		border-color: #55acee;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #55acee;
			}
		}
	}

	.g-plus {
		background-color: #dd4b39;
		border-color: #dd4b39;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #dd4b39;
			}
		}
	}

	.tumblr {
		background-color: #2b4b6a;
		border-color: #2b4b6a;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #2b4b6a;
			}
		}
	}

	.rss {
		background-color: #fb7000;
		border-color: #fb7000;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #fb7000;
			}
		}
	}*/
}

.social--contact .social__link svg {
  fill: #929292;
}

.social--white .social__link svg {
  fill: #ffffff;
}

.social__item+.social__item {
  margin-left: 28px;
}

.social__link {
  display: flex;
  width: 17px;
  height: 17px;
  justify-content: center;
}

.social__link svg {
  display: block;
  align-self: center;
  fill: #000000;
  transition: fill 0.3s ease;
}

@media (min-width: 992px) {

  .social__link:hover,
  .social__link:focus {
    outline: none;
  }

  .social__link:hover svg,
  .social__link:focus svg {
    fill: maroon;
  }
}

.social__link:active {
  opacity: 0.7;
}

/* 1.11 More */
.more {
  display: flex;
  align-items: center;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 16px;
  line-height: 1.3125;
  color: #a1a1a1;
  font-weight: 600;
  transition: color 0.3s ease;
}

.more svg {
  margin-left: 16px;
  fill: #a1a1a1;
  transition: fill 0.3s ease;
}

.more:hover,
.more:focus {
  outline: none;
  color: #000000;
}

.more:hover svg,
.more:focus svg {
  fill: #000000;
}

.more:active {
  opacity: 0.7;
}

/* 1.12 Play button */
.play-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: maroon;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.play-btn:hover,
.play-btn:focus {
  outline: none;
  background-color: #eeba04;
}

.play-btn__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-left: 2px;
}

/* 1.13 Filter */
.filter__item {
  margin-right: 20px;
  padding: 0;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

@media (min-width: 1200px) {
  .filter__item {
    margin-right: 28px;
  }
}

.filter__item:last-child {
  margin-right: 0;
}

.filter__item:hover,
.filter__item:focus {
  outline: none;
  color: maroon;
}

.filter__item--active {
  color: maroon;
}

/* 1.14 Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

/* 1.15 Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.preloader__text {
  align-self: center;
  font-size: 48px;
}

.preloader__spinner {
  position: relative;
  width: 50px;
  height: 50px;
  align-self: center;
}

.preloader__double-bounce {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: bounce 2s infinite ease-in-out;
  opacity: 0.6;
  border-radius: 50%;
  background-color: maroon;
}

.preloader__double-bounce--delay {
  animation-delay: -1s;
}

@keyframes bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

/* 1.16 Webpage */
.webpage {
  background-color: #ffffff;
}


/* .webpage--parallax main {
  min-height: 100vh;
  overflow: hidden;
} */

.webpage--parallax-dark .header .social__link svg {
  fill: #000000;
}

.webpage--parallax-dark .header .logo__large,
.webpage--parallax-dark .header .logo__small,
.webpage--parallax-dark .header .navigation__link {
  color: #000000;
  text-shadow: none;
}

.webpage--parallax-dark .header .menu-toggle::before,
.webpage--parallax-dark .header .menu-toggle::after {
  border-color: #000000;
}

.webpage--parallax-dark .parallax {
  color: #000000;
}

.webpage--parallax-dark .parallax__link {
  color: #000000;
}

.webpage--parallax-dark .parallax__link svg {
  fill: #000000;
}

.webpage--parallax-dark .footer .footer__copy,
.webpage--parallax-dark .footer .lang-switcher__link {
  color: #000000;
}

.webpage--parallax-dark .footer .footer__copy a,
.webpage--parallax-dark .footer .lang-switcher__link a {
  color: #000000;
}

.webpage--parallax-dark .footer .lang-switcher__link--current {
  color: maroon;
}

.webpage--parallax-dark #pp-nav ul li:hover a span {
  background-color: maroon;
}

.webpage--parallax-dark #pp-nav ul li a span {
  background-color: #767676;
}

.webpage--parallax-dark #pp-nav ul li a.active span {
  background-color: maroon;
}

.webpage__about-section,
.webpage__services-section,
.webpage__statistics,
.webpage__latest-projects,
.webpage__partners,
.webpage__reviews-carousel,
.webpage__latest-news,
.webpage__services-provided,
.webpage__about-block,
.webpage__main-slider,
.webpage__featured-projects,
.webpage__services,
.webpage__team-section,
.webpage__hero {
  margin-bottom: 80px;
}

@media (min-width: 768px) {

  .webpage__about-section,
  .webpage__services-section,
  .webpage__statistics,
  .webpage__latest-projects,
  .webpage__partners,
  .webpage__reviews-carousel,
  .webpage__latest-news,
  .webpage__services-provided,
  .webpage__about-block,
  .webpage__main-slider,
  .webpage__featured-projects,
  .webpage__services,
  .webpage__team-section,
  .webpage__hero {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {

  .webpage__about-section,
  .webpage__services-section,
  .webpage__statistics,
  .webpage__latest-projects,
  .webpage__partners,
  .webpage__reviews-carousel,
  .webpage__latest-news,
  .webpage__services-provided,
  .webpage__about-block,
  .webpage__main-slider,
  .webpage__featured-projects,
  .webpage__services,
  .webpage__team-section,
  .webpage__hero {
    margin-bottom: 160px;
  }
}

@media (min-width: 1200px) {

  .webpage__about-section,
  .webpage__services-section,
  .webpage__statistics,
  .webpage__latest-projects,
  .webpage__partners,
  .webpage__reviews-carousel,
  .webpage__latest-news,
  .webpage__services-provided,
  .webpage__about-block,
  .webpage__main-slider,
  .webpage__featured-projects,
  .webpage__services,
  .webpage__team-section,
  .webpage__hero {
    margin-bottom: 120px;
  }
}

/* 1.17 Language switcher */
.lang-switcher {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-switcher--white .lang-switcher__link {
  color: #ffffff;
}

.lang-switcher--menu,
.lang-switcher--line {
  display: flex;
  flex-wrap: wrap;
}

.lang-switcher--menu .lang-switcher__item,
.lang-switcher--line .lang-switcher__item {
  margin-right: 24px;
  margin-bottom: 0;
}

.lang-switcher--footer {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .lang-switcher--footer {
    display: block;
  }
}

.lang-switcher--footer .lang-switcher__item {
  display: block;
  line-height: 1;
  margin-right: 24px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .lang-switcher--footer .lang-switcher__item {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.lang-switcher__item {
  margin-bottom: 14px;
}

.lang-switcher__item:last-child {
  margin-bottom: 0;
}

.lang-switcher__link {
  font-size: 14px;
  line-height: 1.625;
  color: #000000;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

@media (min-width: 1200px) {
  .lang-switcher__link {
    font-size: 16px;
  }
}

.lang-switcher__link--current {
  color: maroon;
  pointer-events: none;
}

.lang-switcher__link:hover,
.lang-switcher__link:focus {
  outline: none;
  color: maroon;
}

.lang-switcher__link:not(.lang-switcher__link--current):active {
  opacity: 0.7;
}

/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/
/* 2.1 Mobile menu */
.mobile-canvas {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100%;
  min-height: 480px;
  overflow: auto;
  background-color: #ffffff;
  transform: translateX(100%);
  padding: 20px 30px;
  transition: transform 0.3s ease;
}

@media (min-width: 576px) {
  .mobile-canvas {
    width: 56%;
  }
}

@media (min-width: 768px) {
  .mobile-canvas {
    max-width: 750px;
    min-height: 575px;
    padding: 40px 80px;
  }
}

@media (min-width: 992px) {
  .mobile-canvas {
    position: static;
    overflow: visible;
    transform: translateX(0);
    width: auto;
    max-width: none;
    min-height: 0;
    padding: 0;
    flex-direction: row;
    transition: none;
    background-color: transparent;
  }
}

.mobile-canvas--opened {
  transform: translateX(0);
}

@media (min-width: 992px) {
  .mobile-canvas--social .mobile-canvas__social {
    display: flex;
  }
}

.mobile-canvas__wrapper {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 6px 0;
  overflow: auto;
}

@media (min-width: 992px) {
  .mobile-canvas__wrapper {
    margin-top: 10.7vh;
  }
}

.mobile-canvas__nav {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (min-height: 610px) {
  .mobile-canvas__nav {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .mobile-canvas__nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.mobile-canvas__bottom {
  margin-top: auto;
}

@media (min-width: 992px) {
  .mobile-canvas__bottom {
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-canvas__lang-switcher {
    display: none;
  }
}

.mobile-canvas__copy {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.71;
  color: #787878;
  letter-spacing: 0.015em;
}

@media (min-width: 992px) {
  .mobile-canvas__copy {
    display: none;
    margin-bottom: 4.44vh;
  }
}

.mobile-canvas__copy span {
  color: #000000;
}

.mobile-canvas__phone {
  display: none;
}

@media (min-width: 992px) {
  .mobile-canvas__phone {
    display: inline;
    font-size: 16px;
    line-height: 1.25;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  .mobile-canvas__phone:hover,
  .mobile-canvas__phone:focus {
    outline: none;
    color: maroon;
  }

  .mobile-canvas__phone:active {
    opacity: 0.7;
  }
}

.mobile-canvas__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-canvas__item {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .mobile-canvas__item {
    margin-bottom: 32px;
  }
}

.mobile-canvas__item:last-child {
  margin-bottom: 0;
}

.mobile-canvas__item--current .mobile-canvas__link {
  color: #000000;
}

.mobile-canvas__link {
  font-size: 24px;
  line-height: 1;
  color: #787878;
  font-weight: 600;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {
  .mobile-canvas__link {
    font-size: 36px;
  }
}

.mobile-canvas__link:hover,
.mobile-canvas__link:focus {
  outline: none;
  color: #000000;
}

.mobile-canvas__link:active {
  opacity: 0.7;
}

.mobile-canvas__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
  font-size: 30px;
}

@media (min-width: 768px) {
  .mobile-canvas__close {
    top: 28px;
    right: 68px;
  }
}

@media (min-width: 992px) {
  .mobile-canvas__close {
    display: none;
  }
}

.mobile-canvas__close svg {
  fill: #000000;
  align-self: center;
  transition: fill 0.3s ease;
}

.mobile-canvas__close:hover,
.mobile-canvas__close:focus {
  outline: none;
}

.mobile-canvas__close:hover svg,
.mobile-canvas__close:focus svg {
  fill: maroon;
}

.mobile-canvas__close:active {
  opacity: 0.7;
}

@media (min-width: 992px) {
  .mobile-canvas__social {
    display: none;
  }
}

/* 2.2 Header */
.header {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.header--white {
  border: none !important;
  background-color: transparent;
}

.header--white .header__inner::after {
  display: none;
}

.header--white .logo__large,
.header--white .logo__small {
  color: #ffffff;
}

.header--white .menu-toggle::before,
.header--white .menu-toggle::after {
  border-top: solid 3px #000;
}

.header--white .menu-toggle:hover::before,
.header--white .menu-toggle:hover::after,
.header--white .menu-toggle:focus::before,
.header--white .menu-toggle:focus::after {
  border-top-color: maroon;
}

.header--white .navigation__link {
  /* color: #ffffff; */
  /* text-shadow: 1px 1px black; */
}

.header--white .navigation__link:hover,
.header--white .navigation__link:focus {
  color: maroon;
}

.header--white .navigation__item--current .header--white .navigation__link {
  color: maroon !important;
}

@media (min-width: 992px) {
  .header--white .social__link svg {
    fill: #ffffff;
  }

  .header--white .social__link:focus svg {
    fill: maroon;
  }
}

@media (min-width: 992px) and (min-width: 992px) {

  .header--white .social__link:hover svg,
  .header--white .social__link:focus svg {
    fill: maroon;
  }
}

@media (min-width: 1200px) {
  .header--half {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
  }

  .header--half .navigation__item {
    margin-right: 2.7vw;
  }

  .header--half .mobile-canvas__phone {
    display: none;
  }
}

@media (min-width: 1560px) {
  .header--half .container {
    transform: translateX(-4.68vw);
  }
}

@media (min-width: 1920px) {
  .header--half .navigation__item {
    margin-right: 49px;
  }

  .header--half .navigation__item:last-child {
    margin-right: 0;
  }
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
  border-top: none;
  transition: transform 0.5s ease;
  box-shadow: 0 0 5px gray;
}

.header--fixed .logo {
  padding: 5px 0 8px 10px;
}

.header--fixed .logo::before,
.header--fixed .logo::after {
  width: 30px;
}

.header--fixed .logo__large {
  font-size: 20px;
  color: #000000;
}

.header--fixed .logo__small {
  font-size: 9px;
  color: #000000;
}

@media (min-width: 992px) {
  .header--fixed .social__link svg {
    fill: #000000;
  }

  .header--fixed .social__link:focus svg {
    fill: maroon;
  }
}

@media (min-width: 992px) and (min-width: 992px) {

  .header--fixed .social__link:hover svg,
  .header--fixed .social__link:focus svg {
    fill: maroon;
  }
}

.header--fixed .header__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1560px) {
  .header--fixed .header__inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .header--fixed .header__logo {
    margin-right: calc(1vw + 25px);
  }
}

.header--fixed .navigation__link {
  color: #000000;
}

.header--fixed .navigation__link:hover,
.header--fixed .navigation__link:focus {
  color: maroon;
}

.header--fixed .navigation__item--current .navigation__link {
  color: maroon !important;
}



@media (min-width: 992px) {
  .header--fixed .navigation__dropdown {
    bottom: -24px;
  }
}

.header--fixed .menu-toggle::before,
.header--fixed .menu-toggle::after {
  border-top: solid 3px #000000;
}

.header--bg {
  /* background-color: #ffffff !important; */
}

@media (min-width: 1200px) {
  .header--bg {
    background-color: transparent !important;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1830px;
  margin: 0 auto;
  padding: 15px;
}

@media (min-width: 768px) {
  .header__inner {
    padding: 4px 15px;
  }
}



@media (min-width: 1560px) {
  .header__inner {
    position: relative;
    padding: 42px 15px;
  }
}

@media (min-width: 1920px) {
  .header__inner {
    max-width: calc(100vw - 90px);
  }
}

.header__logo {
  margin-right: 20px;
  flex-shrink: 0;
  /* background-color: #fff; */
  padding: 0 5px;
}

.header__logo img {
  width: 90px;
  vertical-align: middle;
}

@media (min-width: 1560px) {
  .header__logo {
    position: absolute;
    /* background-color: #fff; */
    padding: 0px 5px;
  }
}

.header .container {
  /* display: none; */
}

@media (min-width: 992px) {
  .header .container {
    display: block;
  }
}

@media (min-width: 992px) {
  .header__mobile {
    flex-grow: 1;
  }
}

.header__phone {
  display: none;
}

@media (min-width: 992px) {
  .header__phone {
    display: block;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  .header__phone:hover,
  .header__phone:focus {
    outline: none;
    color: maroon;
  }

  .header__phone:active {
    opacity: 0.7;
  }
}

@media (min-width: 1560px) {
  .header__phone {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}

.header__social {
  display: none;
}

@media (min-width: 992px) {
  .header__social {
    display: flex;
    flex-shrink: 0;
  }
}

@media (min-width: 1560px) {
  .header__social {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}

.header__menu-toggle {
  margin-left: auto;
  order: 2;
}

@media (min-width: 992px) {
  .header__menu-toggle {
    display: none;
  }

  .header__menu-toggle--always {
    display: block;
  }
}

.header__purchase {
  margin-left: auto;
  border-radius: 0;
  align-self: center;
  order: 1;
}

@media (min-width: 1560px) {
  .header__purchase {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.header__purchase-text {
  display: none;
}

@media (min-width: 576px) {
  .header__purchase-text {
    display: inline;
  }
}

.header__purchase svg {
  display: block;
  fill: #ffffff;
}

@media (min-width: 576px) {
  .header__purchase svg {
    display: none;
  }
}

.header__purchase+.header__menu-toggle {
  margin-left: 20px;
}

/*-------------------------------------------------------------------------------
  3. Footer
-------------------------------------------------------------------------------*/
/* 3.1 Footer */
.footer--lite .footer__inner {
  padding-top: 46px;
  padding-bottom: 46px;
}

.footer--lite .footer__inner::before {
  display: none;
}

.footer--lite .footer__lang-switcher {
  margin-left: auto;
}

.footer--white .footer__copy {
  color: #ffffff;
}

.footer--white .footer__copy a {
  color: #ffffff;
}

.footer--white .lang-switcher__link {
  color: #ffffff;
}

.footer--white .lang-switcher__link--current {
  color: maroon;
}

.footer--white .lang-switcher__link:focus {
  color: maroon;
}

@media (min-width: 992px) {

  .footer--white .lang-switcher__link:hover,
  .footer--white .lang-switcher__link:focus {
    color: maroon;
  }
}

.footer--fixed {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
}

.footer--fixed .footer__inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .footer--fixed .footer__inner {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) and (min-height: 768px) {
  .footer--fixed .footer__inner {
    padding-bottom: 25px;
  }
}

.footer--bg {
  /* background-color: #ffffff !important; */
}

@media (min-width: 1200px) {
  .footer--bg {
    background-color: transparent !important;
  }
}

.footer__inner {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer__inner::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  border-top: solid 1px #a6a6a6;
}

@media (min-width: 768px) {
  .footer__inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .footer__inner {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .footer__inner {
    max-width: 1830px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1920px) {
  .footer__inner {
    max-width: calc(100vw - 120px);
  }
}

@media (min-width: 768px) {
  .footer__social {
    margin-top: 30px;
    justify-content: flex-start;
  }
}

.footer__copyright {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
}

.footer__copyright span {
  color: #000000;
}

@media (min-width: 768px) {
  .footer__copyright {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer__copyright {
    font-size: 16px;
    width: 100%;
    /* text-align: right; */
  }
}

.footer__column {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .footer__column {
    margin-bottom: 0;
  }
}

.footer__column-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 85%;
}

.footer__column-item--current .footer__column-link {
  color: maroon;
}

.footer__column-link {
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  transition: color 0.3s ease;
}

.footer__column-link:hover,
.footer__column-link:focus {
  outline: none;
  color: maroon;
}

.footer__column-link:active {
  opacity: 0.7;
}

.footer__logo {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------------------------------
  4. Main
-------------------------------------------------------------------------------*/
/* 4.1 Timer */
.timer {
  display: flex;
}

.timer__digit:not(:last-child) {
  margin-right: 35px;
}

@media (min-width: 992px) {
  .timer__digit:not(:last-child) {
    margin-right: 131px;
  }
}

.timer__digit p {
  width: 30px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 12px;
}

@media (min-width: 992px) {
  .timer__digit p {
    width: 85px;
    margin: 0 auto 12px;
    font-size: 70px;
    line-height: 72px;
  }
}

.timer__digit span {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .timer__digit span {
    font-size: 16px;
    line-height: 26px;
  }
}

/* 4.2 Error 404 */
.page-404 {
  background-image: url("../img/bg-404.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
  .page-404 {
    background-image: url("../img/bg-404@2x.jpg");
  }
}

.page-404__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 112px);
  padding: 60px 10px;
  text-align: center;
}

@media (min-width: 1200px) {
  .page-404__container {
    padding: 140px 0;
  }
}

.page-404__num {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 65px;
  line-height: 65px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .page-404__num {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 46px;
  }
}

.page-404__title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .page-404__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .page-404__title {
    font-size: 25px;
    line-height: 35px;
  }
}

.page-404__text {
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  margin-bottom: 40px;
}

.page-404__text a {
  color: maroon;
  transition: color 0.3s ease;
}

.page-404__text a:focus {
  outline: none;
  color: #000000;
}

@media (min-width: 992px) {

  .page-404__text a:hover,
  .page-404__text a:focus {
    color: #000000;
  }
}

.page-404__search {
  max-width: 347px;
}

/* 4.3 Coming soon */
.coming-soon {
  width: 100%;
  background-image: url("../img/picture/bg-launch.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
  .coming-soon {
    background-image: url("../img/picture/bg-launch@2x.jpg");
  }
}

.coming-soon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.coming-soon__container {
  max-width: 730px;
  position: relative;
  margin: 0 auto;
}

.coming-soon__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 30px 10px 60px;
  color: #ffffff;
}

@media (min-height: 550px) {
  .coming-soon__wrapper {
    padding: 30px 10px 10px;
  }
}

@media (min-width: 768px) {
  .coming-soon__wrapper {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .coming-soon__wrapper {
    padding: 83px 0 10px;
  }
}

.coming-soon__logo {
  padding-bottom: 17px;
  margin-bottom: 20px;
}

@media (min-height: 800px) {
  .coming-soon__logo {
    margin-bottom: 0;
  }
}

.coming-soon__logo .logo__large,
.coming-soon__logo .logo__small {
  text-align: left;
}

.coming-soon__logo .logo__large {
  font-size: 38px;
  line-height: 44px;
  color: #ffffff;
}

.coming-soon__logo .logo__small {
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
}

.coming-soon__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.coming-soon__title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .coming-soon__title {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .coming-soon__title {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 46px;
  }
}

.coming-soon__subtitle {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

@media (min-width: 992px) {
  .coming-soon__subtitle {
    max-width: 650px;
    margin-bottom: 96px;
    font-size: 16px;
    line-height: 26px;
  }
}

.coming-soon__timer-title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .coming-soon__timer-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 76px;
  }
}

.coming-soon__social {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .coming-soon__social {
    margin-top: 68px;
  }
}

@media (min-width: 992px) {
  .coming-soon__social {
    margin-top: 100px;
  }
}

/* 4.4 Link with arrow */
.link-arrow {
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
  font-size: 20px;
  line-height: 1.15;
  color: #000000;
  font-weight: 600;
}

.link-arrow svg {
  margin-left: 16px;
  fill: #000000;
  transition: fill 0.3s ease;
}

.link-arrow--white {
  color: #ffffff;
}

.link-arrow--white svg {
  fill: #ffffff;
}

@media (min-width: 992px) {

  .link-arrow:hover,
  .link-arrow:focus {
    outline: none;
    color: maroon;
  }

  .link-arrow:hover svg,
  .link-arrow:focus svg {
    fill: maroon;
  }
}

/* 4.5 Tab rev slider */
.slide-tab {
  display: flex;
  align-items: flex-start;
  padding: 8px 8px;
  text-align: left;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 768px) {
  .slide-tab {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .slide-tab {
    padding: 58px 60px;
  }
}

.slide-tab__number {
  margin-right: 8px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 24px;
  line-height: 1;
  color: #787878;
  font-weight: 700;
  color: #000000 !important;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .slide-tab__number {
    margin-right: 16px;
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .slide-tab__number {
    margin-right: 36px;
    font-size: 60px;
    line-height: 0.9;
  }
}

.slide-tab__title {
  max-width: 110px;
  font-size: 12px;
  line-height: 1.625;
  color: #787878;
  font-weight: 600;
  color: #000000 !important;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .slide-tab__title {
    font-size: 16px;
  }
}

.slide-tab:focus {
  outline: none;
}

@media (min-width: 992px) {

  .slide-tab:hover .slide-tab__number,
  .slide-tab:hover .slide-tab__title,
  .slide-tab:focus .slide-tab__number,
  .slide-tab:focus .slide-tab__title {
    color: maroon !important;
  }
}

/* 4.6 Statistics block */
.card {
  position: relative;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  width: 96%;
}

.card--masonry .card__heading,
.card--carousel .card__heading {
  visibility: hidden;
}

.card--masonry .card__heading br,
.card--carousel .card__heading br {
  display: none;
}

.card--masonry:hover .card__heading,
.card--masonry:focus .card__heading,
.card--carousel:hover .card__heading,
.card--carousel:focus .card__heading {
  visibility: visible;
}

.card--carousel .card__heading br {
  display: block;
}

.card--carousel .card__text {
  max-width: 472px;
}

.card--small .card__heading {
  font-size: 25px;
}

.card--team .card__heading {
  visibility: hidden;
}

.card--team:focus .card__heading {
  visibility: visible;
}

.card--team:focus .card__content {
  border: solid 4px maroon;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

@media (min-width: 992px) {

  .card--team:hover .card__heading,
  .card--team:focus .card__heading {
    visibility: visible;
  }

  .card--team:hover .card__content,
  .card--team:focus .card__content {
    border: solid 4px maroon;
    background-color: rgb(255 255 255 / 85%) !important;
  }
}

.card--team .social__link svg {
  fill: #000000;
}

.card--team .social__link:focus svg {
  fill: maroon;
}

@media (min-width: 992px) {

  .card--team .social__link:hover svg,
  .card--team .social__link:focus svg {
    fill: maroon;
  }
}

.card--send {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 40px;
  border: solid 1px #ababab;
  transition: border-color 0.3s ease;
}

.card--send:focus {
  border-color: maroon;
}

.card--send:focus .card__send-text {
  color: maroon;
}

@media (min-width: 992px) {

  .card--send:hover,
  .card--send:focus {
    border-color: maroon;
  }

  .card--send:hover .card__send-text,
  .card--send:focus .card__send-text {
    color: maroon;
  }
}

.card--transparent {
  min-height: 340px;
  border: solid 1px #ffffff;
  transition: border-color 0.3s ease;
}

.card--transparent .card__heading {
  position: static;
  font-size: 27px;
  line-height: 1.29;
}

.card--transparent .card__content {
  padding: 24px 30px 4px;
  justify-content: flex-end;
}

.card--transparent .card__text {
  position: absolute;
  margin-bottom: 20px;
}

.card--transparent:focus {
  border-color: maroon;
}

.card--transparent:focus .card__text {
  position: static;
  transition: transform 0.4s 0.4s ease, opacity 0.4s 0.4s ease;
}

@media (min-width: 992px) {

  .card--transparent:hover,
  .card--transparent:focus {
    border-color: maroon;
    transition: transform 0.4s 0.4s ease, opacity 0.4s 0.4s ease;
  }

  .card--transparent:hover .card__text,
  .card--transparent:focus .card__text {
    position: static;
  }
}

.card--active {
  border-color: maroon;
}

.card--active .card__heading {
  position: static !important;
  transform: translateY(0);
}

.card--active .card__text {
  position: static !important;
}

.card:hover,
.card:focus,
.card--active {
  outline: none;
}

.card:hover .card__content,
.card:focus .card__content,
.card--active .card__content {
  background-color: rgb(255 255 255 / 85%);
}

.card:hover .card__date,
.card:focus .card__date,
.card--active .card__date {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s 0.4s ease, opacity 0.6s 0.4s ease;
}

.card:hover .card__logo img,
.card:focus .card__logo img,
.card--active .card__logo img,
.card .card__logo img {
  width: 150px;
}

.card:hover .card__tag,
.card:focus .card__tag,
.card--active .card__tag {
  color: #000000;
  transform: translateY(0);
  transition: transform 0.5s ease;
}

.card:hover .card__heading,
.card:focus .card__heading,
.card--active .card__heading {
  position: static;
  color: #000000;
  transform: translateY(0);
  transition: transform 0.5s ease;
  margin-bottom: 10px;
}

.card:hover .card__text,
.card:focus .card__text,
.card--active .card__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s 0.2s ease, opacity 0.4s 0.2s ease;
}

.card:hover .card__bottom,
.card:focus .card__bottom,
.card--active .card__bottom {
  opacity: 1;
}

.card__tag {
  margin-bottom: 4px;
  color: #ffffff;
  transform: translateY(-20px);
}

.card__send-text {
  max-width: 100px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 25px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.card__image {
  display: block;
}

.card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.card__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: background-color 0.5s ease;
}

@media (min-width: 1200px) {
  .card__content {
    padding: 20px 15px;
  }
}

.card__date {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .card__date {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.title-heading {
  font-size: 28px;
  color: #000000;
}

.card__heading {
  position: absolute;
  left: 32px;
  bottom: 12px;
  margin: 0;
  transform: translateY(-20px);
  font-size: 28px;
  line-height: 1.4;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}

@media (min-width: 1200px) {
  .card__heading {
    left: 40px;
    bottom: 24px;
    font-size: 28px;
  }
}

.card__text {
  display: block;
  max-width: 100%;
  margin-bottom: auto;
  opacity: 0;
  transform: translateY(-20px);
  font-size: 16px;
  line-height: 1.3125;
  color: #000000;
  height: 90%;
  overflow: auto;
}

.card__text p {
  margin: 0;
  margin-bottom: 15px;
}

.card__text br {
  display: none;
}

@media (min-width: 992px) {
  .card__text br {
    display: block;
  }
}

.card__bottom {
  display: block;
  margin-top: 12px;
  opacity: 0;
}

.card__link {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.15;
  color: #000000;
  font-weight: 700;
}

.card__link svg {
  margin-left: 8px;
}

.card .social__link:hover svg,
.card .social__link:focus svg {
  fill: #ffffff;
}



#hospitality .card__content {
  background-color: #fff;
}

#hospitality .card {
  height: 100%;
  overflow: hidden;
  display: flex;
}

#hospitality .card__date {
  opacity: 1;
  transform: translateY(0);
}

#hospitality .card__heading {
  position: static;
  color: #000000;
  transform: translateY(0);
  transition: transform 0.5s ease;
  margin-bottom: 0px;
}

#hospitality .card__text {
  opacity: 1;
  transform: translateY(0);
}

.card--news:hover,
.card--news:focus {
  outline: none;
}

.card--news:hover .card__content,
.card--news:focus .card__content {
  background-color: #ffffff;
}

.card--news:hover .card__heading,
.card--news:focus .card__heading {
  visibility: visible;
}

@media (min-width: 992px) {

  .card--news:hover:hover,
  .card--news:hover:focus,
  .card--news:focus:hover,
  .card--news:focus:focus {
    outline: none;
  }

  .card--news:hover:hover .card__content,
  .card--news:hover:focus .card__content,
  .card--news:focus:hover .card__content,
  .card--news:focus:focus .card__content {
    background-color: rgb(255 255 255 / 90%);
    transform: translateX(0);
  }

  .card--news:hover:hover .card__heading,
  .card--news:hover:focus .card__heading,
  .card--news:focus:hover .card__heading,
  .card--news:focus:focus .card__heading {
    opacity: 1;
    transition: transform 0.5s 0.5s ease, opacity 0.4s 0.5s ease;
  }

  .card--news:hover:hover .card__text,
  .card--news:hover:focus .card__text,
  .card--news:focus:hover .card__text,
  .card--news:focus:focus .card__text {
    transition: transform 0.4s 0.6s ease, opacity 0.4s 0.6s ease;
  }
}

.card--news .card__content {
  width: 100%;
  /* padding-left: 0; */
  background-color: #f4f4f4;
  position: relative;
  transition: transform 0.4s ease;
  border: 2px solid maroon;
}

@media (min-width: 992px) {
  .card--news .card__content {
    max-width: 50%;
    padding-left: 30px;
    border: 4px solid maroon;
    /* transform: translateX(100%); */
    /* position: absolute; */
    /* left: unset; */
    right: 0;
  }
}

@media (min-width: 1200px) {
  .card--news .card__content {
    padding: 36px 32px 22px;
  }
}

@media (min-width: 992px) {
  .card--news .card__content--full {
    max-width: 100%;
  }
}

.card--news .card__heading {
  position: relative;
  left: unset;
  bottom: unset;
  transform: none;
  color: #000000;
  visibility: visible;
}

@media (min-width: 992px) {
  .card--news .card__heading {
    position: absolute;
    left: 32px;
    bottom: 12px;
    opacity: 1;
    transform: translateY(-20px);
  }
}

.card--news .card__text {
  margin-top: 27px;
  line-height: 26px;
  opacity: 1;
  transform: none;
}

@media (min-width: 992px) {
  .card--news .card__text {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.card--news .card__image {
  /* height: 400px; */
}

@media (min-width: 992px) {
  #hospitality .card--news .card__image {
    height: 100%;
    position: relative;
    width: 50%;
  }
}

.card--news .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card--news .card__bottom {
  opacity: 1;
}

@media (min-width: 992px) {
  .card--news .card__bottom {
    opacity: 0;
  }
}

.card--news .card__link {
  font-size: 16px;
  font-weight: 600;
  color: maroon;
}

@media (min-width: 992px) {

  .card--news .card__link:hover svg,
  .card--news .card__link:focus svg {
    animation: link-arrow-hover 0.4s ease;
  }
}

.card--news .card__link svg {
  fill: maroon;
  margin-left: 16px;
}

.card--news-masonry:hover .card__content,
.card--news-masonry:focus .card__content {
  transform: none;
  border-color: maroon;
}

.card--news-masonry:hover .card__date,
.card--news-masonry:focus .card__date {
  transform: none;
}

.card--news-masonry:hover .card__heading,
.card--news-masonry:focus .card__heading {
  transform: none;
}

.card--news-masonry:hover .card__text,
.card--news-masonry:focus .card__text {
  transform: none;
}

.card--news-masonry:hover .card__link,
.card--news-masonry:focus .card__link {
  color: maroon;
}

.card--news-masonry:hover .card__link svg,
.card--news-masonry:focus .card__link svg {
  fill: maroon;
}

.card--news-masonry .card__content {
  border-color: transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

@media (min-width: 992px) {
  .card--news-masonry .card__content {
    background-color: #f4f4f4;
    transform: none;
    position: relative;
  }
}

@media (min-width: 992px) {
  .card--news-masonry .card__date {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 992px) {
  .card--news-masonry .card__heading {
    position: relative;
    left: unset;
    bottom: unset;
    transform: none;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .card--news-masonry .card__text {
    opacity: 1;
    transform: none;
  }
}

.card--news-masonry .card__bottom {
  opacity: 1;
}

.card--news-masonry .card__link {
  color: #000000;
  transition: color 0.3s ease;
}

.card--news-masonry .card__link svg {
  fill: #000000;
  transition: fill 0.3s ease;
}

.headline1 {
  font-size: 15px;
  text-align: left;
  letter-spacing: -2px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
}

.amenities-ls {
  margin-bottom: 10px;
}

.amenities-ls ul {
  display: table;
  margin-bottom: 0px;
}

.amenities-ls ul li {
  display: table-cell !important;
  vertical-align: middle !important;
}

.amenities-ls ul li:first-child {
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 8px;
}

.amenities-ls ul li:last-child {
  padding-left: 15px;
  font-size: 13px;
  line-height: 20px;
}

.amenities-ls ul li img {
  width: 30px;
}

/* 4.7 Review card */
.review-card {
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px;
  /* border: solid 2px maroon; */
  border-radius: 30px;
  box-shadow: 0px 2px 9px #ececec;
  background: #fff;
}

.review-card::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 40px;
  width: 42px;
  height: 62px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 83 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.6.2c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8L.4 52.2c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S13.933.2 18.6.2zm44.8 0c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8l-11.8-9.4c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S58.733.2 63.4.2z' fill='%23FBC710'/%3e%3c/svg%3e");
  display: none;
}

.review-card__image {
  width: 100%;
  height: auto;
  /* margin-top: -80px; */
  margin-bottom: 15px;
  overflow: hidden;
}

.review-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.review-card__name {
  margin-bottom: 0px;
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
  /* color: #000000; */
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: maroon;
}

.review-card__post {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.17;
  color: #000000;
}

.review-card__post span {
  color: maroon;
}

/* 4.8 News preview card */
.preview-card {
  position: relative;
  overflow: hidden;
}

.preview-card:focus {
  outline: none;
}

@media (min-width: 768px) {
  .preview-card {
    display: flex;
  }
}

@media (min-width: 992px) {
  .preview-card {
    display: block;
  }

  .preview-card:hover,
  .preview-card:focus {
    outline: none;
  }

  .preview-card:hover .preview-card__content,
  .preview-card:focus .preview-card__content {
    transform: translateY(0);
  }
}

.preview-card__image {
  height: 488px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .preview-card__image {
    width: 335px;
    height: 320px;
    margin-right: 15px;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .preview-card__image {
    margin-right: 0;
    width: 100%;
    height: auto;
  }
}

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

.preview-card__content {
  display: flex;
  flex-direction: column;
  padding: 24px 15px;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .preview-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    height: 100%;
    border: solid 4px maroon;
    transition: transform 0.3s ease;
  }
}

@media (min-width: 1200px) {
  .preview-card__content {
    padding: 20px 16px;
    overflow: auto;
  }
}

.preview-card__date {
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .preview-card__date {
    margin-bottom: 20px;
  }
}

.preview-card__heading {
  margin: 0 0 16px;
  font-size: 25px;
  line-height: 1.4;
  color: #000000;
  font-family: 'Lato', sans-serif;
  ;
  font-weight: 700;
}

.preview-card__heading br {
  display: none;
}

@media (min-width: 1200px) {
  .preview-card__heading {
    margin-bottom: 28px;
  }

  .preview-card__heading br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .preview-card__heading--large {
    font-size: 32px;
  }
}

.preview-card__text {
  margin-bottom: auto;
}

.preview-card__btn {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  font-weight: 600;
  transition: color 0.3s ease;
  align-self: flex-start;
}

@media (min-width: 992px) {

  .preview-card__btn:hover,
  .preview-card__btn:focus {
    outline: none;
    color: maroon;
  }

  .preview-card__btn:hover svg,
  .preview-card__btn:focus svg {
    fill: maroon;
  }
}

.preview-card__btn:active {
  opacity: 0.7;
}

.preview-card__btn svg {
  transition: fill 0.3s ease;
  margin-left: 10px;
}

/* 4.9 About us block */
.about-section__content {
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .about-section__content {
    margin-bottom: 0;
    padding-right: 30px;
  }
}

.about-section__heading {
  margin: 0 0 12px;
}

@media (min-width: 992px) {
  .about-section__heading {
    margin-bottom: 20px;
  }
}

.about-section__pseudoheading {
  max-width: 290px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .about-section__pseudoheading {
    margin-bottom: 42px;
  }
}

@media (min-width: 992px) {
  .about-section__pseudoheading {
    margin-bottom: 52px;
  }
}

@media (min-width: 1200px) {
  .about-section__pseudoheading {
    max-width: 440px;
    margin-bottom: 65px;
  }
}

.about-section__text {
  max-width: 490px;
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .about-section__text {
    margin-bottom: 62px;
  }
}

@media (min-width: 1200px) {
  .about-section__text {
    margin-bottom: 72px;
  }
}

.about-section__image {
  margin-bottom: 30px;
}

.about-section__image img {
  max-width: 100%;
  height: auto;
}

.about-section__cite-wrapper {
  position: relative;
}

.about-section__blockquote {
  position: relative;
  max-width: 330px;
  margin: 0;
  padding: 0 0 0 100px;
  font-family: 'Lato', sans-serif;
  ;
  font-weight: 400;
  font-style: italic;
  color: #000000;
}

@media (min-width: 992px) {
  .about-section__blockquote {
    max-width: 360px;
    margin-left: auto;
    padding-left: 130px;
  }
}

@media (min-width: 1200px) {
  .about-section__blockquote {
    margin-left: 44px;
  }
}

.about-section__blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  width: 83px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 83 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.6.2c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8L.4 52.2c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S13.933.2 18.6.2zm44.8 0c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8l-11.8-9.4c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S58.733.2 63.4.2z' fill='%23FBC710'/%3e%3c/svg%3e ");
}

.about-section__cite {
  position: absolute;
  top: -212px;
  left: -10px;
  padding: 79px 46px;
  font-size: 25px;
  line-height: 1.4;
  color: #ffffff;
}

@media (min-width: 768px) {
  .about-section__cite {
    left: -20px;
  }
}

@media (min-width: 992px) {
  .about-section__cite {
    left: -37px;
    padding: 79px 76px;
  }
}

.about-section__cite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  border: solid 4px maroon;
  border-right: none;
}

@media (min-width: 992px) {
  .about-section__cite::before {
    width: 140px;
  }
}

@media (min-width: 1200px) {
  .about-section__cite::before {
    width: 162px;
  }
}

/* 4.10 Hero block */
@media (min-width: 1200px) {
  .hero__inner {
    position: relative;
    overflow: hidden;
  }
}

.hero__content {
  position: relative;
  padding-left: 36px;
}

@media (min-width: 1200px) {
  .hero__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-left: 142px;
    background-image: linear-gradient(to right, #ffffff 54.375%, transparent 54.375%);
  }

  .hero__content .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}

@media (min-width: 1560px) {
  .hero__content {
    padding-left: 0;
    background-image: linear-gradient(to right, #ffffff 44.375%, transparent 44.375%);
  }
}

.hero__tag {
  position: absolute;
  left: 15px;
  top: 50%;
  writing-mode: vertical-rl;
  transform: translateY(-60%) rotate(180deg);
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .hero__tag {
    transform: translateY(-100%) rotate(180deg);
  }
}

@media screen and (min-width: 1830px) {
  .hero__tag {
    left: calc((100% - 1800px) / 2);
  }
}

.hero__heading {
  position: relative;
  margin-bottom: 60px;
  padding-left: 100px;
  line-height: 1.125;
}

.hero__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  width: 83px;
  height: 62px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 83 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.6.2c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8L.4 52.2c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S13.933.2 18.6.2zm44.8 0c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8l-11.8-9.4c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S58.733.2 63.4.2z' fill='%23FBC710'/%3e%3c/svg%3e ");
}

@media (min-width: 1200px) {
  .hero__heading::after {
    left: 69px;
    bottom: -27px;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .hero__heading {
    padding-left: 120px;
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .hero__heading {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .hero__heading {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 103px;
    padding: 66px 0 137px 59px;
    font-size: 80px;
  }

  .hero__heading::before {
    content: "";
    position: absolute;
    width: 232px;
    height: 100%;
    top: 0;
    left: 0;
    border: solid 4px maroon;
    border-right: none;
  }
}

@media (min-width: 576px) {
  .hero__text {
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .hero__text {
    max-width: 340px;
  }
}

.hero__image {
  margin-bottom: 48px;
}

@media (min-width: 1200px) {
  .hero__image {
    margin-bottom: 0;
  }
}

.hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .hero__image img {
    width: 1560px;
    margin-left: calc(100% - 1560px);
  }
}

@media (min-width: 1560px) {
  .hero__image img {
    width: 100%;
    margin-left: 0;
  }
}

/* 4.11 Services block */
.services-section__content {
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .services-section__content {
    margin-bottom: 0;
  }
}

.services-section__heading {
  margin: 0 0 12px;
}

@media (min-width: 992px) {
  .services-section__heading {
    margin-bottom: 20px;
  }
}

.services-section__pseudoheading {
  max-width: 330px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .services-section__pseudoheading {
    margin-bottom: 40px;
  }
}

.services-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: list;
}

.services-section__item {
  counter-increment: list;
  margin-bottom: 12px;
}

.services-section__item:last-child {
  margin-bottom: 0;
}

.services-section__link {
  font-size: 16px;
  line-height: 1.625;
  color: #787878;
  font-family: "Swansea", "Arial", sans-serif;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.services-section__link::before {
  content: "0" counter(list) ".";
  display: inline-block;
  margin-right: 8px;
}

.services-section__link:focus {
  outline: none;
  color: #000000;
}

@media (min-width: 992px) {

  .services-section__link:hover,
  .services-section__link:focus {
    color: #000000;
  }
}

.services-section__image {
  position: relative;
  max-width: 426px;
}

.services-section__image img {
  max-width: 100%;
  height: auto;
}

.services-section__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.services-block__header {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .services-block__header {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .services-block__header {
    margin-bottom: 70px;
  }
}

/* 4.12 Statistics block */
.statistics__item {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 576px) {
  .statistics__item {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .statistics__item {
    margin-bottom: 0;
  }
}

.statistics__item:last-child {
  margin-bottom: 0;
}

.statistics__item br {
  display: none;
}

@media (min-width: 576px) {
  .statistics__item br {
    display: block;
  }
}

.statistics__item-text {
  font-size: 16px;
  line-height: 1.3125;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

.statistics__item-value {
  margin-bottom: 6px;
  font-size: 60px;
  line-height: 1.16;
  color: maroon;
  font-weight: 700;
}

@media (min-width: 576px) {
  .statistics__item-value {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

/* 4.12 Latest projects carousel block */
@media (min-width: 1200px) {
  .latest-projects__inner {
    max-width: 1830px;
  }
}

.latest-projects__header {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .latest-projects__header {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .latest-projects__header {
    margin-bottom: 70px;
  }
}

.latest-projects__heading {
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .latest-projects__heading {
    margin-bottom: 0;
    margin-right: auto;
  }
}

.latest-projects__filter {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .latest-projects__filter {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .latest-projects__more {
    flex-shrink: 0;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .latest-projects__more {
    margin-left: 45px;
  }
}

/* 4.13 Partners block */
.partners {
  /*
	&__heading {
		margin-bottom: 16px;
		text-align: center;

		@include media(sm) {
			margin-bottom: 20px;
		}

		@include media(xl) {
			margin-bottom: 19px;
		}

		&--small {
			margin: 0 0 40px;

			@include text(16px, 1.5);
			text-align: left;
			font-weight: 400;
			text-transform: uppercase;
			letter-spacing: 0.05em;

			@include media(sm) {
				margin-bottom: 60px;
			}

			@include media(xl) {
				margin-bottom: 87px;
			}
		}
	}

	&__text {
		margin-bottom: 60px;

		@include text(14px, 1.66, $color-grey2);
		text-align: center;

		@include media(sm) {
			margin-bottom: 80px;
			font-size: 16px;
		}

		@include media(xl) {
			margin-bottom: 118px;
			font-size: 18px;
		}
	}*/
  padding-top: 80px;
}

.partners__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -98px;
}

.partners__list--justify-start {
  justify-content: flex-start;
}

.partners__item {
  width: 50%;
  text-align: center;
  align-self: center;
  margin-top: 0px;
}

@media (min-width: 576px) {
  .partners__item {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .partners__item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .partners__item {
    /*width: 20%;*/
    width: 16%;
  }
}

.partners__item img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  /*filter: grayscale(1);*/
  transition: filter 0.3s ease;
}

.partners__item img:hover {
  filter: grayscale(0);
}

/* 4.14 Partners block */
.reviews-carousel__title {
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 35px;
  /* padding-top: 25px; */
}

@media (min-width: 768px) {
  .reviews-carousel__title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 1600px) {
  .reviews-carousel__title {
    font-size: 35px;
    margin-bottom: 0px;
  }

  .parallax__partners {
    margin-top: 20px;
  }

  .parallax__latest-news .latest-news__header {
    margin-bottom: 35px;
  }
}

.reviews-carousel__item {
  margin-top: 70px;
}

/* 4.15 Latest news block */
.latest-news {
  padding-bottom: 10px;
}

.latest-news__header {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .latest-news__header {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .latest-news__header {
    margin-bottom: 45px !important;
  }

  .preview-card__image {
    height: 340px !important;
  }

  .review-card {
    padding: 10px 25px;
  }
}

.latest-news__heading {
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .latest-news__heading {
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .latest-news__more {
    flex-shrink: 0;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .latest-news__more {
    margin-left: 45px;
  }
}

.latest-news__item {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .latest-news__item {
    margin-bottom: 0;
  }
}

/* 4.16 Latest news block */
.projects-masonry {
  list-style: none;
  padding: 0;
}

.projects-masonry--pt {
  padding-top: 18px;
}

@media (min-width: 1200px) {
  .projects-masonry__inner {
    max-width: 1830px;
  }
}

.projects-masonry__item {
  margin-bottom: 30px;
}

/* 4.17 Latest news block */
.projects-carousel {
  position: relative;
  padding-bottom: 32px;
}

@media (min-width: 576px) {
  .projects-carousel {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .projects-carousel {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .projects-carousel {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .projects-carousel {
    padding-bottom: 92px;
  }
}

.projects-carousel__item {
  width: 100%;
}

@media (min-width: 576px) {
  .projects-carousel__item {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .projects-carousel__item {
    width: 65%;
  }
}

@media (min-width: 992px) {
  .projects-carousel__item {
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .projects-carousel__item {
    width: 40%;
    max-width: 658px;
  }
}

.projects-carousel__navigation {
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  z-index: 1;
  width: 100%;
  height: 0;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .projects-carousel__navigation {
    top: calc(50% - 20px);
  }
}

@media (min-width: 768px) {
  .projects-carousel__navigation {
    top: calc(50% - 30px);
  }
}

@media (min-width: 992px) {
  .projects-carousel__navigation {
    top: calc(50% - 40px);
  }
}

@media (min-width: 1200px) {
  .projects-carousel__navigation {
    top: calc(50% - 46px);
  }
}

.projects-carousel__next,
.projects-carousel__prev {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.projects-carousel__next.swiper-button-disabled,
.projects-carousel__prev.swiper-button-disabled {
  display: none;
}

.projects-carousel__next svg,
.projects-carousel__prev svg {
  fill: #ffffff;
  transition: fill 0.3s ease;
}

.projects-carousel__next:hover,
.projects-carousel__next:focus,
.projects-carousel__prev:hover,
.projects-carousel__prev:focus {
  outline: none;
  fill: maroon;
}

.projects-carousel__next:active,
.projects-carousel__prev:active {
  opacity: 0.7;
}

.projects-carousel__next {
  right: 24px;
}

@media (min-width: 1200px) {
  .projects-carousel__next {
    right: 48px;
  }
}

.projects-carousel__prev {
  left: 24px;
}

@media (min-width: 1200px) {
  .projects-carousel__prev {
    left: 48px;
  }
}

/* 4.18 Featured projects block */
@media (min-width: 1200px) {
  .featured-projects__inner {
    max-width: 1830px;
  }
}

.featured-projects__header {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .featured-projects__header {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .featured-projects__header {
    margin-bottom: 70px;
  }
}

.featured-projects__heading {
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .featured-projects__heading {
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .featured-projects__more {
    flex-shrink: 0;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .featured-projects__more {
    margin-left: 45px;
  }
}

.featured-projects__item {
  margin-bottom: 28px;
}

/* 4.19 Project detail blocks */
.projects-slider__item {
  max-width: 510px;
}

.projects-slider__item.swiper-slide-prev,
.projects-slider__item.swiper-slide-next {
  position: relative;
}

.projects-slider__item.swiper-slide-prev::before,
.projects-slider__item.swiper-slide-next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 55%);
}

@media (min-width: 768px) {
  .projects-slider__item {
    max-width: 690px;
  }
}

@media (min-width: 992px) {
  .projects-slider__item {
    max-width: 930px;
  }
}

@media (min-width: 1200px) {
  .projects-slider__item {
    max-width: 350px;
    position: relative;
  }
}

.projects-slider img {
  max-width: 100%;
  height: auto;
  /* position: absolute; */
}

.projects-slider__navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 100%;
  max-width: 510px;
  height: 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .projects-slider__navigation {
    max-width: 690px;
  }
}

@media (min-width: 992px) {
  .projects-slider__navigation {
    max-width: 930px;
  }
}

@media (min-width: 1200px) {
  .projects-slider__navigation {
    max-width: 1110px;
  }
}

.projects-slider__next,
.projects-slider__prev {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}

@media (min-width: 992px) {

  .projects-slider__next,
  .projects-slider__prev {
    width: 64px;
    height: 64px;
  }
}

.projects-slider__next.swiper-button-disabled,
.projects-slider__prev.swiper-button-disabled {
  display: none;
}

.projects-slider__next svg,
.projects-slider__prev svg {
  fill: #5c5c5c;
  transition: fill 0.3s ease;
  width: 32px;
  height: 32px;
}

@media (min-width: 992px) {

  .projects-slider__next svg,
  .projects-slider__prev svg {
    width: 40px;
    height: 40px;
  }
}

.projects-slider__next:hover,
.projects-slider__next:focus,
.projects-slider__prev:hover,
.projects-slider__prev:focus {
  outline: none;
  fill: maroon;
}

.projects-slider__next:active,
.projects-slider__prev:active {
  opacity: 0.7;
}

.projects-slider__next {
  right: 24px;
}

@media (min-width: 1200px) {
  .projects-slider__next {
    right: 48px;
  }
}

.projects-slider__prev {
  left: 24px;
}

@media (min-width: 1200px) {
  .projects-slider__prev {
    left: 48px;
  }
}

.project-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .project-meta {
    flex-wrap: nowrap;
  }
}

.project-meta__item {
  width: 50%;
}

@media (min-width: 768px) {
  .project-meta__item {
    width: auto;
  }
}

.project-meta__item:nth-child(n + 3) {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .project-meta__item:nth-child(n + 3) {
    margin-top: 0;
  }
}

.project-meta__item-title {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.project-designer__image {
  margin-bottom: 40px;
}

.project-designer__image img {
  max-width: 100%;
  height: auto;
}

.project-designer__content {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

.project-designer__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 83px;
  height: 62px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 83 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.6.2c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8L.4 52.2c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S13.933.2 18.6.2zm44.8 0c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8l-11.8-9.4c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S58.733.2 63.4.2z' fill='%23FBC710'/%3e%3c/svg%3e");
}

.project-designer__title {
  margin-bottom: 24px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 25px;
  line-height: 2;
  color: #000000;
}

@media (min-width: 1200px) {
  .project-designer__title {
    margin-bottom: 50px;
  }
}

.project-designer__title b {
  font-size: 32px;
  line-height: 1.5625;
}

.project-designer__text {
  max-width: 670px;
  font-size: 20px;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: steps;
}

.steps__item {
  position: relative;
  counter-increment: steps;
  margin-bottom: 32px;
  padding-left: 70px;
}

@media (min-width: 576px) {
  .steps__item {
    padding-left: 100px;
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .steps__item {
    margin-bottom: 64px;
    padding-left: 160px;
  }
}

@media (min-width: 1200px) {
  .steps__item {
    margin-bottom: 96px;
    padding-left: 180px;
  }
}

.steps__item:last-child {
  margin-bottom: 0;
}

.steps__item::before {
  content: "0" counter(steps) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 576px) {
  .steps__item::before {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .steps__item::before {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .steps__item::before {
    font-size: 80px;
  }
}

.steps__item-title {
  margin: 0 0 16px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 25px;
  line-height: 1;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .steps__item-title {
    margin-bottom: 30px;
  }
}

.steps__item-text {
  max-width: 522px;
}

.process__heading {
  position: relative;
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .process__heading {
    margin-bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .process__heading {
    margin-top: 120px;
  }
}

.process__heading::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 30%;
  width: 45px;
  border-top: solid 2px maroon;
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  .process__heading::before {
    width: 70px;
  }
}

@media (min-width: 1200px) {
  .process__heading::before {
    left: -36px;
  }
}

.process__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}

@media (min-width: 576px) {
  .process__text {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .process__text {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .process__text {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .process__text {
    margin-top: 100px;
    font-size: 25px;
  }
}

.process__steps {
  margin: 42px 0;
}

@media (min-width: 576px) {
  .process__steps {
    margin: 60px 0;
  }
}

@media (min-width: 768px) {
  .process__steps {
    margin: 100px 0;
  }
}

@media (min-width: 992px) {
  .process__steps {
    margin: 140px 0;
  }
}

@media (min-width: 1200px) {
  .process__steps {
    margin: 194px 0 180px;
  }
}

.process img {
  max-width: 100%;
  height: auto;
}

.services-provided__heading {
  position: relative;
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .services-provided__heading {
    margin-bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .services-provided__heading {
    margin-bottom: 100px;
  }
}

.services-provided__heading::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 30%;
  width: 45px;
  border-top: solid 2px maroon;
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  .services-provided__heading::before {
    width: 70px;
  }
}

@media (min-width: 1200px) {
  .services-provided__heading::before {
    left: -36px;
  }
}

.services-provided__column {
  margin-bottom: 48px;
}

.services-provided__column:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .services-provided__column {
    margin-bottom: 0;
  }
}

.services-provided__column-heading {
  margin: 0 0 30px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 25px;
  line-height: 1;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 768px) {
  .services-provided__column-text {
    /* max-width: 272px; */
  }
}

.services-provided__icon {
  height: 60px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .services-provided__icon {
    margin-bottom: 40px;
  }


}

.services-provided__icon img {
  width: 70px;
}

.services-provided__link {
  display: inline-flex;
  align-items: center;
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.15;
  color: #000000;
  font-weight: 600;
  transition: color 0.3s ease;
}

.services-provided__link svg {
  margin-left: 8px;
  transition: fill 0.3s ease;
}

.services-provided__link:focus {
  outline: none;
  color: maroon;
}

.services-provided__link:focus svg {
  fill: maroon;
}

@media (min-width: 992px) {

  .services-provided__link:hover,
  .services-provided__link:focus {
    color: maroon;
  }

  .services-provided__link:hover svg,
  .services-provided__link:focus svg {
    fill: maroon;
  }
}

.architects__heading {
  position: relative;
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .architects__heading {
    margin-bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .architects__heading {
    margin-bottom: 40px;
  }
}

.architects__heading::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 30%;
  width: 45px;
  border-top: solid 2px maroon;
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  .architects__heading::before {
    width: 70px;
  }
}

@media (min-width: 1200px) {
  .architects__heading::before {
    left: -36px;
  }
}

.architects__column {
  margin: 30px 0;
}

/* 4.20 Services section */
.services {
  color: #000000;
}

.services__wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .services__wrapper {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 50px;
  }
}

.services__left {
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .services__left {
    display: block;
    margin-right: 100px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .services__left {
    margin-right: 165px;
  }
}

.services__left p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.services__left p br {
  display: none;
}

@media (min-width: 992px) {
  .services__left p br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .services__left p {
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
}

.services__digit {
  margin-right: 48px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 80px;
  line-height: 90px;
  font-weight: bold;
  color: maroon;
  position: relative;
  text-align: left;
}

@media (min-width: 992px) {
  .services__digit {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .services__digit {
    margin-bottom: 27px;
    font-size: 170px;
    line-height: 195px;
  }
}

.services__digit span {
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  left: auto;
  top: -15px;
}

@media (min-width: 1200px) {
  .services__digit span {
    font-size: 80px;
    line-height: 80px;
    left: 119px;
    top: -65px;
  }
}

.services__title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .services__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 1200px) {
  .services__title {
    font-size: 48px;
    line-height: 69px;
    margin-bottom: 103px;
  }
}

.services__title span {
  color: maroon;
}

.services__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 992px) {
  .services__grid {
    margin: 0 -27px;
  }
}

.services__item {
  width: 100%;
  margin-bottom: 33px;
  height: auto;
}

.servicesSwiper .swiper-wrapper {
  align-items: stretch;
}

.services__item-icon img {
  width: 60px;
}

/* @media (min-width: 1200px) {
  .servicesSwiper .swiper-slide {
    width: calc((100% - (3 * 10px)) / 4);
  }
} */

@media (min-width: 992px) {

  .services__item:hover .services__link,
  .services__item:focus .services__link {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .services__item {
    /* width: calc(19% - 54px); */
    margin: 0 27px 33px;
  }
}

.services__item-title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .services__item-title {
    font-size: 25px;
    margin-bottom: 18px;
  }
}

.services__item-text {
  font-size: 14px;
  line-height: 18px;
  color: #787878;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .services__item-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .services__item-text {
    margin-bottom: 18px;
  }
}

.services__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: maroon;
  transition: opacity 0.3s ease;
}

@media (min-width: 992px) {

  .services__link:hover svg,
  .services__link:focus svg {
    animation: link-arrow-hover 0.4s ease;
  }
}

@media (min-width: 992px) {
  .services__link {
    /* opacity: 0; */
  }
}

.services__link svg {
  fill: maroon;
  margin-left: 16px;
}

/* 4.21 Home Grid page blocks */
@media (min-width: 1200px) {
  .projects-grid__inner {
    max-width: 1830px;
  }
}

.projects-grid__list {
  list-style: none;
  margin-top: -30px;
  margin-bottom: 0;
  padding: 0;
}

.projects-grid__item {
  margin-top: 30px;
}

.projects-grid__bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.projects-grid__bg-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  transition: all 5s, opacity 0.35s;
  background-repeat: no-repeat;
  background-size: cover;
}

.projects-grid__bg-item.active {
  opacity: 1;
  transform: scale(1.03);
}

/* 4.22 Team list block */
.team-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .team-list {
    padding-top: 50px;
  }
}

.team-list__item {
  margin-top: 30px;
}

/* 4.23 News blocks */
.sidebar {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .sidebar {
    max-width: 255px;
    margin-bottom: 0;
  }
}

.sidebar__block+.sidebar__block {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .sidebar__block+.sidebar__block {
    margin-top: 79px;
  }
}

.sidebar__block>p {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 18px;
  line-height: 21.76px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  margin-bottom: 30px;
}

.sidebar__block input[type="search"] {
  width: 100%;
  max-width: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  font-family: "Poppins", "Arial", sans-serif;
  transition: background-color 0.3s ease;
}

@media (min-width: 992px) {
  .sidebar__block input[type="search"] {
    left: 0;
    transform: none;
  }
}

.sidebar__block input[type="search"]:focus {
  outline: none;
  background-color: #ffffff;
}

@media (min-width: 992px) {

  .sidebar__block input[type="search"]:hover,
  .sidebar__block input[type="search"]:focus {
    background-color: #ffffff;
  }
}

.sidebar__related-post {
  display: block;
}

@media (min-width: 992px) {

  .sidebar__related-post:hover .sidebar__related-post-content .title,
  .sidebar__related-post:focus .sidebar__related-post-content .title {
    color: maroon;
  }
}

.sidebar__related-post+.sidebar__related-post {
  margin-top: 20px;
}

.sidebar__related-post figure {
  display: flex;
  margin: 0;
}

.sidebar__related-post img {
  max-width: 80px !important;
  width: 100%;
  height: 65px !important;
  margin-right: 20px;
}

.sidebar__related-post-content .title,
.sidebar__related-post-content .date {
  margin: 0;
}

.sidebar__related-post-content .title {
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #000000;
  transition: color 0.3s ease;
}

.sidebar__related-post-content .date {
  font-size: 13px;
  line-height: 20px;
  color: #767676;
}

.sidebar__categories {
  margin-top: 31px;
}

.sidebar__categories-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media (min-width: 992px) {

  .sidebar__categories-item:hover .sidebar__categories-name,
  .sidebar__categories-item:hover .sidebar__categories-num,
  .sidebar__categories-item:focus .sidebar__categories-name,
  .sidebar__categories-item:focus .sidebar__categories-num {
    color: maroon;
  }
}

.sidebar__categories-item+.sidebar__categories-item {
  padding-top: 10px;
}

.sidebar__categories-name,
.sidebar__categories-num {
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  transition: color 0.3s ease;
}

.sidebar__categories-num {
  color: #787878;
}

.sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -6px;
}

.sidebar__tag-item {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 15px;
  border: 1px solid #d3d3d3;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {

  .sidebar__tag-item:hover,
  .sidebar__tag-item:focus {
    background-color: maroon;
    border-color: transparent;
  }
}

.news-listing {
  list-style: none;
  padding: 0;
  max-width: calc(100vw);
  margin: auto;
  margin-top: 60px;
}

.news-listing__item {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .news-listing__item {
    height: 600px;
  }
}

@media (min-width: 992px) {
  .news-listing__item--high {
    height: 478px;
  }
}

@media (min-width: 992px) {
  .news-listing__item--auto {
    height: auto;
  }
}

.post-page__heading {
  margin-bottom: 38px;
}

@media (min-width: 1560px) {
  .post-page__filter {
    margin: 0 -200px;
  }
}

.post-page__filter .news-list__filter-with-search input {
  width: 100%;
}

.post-page__main-pic {
  margin: 0;
  height: 400px;
}

@media (min-width: 1560px) {
  .post-page__main-pic {
    margin: 0 -375px;
    height: 700px;
  }
}

.post-page__main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-page__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}

@media (min-width: 992px) {
  .post-page__wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 94px;
  }
}

.post-sb-page__main-pic {
  margin: 0;
  height: 300px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .post-sb-page__main-pic {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .post-sb-page__main-pic {
    max-width: 1830px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1560px) {
  .post-sb-page__main-pic {
    margin-top: 80px;
    height: 40vw;
  }
}

@media (min-width: 1920px) {
  .post-sb-page__main-pic {
    max-width: calc(100vw - 120px);
  }
}

.post-sb-page__main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-sb-page__main-pic--inner {
  position: relative;
  margin-top: 0;
}

.post-sb-page__main-pic--inner img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.post-sb-page__main-pic--inner .post-sb-page__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (min-width: 1560px) {
  .post-sb-page__main-pic--inner .post-sb-page__title {
    padding: 100px 345px;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
}

.post-sb-page__main-pic--inner .post-sb-page__tag {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {
  .post-sb-page__main-pic--inner .post-sb-page__tag {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {

  .post-sb-page__main-pic--inner .post-sb-page__tag:hover,
  .post-sb-page__main-pic--inner .post-sb-page__tag:focus {
    color: maroon;
  }
}

.post-sb-page__main-pic--inner .post-sb-page__heading {
  margin: 0;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 992px) {
  .post-sb-page__main-pic--inner .post-sb-page__heading {
    font-size: 50px;
    line-height: 54px;
  }
}

@media (min-width: 1560px) {
  .post-sb-page__main-pic--inner .post-sb-page__heading {
    font-size: 60px;
    line-height: 80px;
  }
}

.post-sb-page__main-pic--inner .post-sb-page__heading span {
  color: maroon;
}

.post-sb-page__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .post-sb-page__wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 210px;
  }
}

.post-sb {
  width: 100%;
}

.post-sb__wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .post-sb__wrapper {
    flex-direction: row;
  }
}

.post-sb__content {
  width: 100%;
  order: 1;
}

@media (min-width: 992px) {
  .post-sb__content {
    margin-right: 127px;
    order: 0;
  }
}

.post-sb__date {
  font-size: 16px;
  margin-bottom: 15px;
  color: #767676;
}

@media (min-width: 992px) {
  .post-sb__date {
    margin-bottom: 56px;
  }
}

.post-sb__date .author {
  color: #000000;
}

.post-sb__title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .post-sb__title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 66px;
  }
}

.post-sb__title a {
  color: #000000;
  text-decoration: underline;
}

@media (min-width: 992px) {

  .post-sb__title a:hover,
  .post-sb__title a:focus {
    text-decoration: none;
  }
}

.post-sb__subtitle {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .post-sb__subtitle {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 43px;
  }
}

.post-sb__text {
  font-size: 14px;
  line-height: 22px;
  color: #a1a1a1;
}

@media (min-width: 992px) {
  .post-sb__text {
    font-size: 16px;
    line-height: 26px;
  }
}

.post-sb__text p {
  margin: 0;
}

.post-sb__text p+p {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .post-sb__text p+p {
    margin-top: 26px;
  }
}

.post-sb__review {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .post-sb__review {
    margin: 84px 0 92px;
  }
}

.post-sb__review .twitter-block__wrapper {
  padding: 30px;
}

@media (min-width: 576px) {
  .post-sb__review .twitter-block__wrapper {
    padding: 66px 71px 55px;
  }
}

.post-sb__content-pic {
  margin: 35px 0 28px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .post-sb__content-pic {
    margin: 80px 0 77px;
  }
}

.post-sb__content-pic img {
  width: 100%;
  object-fit: cover;
}

.post-sb .quote {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .post-sb .quote {
    margin: 98px 0 212px;
  }
}

.post-sb__gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px 45px;
}

@media (min-width: 992px) {
  .post-sb__gallery {
    flex-direction: row;
    margin: 0 -15px 112px;
  }
}

.post-sb__gallery-col {
  height: 300px;
  margin-top: 26px;
}

@media (min-width: 992px) {
  .post-sb__gallery-col {
    height: 633px;
    margin-top: 0;
  }
}

.post-sb__gallery-col .small {
  height: 300px;
}

.post-sb__gallery-col .small+.small {
  margin-top: 26px;
}

.post-sb__bottom {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #a6a6a6;
}

@media (min-width: 992px) {
  .post-sb__bottom {
    margin-top: 98px;
    padding-top: 105px;
  }
}

.post-sb__tags {
  font-size: 16px;
  font-weight: bold;
}

.post-sb__tags a {
  font-weight: 400;
  color: #787878;
  transition: color 0.3s ease;
}

.post-sb__tags a:focus {
  outline: none;
  color: maroon;
}

@media (min-width: 992px) {

  .post-sb__tags a:hover,
  .post-sb__tags a:focus {
    color: maroon;
  }
}

.post-sb__tags span {
  color: #000000;
}

.post-sb__socials {
  display: flex;
  align-items: center;
  margin: 48px 0 10px;
}

.post-sb__socials>span {
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.post-sb__social .social__item+.social__item {
  margin-left: 10px;
}

.post-sb__social .social__link {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {

  .post-sb__social .social__link:hover svg,
  .post-sb__social .social__link:focus svg {
    fill: maroon;
  }
}

.post-sb__social .social__link svg {
  fill: #929292;
  transition: fill 0.3s ease;
}

.post-sb__related {
  margin: 15px 0;
}

@media (min-width: 992px) {
  .post-sb__related {
    margin: 196px 0 100px;
  }
}

.post-sb__comment {
  max-width: 730px;
  margin: 0 auto 50px;
}

@media (min-width: 992px) {
  .post-sb__comment {
    margin-bottom: 207px;
  }
}

.post-sb__comment-form {
  margin: 0 auto;
}

.post-sb--full .post-sb__content {
  margin-right: 0;
}

@media (min-width: 992px) {
  .post-sb--full .post-sb__content-pic {
    margin: 80px -190px 77px;
  }
}

@media (min-width: 992px) {
  .post-sb--full .post-sb__gallery {
    flex-direction: row;
    margin: 0 -190px 112px;
  }
}

.post-related {
  padding: 20px 0;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .post-related {
    padding: 119px 0 103px;
    background-color: #f8f8f8;
  }
}

@media (min-width: 1560px) {
  .post-related {
    background-color: transparent;
    background-image: linear-gradient(to right, #f8f8f8 86.09%, transparent 86.09%);
  }
}

.post-related__container {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .post-related__container {
    max-width: 1110px;
  }
}

.post-related__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.post-related__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .post-related__title {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 90px;
  }
}

.post-related__title span {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  color: #000000;
}

@media (min-width: 992px) {
  .post-related__title span {
    font-size: 32px;
    line-height: 45px;
  }
}

.post-related__title a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #a1a1a1;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {
  .post-related__title a {
    margin-top: 0;
  }
}

@media (min-width: 992px) {

  .post-related__title a:hover,
  .post-related__title a:focus {
    color: maroon;
  }

  .post-related__title a:hover svg,
  .post-related__title a:focus svg {
    fill: maroon;
  }
}

.post-related__title a svg {
  fill: #787878;
  margin-left: 15px;
  transition: fill 0.3s ease;
}

.post-related__item {
  height: auto;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .post-related__item {
    height: 350px;
  }
}

.post-related__item .card__content {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .post-related__item .card__content {
    background-color: #f8f8f8;
  }
}

.comment__title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .comment__title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 100px;
  }
}

.comment .comment-item {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .comment .comment-item {
    flex-direction: row;
    align-items: flex-start;
  }
}

.comment .comment-item+.comment-item {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .comment .comment-item+.comment-item {
    margin-top: 63px;
  }
}

.comment .comment-item__photo {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .comment .comment-item__photo {
    margin-bottom: 0;
    margin-right: 32px;
    flex-shrink: 0;
  }
}

.comment .comment-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment .comment-item__top {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .comment .comment-item__top {
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}

.comment .comment-item__name {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 16px;
  line-height: 19.34px;
  font-weight: bold;
  color: #000000;
}

@media (min-width: 992px) {
  .comment .comment-item__name {
    margin-right: 19px;
  }
}

.comment .comment-item__sent {
  font-size: 13px;
  line-height: 19.34px;
  color: #ababab;
  text-transform: uppercase;
}

.comment .comment-item__text {
  font-size: 16px;
  line-height: 26px;
  color: #a1a1a1;
  margin-bottom: 31px;
}

.comment .comment-item__reply {
  width: 68px;
  padding: 5px 13px;
  font-size: 12px;
  color: #000000;
  text-align: center;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  text-transform: uppercase;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {

  .comment .comment-item__reply:hover,
  .comment .comment-item__reply:focus {
    outline: none;
    border-color: maroon;
    background-color: maroon;
  }
}

@media (min-width: 768px) {
  .comment .comment-item__reply {
    left: 0;
    transform: none;
  }
}

.comment .comment-item--replyed {
  margin-left: 50px;
}

@media (min-width: 768px) {
  .comment .comment-item--replyed {
    margin-left: 80px;
  }
}

@media (min-width: 992px) {
  .comment .comment-item--replyed {
    margin-left: 110px;
  }
}

.comment-form {
  max-width: 730px;
}

.comment-form__title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .comment-form__title {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 52px;
  }
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  height: 50px;
  padding: 16px;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: "Poppins", "Arial", sans-serif;
  transition: border-color 0.3s ease;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  font-size: 16px;
  opacity: 0.5;
  color: #000000;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #000000;
}

.comment-form input:focus::placeholder,
.comment-form textarea:focus::placeholder {
  opacity: 0;
}

.comment-form textarea {
  height: 174px;
  resize: none;
}

.comment-form__inputs-group {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .comment-form__inputs-group {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -15px 30px;
  }
}

.comment-form__inputs-group .comment-form__field-wrapper {
  width: 100%;
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .comment-form__inputs-group .comment-form__field-wrapper {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

.comment-form__inputs-group .comment-form__field-wrapper label {
  margin-bottom: 0;
}

.comment-form__btn {
  padding: 17px 44px;
  margin-top: 30px;
  border-radius: 0;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 992px) {
  .comment-form__btn {
    margin-top: 32px;
  }
}

.quote {
  padding: 20px 20px 20px 70px;
  border: 4px solid maroon;
  position: relative;
}

@media (min-width: 992px) {
  .quote {
    padding: 37px 50px 29px 123px;
    margin-bottom: 40px;
  }
}

.quote::before {
  content: ",,";
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: -5px;
  color: #fbc710;
  position: absolute;
  top: -21px;
  left: 18px;
}

@media (min-width: 992px) {
  .quote::before {
    font-size: 100px;
    line-height: 100px;
    top: -19px;
    left: 34px;
  }
}

.quote p {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 28px;
}

@media (min-width: 992px) {
  .quote p {
    font-size: 20px;
    line-height: 35px;
  }
}

.quote__name,
.quote__position {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
}

@media (min-width: 992px) {

  .quote__name,
  .quote__position {
    font-size: 16px;
    line-height: 26px;
  }
}

.quote__name {
  color: #000000;
  font-weight: 700;
}

/* 4.24 Blocks for services pages */
.service-card {
  counter-increment: services;
}

@media (min-width: 768px) {
  .service-card--reverse .service-card__inner {
    flex-direction: row-reverse;
  }
}

.service-card--reverse .service-card__left::before {
  left: auto;
  right: 0;
  border-left: none;
  border-right: solid 4px maroon;
}

@media (min-width: 768px) {
  .service-card--reverse .service-card__left::after {
    right: 32px;
  }
}

@media (min-width: 992px) {
  .service-card--reverse .service-card__left {
    padding: 64px 48px 64px 96px;
  }

  .service-card--reverse .service-card__left::after {
    right: 48px;
  }
}

.service-card--reverse .service-card__detail {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .service-card--reverse .service-card__detail {
    border-right: none;
    border-left: solid 4px #ffffff;
  }
}

@media (min-width: 768px) and (min-width: 992px) {

  .service-card--reverse .service-card__detail:hover,
  .service-card--reverse .service-card__detail:focus {
    border-color: maroon;
  }
}

.service-card__inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .service-card__inner {
    flex-direction: row;
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .service-card__inner {
    padding-bottom: 116px;
  }
}

.service-card__left {
  position: relative;
  padding-left: 56px;
}

.service-card__left::after {
  content: "0" counter(services) ".";
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 48px;
  line-height: 1;
  color: #dcdcdc;
  font-weight: 700;
  transform: rotate(-90deg);
  transform-origin: 33% 50%;
}

@media (min-width: 768px) {
  .service-card__left::after {
    left: 24px;
    transform: rotate(0);
  }
}

@media (min-width: 768px) {
  .service-card__left {
    padding: 32px;
  }

  .service-card__left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    border-top: solid 4px maroon;
    border-left: solid 4px maroon;
    pointer-events: none;
  }

  .service-card__left::after {
    left: 32px;
  }
}

@media (min-width: 992px) {
  .service-card__left {
    display: flex;
    align-items: center;
    padding: 64px 96px 64px 48px;
  }

  .service-card__left::after {
    left: 48px;
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .service-card__left {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-card__left::after {
    font-size: 100px;
  }
}

.service-card__right {
  order: -1;
}

@media (min-width: 768px) {
  .service-card__right {
    position: relative;
    width: 60%;
    flex-shrink: 0;
    order: 0;
  }
}

@media (min-width: 1200px) {
  .service-card__right {
    width: 100%;
    max-width: 635px;
  }
}

.service-card__right img {
  display: block;
  width: 100%;
  height: auto;
}

.service-card__detail {
  width: 80%;
  max-width: 394px;
  padding: 20px 0;
  transition: border-color 0.3s ease;
}

@media (min-width: 768px) {
  .service-card__detail {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px;
    border-top: solid 4px #ffffff;
    border-right: solid 4px #ffffff;
    background-color: #ffffff;
    transform: translateY(150px);
  }
}

@media (min-width: 992px) {
  .service-card__detail {
    transform: translateY(116px);
  }
}

@media (min-width: 992px) {

  .service-card__detail:hover,
  .service-card__detail:focus {
    border-color: maroon;
  }
}

.service-card__tags {
  margin: 0 0 10px;
}

.service-card__heading {
  margin: 0 0 24px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 25px;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
}

.service-card__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: maroon;
  font-weight: 600;
  transition: color 0.3s ease;
}

.service-card__link svg {
  margin-left: 8px;
  fill: maroon;
  transition: fill 0.3s ease;
}

.custom-card {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

/* Hover Effect */
.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

/* Swiper container styling to ensure height */
.custom-swiper-container {
  width: 100% !important;
  height: 350px !important;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* Swiper Image Styling */
.custom-swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sub-heading Style */
.custom-subheading {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0.5rem 8px;
  margin-bottom: 0.1rem;
  color: #000000 !important;
  text-transform: uppercase;
}

/* Main Heading Style */
.custom-main-heading {
  font-size: 24px;
  font-weight: 700;
  color: maroon;
  margin-top: 0;
  margin-bottom: 0.3rem;
  line-height: 140%;
}

/* Card Body Padding */
.custom-card .card-body {
  padding: 1.5rem;
}

.custom-paragraph {
  font-family: 'Poppins', sans-serif;
  z-index: 20;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}

.custom-swiper-container .swiper-button-next,
.custom-swiper-container .swiper-button-prev {
  display: none;
}

@media (min-width: 992px) {

  .service-card__link:hover,
  .service-card__link:focus {
    color: #000000;
  }

  .service-card__link:hover svg,
  .service-card__link:focus svg {
    fill: #000000;
  }
}

.services-list {
  counter-reset: services;
}

@media (min-width: 1200px) {
  .services-list {
    margin-top: 110px;
  }
}

.services-list__item+.services-list__item {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .services-list__item+.services-list__item {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .services-list__item+.services-list__item {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .services-list__item+.services-list__item {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .services-list__item+.services-list__item {
    margin-top: 160px;
  }
}

.single-service-block h2 {
  margin: 0 0 32px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 25px;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .single-service-block h2 {
    margin-bottom: 42px;
  }
}

.single-service-block p {
  margin: 0;
}

.single-service-block p+p {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .single-service-block p+p {
    margin-top: 50px;
  }
}

.single-service-block img {
  max-width: 100%;
  height: auto;
}

/* 4.25 Feedback block */
.feedback__heading {
  font-size: 32px;
  margin: 0 0 32px;
}

@media (min-width: 1200px) {
  .feedback__heading {
    margin-bottom: 50px;
  }
}

.feedback__field-wrapper {
  margin-bottom: 30px;
}

/* 4.26 Contact block */
.contact-block {
  max-width: 496px;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .contact-block {
    padding: 80px;
  }
}

.contact-block__heading {
  margin: 0 0 32px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 32px;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
}

.contact-block__heading span {
  font-family: "Swansea", "Arial", sans-serif;
}

.contact-block__address {
  max-width: 370px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.3125;
  color: #787878;
  font-style: normal;
}

@media (min-width: 1200px) {
  .contact-block__address {
    margin-bottom: 30px;
  }
}

.contact-block__phone {
  margin: 0 0 32px;
}

@media (min-width: 1200px) {
  .contact-block__phone {
    margin-bottom: 30px;
  }
}

.contact-block__phone a {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 32px;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {

  .contact-block__phone a:hover,
  .contact-block__phone a:focus {
    outline: none;
    color: maroon;
  }
}

.contact-block__item {
  font-size: 16px;
  line-height: 1.3125;
  color: #787878;
}

@media (min-width: 576px) {
  .contact-block__item {
    display: flex;
  }
}

.contact-block__item-hint {
  margin-bottom: 6px;
  color: #000000;
  font-weight: 700;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .contact-block__item-hint {
    margin-bottom: 0;
    margin-right: 8px;
  }
}

.contact-block__item-val a {
  color: #787878;
  transition: color 0.3s ease;
}

.contact-block__item-val a:focus {
  outline: none;
  color: maroon;
}

@media (min-width: 992px) {

  .contact-block__item-val a:hover,
  .contact-block__item-val a:focus {
    color: maroon;
  }
}

.contact-block__item+.contact-block__item {
  margin-top: 30px;
}

/* 4.27 Block in About page */
@media (min-width: 1200px) {
  .about-block--columns .about-block__inner {
    display: flex;
  }

  .about-block--columns .about-block__header {
    max-width: 220px;
    margin-right: 64px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.about-block__inner {
  position: relative;
  padding-top: 90px;
}

.about-block__inner::before {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 15px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 72px;
  line-height: 1;
  color: #f2f2f2;
  font-weight: 700;
}

@media (min-width: 1560px) {
  .about-block__inner {
    padding-top: 0;
  }

  .about-block__inner::before {
    font-size: 300px;
    top: 0px;
    left: -23.95vw;
  }
}

.about-block__header {
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .about-block__header {
    margin-bottom: 60px;
  }
}

.about-block__heading {
  position: relative;
  margin: 0;
}

@media (min-width: 768px) {
  .about-block__heading {
    font-size: 38px;
  }
}

.about-block__heading::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 14px;
  width: 45px;
  border-top: solid 2px maroon;
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  .about-block__heading::before {
    width: 70px;
  }
}

@media (min-width: 1200px) {
  .about-block__heading::before {
    left: -36px;
  }
}

.about-block__text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
  color: #787878;
}

@media (min-width: 992px) {
  .about-block__text {
    margin-bottom: 0px;
    font-size: 20px;
  }
}

.about-block__text p {
  margin: 0;
}

.about-block__text p+p {
  margin-top: 1.5em;
}

.about-block__quote {
  position: relative;
  margin: 0;
  padding: 0 0 0 64px;
}

.about-block__quote::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 32px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 83 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.6.2c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8L.4 52.2c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S13.933.2 18.6.2zm44.8 0c6.267 0 11 2.267 14.2 6.8 3.333 4.4 5 9.667 5 15.8 0 8.267-2.467 15.933-7.4 23-4.8 7.067-10.867 12.333-18.2 15.8l-11.8-9.4c5.333-2.133 10-5.067 14-8.8 4-3.867 6.733-7.867 8.2-12l-1-.6c-.667.533-1.467.933-2.4 1.2-.933.267-2.267.4-4 .4-3.067 0-6.2-1.2-9.4-3.6-3.067-2.533-4.6-6.333-4.6-11.4 0-5.333 1.733-9.533 5.2-12.6S58.733.2 63.4.2z' fill='%23FBC710'/%3e%3c/svg%3e");
}

@media (min-width: 1200px) {
  .about-block__quote {
    padding-left: 0;
  }

  .about-block__quote::before {
    left: -80px;
  }
}

.about-block__team {
  margin-top: -30px;
  padding-top: 0;
}

/* 4.28 Map block */
.map {
  position: relative;
  max-width: 1830px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

@media (min-width: 1920px) {
  .map {
    max-width: calc(100vw - 120px);
  }
}

@media (min-width: 992px) {
  .map__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 768px;
  }
}

.map iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  border: none;
  z-index: -1;
}

@media (min-width: 992px) {
  .map iframe {
    position: absolute;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: 100%;
  }
}

/* 4.29 Video section in homepage */
.video-section {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .video-section {
    padding-top: 32px;
  }
}

@media (min-width: 992px) {
  .video-section {
    padding-top: 48px;
  }
}

@media (min-width: 1200px) {
  .video-section {
    padding-top: 60px;
  }
}

@media (min-width: 1560px) {
  .video-section {
    padding: 60px 60px 0;
  }
}

.video-section__inner {
  position: relative;
}

@media (min-width: 1560px) {
  .video-section__inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.video-section video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.video-section__bottom {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  display: none;
  justify-content: space-between;
  padding: 15px;
}

@media (min-width: 576px) {
  .video-section__bottom {
    display: flex;
  }
}

@media (min-width: 992px) {
  .video-section__bottom {
    padding: 52px 15px;
  }
}

.video-section__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.video-section__copy {
  color: #ffffff;
}

.video-section .lang-switcher__link {
  color: #ffffff;
}

.video-section .lang-switcher__link--current {
  color: maroon;
}

/* 4.30 Main slider */
.main-slider {
  position: relative;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 93px);
}

@media (min-width: 1920px) {
  .main-slider {
    max-width: calc(100vw - 120px);
  }
}

.main-slider .tp-tabs {
  padding: 0 !important;
  background-color: #ffffff !important;
}

.main-slider .tp-tab {
  opacity: 1 !important;
}

.main-slider .tp-tab.selected .slide-tab {
  cursor: default;
}

.main-slider .tp-tab.selected .slide-tab__number {
  color: maroon !important;
}

.main-slider .tp-tab.selected .slide-tab__title {
  color: #000000 !important;
}

.main-slider .tparrows {
  width: auto;
  height: auto;
  background-color: transparent;
}

.main-slider .tparrows:hover {
  background-color: transparent;
}

.main-slider .tparrows:hover::before {
  opacity: 0.6 !important;
}

.main-slider .tparrows::before {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.main-slider .tp-leftarrow::before {
  content: "prev";
}

.main-slider .tp-rightarrow::before {
  content: "next";
}

@media (min-width: 768px) {
  .main-slider {
    height: calc(100vh - 110px);
  }
}

.main-slider .rev_slider_wrapper {
  height: 100% !important;
}

.main-slider .rev_slider {
  height: 100% !important;
}

.main-slider .rev_slider .slot {
  height: 100% !important;
}

.main-slider .rev_slider .slot * {
  height: 100% !important;
}

/* 4.31 Article */
.article {
  overflow: hidden;
  padding: 40px 0 60px;
}

@media (min-width: 768px) {
  .article {
    padding: 60px 0 80px;
  }
}

@media (min-width: 992px) {
  .article {
    padding: 100px 0 120px;
  }
}

@media (min-width: 1200px) {
  .article {
    padding: 30px 0 100px;
  }
}

.article--pb-0 {
  padding-bottom: 0;
}

.article__header {
  margin-bottom: 30px;
}

.article__header-text {
  /* max-width: 700px; */
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .article__header-text {
    margin-top: 70px;
  }
}

.article__header-meta {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .article__header-meta {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .article__header-meta {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .article__header-meta {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .article__header-meta {
    margin-top: 127px;
  }
}

.article__tag {
  font-size: 20px;
  line-height: 26px;
  color: maroon;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.article__heading {
  margin: 0;
}

.article__filter {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .article__filter {
    margin-top: 96px;
  }
}

@media (min-width: 1200px) {
  .article__main--width-full {
    max-width: 1830px;
  }
}

@media (min-width: 992px) {
  .article__main--width-small {
    max-width: 760px;
  }
}

.article img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1200px) {

  .article__projects-carousel,
  .article__project-hero {
    margin-top: 100px;
  }
}

.article__project-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.article__project-text {
  margin: 40px 0;
  font-size: 18px;
  line-height: 1.8;
}

.article__project-text strong {
  color: #000000;
  font-weight: 600;
}

.article__project-text p {
  margin: 0;
}

.article__project-text p+p {
  margin-top: 1.5em;
}

@media (min-width: 576px) {
  .article__project-text {
    margin: 60px 0;
  }
}

@media (min-width: 768px) {
  .article__project-text {
    margin: 100px 0;
  }
}

@media (min-width: 992px) {
  .article__project-text {
    margin: 140px 0;
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .article__project-text {
    margin: 100px 0;
  }
}

.article__projects-slider {
  margin: 20px 0 40px;
}

@media (min-width: 576px) {
  .article__projects-slider {
    margin: 40px 0 80px;
  }
}

@media (min-width: 768px) {
  .article__projects-slider {
    margin: 60px 0 120px;
  }
}

@media (min-width: 992px) {
  .article__projects-slider {
    margin: 80px 0 160px;
  }
}

@media (min-width: 1200px) {
  .article__projects-slider {
    margin: 70px auto 30px;
  }

  .swiper-wrapper {
    align-items: center;
  }
}

.article__project-meta {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .article__project-meta {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .article__project-meta {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .article__project-meta {
    margin-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .article__project-meta {
    margin-bottom: 214px;
  }
}

.article__project-designer {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .article__project-designer {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .article__project-designer {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .article__project-designer {
    margin-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .article__project-designer {
    margin-bottom: 30px;
  }
}

.article__project-images {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .article__project-images {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .article__project-images {
    margin-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .article__project-images {
    max-width: 1830px;
    margin-bottom: 210px;
  }
}

.article__project-images-cell {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .article__project-images-cell {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .article__project-images-cell .article__project-images-cell {
    margin-top: 24px;
  }
}

@media (min-width: 1560px) {
  .article__project-images-cell .article__project-images-cell {
    margin-top: 30px;
  }
}

.article__project-images img {
  display: block;
  width: 100%;
  height: auto;
}

.article__single-service-image {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .article__single-service-image {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .article__single-service-image {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .article__single-service-image {
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .article__single-service-image {
    margin-top: 100px;
    margin-bottom: 135px;
  }
}

.article__single-service-image img {
  max-width: 100%;
  height: auto;
}

.article__about-hero {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .article__about-hero {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .article__about-hero {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .article__about-hero {
    margin-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .article__about-hero {
    max-width: 1830px;
    /* margin-top: 100px; */
    margin-bottom: 120px;
  }
}

@media (min-width: 1920px) {
  .article__about-hero {
    max-width: calc(100vw - 120px);
  }
}

.article__about-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.article__feedback {
  margin-top: 100px;
}

@media (min-width: 1200px) {
  .article__feedback {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .article__map {
    margin-top: 50px;
  }
}

.article .single-service-block+.single-service-block {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .article .single-service-block+.single-service-block {
    margin-top: 80px;
  }
}

.article--news img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .article--news {
    padding: 30px 0 100px;
  }
}

.article--news .article__header {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .article--news .article__filter {
    margin-top: 81px;
  }
}

.article--news .article__filter .filter__item {
  font-weight: 400;
}

@media (min-width: 1200px) {
  .article--news .article__filter .filter__item {
    font-family: "Poppins", "Arial", sans-serif;
    margin-right: 53px;
  }
}

.article--p0 {
  padding: 0 0 100px;
}

@media (min-width: 992px) {
  .article--p0 {
    padding: 0 0 210px;
  }
}

/* 4.32 Home parallax */
.welcome {
  max-width: 60%;
  color: maroon;
  position: relative;
  z-index: 5;
}

.welcome__subtitle,
.reviews-carousel__subtitle {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
  font-weight: 600;
}

.welcome__title {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

.welcome__img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 32%;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.welcome__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 18%;
  background: linear-gradient(90deg, #bc9876, transparent);
  z-index: 1;
}

.welcome__img:after {}

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

@media (min-width: 576px) {
  .welcome__title {
    font-size: 55px;
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  .welcome__title {
    font-size: 75px;
    line-height: 80px;
  }
}

@media (max-width: 1600px) {
  .welcome__title {
    font-size: 60px;
    line-height: 65px;
    /* margin-bottom: 50px; */
  }

  .slider-parallax__slide-wrap {
    width: 65%;
  }
}

@media (min-width: 992px) {
  .welcome__title {
    font-size: 45px;
    line-height: 45px;
    /* margin-bottom: 50px; */
  }


}

.welcome__title span {
  color: maroon;
}

.welcome__line {
  width: 28%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .welcome__line {
    margin: 10px 0 30px;
  }
}

.parallax {
  height: 100vh;
  overflow-y: auto;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffcfa1;
}

.parallax .scroll-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* position: relative; */
  height: 100%;
  /* padding: 115px 0 144px; */
  width: 100%;
}

/* #step1 .scroll-wrap{
  margin: 0 !important;
} */
@media (min-width: 1200px) {
  .parallax .scroll-wrap {
    padding: 0px;
    /* padding-top: 215px!important; */
  }
}

.home-page-slider>.swiper-wrapper>.swiper-slide:nth-child(1) .swiper-inner {
  padding-top: 0 !important;
  height: calc(100% - 0px) !important;

}


.home-page-slider>.swiper-wrapper>.swiper-slide:last-child .swiper-inner {
  padding-top: 0 !important;
  height: 100% !important;
  /* height: calc(100% - 0px) !important; */

}

.parallax--slider .scroll-wrap {
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.parallax__wrapper {
  display: flex;
  justify-content: space-between;
}

.parallax__type {
  display: block;
  font-size: 16px;
  line-height: 18.77px;
  text-transform: uppercase;
  /*transform: rotate(-90deg);*/
  position: absolute;
  /*top: 43%;*/
  top: 15%;
  left: 2%;
  z-index: 9;
  font-weight: 600;
}

@media (min-width: 1560px) {
  .parallax__type {
    /*left: 30px;*/
    left: 4%;
    /*left: 4%;*/
  }
}

.parallax__year {
  display: none;
  font-size: 16px;
  line-height: 18.77px;
  transform: rotate(-90deg);
  position: absolute;
  top: 28.8%;
  left: 5px;
}

@media (min-width: 768px) {
  .parallax__year {
    display: block;
  }
}

@media (min-width: 1560px) {
  .parallax__year {
    left: 46px;
  }
}

.parallax__project {
  max-width: 200px;
  padding: 35px;
  position: relative;
}

@media (min-width: 768px) {
  .parallax__project {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .parallax__project {
    max-width: 471px;
    padding: 68px 61px;
  }
}

.parallax__project::before {
  content: "";
  display: block;
  width: 110px;
  height: 100%;
  border: 4px solid maroon;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 1200px) {
  .parallax__project::before {
    width: 163px;
  }
}

.parallax__tag {
  margin-bottom: 14px;
  font-size: 14px;
}

@media (min-width: 320px) {
  .parallax__tag {
    font-size: calc(0.00298 * 100vw + 13.0462px);
  }
}

@media (min-width: 991px) {
  .parallax__tag {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .parallax__tag {
    font-size: 16px;
    line-height: 26px;
  }
}

.parallax__title {
  font-family: 'Lato', sans-serif;
  ;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 320px) {
  .parallax__title {
    font-size: calc(0.02981 * 100vw + 10.462px);
  }
}

@media (min-width: 991px) {
  .parallax__title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .parallax__title {
    font-size: 60px;
    line-height: 68px;
  }
}

@media (min-width: 1200px) {
  .parallax__title {
    font-size: 80px;
    line-height: 90px;
  }
}

.parallax__link {
  display: flex;
  align-items: center;
  margin-top: 60px;
  font-weight: bold;
  color: #ffffff;
  transition: color 0.3s ease;
  font-size: 14px;
}

@media (min-width: 320px) {
  .parallax__link {
    font-size: calc(0.00894 * 100vw + 11.1386px);
  }
}

@media (min-width: 991px) {
  .parallax__link {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .parallax__link {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .parallax__link {
    margin-top: 144px;
  }
}

@media (min-width: 992px) {

  .parallax__link:hover,
  .parallax__link:focus {
    color: maroon;
  }

  .parallax__link:hover svg,
  .parallax__link:focus svg {
    fill: maroon;
  }
}

.parallax__link svg {
  margin-left: 10px;
  fill: #ffffff;
  transition: fill 0.3s ease;
}

.parallax__counter {
  padding-top: 10px;
  padding-right: 10px;
  font-family: 'Lato', sans-serif;
  ;
}

.parallax__counter .current {
  font-weight: bold;
  position: relative;
  font-size: 32px;
}

@media (min-width: 320px) {
  .parallax__counter .current {
    font-size: calc(0.04173 * 100vw + 18.6468px);
  }
}

@media (min-width: 991px) {
  .parallax__counter .current {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .parallax__counter .current {
    font-size: 60px;
    bottom: -48px;
    right: 7px;
  }
}

@media (min-width: 1200px) {
  .parallax__counter .current {
    font-size: 80px;
    bottom: -76px;
    right: 13px;
  }
}

.parallax__counter .total {
  font-size: 18px;
}

@media (min-width: 320px) {
  .parallax__counter .total {
    font-size: calc(0.0149 * 100vw + 13.231px);
  }
}

@media (min-width: 991px) {
  .parallax__counter .total {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .parallax__counter .total {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .parallax__counter .total {
    font-size: 32px;
  }
}

.parallax__partners {
  margin-top: 50px;
}

.parallax__partners .partners__item {
  width: 100%;
  text-align: left;
}

.parallax__latest-news .latest-news__header {
  margin-bottom: 0px;
}

.parallax .reviews-carousel .swiper-pagination {
  margin-top: 50px;
}

.services {
  color: #000000;
}

.services__wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .services__wrapper {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0px;
  }
}

.services__left {
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .services__left {
    display: block;
    margin-right: 100px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .services__left {
    margin-right: 165px;
    padding-top: 80px;
  }
}

.services__left p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.services__left p br {
  display: none;
}

@media (min-width: 992px) {
  .services__left p br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .services__left p {
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
}

.services__digit {
  margin-right: 48px;
  font-family: 'Lato', sans-serif;
  ;
  font-size: 80px;
  line-height: 90px;
  font-weight: bold;
  color: maroon;
  position: relative;
  text-align: left;
}

@media (min-width: 992px) {
  .services__digit {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .services__digit {
    margin-bottom: 27px;
    font-size: 170px;
    line-height: 165px;
  }
}

.services__digit span {
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  left: auto;
  top: -15px;
}

@media (min-width: 1200px) {
  .services__digit span {
    font-size: 80px;
    line-height: 80px;
    right: 20px;
    top: -65px;
  }
}

.services__title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .services__title {
    font-size: 40px;
    line-height: 45px;
  }
}

.services__title {
  font-size: 40px;
  line-height: 70px;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}

@media (max-width: 1600px) {
  .services__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.services__title strong {
  color: maroon;
  font-weight: 700;
}

.services__grid {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .services__grid {
    /* margin: 0 -27px; */
    margin: 0 30px;
  }
}

.services__item {
  width: 100%;
  margin: 0 27px 35px;
}

@media (min-width: 992px) {

  .services__item:hover .services__link,
  .services__item:focus .services__link {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .services__item {
    /* width: calc(20% - 54px); */
    /* margin: 0 27px 10px; */
    /* margin: 0 27px 25px; */
    margin: 0 16px 20px;
    /* margin: 0 27px 25px; */
    /* border: 1px dashed #81000029;
        border-radius: 10px;
        padding: 1rem; */
    border-radius: 10px;
    padding: 1rem;
    position: relative;
    box-shadow: 2px 4px 7px 0px #e0e0e0;

  }
}

.services__item-title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .services__item-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .home-page-slider>.swiper-wrapper>.swiper-slide .swiper-inner {
    /* height: calc(100% + -85px) !important; */
    padding-top: 40px;
  }

  .services__item-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.services__item-text {
  font-size: 14px;
  line-height: 18px;
  color: #787878;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .services__item-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .services__item-text {
    margin-bottom: 5px;
  }
}

.services__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: maroon;
  transition: opacity 0.3s ease;
}

@media (min-width: 992px) {

  .services__link:hover svg,
  .services__link:focus svg {
    animation: link-arrow-hover 0.4s ease;
  }
}

@media (min-width: 992px) {
  .services__link {
    /* opacity: 0; */
  }
}

.services__link svg {
  fill: maroon;
  margin-left: 16px;
}


.col-20 {
  margin-left: 20%;
}

iframe#sealvideo {
  width: 100%;
  height: 360px;
}

iframe#foodvideo {
  width: 100%;
  height: 420px;
}

@media (max-width: 768px) {
  .col-20 {
    margin-left: 0;
  }

  iframe#sealvideo {
    width: 100%;
    height: 40vh;
  }

  iframe#foodvideo {
    width: 100%;
    height: 40vh;
  }
}

/* .carousel-center{ */
/* width: 300px !important; */
/* height: 500px !important; */
/* } */

/*IPO*/
.iposection-padding {
  padding: 50px 0;
}

.services-award .grid {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin-bottom: 1.5em;
  text-align: center;
}

.services-award .grid .img-overlay {
  position: relative;
  overflow: hidden;
}

.services-award .grid .overlay {
  background: rgba(1, 185, 230, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  /*top: calc(100% - 5px);*/
  top: calc(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;

}

.services-award .grid .overlay a {
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 24px;
  font-size: 1.6rem;
  color: #a7d241;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-award .grid .details {
  padding: 23px 0px 15px;
}

.services-award .grid .details h3 {
  font-size: 26px;
  font-size: 18px;
  font-weight: 700;
  color: #242c33;
  margin: 0;
  text-align: center;
  line-height: 22px;
}

.services-award .grid:hover .overlay {
  top: 0;
  display: block;
}

.serv-box {
  overflow: hidden;
  position: relative;
  padding: 40px 40px 35px;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.serv-box * {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.serv-box .icon-main {
  display: none;
  position: absolute;
  top: -88px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background-color: #00deff;
  background-image: -moz-linear-gradient(125deg, #00deff, #502a71);
  background-image: -webkit-linear-gradient(125deg, #00deff, #502a71);
  background-image: linear-gradient(125deg, #00deff, #502a71);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.serv-box .icon-main i,
.serv-box .icon-main span,
.serv-box .icon-main img {
  position: absolute;
  bottom: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}

.serv-box .icon-main i:before,
.serv-box .icon-main span:before,
.serv-box .icon-main img:before {
  font-size: 35px;
}

.serv-box .icon-main img {
  width: 35px;
}

.serv-box .content-box h5 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-right: 60px;
  margin-bottom: 10px;
}

.serv-box .content-box ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.serv-box .content-box ul li {
  padding: 0 20px;
}

.serv-box .content-box ul li a {
  color: #1b1d21;
  display: inline-block;
  line-height: 40px;
  position: relative;
}

.serv-box .content-box ul li a:before {
  content: "//";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: #7141b1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.serv-box .content-box ul li:hover,
.serv-box .content-box ul li.active {
  background: #f8f8f8;
}

.serv-box .content-box ul li:hover a,
.serv-box .content-box ul li.active a {
  color: #7141b1;
  padding-left: 15px;
}

.serv-box .content-box ul li:hover a:before,
.serv-box .content-box ul li.active a:before {
  opacity: 1;
  visibility: visible;
}

.serv-box .content-box ul:last-child {
  margin-bottom: 0;
}

.serv-box:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.serv-box .overlay {
  z-index: 2;
  background: transparent;
}





.slider-parallax {
  position: relative;
  display: flex;
  height: 100vh;
  min-height: 540px;
}

.slider-parallax .swiper-slide {
  display: flex;
}

.slider-parallax__slide {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .slider-parallax__slide {
    flex-direction: row;
  }
}

.slider-parallax__slide-image {
  width: 100%;
  height: 100%;
}

.slider-parallax__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-parallax__slide-wrap {
  position: absolute;
  /* left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%); */
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 120px 15px 30px;
  left: 10%;
  bottom: 10%;
  background-color: #00000094;
}

@media (min-width: 576px) {
  .slider-parallax__slide-wrap {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .slider-parallax__slide-wrap {
    flex-direction: row;
    max-width: 720px;
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .slider-parallax__slide-wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .slider-parallax__slide-wrap {
    width: 70%;
    max-width: 100%;
  }
}

.slider-parallax__left {
  margin-top: 20px;
  order: 1;
}

@media (min-width: 768px) {
  .slider-parallax__left {
    margin-top: 0;
    order: 0;
  }
}

.slider-parallax__right {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .slider-parallax__right {
    flex-grow: 1;
    text-align: right;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .slider-parallax__right {
    padding-top: 14px;
    padding-right: 10px;
    font-size: 25px;
  }
}

.slider-parallax__subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .slider-parallax__subtitle {
    font-size: 23px;
  }
}

@media (max-width: 1600px) {
  .slider-parallax__subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (min-height: 768px) {
  .slider-parallax__subtitle {
    margin-bottom: 16px;
  }
}

.slider-parallax__title {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .slider-parallax__title {
    font-size: 55px;
    line-height: 60px;
  }
}

@media (max-width: 768px) {
  .slider-parallax__title {
    font-size: 75px;
    line-height: 80px;
  }
}

@media (max-width: 1600px) {
  .slider-parallax__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 0px #6e6e6e;
  }
}

@media (min-width: 992px) and (min-height: 900px) {
  .slider-parallax__title {
    margin-bottom: 30px;
  }
}

.slider-parallax__title br {
  display: none;
}

@media (min-height: 768px) {
  .slider-parallax__title br {
    display: block;
  }
}

.slider-parallax__title span {
  font-size: 32px;
  font-weight: 400;
}

.slider-parallax__text {
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .slider-parallax__text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 992px) and (min-height: 900px) {
  .slider-parallax__text {
    margin-bottom: 0px;
  }
}

.slider-parallax__tag {
  font-weight: bold;
}

.slider-parallax__date {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .slider-parallax__date {
    margin-bottom: 14px;
  }
}

.slider-parallax__nav {
  position: absolute;
  bottom: 110px;
  right: 15px;
  width: 100%;
  z-index: 1;
}

@media (min-width: 576px) {
  .slider-parallax__nav {
    max-width: 540px;
    right: 10%;
    /* right: auto; */
    /* transform: translateX(-50%); */
  }
}

@media (min-width: 768px) {
  .slider-parallax__nav {
    max-width: 720px;
    bottom: 140px;
  }
}

@media (min-width: 992px) {
  .slider-parallax__nav {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .slider-parallax__nav {
    width: 95%;
    max-width: 1450px;
    bottom: 10%;
  }
}

.slider-parallax__nav-btn {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  bottom: 10%;
  /* transform: translateY(-50%); */
  z-index: 1;
  border: none;
  cursor: pointer;
}

@media (min-width: 1560px) {
  .slider-parallax__nav-btn {
    width: 44px;
    height: 44px;
  }
}

.slider-parallax__nav-btn:focus {
  outline: none;
}

@media (min-width: 992px) {

  .slider-parallax__nav-btn:hover svg,
  .slider-parallax__nav-btn:focus svg {
    fill: maroon;
  }
}

.slider-parallax__nav-btn svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  transition: fill 0.3s ease;
}

.slider-parallax__nav-btn--prev {
  right: 0;
  transform: translateX(-150%) translateY(-50%);
}

@media (min-width: 576px) {
  .slider-parallax__nav-btn--prev {
    transform: translateX(-200%) translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .slider-parallax__nav-btn--prev {
    right: 50px;
    transform: translateX(0);
  }
}

.slider-parallax__nav-btn--next {
  right: 0px;
}

.contact-parallax {
  padding: 20px 0 20px;
}

.contact-parallax__wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .contact-parallax__wrapper {
    flex-direction: row;
  }
}

.contact-parallax__left {
  width: 100%;
  margin-bottom: 45px;
}

@media (min-width: 1200px) {
  .contact-parallax__left {
    max-width: 470px;
    margin-right: 95px;
    margin-bottom: 0;
  }
}

.contact-parallax__title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .contact-parallax__title {
    font-size: 55px;
    line-height: 55px;
  }
}

@media (min-width: 768px) {
  .contact-parallax__title {
    font-size: 75px;
    line-height: 75px;
  }
}

@media (min-width: 1200px) {
  .contact-parallax__title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .contact-parallax__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0px;
  }

  .parallax__partners {
    margin-top: 20px;
  }

}

.contact-parallax__text {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .contact-parallax__text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .contact-parallax__text {
    margin-bottom: 35px;
  }
}

.contact-parallax__address,
.contact-parallax__phone {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

@media (min-width: 1200px) {

  .contact-parallax__address,
  .contact-parallax__phone {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-parallax__address {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .contact-parallax__address {
    margin-bottom: 40px;
  }
}

.contact-parallax__phone {
  display: block;
  margin-bottom: 24px;
  color: #ffffff;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {

  .contact-parallax__phone:hover,
  .contact-parallax__phone:focus {
    color: maroon;
  }
}

.contact-parallax__email,
.contact-parallax__fax {
  display: block;
  font-size: 14px;
  color: #cccccc;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {

  .contact-parallax__email:hover,
  .contact-parallax__email:focus,
  .contact-parallax__fax:hover,
  .contact-parallax__fax:focus {
    color: maroon;
  }
}

@media (min-width: 576px) {

  .contact-parallax__email,
  .contact-parallax__fax {
    font-size: 22px;
    line-height: 35px;
    display: block;
    margin-bottom: 24px;
    color: #ffffff;
    transition: color 0.3s ease;
    font-family: 'Lato', sans-serif;
  }
}

.contact-parallax__form-title {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (min-width: 1200px) {
  .contact-parallax__form-title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 58px;
  }
}

.contact-parallax__form-title span {
  color: maroon;
}

.contact-parallax__form label {
  display: block;
  width: 100%;
  position: relative;
}

/* .contact-parallax__form label.label-textarea {
  height: 144px;
} */

.contact-parallax__form label:not(:first-of-type) {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .contact-parallax__form label:not(:first-of-type) {
    margin-top: 44px;
  }
}

.contact-parallax__form .line {
  width: 0;
  height: 1px;
  background-color: maroon;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s linear;
}

.contact-parallax__form input,
.contact-parallax__form textarea {
  width: 100%;
  padding: 10px 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  outline: none;
  color: #ffffff;
  position: relative;
}

@media (min-width: 992px) {

  .contact-parallax__form input,
  .contact-parallax__form textarea {
    padding: 15px 10px;
  }
}

.contact-parallax__form input::placeholder,
.contact-parallax__form textarea::placeholder {
  font-family: 'Lato', sans-serif;
  ;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
}

@media (min-width: 992px) {

  .contact-parallax__form input:hover,
  .contact-parallax__form input:focus,
  .contact-parallax__form textarea:hover,
  .contact-parallax__form textarea:focus {
    border-color: #cccccc;
  }
}

.contact-parallax__form input:focus,
.contact-parallax__form textarea:focus {
  color: #ffffff;
}

.contact-parallax__form input:focus::placeholder,
.contact-parallax__form textarea:focus::placeholder {
  opacity: 0;
}

.contact-parallax__form input:focus+.line,
.contact-parallax__form textarea:focus+.line {
  width: 100%;
}

.contact-parallax__form textarea {
  height: 144px;
  margin: 0;
  resize: none;
}

.contact-parallax__submit {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  padding: 17px 40px;
  position: relative;
  z-index: 1;
}

/* .swiper {
  width: 100vw;
  height: 100vh;
} */

.home-slider {
  height: 100%;
  width: 100%;
}

.home-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.home-slider .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.home-slider img {
  width: 400px;
  height: 400px;
}

.scroll {
  position: absolute;
  z-index: 9999;
  bottom: 50px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px;
  border: 2px solid #ffffffa1;
  height: 70px;
  width: 40px;
  font-size: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .1s linear;
  animation: scroll 1s linear infinite;
}

.scroll span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}

@keyframes scroll {
  0% {
    align-items: center;
  }

  100% {
    align-items: end;
  }
}

#step1,
#step2 {
  transition: all .5s linear;
}

.swiper-button-next:after {
  display: none;
}

.swiper-slide video {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.bg-img1 {
  background: url(../images/promoters-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img1:nth-child(odd) {
  background-color: #fff3cd !important;
}

.bg-img1:nth-child(odd) .container-xxl .main-card div {
  flex-direction: row-reverse;
}

#step2 {
  background: url(../images/step-image.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#step3 {
  background: url(../images/background.webp) #bc9876;
}

#engineering {
  background-color: #fff;
}

#food {
  background-color: #bc9876;
  /* background-image: url(../images/foods.jpg); */
}

section#food .slider-parallax__slide-wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #ffffff00;
}

@media (min-width: 1200px) and (max-width: 1600px) {

  .contact-parallax__address,
  .contact-parallax__phone,
  .contact-parallax__email,
  .contact-parallax__fax {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  .contact-parallax__form-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }

  .contact-parallax__form label:not(:first-of-type) {
    margin-top: 30px;
  }

}

.know-more-btn {
  /* margin-bottom: 50px; */
}

.know-more-btn a {
  color: #ffffff;
  font-weight: 600;
  padding: 7px 20px;
  border: 2px solid #ffffff;
  display: inline-block;
}

.food_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.realty .container {
  max-width: 100%;
  padding: 0;
}

.realty .parallax__type {
  z-index: 99;
}

.realty_section {
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.realty_section .sec_txt {
  position: absolute;
  bottom: 70px;
  left: 30px;
  z-index: 1;
}

.realty_section .sec_img img {
  height: 100vh;
  display: block;
  object-fit: cover;
}

.sec_txt .sec_subtitle {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 3px black;
}

.sec_txt .sec_title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px #6e6e6e;
  color: #fff;
  display: none;
}

.sec_txt .slider-parallax__text {
  display: none;
}

.realty_section .sec {
  width: 25%;
  position: relative;
  box-shadow: 0 0 40px #787878;
  flex-direction: column;
  transition: all .3s linear;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.realty_section .sec:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000005e;
  z-index: 0;
}

.realty_section .sec:hover {
  width: 150%;
}

.sec:hover .sec_txt .sec_subtitle {
  font-size: 18px;
}

.sec:hover .sec_txt .sec_title {
  display: block;
  margin-bottom: 15px;
}

.realty_section .sec:hover .sec_left {
  background-color: #00000096;
  padding: 30px;
  width: 95%;
}

.realty_section .sec:hover .slider-parallax__text {
  display: block;
}

.realty_section .sec:hover:after {
  display: none;
}

.section_1 {
  background-image: url(../images/techniplex.jpeg);
}

.section_2 {
  background-image: url(../images/akplaza.jpg);
}

.section_3 {
  background-image: url(../images/resiplex-mumbai.jpg);
}

.section_4 {
  background-image: url(../images/indiplex_industrial_complexes.jpg);
}

.grand_vlossom_img img {
  position: absolute;
  height: auto;
  top: 50%;
  transform: translateY(-60%);
}

.contact-parallax__form textarea {
  height: 70px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  /* .header__inner {
    padding: 0px 15px;
  } */

  .know-more-btn {
    margin-bottom: 20px;
  }

  .review-card__name {
    font-size: 21px;
    margin-bottom: 0.5rem;
  }

  .__js_review-carousel {
    width: 100%;
    margin: auto;
  }

  .reviews-carousel__item {
    margin-top: 10px;
  }
}



.footer__logo img {
  width: 200px;
}

.webpage__about-block:last-child {
  margin-bottom: 50px;
}

.even_section.about-block__inner::before {
  right: -21.95vw;
  left: auto;
}

.even_section .about-block__header {
  text-align: right;
}

.even_section .about-block__heading::before {
  right: -166px;
  left: auto;
}

.fa-arrow-right {
  margin-left: 8px;

}

iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.navigation__item:hover:has(.navigation__dropdown)::after {
  rotate: 45deg;
}

.navigation__item:has(.navigation__dropdown)::after {
  content: "";
  position: absolute;
  right: -16px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #800000;
  border-top: 2px solid #800000;
  top: 9px;
  /* transform: translate(0%, -50%); */
  rotate: -135deg;
  transition: all .2s linear;
}

#popupTitle {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin: 0;
}

.counting {
  position: relative;
}

.counting:after {
  content: '+';
  position: absolute;
  font-size: 100px;
  top: -100px;
  right: -20px;
}

.footer__column-item span {
  margin-right: 5px;
}

.text-end {
  text-align: right;
  color: #000;
}



.title_with_btn .know-more-btn {
  display: none;
}

.title_with_btn {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}

.card__image .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* .btn-gallery{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #0000008f;
  z-index: 1;
  font-size: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: all .3s linear;
  cursor: pointer;
}
.btn-gallery i{
  transform: rotate(265deg);
} */

/* .card__image .swiper:hover + a{
  transform: translateY(0);
} */
#hospitality a {
  word-wrap: break-word;
}

.contact-parallax__right {
  width: 50%;
}

.title_with_btn {
  margin-bottom: 20px;
}

.reviews-carousel {
  color: #fff;
  /* text-shadow: 1px -1px #b5b5b5; */
  text-align: center;
  background-color: #00000094;
  padding: 40px;
}

.services__item-text .dots {
  display: none;
}

.services__item-text .extra_txt {
  display: inline;
}

.category-header {
  padding: 15px 0;
  border-bottom: 2px solid #9d1513;
  margin: 0px 0 20px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* --- Modernized Table Design --- */
.table-container {
  overflow-x: auto;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.competion-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
}


.competion-table th {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #800000;
  padding: 20px;
  text-align: center;
  border-bottom: 1px dashed #dfdfdf;
  border-right: 1px dashed #dfdfdf;
}

.competion-table td {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  vertical-align: middle;
  transition: background 0.2s;
  text-align: center;
  border-bottom: 2px solid #f6f6f6;
  border-right: 1px dashed #dfdfdf;
  color: #000 !important;
}

/* Zebra Striping */
.competion-table tbody tr:nth-child(even) {
  background-color: #fafbfc;
}

.competion-table tr:hover {
  background-color: #f1f3f5 !important;
}

/* Column Styles */
.sl-no {
  color: #b2bec3;
  width: 50px;
  font-weight: 600;
}

.rhyme-title {
  font-weight: 700;
  color: #2b2d42;
  font-size: 1.05rem;
}

/* PDF Button Styling */
.btn-pdf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #444;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 16px;
  border: 1px solid #dfe6e9;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: white;
}

.btn-pdf i {
  color: #d90429;
  font-size: 1rem;
}

.btn-pdf:hover {
  background: #d90429;
  color: white;
  border-color: #d90429;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 4, 41, 0.2);
}

.btn-pdf:hover i {
  color: white;
}

/* Audio Play Button */
.play-btn2 {
  background: #800000;
  color: white;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(217, 4, 41, 0.2);
}

/* .play-btn2:hover {
  transform: scale(1.1);
  background: #b30020;
  box-shadow: 0 6px 15px rgba(217, 4, 41, 0.3);
} */

/* Audio Popup Styling */
#audio-popup {
  position: fixed;
  bottom: -150px;
  /* Hidden state */
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 400px;

  /* Color Palette Applied */
  background: #fff3cd;
  /* Cream Background */
  border: 1px solid #ffffff;
  padding: 16px 20px;
  border-radius: 24px;

  display: flex;
  flex-direction: column;
  gap: 8px;

  /* Modern Depth */
  box-shadow: 0 20px 40px rgba(128, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.05);

  z-index: 1000;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

#audio-popup.active {
  bottom: 30px;
}

.popup-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.popup-top p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  /* High-end font feel */
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #800000;
  /* Maroon Text */
  text-transform: uppercase;
}

.close-player {
  background: #800000;
  /* Maroon Button */
  border: none;
  color: #ffffff;
  /* White X */
  cursor: pointer;
  font-size: 18px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.close-player:hover {
  transform: scale(1.1);
}

/* Styling the native audio player to match maroon/white */
audio {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  /* This filter targets the standard Chrome/Safari player to shift colors toward Maroon */
  filter: sepia(100%) saturate(500%) hue-rotate(310deg) brightness(0.6);
}

/* Responsive Fixes */
@media (max-width: 768px) {

  th:nth-child(3),
  td:nth-child(3),
  th:nth-child(4),
  td:nth-child(4) {
    display: none;
  }

  .rhyme-title {
    font-size: 0.95rem;
  }
}

@media (max-width: 1300px) {
  .navigation__item {
    margin-right: 35px;
  }

  /* .parallax .scroll-wrap {
    padding: 70px 0 25px;
  } */

  .services__title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  .services__item-text,
  .services__item-title {
    margin-bottom: 5px;
  }

  .services__left {
    margin-right: 80px;
    margin-left: 50px;
  }

  .footer--fixed .footer__inner {
    padding: 10px;
  }

  .welcome {
    margin-left: 30px;
  }

  .welcome__line {
    margin: 20px 0;
  }

  .welcome__subtitle,
  .reviews-carousel__subtitle {
    margin-bottom: 0px;
  }

  .reviews-carousel {
    width: 80%;
    margin: auto;
  }

  .know-more-btn {
    margin: 10px 0;
  }

  #pp-nav {
    right: 40px !important;
  }

  .swiper-slide video {
    width: auto;
  }

  .title_with_btn .know-more-btn {
    display: inline-block;
    margin-right: 40px;
  }


  .contact-parallax__form label:not(:first-of-type) {
    margin-top: 20px;
  }

  .parallax--slider .scroll-wrap {
    padding: 0;
  }

  .title_with_btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 922px) {
  .mobile-canvas {
    padding: 40px;
  }

  .header__inner {
    padding: 10px 15px;
  }

  .swiper-slide video {
    height: 100vh;
  }

  .swiper-slide video {
    width: auto;
  }

  .services__left {
    margin: 0 auto 40px;
  }

  .counting {
    margin-top: 30px;
  }

  .counting:after {
    right: -20px;
    top: -50px;
    font-size: 60px;
  }

  .welcome {
    max-width: 85%;
    margin: auto;
  }

  .welcome__title {
    font-size: 50px;
  }

  .welcome__img {
    position: relative;
    width: 40%;
    height: auto;
    margin: auto;
    margin-top: 40px;
  }

  /* .welcome__img:after {
    display: none;
  } */

  .welcome__img:after {
    bottom: -25%;
    left: -57px;
    z-index: -8;
  }

  .title_with_btn .know-more-btn {
    display: none;
  }

  .reviews-carousel {
    width: 80%;
    margin: auto;
  }

  .reviews-carousel__txt {
    display: block;
  }

  .know-more-btn {
    display: block;
  }

  .__js_review-carousel {
    margin-top: 20px;
    width: 70%;
  }

  .slider-parallax__slide-wrap {
    left: 5%;
    max-width: 650px;
  }

  .slider-parallax__nav {
    bottom: 40px;
    right: 6%;
  }

  .slider-parallax__nav {
    bottom: 40px;
  }

  .slider-parallax__nav-btn--prev {
    right: 0;
    transform: translateX(-110%);
  }

  .grand_vlossom_img img {
    transform: translateY(-50%);
    height: 100%;
  }

  .realty_section .sec:hover {
    height: 55%;
  }

  .realty_section .sec {
    width: 100%;
    height: 25%;
  }

  .realty_section {
    flex-wrap: wrap;
  }

  #food .slider-parallax__text {
    width: 80%;
    margin: auto;
  }

  .preview-card {
    flex-wrap: wrap;
  }

  .preview-card__image {
    width: 100%;
    height: 500px;
  }

  .preview-card__image img {
    object-fit: contain;
  }

  .preview-card__content {
    width: 100%;
    text-align: center;
  }

  .contact-parallax__wrapper {
    width: 90%;
    margin: auto;
  }

  .contact-parallax__right {
    width: 100%;
  }

  .header--white .navigation__link {
    color: #000000;
    text-shadow: none;
  }

  .navigation__dropdown-item a {
    font-size: 19px;
    line-height: 1.2;
  }

  .navigation__dropdown {
    margin-left: 30px;
  }

  .services__item {
    width: 45%;
    margin: 0 auto 40px
  }

  .article__about-hero {
    margin-bottom: 50px;
  }

  .webpage__about-section,
  .webpage__services-section,
  .webpage__statistics,
  .webpage__latest-projects,
  .webpage__partners,
  .webpage__reviews-carousel,
  .webpage__latest-news,
  .webpage__services-provided,
  .webpage__about-block,
  .webpage__main-slider,
  .webpage__featured-projects,
  .webpage__services,
  .webpage__team-section,
  .webpage__hero {
    margin-bottom: 50px;
  }

  .card__content {
    padding: 15px;
  }

  .footer__inner {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .footer__logo {
    display: block;
    text-align: center;
  }

  .footer__copyright {
    text-align: center;
  }

  .footer__social {
    margin-top: 10px;
    justify-content: center;
  }

  .article__project-designer {
    margin-bottom: 20px;
  }

  .project-designer__image {
    margin-bottom: 10px;
    text-align: center;
  }

  .project-designer__image img,
  .architects__column img {
    max-width: 80%;
    margin: auto;
  }

  iframe {
    width: 90%;
    height: 45vh;
    margin-left: 6%;
  }

  .map iframe {
    margin-left: 0;
    margin-top: 0;
  }

  .article__feedback {
    margin-top: 50px;
  }

  #hospitality .card {
    flex-wrap: wrap;
  }

  #hospitality .card__content,
  #hospitality .card__image {
    width: 100%;
  }

  #hospitality .news-listing__item:nth-child(2) .card__content,
  #hospitality .news-listing__item:last-child .card__content {
    order: 2;
  }

  .card--news .card__image {
    height: 500px;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .swiper-slide video {
    height: 100vh;
    object-fit: cover;
  }

  .header__logo img {
    width: 120px;
  }

  .navigation__item {
    margin-right: 25px;
  }

  .services__wrapper {
    align-items: center;
  }

  .services__left {
    margin-right: 0px;
    margin-left: 100px;
  }

  .services__digit {
    font-size: 120px;
  }

  .counting:after {
    font-size: 80px;
    top: -80px;
    right: 70px;
  }

  .welcome__img {
    width: 40%;
  }

  .welcome {
    margin-left: 50px;
    max-width: 50%;
  }

  .reviews-carousel {
    width: 90%;
    margin: auto;
  }

  .title_with_btn .know-more-btn {
    display: none;
  }

  .reviews-carousel__txt {
    display: block;
  }

  .know-more-btn {
    display: block;
  }

  .slider-parallax__slide-wrap {
    width: 80%;
  }

  .slider-parallax__nav-btn--prev {
    right: 40px;
    transform: none
  }

  .slider-parallax__nav {
    bottom: 80px;
  }

  .contact-parallax__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
  }

  section#food .slider-parallax__slide-wrap {
    top: 45%;
  }

  .contact-parallax__text {
    margin-bottom: 10px;
  }

  .contact-parallax__address,
  .contact-parallax__phone {
    font-size: 18px;
    line-height: 22px;
  }

  .contact-parallax__phone {
    margin-bottom: 10px;
  }

  .contact-parallax {
    width: 90%;
    margin: auto;
  }

  .contact-parallax__left {
    margin-bottom: 5px;
  }

  .contact-parallax__form .field:nth-child(3) {
    width: 48%;
    display: inline-block;
  }

  .contact-parallax__form .field:nth-child(5) {
    width: 48%;
    display: inline-block;
    margin-left: 3%;
  }

  .navigation__dropdown--columns {
    width: 250px;
    padding: 20px;
  }

  .header__logo {
    margin-right: 0;
  }

  .article {
    padding: 20px 0 60px;
  }

  .header__phone {
    font-size: 14px;
  }

  .article__about-hero {
    margin-bottom: 40px;
  }

  .about-block__header {
    margin-bottom: 20px;
  }

  .webpage__about-section,
  .webpage__services-section,
  .webpage__statistics,
  .webpage__latest-projects,
  .webpage__partners,
  .webpage__reviews-carousel,
  .webpage__latest-news,
  .webpage__services-provided,
  .webpage__about-block,
  .webpage__main-slider,
  .webpage__featured-projects,
  .webpage__services,
  .webpage__team-section,
  .webpage__hero {
    margin-bottom: 70px;
  }

  .partners__item {
    width: 20%;
  }

  .footer__inner {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .header--fixed .header__logo {
    margin-right: 0;
  }

  .header--fixed .header__inner {
    padding: 10px 10px 10px 0;
  }

  .footer__logo {
    text-align: center;
    display: block;
  }

  .footer__copyright {
    margin-top: 10px;
    text-align: center;
  }

  .footer__social {
    margin-top: 10px;
    justify-content: center;
  }

  .article__project-designer {
    margin-bottom: 10px;
  }

  .card--news {
    display: block;
  }

  .card--news .card__image {
    width: 100%;
  }

  .map iframe {
    margin-top: 0;
  }
}

@media (max-width: 600px) {

  .counting:after {
    font-size: 60px;
    top: -50px;
  }

  .scroll {
    bottom: 80px !important;
  }

  .services__item-text .dots {
    display: inline;
  }

  .services__item-text .extra_txt {
    display: none;
  }

  .header--white .navigation__item--current .navigation__link {
    color: maroon;
  }


  .flex-box {
    display: flex;
    flex-flow: column;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  .card--news .card__image {
    height: 100%;
  }

  .header__inner {
    padding: 0px 15px;
  }

  .header__logo img {
    width: 60px;
  }

  .scl-link li {
    margin-top: 0.5rem;
  }

  /* .homepage-parallax{
  height: 100vh !important;
} */
  .parallax .scroll-wrap {
    justify-content: center;
    height: 100% !important;
    overflow: hidden;
    padding: 0;
  }


  body {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer__column-menu {
    width: 100%;
    text-align: center;
  }

  .footer__column:nth-child(2) {
    order: 3;
  }

  .footer__column:last-child {
    order: 4;
  }

  .footer__logo {
    margin: 0;
  }

  .header--fixed .header__inner {
    padding: 0 10px;
  }

  .footer__inner {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .footer__column {
    margin-bottom: 10px;
  }

  .footer__column-item.mb-2 {
    margin-bottom: 0px;
  }

  #pp-nav {
    right: 15px !important;
  }

  .footer__copy {
    /*font-size: 12px;*/
    font-size: 10px;
  }

  .services__title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .services__left {
    margin: 0 auto;
  }

  .services__item-title {
    font-size: 16px;
  }

  .services__item {
    margin: 0 auto 20px;
  }

  #pp-nav ul li+li {
    margin-top: 20px;
  }

  #pp-nav ul li a span {
    width: 10px;
    height: 10px;
  }

  .parallax__type {
    top: 40px;
    left: 50%;
    transform: none;
  }

  .services__link svg {
    margin-left: 10px;
    width: 12px;
    height: 12px;
  }

  .services__link {
    font-size: 14px;
  }

  .welcome__title,
  .reviews-carousel__title {
    font-size: 25px;
    line-height: 35px;
  }

  .welcome__line {
    margin: 10px 0;
    height: 2px;
  }

  .welcome__description {
    /* font-size: 14px; */
    font-size: 12px;
    line-height: 1.5;
  }

  .welcome__subtitle,
  .reviews-carousel__subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .welcome {
    max-width: 95%;
  }

  .welcome__img {
    margin-top: 10px;
    width: 35%;
  }

  .contact-parallax {
    padding: 30px 0 0px;
  }

  .reviews-carousel {
    width: 92%;
    padding: 20px;
  }

  .__js_review-carousel {
    width: 80%;
  }

  .__js_review-carousel {
    margin-top: 20px;
    width: 95%;
  }

  .review-card {
    padding: 10px 15px;
  }

  .review-card__name {
    font-size: 16px;
  }

  .slider-parallax__slide-wrap {
    width: 90%;
    padding: 10px 15px 0px;
    bottom: 22%;
  }

  .slider-parallax__nav {
    bottom: 100px;
  }

  .slider-parallax__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .slider-parallax__subtitle {
    font-size: 12px;
  }

  .slider-parallax__nav-btn {
    width: 40px;
    height: 40px;
  }

  .slider-parallax__left {
    margin-top: 10px;
  }

  .realty_section .sec:hover .sec_left {
    padding: 10px;
  }

  .sec_txt .sec_title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px !important
  }

  .sec:hover .sec_txt .sec_subtitle {
    font-size: 14px;
  }

  .sec_left .slider-parallax__text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .realty_section .sec_txt {
    bottom: 20px;
    left: 20px;
  }

  #food .slider-parallax__text {
    width: 95%;
  }

  section#food .slider-parallax__slide-wrap {
    top: 40%;
  }

  .preview-card__image {
    height: 340px;
  }

  .contact-parallax__address,
  .contact-parallax__phone {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-parallax__address,
  .contact-parallax__phone {
    margin-bottom: 10px;
  }

  .contact-parallax__text {
    margin-bottom: 15px;
  }

  .contact-parallax__left {
    margin-bottom: 20px;
  }

  .contact-parallax__title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .contact-parallax__form label:not(:first-of-type) {
    margin-top: 10px;
  }

  .contact-parallax__submit {
    margin-top: 15px;
  }

  .contact-parallax__submit {
    padding: 10px 20px;
    margin-left: 15px;
  }

  .contact-parallax__form textarea {
    height: 45px;
  }

  .article {
    padding: 20px 0 40px;
  }

  .about-block__text {
    font-size: 16px;
    margin-bottom: 0;
  }

  .about-block__header {
    margin-bottom: 20px;
  }

  .heading {
    font-size: 22px;
  }

  .about-block__inner {
    padding-top: 60px;
  }

  .about-block__inner::before {
    font-size: 55px;
  }

  .about-block__team.team-list {
    width: 95%;
    margin: auto;
  }

  blockquote {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
  }

  .quote p {
    margin-bottom: 10px;
  }

  .quote::before {
    left: 10px;
  }

  .about-block__main.mb-5 {
    margin-bottom: 1rem !important;
  }

  .project-designer__image img,
  .architects__column img {
    max-width: 100%;
  }

  .architects__column {
    margin: 10px 0;
  }

  .project-designer__text {
    font-size: 16px;
  }

  .project-designer__text p {
    margin: 0;
  }

  .article--news .article__filter .filter__item {
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid gray;
    margin-bottom: 5px;
    margin-right: 5px;
    ;
  }

  .article--news .article__filter .filter__item.filter__item--active {
    border: 2px solid maroon;
  }

  iframe {
    width: 100%;
    height: 40vh;
    margin-left: 0%;
    margin-top: 10px;
  }

  .footer__column-link,
  .footer__copyright {
    font-size: 14px;
    line-height: 1.3;
  }

  .news-listing li {
    padding: 0;
  }

  .news-listing {
    margin-top: 30px;
    max-width: calc(100vw - 30px);
  }

  .services__item-text {
    font-size: 12px;
  }

  .counting {
    /* margin-top: 20px; */
    margin-top: 0px;
  }

  .services__digit {
    font-size: 45px;
  }

  .counting:after {
    font-size: 35px;
    top: -30px;
  }

  /* .parallax .scroll-wrap {
    padding: unset;
  } */
  .parallax {
    overflow-y: hidden !important;
  }

  #step1 .parallax__container {
    width: 100%;
  }

  .parallax__container {
    width: 95%;
  }

  .contact-parallax__form input,
  .contact-parallax__form textarea {
    width: 90%;
  }

  .home-page-slider>.swiper-pagination {
    right: 10px;
  }

}

@media (max-width: 380px) {
  /* .services__title {
    font-size: 16px;
    line-height: 22px;
  } */

  .services__digit {
    font-size: 50px;
  }

  .counting:after {
    font-size: 35px;
    top: -30px;
  }

  .services__left {
    margin: 0 auto 10px;
  }

  .article--news .article__filter .filter__item {
    font-size: 13px;
  }
}

.home-page-slider>.swiper-wrapper>.swiper-slide .swiper-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .scroll-wrap{
  width: 100%;
} */
.home-page-slider>.swiper-wrapper>.swiper-slide .swiper-inner section {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page-slider>.swiper-wrapper>.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;

}

.reviews-carousel__item.swiper-slide {
  height: auto !important;
}

.home-page-slider .container {
  padding: 0;
}

@media screen and(min-width: 922px) and (max-width: 1180px) {
  .contact-parallax__left {
    text-align: center;
  }

  .contact-parallax__right {
    margin: auto;
  }

  .services__wrapper {
    align-items: center;
  }

  .services__digit {
    font-size: 120px;
  }

  .welcome {
    max-width: 100%;
  }

  .welcome__img {
    position: relative;
    width: 40%;
    height: auto;
    margin: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1600px) {
  .services__item-text {
    line-height: 22px;
  }
}

.swiper-vertical {
  touch-action: pan-y;
}

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


.con-sec {
  display: flex;
  align-items: baseline;
  padding: 0.5rem;
  /* border: 1px solid gray; */
  margin-bottom: 1rem;
  border-radius: 10px;
  background: #ffffff1a;
  backdrop-filter: blur(4px);
  color: #fff;
}

.con-sec span {
  background: maroon;
  padding: 0.33rem 0.7rem;
  margin-right: 0.5rem;
  border-radius: 100%;
  font-size: 1.3rem;
  /* box-shadow: 1px 3px 14px #b49076; */
  color: #fff;
}

.con-sec a {
  color: #fff;
}

.multi-line-underline {
  color: inherit;
  text-decoration: none;
  /* underline created with a 1-gradient line so it spans wrapped lines */
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-size: 0 2px;
  /* start with zero width, 2px tall */
  background-position: left 100%;
  /* at the bottom of the text */
  transition: background-size .35s ease;
  padding-bottom: 2px;
  /* prevents line touching the text */
  -webkit-text-decoration-skip-ink: none;
  /* keep underline from skipping descenders */
}

/* Hover / focus state: expand the background to full width */
.multi-line-underline:hover,
.multi-line-underline:focus,
.multi-line-underline:focus-visible {
  background-size: 100% 2px;
  /* animate to full width */
}

.scl-link {
  list-style: none;
  display: flex;
  padding: 0;
}

.scl-link li {
  background: #ffffff;
  margin-right: 1rem;
  border-radius: 50%;
  color: maroon;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.scl-link li a {
  color: maroon;
}

.lgn-btn {
  color: maroon;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  font-weight: 600;
  border: 2px solid maroon;
}

.slogan {
  color: maroon;
  font-size: 36px;
  font-family: "Lobster Two", sans-serif;
  text-align: center;
  margin: 20px 0;
}

.nam1 {
  text-align: center;
  display: flex;
  margin: auto;
  justify-content: center;
  color: #000;
  font-weight: 600;
  font-size: 1.4rem;
}

#step3 {
  background: url(../images/img/bg1.png) #ffcfa1;
}

.awd-img h2 {
  color: maroon;
  text-align: center;
}

.awd-img img {
  width: 80%;
  margin: auto;
  display: flex;
}

@media (max-width:1500px) {
  .awd-img img {
    width: 50%;
  }
}



.review-card__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.review-card__image img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

/* Centered play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: visible;
}

.play-btn i {
  color: white;
  font-size: 28px;
  position: relative;
  z-index: 2;
}

/* Ripple circles */
.play-btn .ripple {
  position: absolute;
  background: rgb(144 17 17 / 60%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: ripple 1.5s infinite;
}

.play-btn .ripple:nth-child(1) {
  animation-delay: 0s;
}

.play-btn .ripple:nth-child(2) {
  animation-delay: 0.5s;
}

.play-btn .ripple:nth-child(3) {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Optional: dark overlay on hover */
.review-card__image a.video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}

.review-card__image a.video:hover::after {
  opacity: 1;
}

.text-white {
  color: #fff;
}

.btn:hover,
.btn:focus {
  outline: none;
  background-color: #fff;
  color: maroon;
  box-shadow: none;
  border: 1px solid maroon;
}

.swiper-slide video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

/* .msg1{
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
} */
.services__right.swiper {
  height: auto;
  margin-top: 2rem;
  width: 100vw;
}

.servicesSwiper .swiper-slide .row {
  width: 100%;
  margin: 0;
}

.nav-bt1 {
  position: absolute;
  top: 90%;
  width: 200px;
  left: 10%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 0.5rem 1rem;
  border-radius: 20%;
  color: #810000;
  font-size: 2rem;
  box-shadow: 1px 1px 5px 4px #f6e9ce;
}

.grid-box-con {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  gap: 15px;
}


.image-box-wrapper {
  position: relative;
  overflow: hidden;
  /* height: 260px; */
  padding: 0px;
  border-width: 0px;
  border-style: solid;
  border-color: #80000000;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 0 10px -1px #00000036;
}


.image-box-wrapper:hover {
  border-color: #800000;
}

.img {
  width: 80%;
  display: block;
}

.full-cover-image {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 17vh;
  transition: transform 0.9s ease-in-out;
  display: block;
  object-fit: cover;
}

.white-hover-layer {
  position: absolute;
  bottom: 14px;
  right: 15px;
  /* background-color: white; */
  transition: opacity 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}

/* हॉवर इफेक्ट्स (Hover Effects) */
.image-box-wrapper:hover .white-hover-layer {
  opacity: 0.95;
  /* हॉवर पर लगभग ठोस सफ़ेद हो जाता है */
  pointer-events: auto;
}

.image-box-wrapper:hover .full-cover-image {
  transform: scale(1.05);
  /* नीचे की इमेज पर हल्का ज़ूम प्रभाव */
}

.action-link-btn {
  /* transform: scale(0.8); */
  transition: opacity 0.3s ease-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  justify-content: center;
}

.image-box-wrapper:hover .action-link-btn {
  opacity: 1;
  /* हॉवर पर दिखाई देता है */
  transform: scale(1);
  /* मूल आकार में आता है */
  transition-delay: 0.15s;
  /* ओवरले के बाद थोड़ा विलंब */
}

.button-arrow-icon {
  /* तीर आइकन स्टाइल, शुरू में छिपा हुआ */
  display: inline-block;
  opacity: 1;
  transform: translateX(-5px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.action-link-btn:hover {
  /* तीर दिखाई देता है और बटन हॉवर पर दाईं ओर स्लाइड करता है */
  opacity: 1;
  /* transform: translateX(0); */
  transform: scale(0.92);

  animation: heartbeat 0.4s ease forwards;

}

.image-box-wrapper:hover .card-details-text {
  background-color: #800000;
}

.image-box-wrapper:hover .card-details-text {
  color: #ffffff;
  background-color: #800000;
}

.image-box-wrapper:hover .action-link-btn {
  border: solid 1px #ffffff;
  background-color: #ffffff;
  color: #800000;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.92);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.card-details-text {
  /* position: absolute; */
  bottom: 1rem;
  left: 1rem;
  font-family: 'Poppins', sans-serif;
  z-index: 20;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  /* opacity: 0; */
  transition: opacity 0.4s ease-in-out 0.1s, transform 0.4s ease-in-out 0.1s;
  /* transform: translateY(10px); */
  background-color: #fff;
  padding: 15px 64px 15px 15px;
  min-height: 45px;
}


.email-box {
  background: linear-gradient(180deg, #1c1c1c, #121212);
  border-radius: 50px;
  padding: 11px 15px;
  width: auto;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  margin-top: 20px;
}

.email-box input {
  background: transparent;
  border: none;
  color: #fff;
  flex: 1;
  padding-left: 10px;
  outline: none;
}

.email-box input::placeholder {
  color: #8e8e8e;
}

.send-btn {
  right: 28px;
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 6px 10px;
  cursor: pointer;
}

.send-btn:hover {
  color: #9d1513;
}

.col-lg-3-c {
  -ms-flex: 0 0 25%;
  flex: 0 0 23%;
}

.col-lg-3-d {
  -ms-flex: 0 0 25%;
  flex: 0 0 19%;
}

.image-box-wrapper:hover .card-details-text {
  opacity: 1;
  transform: translateY(0);
}

/* Buttons */
.video-btn {
  border: none;
}

.open-video {
  cursor: pointer;
}

.open-video i {
  margin-left: 8px;
}

/* Popup modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.modal-content {
  width: 60%;
  height: fit-content;
  background: #fff;
  border-radius: 10px;
  margin: 5% auto;
  padding: 20px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Close button */
.close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}

.video-wrapper {
  margin-top: 20px;
  height: 500px;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* SAMPLE BUTTON STYLE */
.video-btn {}


/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleUp {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.mobile {
  display: none;
}

.desktop {
  display: flex;
}

.sindhi-sangat-swiper {
  width: 1300px !important;
  width: 90% !important;
  margin: 0 auto !important;
  height: auto !important;
}

.sindhi-sangat-wrapper .swiper-button-next,
.sindhi-sangat-wrapper .swiper-button-prev {
  color: #800000;
  font-size: 2rem;
  box-shadow: inset 0 0 4px 30px #ffffff, 0 0 6px 0px #0000004f;
  position: relative;
  inset: unset;
  padding: 0;
  border-radius: 6px;
  font-size: 18px;
  height: 50px;
  width: 105px;
  margin: 0;
  background-color: #fff4e9;
  border: 2px solid #810000;
}

.sindhi-sangat-wrapper.swiper-nav-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.circular-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}

.circular-image {
  width: 98%;
  height: 350px;
  background-color: #1a0f44;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffcc00;
  font-size: 1.2rem;
  text-align: center;
  box-shadow: 0 0 0 10px #ffad00, 0 0 0 12px #e79d00;
  overflow: hidden;
}

.sartaaj-subtitle {
  font-size: 1.4rem;
  color: #cccccc;
  margin-bottom: 15px;
}

.sartaaj-details {
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 0;
  text-align: justify;
}

.report-link {
  color: #ffcc00;
  /* सुनहरा पीला लिंक रंग */
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.report-link:hover {
  color: #e0b400;
}

.news-ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 7px;
  column-gap: 33px;
  margin: 10px 0;
  border-bottom: 2px solid #e79d00;
  padding-bottom: 20px;
}

.news-ul li {
  /* flex: 31%; */
  color: #000;
}

.news-ul li a {
  color: #800000;
}

.showcase-slider {
  width: 100% !important;
  height: 60vh !important;
  overflow-y: visible;
}

@media (max-width:1550px) {

  .full-cover-image {
    height: 18vh;
  }
}

@media (max-width:1340px) {
  .col-lg-3-d {
    -ms-flex: 0 0 25%;
    flex: 0 0 18% !important;
  }
}

@media (max-width:1200px) {

  .card-details-text {
    font-size: 14px;
    min-height: 63px;
    padding-right: 89px;
  }

  .action-link-btn {
    font-size: 10px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width:1024px) {
  .email-box {
    width: auto;
  }

  .card-details-text {
    font-size: 16px;
  }

  .full-cover-image {
    height: 42vh;
  }

  .showcase-slider .full-cover-image {
    height: 18vh !important;
  }

  .mobile {
    display: block;
    width: 98%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .desktop {
    display: none;
  }
}

@media (max-width:767px) {
  #profileGrid2 {
    column-gap: 0px !important;
  }

  .profile-card {
    flex: 48% !important;
  }

  .video-list-item {
    width: 100%;
  }

  .site-footer h6 {
    margin: 25px 0 0;
  }

  .custom-card {
    height: 403px !important;
  }

  .scroll-div {
    width: 90%;
    height: 58vh;
    overflow-x: hidden;
    border: 2px solid #ffad00;
    padding: 10px;
    /* border-radius: 10px; */
    border-right: navajowhite;
  }

  .custom-swiper-container {
    height: 220px !important;
  }

  .circular-image-container {
    height: auto;
    margin-bottom: 20px;
    order: -1;
    /* इमेज को मोबाइल पर ऊपर लाएं */
  }

  .circular-image {
    width: 250px;
    height: 250px;
  }

  .sartaaj-title {
    font-size: 1.8rem;
  }

  .services__title {
    font-weight: 900;
  }

  .__js_review-carousel .swiper-pagination {
    position: relative;
  }

  .nav-bt1 {
    position: absolute;
    top: 18%;
    width: 120px;
    left: unset;
    right: 0;
  }

  .cnt1 {
    margin-bottom: 0.5rem !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    padding: 0.2rem 0.4rem;
    font-size: 1rem;
  }

  .slogan {
    font-size: 26px;
    padding: 0 2rem;
  }

  .awd-img img {
    width: 50%;
  }

  .welcome__img {
    z-index: 4;
    width: 70% !important;
    overflow: unset;
    position: absolute;
    bottom: 0;
  }

  .services__item {
    padding: 14px;
  }

  .lgn-btn {
    margin-left: -8rem;
  }

  .header__inner {
    padding: 10px 15px;
  }

  .header--white .menu-toggle::before,
  .header--white .menu-toggle::after {
    border-top: solid 3px #000000;
  }

  .services__item {
    max-width: 100% !important;
  }

  .con-sec {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .scl-link li {
    margin-top: 0rem;
    width: 35px;
    height: 35px;
  }

  .con-sec span {
    padding: 0.33rem 0.6rem;
    font-size: 1rem;
  }

  .contact-parallax__form textarea {
    height: 24px;
  }

  /* .sld-img {
    height: 40vh !important;
    position: relative;
    overflow: unset !important;
  }

  .sld-img img {
    object-position: top !important;
    position: absolute;
    bottom: -30%;
  } */
  .sld-img {
    height: 45vh !important;
  }

  .sld-img img {
    object-position: top !important;
  }

  .servicesSwiper .swiper-slide {
    position: relative;
  }

  .servicesSwiper .swiper-slide .row {
    align-items: start !important;
    height: 70%;
    width: 100%;
    margin: 0;
  }

  .servicesSwiper .swiper-slide .col-lg-6 {
    position: absolute;
    bottom: 0;
  }

  .servicesSwiper .swiper-pagination {
    margin-bottom: 32px;
  }
}

@media (max-width: 500px) {

  .sartaaj-details {
    font-size: 12px;
    line-height: 140%;
    padding: 0 15px;
  }

  .news-ul {
    row-gap: 0px;
    font-size: 14px;
  }

  .showcase-slider .full-cover-image {
    height: 21vh !important;
  }

  .sindhi-sangat-wrapper.swiper-nav-wrapper {
    margin-top: 10px;
  }

  .showcase-slider {
    height: fit-content !important;
  }

  .sindhi-sangat-swiper {
    height: fit-content !important;
  }

  .custom-subheading {
    font-size: 10px;
  }

  .custom-main-heading {
    font-size: 18px;
  }

  .custom-paragraph {
    font-size: 10px;
  }

  .custom-card .card-body {
    padding: 0rem 1rem 0.7rem;
  }

  .custom-swiper-container {
    height: 170px !important;
  }

  .contact-parallax__form {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }

  .contact-parallax__form label {
    width: 48%;
    margin: 0% !important;
  }

  .awd-img h2 {
    margin: 0 !important;
    font-size: 16px;
  }

  .slogan {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .event-card-2 .card-img-top {
    height: 170px;
  }

  .profile-card {
    flex: 98% !important;
  }

  .full-cover-image {
    height: 30vh;
  }

  .contact-parallax__left {
    margin-bottom: 0px;
  }

  .custom-main-heading {
    font-size: 15px !important;
  }

  .custom-card {
    height: 365px !important;
  }

  .sindhi-sangat-wrapper .swiper-button-next,
  .sindhi-sangat-wrapper .swiper-button-prev {
    font-size: 12px;
    height: 30px;
    width: 87px;
  }
}

@media (max-height: 700px) {
  .welcome__img {
    bottom: -16%;
    left: 47%;
  }
}

.container-xxl {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-pl {
  padding-left: 100px;
}

/* Basic Footer Styling */
.site-footer {
  background-color: #1a1a1a;
  padding: 0px 0 0px;
  font-size: 14px;
  line-height: 1.8;
  color: #c0c0c0;
  border-top: 5px solid #9d1513;
}

.img {
  width: 100%;
  display: block;
}

/* Heading Styling */
.site-footer h6 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
  margin-top: 45px;
}

.site-footer p {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 0;
  text-align: justify;
}

/* Link Styling */
.site-footer a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

.site-footer a:hover {
  color: #9d1513;
  transform: translateX(8px);
}

.tab-button.active {
  background-color: rgba(169, 28, 45, 0.1);
  /* आपका स्थायी सक्रिय रंग */
  /* ... अन्य सक्रिय स्टाइल जैसे बॉर्डर या फॉन्ट-वेट ... */
}

/* Link Lists (Quick Links & Contact Info) */
.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
  display: flex;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

/* Contact Icon Styling */
.contact-icon {
  margin-right: 10px;
  color: #9d1513;
  /* Highlight color for icons */
  font-size: 16px;
  width: 20px;
  /* Fixed width for alignment */
  text-align: center;
}

/* Separator Line */

.site-footer hr {
  border-top: 1px solid #b1b1b1;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Copyright Text */
.copyright-text {
  margin: 0;
  font-size: 13px;
}

.copyright-text a:hover {
  text-decoration: underline;
}

/* Social Icons Styling */
.social-icons {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icons li {
  display: inline-block;
  margin-right: 15px;
  /* Increased spacing */
}

.social-icons a {
  background-color: #333;
  /* Darker icon background */
  color: #fff;
  font-size: 16px;
  /* Larger icon size */
  display: inline-flex;
  /* Use flex for perfect centering */
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
}

/* Hover effects */
.social-icons a:hover {
  background-color: #fff;
  transform: translateY(-3px);
  /* Slight lift on hover */
}

/* Specific icon background colors for better branding (Hover) */
.social-icons .facebook:hover {
  /* background-color: #3b5998; */
}

.social-icons .twitter:hover {
  /* background-color: #00aced; */
}

.social-icons .linkedin:hover {
  /* background-color: #007bb6; */
}

/* Dribbble has been replaced by a general "share" icon for simplicity, but kept its class name */

/* Main header - Promoters & Preservers of Sindhyat */
.main-header {
  font-family: 'Lato', sans-serif;
  color: #a91c2d;
  text-align: center;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
}

.py-50 {
  padding: 50px 0px;
}

/* Profile section - top of page */
.profile-section {
  background-color: #fff;
  /* padding: 25px 25px 40px; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
  position: relative;
  overflow: hidden;
}

.profile-text {
  border-top: 1px solid #9d1513;
}

.profile-details {
  border-left: 1px solid #ccc;
  padding-left: 0;
}

.profile-title {
  font-family: 'Poppins', sans-serif;
  color: #a91c2d;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}

.profile-content {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.profile-image-container {
  text-align: center;
  flex-shrink: 0;
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.profile-image {
  width: 100%;
  background-color: #e9e9e9;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.profile-details ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

.profile-details li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 25px;
  color: #434343;
}

.profile-details li:last-child {
  border-bottom: 1px solid transparent;
}

/* 
.profile-details li:before {
  content: "•";
  color: #a91c2d;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -5px;
} */













/* Sidebar (col-lg-2) */
.tab-sidebar {
  width: 20%;
  background-color: #f1f3f5;
  border-right: 1px solid #dee2e6;
  padding: 20px 0;
  flex-shrink: 0;
}

.tab-button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  color: #495057;
  font-size: 15px;
  border-left: 4px solid transparent;
  transition: 0.3s;
}

.tab-button:hover {
  background: #e9ecef;
}

.tab-button.active {
  background: #fff;
  color: #007bff;
  font-weight: 600;
  border-left-color: #007bff;
}

.tab-button.hidden {
  display: none;
}

/* Content Area (col-lg-10) */
.tab-content-area {
  width: 80%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

/* Universal Search Header */
.universal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.universal-header h2 {
  font-family: 'Lato', sans-serif;
  margin: 0;
  color: #9d1513;
  font-size: 34px;
}

.search-box {
  width: 350px;
  position: relative;
}

.search-input {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 30px;
  outline: none;
  transition: 0.3s;
  box-sizing: border-box;
}

.search-input:focus {
  border-color: #9d1513;
}

/* Grid System */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* .profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
} */

/* Profile Card (Using your <a> tag structure) */



/* .profile-card.hidden {
  display: none;
} */

.order-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  padding: 12px 16px;
  font-size: 13px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.order-btn-cart {
  font-size: 14px;
}

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

.name {
  font-weight: 600;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

/* Empty State */
#noDataMessage {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
  font-size: 18px;
  border: 2px dashed #dee2e6;
  border-radius: 10px;
  margin-top: 20px;
}

#searchTermDisplay {
  font-weight: bold;
  color: #dc3545;
}

/* Header Compact */

.page-header h2 {
  font-family: 'Lato', sans-serif;
  font-size: 38px;
  line-height: 140%;
  color: #ffffff;
}

.bg_clr1 {
  background-color: #fff3cd;
}

.page-header {
  background: #9d1513;
  color: white;
  padding: 100px 0 100px;
  border-bottom: 12px solid gold;
  text-align: center;
  /* min-height: 400px; */
  margin: 0;
  /* border-bottom-left-radius: 50% 20%; */
  /* border-bottom-right-radius: 50% 20%; */
}

/* Content Card - Space Reduced */
.main-card {}

.info-content {
  padding: 30px;
}

/* Space reduced here */

.section-title {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 140%;
  color: #9d1513;
  margin-top: 0;
}

.stat-pill {
  background: #fff3cd;
  color: #856404;
  padding: 10px 20px 10px 10px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.icon-pro {
  background-color: #9d1513;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 140%;
  font-size: 24px;
}

/* Swiper Cards Effect (Pehle wala) */
.competition {
  width: 100%;
  height: 380px;
  margin: 0px auto;
}

.swiper-cards {
  overflow: visible !important;
  height: 380px !important;
  width: 100% !important;
}

.swiper-slide {
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
}

.chairman-swiper .swiper-slide {
  height: auto;

}

.card-swiper-instance {
  width: 100%;
  max-width: 350px;
  height: 400px;
  position: relative;
  overflow: hidden;
  /* Cards effect ke liye visible rakhein agar bahar dikhana ho */
  margin: 0 auto;
}

.card-swiper-instance .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* Custom Navigation Styling */
.custom-button-prev,
.custom-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 24px;
  transition: 0.3s;
}

/* Swiper Container Size Fix */
[class^="swiper-card-"] {
  width: 280px !important;
  height: 380px !important;
  margin: 0 auto;
  overflow: visible !important;
  position: relative;
}

/* .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
} */

/* Navigation Buttons Style */
.swiper-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

[class^="custom-button-prev"] {
  left: -45px;
}

[class^="custom-button-next"] {
  right: -45px;
}

/* Mobile optimization */
@media (max-width: 768px) {
  [class^="custom-button-prev"] {
    left: 5px;
  }

  [class^="custom-button-next"] {
    right: 5px;
  }
}

.custom-button-prev {
  left: 10px;
}

.custom-button-next {
  right: 10px;
}

.custom-button-prev:hover,
.custom-button-next:hover {
  background: #000;
  color: #fff;
}

.chairman-swiper img .chairman-img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}

.swiper-slide img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  cursor: zoom-in;
}

/* Swiper Container */
.swiper-instance {
  width: 300px !important;
  /* Mobile ke liye width adjust karein */
  height: 400px !important;
  padding: 20px;
  overflow: visible !important;
  /* Taaki peeche wale cards dikhein */
}

/* Slides */
.swiper-instance .swiper-slide {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.swiper-instance .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-box {
  background: #fdfaf5;
  border-left: 4px solid #9d1513;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  color: #000;
}

.btn-bottom {
  background: #800000;
  color: white;
  padding: 20px 35px;
  border-radius: 50px;
  font-weight: 700;
  border: 1px solid;
  transition: 0.3s;
}

.highlight-box strong {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  display: block;
}

.btn-bottom:hover {
  background: #FFD700;
  color: black;
}





.profile-details strong {
  color: #000000;
  display: inline-block;
  min-width: 200px;
  font-weight: 600;
}

/* Tabs section - No heading above tabs */
.tabs-section {
  background-color: #fff;
  padding: 0;
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
  margin-bottom: 30px;
}

/* Vertical tabs container */
.tabs-container {
  display: flex;
  min-height: 400px;
}

/* Vertical tabs navigation */

.tabs-nav {
  border-right: 1px solid #ddd;
  padding: 0px 0;
  margin: 0;
}

.tabs-nav ul {
  list-style-type: none;
  margin: 0;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.tabs-nav ul::-webkit-scrollbar {
  display: none;
}

.tab-item {
  margin: 0;
  width: 300px;
  border: 1px solid #cccccc3d;
}

.tab-button {
  font-family: 'Poppins', sans-serif;
  color: #434343;
  font-weight: 500;
  padding: 16px 12px;
  background: none;
  border: none;
  border-left: 4px solid transparent;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: left;
  display: block;
}

.site-footer h6 span {
  color: #9d1513;
}

.tab-button:hover {
  background-color: rgba(169, 28, 45, 0.05);
  color: #a91c2d;
}

.tab-button.active {
  color: #a91c2d;
  border-left: 3px solid #a91c2d;
  transform: translateX(0);
  background: #f4edef;
}

.tab-button.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #a91c2d;
}

/* Tab content area */
.tab-content {
  flex: 1;
  padding: 0 30px;
  position: relative;
  min-height: 350px;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateX(10px);
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
  animation: fadeIn 0.5s ease-out;
  color: #000;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.tab-pane h3,
.tab-pane2 h3 {
  font-family: 'Lato', sans-serif;
  color: #a91c2d;
  text-align: left;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 0;
  display: inline-block;
}

.tab-pane p,
.tab-pane2 p {
  margin-bottom: 0;
  line-height: 160%;
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: justify;
}

.highlight {
  color: #a91c2d;
  font-weight: 600;
}

.literary-highlight {
  background-color: rgba(169, 28, 45, 0.05);
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
  border-left: 4px solid #a91c2d;
}

.literary-highlight h4 {
  color: #a91c2d;
  margin-bottom: 10px;
}

/* Two-column layout for Finale tab */
.two-column-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}

.column {
  padding: 20px 20px;
  background-color: rgba(169, 28, 45, 0.03);
  border-radius: 6px;
  border: 1px solid rgba(169, 28, 45, 0.1);
}

.column h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #a91c2d;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}

/* Back Button */
.back-button-container {
  text-align: center;
  margin: 40px 0 20px;
  padding: 20px;
}

.block-read-more {
  display: inline-block;
  background-color: #a91c2d;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid #a91c2d;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(169, 28, 45, 0.25);
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.block-read-more:hover {
  background-color: #941927;
  border-color: #941927;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(169, 28, 45, 0.35);
  color: white;
}

.block-read-more:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(169, 28, 45, 0.25);
}

/* .block-read-more::before {
            content: "←";
            display: inline-block;
            margin-right: 10px;
            font-weight: bold;
            font-size: 1.3rem;
            transition: transform 0.3s ease;
            
            
        } */

.block-read-more:hover::before {
  transform: translateX(-5px);
}

/* Footer - Removed tribute text */
.footer {
  text-align: center;
  padding: 20px;
  color: #666;
  font-size: 0.9rem;
  /* border-top: 1px solid #ddd; */
  margin-top: 30px;
}

.header-search {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px 0;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 300px;
}

#searchBar {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

#searchBar:focus {
  border-color: #9d1513;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

#searchButton {
  padding: 10px 20px;
  border: none;
  background-color: #9d1513;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s;
}

#searchButton:hover {
  background-color: #0056b3;
}

#searchButton:active {
  transform: scale(0.98);
}

/* ---------------------------------------------------- */
/* 3. Grid Container (The core layout) */
/* ---------------------------------------------------- */
#profileGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  min-height: 200px;
  /* Grid should have minimum height */
}

#profileGrid2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  row-gap: 20px;
  flex-wrap: wrap;
  column-gap: 20px;
}

/* 5 boxes per row on large screens */
@media (min-width: 1200px) {
  #profileGrid {
    grid-template-columns: repeat(4, 1fr);
  }

}

/* Responsive adjustments */
@media (max-width: 1199px) {
  #profileGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 800px) {
  #profileGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 380px) {
  #profileGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.webpage--parallax .header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* background-color: transparent; */
  background-color: rgb(255 255 255 / 77%);
}

/* ---------------------------------------------------- */
/* 4. Profile Card Styles */
/* ---------------------------------------------------- */
.profile-card {
  background-color: white;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
  padding: 0;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.3s;
  position: relative;
  box-sizing: border-box;
  opacity: 1;
  width: 100%;
}

/* 
.profile-card.hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
} */

.avatar {
  width: 100%;
  height: 305px;
  background-color: #9b1414;
  margin-bottom: 10px;
  border: 3px solid #9b1414;
}

.avatar2 {
  width: 100%;
  height: auto;
  background-color: #9b1414;
  margin-bottom: 10px;
  border: 3px solid #9b1414;
}

.text-dark {
  color: #000 !important;
}

.name {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}

.title {
  font-size: 0.9em;
  color: #777;
  margin: 0;
}

.description {
  font-size: 0.85em;
  color: #555;
  margin-top: 10px;
}

/* ---------------------------------------------------- */
/* 5. No Results Message Style (NEW) */
/* ---------------------------------------------------- */
#noResultsMessage {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
  font-size: 18px;
  border: 2px dashed #dee2e6;
  border-radius: 10px;
  grid-area: 1 / 2;
  margin-top: 20px;
}

.tab-pane2 {
  display: block;
  opacity: 1;
  transform: translateX(0px);
  color: #000;
}

#noResultsMessage.visible {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s;
}

#searchTermDisplay {
  font-weight: 700;
  color: #9c1613;
}

.tab-sidebar {
  width: 200px;
  background-color: #f8f9fa;
  border-right: 1px solid #eee;
  border-radius: 12px 0 0 12px;
  padding: 0px 0;
  flex-shrink: 0;
}

.tab-button {
  display: block;
  width: 100%;
  padding: 12px 20px;
  text-align: left;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s, color 0.2s;
  color: #555;
  border-left: 4px solid transparent;
}

.tab-button:hover {
  background-color: #e9ecef;
}

.tab-content-area {
  flex-grow: 1;
  padding: 20px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.search-container {
  width: 100%;
  max-width: 300px;
}

.search-input {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.search-button {
  padding: 10px 20px;
  border: none;
  background-color: #9d1513;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s;
}

/* .profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
} */

/* Container ko height adjust karne dein */
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  align-items: start;
  /* Cards ko upar se align rakhega */
  min-height: 100px;
  /* Khali hone par bhi jagah rakhega */
}

/* Card ka size control mein rakhne ke liye */
.profile-card {
  box-sizing: border-box;
  width: 100%;
  /* Grid ke hisaab se rahega */
  /* overflow: hidden; Content bahar nahi jayega */
}

.profile-img {
  border-radius: 8px;
  border: 1px solid #ddd;
  width: 100%;
  display: block;
}

.sub-header {
  font-family: 'Lato', sans-serif;
  color: #9d1513;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 20px;
}

.text-profile {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
  text-align: justify;
}

.text-profile a {
  color: #9c1613;
  /* text-decoration: underline; */
}

.info-card {
  background-color: #fdf5f0;
  border: 1px solid #ebd9cf;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}


.info-card h5 {
  font-family: 'Lato', sans-serif;
  color: #9c1613;
  font-weight: 600;
  border-bottom: 1px solid #e0c8ba;
  padding-bottom: 10px;
  font-size: 18px;
  margin: 0;
}

.key-facts-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.95rem;
  margin-top: 15px;
}

.key-facts-list li {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  color: #000;
  line-height: 140%;
}

.key-facts-list li strong {
  font-weight: 600;
  color: #9c1613;
}

.profile-text h4 {
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #9d1513;
  line-height: 140%;
  margin: 40px 0 20px;
  border-left: 6px solid;
  padding-left: 20px;
}

.key-facts-list li::before {
  content: "•";
  color: #a52a2a;
  position: absolute;
  left: 0;
}

.literary-box {}

.literary-title {
  color: #c04040;
  font-weight: 600;
}

.literary-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.literary-list li {
  margin-bottom: 8px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.literary-list li a {
  color: #9c1613;
}

.literary-list li::before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #a52a2a;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.literary-list2 {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.literary-list2 li {
  width: 48%;
  margin-bottom: 8px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.literary-list2 li a {
  color: #9c1613;
}

.literary-list2 li::before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #a52a2a;
  margin-right: 10px;
  position: absolute;
  left: 0;
}


.book-title {
  color: #9d1513;
  font-weight: 600;
}

.translation {
  font-style: italic;
  color: #555;
}

@media (min-width: 1200px) {
  .profile-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1400px) {
  .profile-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


.profile-align {
  margin: 0 auto;
  width: 98%;
}

/* .profile-card.hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
} */

@media (min-width: 991px) {
  .events-menu {
    padding: 0 !important;
    width: 1300px !important;
    left: 0%;
    transform: translate(-45%, 100%);
    top: 0;
  }

  .events-menu .navigation__dropdown-wrapper {
    background-color: #fff;
    padding: 20px 40px;
    border-top: 5px solid #9c1613;
    border-radius: 0 0 20px 20px;
  }

  .events-menu .navigation__dropdown-wrapper ul {
    display: flex;
    flex-wrap: wrap;
  }

  .events-menu .navigation__dropdown-wrapper ul li.navigation__dropdown-item {
    width: 33.3%;
  }

  .left-gap {
    padding-left: 20px;
    border-left: 1px solid #000;
  }

  .navigation__dropdown-item a {
    transition: all .3s linear;
  }

  .navigation__dropdown-item a:hover {
    transform: translateX(5px);
    display: block;
  }

  .navigation__dropdown--columns {
    width: 310px;
    padding: 20px 30px;
  }
}

@media (max-width: 922px) {
  .navigation__dropdown-item a {
    font-size: 14px;
    line-height: 1.2;
  }

  .tab-sidebar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .tab-button {
    width: 33.3%;
  }
}

@media (min-width: 991px) and (max-width: 1300px) {
  .navigation__dropdown-item a {
    font-size: 12px;
  }

  .events-menu {
    width: 960px !important;
  }
}

@media (max-width: 768px) {
  #profileGrid2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-align {
    width: 90%;
  }

  .webpage--parallax .header {
    /* position: relative; */
  }

  .header-search {
    justify-content: center;
  }
}

@media (max-width: 500px) {

  .email-box {
    width: auto;
  }

  .header-search {
    padding: 10px 15px;
  }

  .home-page-slider>.swiper-wrapper>.swiper-slide .swiper-inner {
    padding-top: 0;
  }

  #profileGrid2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .video-list-item {
    flex-direction: column;
    align-items: start;
  }

  .profile-section {
    padding: 3%;
  }

  .video-thumbnail-placeholder {
    width: 100%;
  }

  .tab-button {
    width: 50%;
  }

  .site-footer {
    padding: 0px 20px 0px !important;
  }
}

/* Responsive design */
@media (max-width: 768px) {

  .webpage--parallax .header {
    width: 100%;
  }

  .profile-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-details li:before {
    display: none;
  }

  .profile-details li {
    padding-left: 0;
  }

  .profile-details strong {
    min-width: auto;
    display: block;
    margin-bottom: 5px;
  }

  .tabs-container {
    flex-direction: column;
  }

  .tabs-nav {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }

  .tabs-nav ul {
    /* display: flex
; */
    /* overflow-x: auto; */
    padding: 0 30px;
  }

  .tab-item {
    flex-shrink: 0;
  }

  .footer-pl {
    padding-left: 16px !important;
  }

  .tab-button {
    text-align: center;
    padding: 12px 15px;
    border-left: none;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
  }

  .site-footer {
    padding: 0px 50px 0px;
  }

  .tab-button.active {
    border-left: none;
    border-bottom: 3px solid #a91c2d;
  }

  .tab-button.active:after {
    display: none;
  }

  .tab-button:hover {
    transform: translateY(-3px);
  }

  .two-column-layout {
    grid-template-columns: 1fr;
  }

  .main-header {
    font-size: 1.8rem;
  }

  .tab-item {
    width: 100%;
  }

  .tab-content {
    min-height: auto;
  }

  .tab-pane p {
    text-align: left;
  }

  .profile-details {
    border: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-card {
    padding: 10px;
  }

}

/* Decorative accent */

/* Subtle animation for page load */
@keyframes pageLoad {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* competition-single3 gallery */
img {
  width: 100%;
}

/* .page-id-1178>div,
.page-id-1179>div,
.page-id-1180>div,
.page-id-1181>div {
  width: 50%;
  margin: 0 auto;
  text-align: center;
} */

.page-id-1178>div .text-profile,
.page-id-1179>div .text-profile,
.page-id-1180>div .text-profile,
.page-id-1181>div .text-profile {
  text-align: center;
}

.page-id-1178 .nursery-rhymes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-id-1178 .nursery-rhymes .services_title {
  width: 100%;

}

.page-id-1178 .nursery-rhymes h3 {
  width: 100%;
}

.nursery-rhymes h3 {
  text-align: center;
}

.page-id-1178 .nursery-rhymes p {
  margin: auto;
}

.page-id-1178 .nursery-rhymes .highlight-box {
  width: 32%;
}

/* pdf-btn */
.pdf-btn img {
  width: 50%;
  background-color: #eacfa0b8;
  padding: 6px 6px;
}

.pdf-btn:hover img {
  outline: 1px dashed #800000;
  outline-offset: -1px;
}

.yt-btn {
  padding: 0;
  font-size: 30px;
  color: maroon;
  background: transparent;
  border: none;
}

.yt-btn:hover {
  border: none;
  background-color: transparent;
}


.align_center {
  text-align: center;
}

.sponsor-table {
  width: 100%;
  overflow: hidden;
  border: none;
  background: #fff;
}

/* Table Header */
.sponsor-table thead th {
  font-family: 'Lato', sans-serif;
  background: #a91c2d;
  color: white;
  padding: 18px 25px;
  font-weight: 600;
  font-size: 18px;
  border: none;
}

.sponsor-table thead th:nth-child(1) {
  width: 20%;
}

.sponsor-table thead th:nth-child(2) {
  width: 80%;
}

/* First Column (Level) - Ultra Compact */
.sponsor-table tbody td:first-child {
  background-color: #f4f7f9;
  font-weight: 600;
  font-size: 16px;
  width: 0.1%;
  white-space: nowrap;
  padding: 15px 20px;
  vertical-align: middle;
  color: #a91c2d;
  border-bottom: 1px solid #f9d962;
}

.sponsor-table tbody td:last-child {
  border-bottom: none;
  font-weight: 500;
}

/* Second Column (Names) */
.sponsor-table tbody td:last-child {
  padding: 12px 30px;
  font-size: 15px;
  text-align: left !important;
  color: #000;
  border-bottom: 1px solid #edf2f7;
  vertical-align: middle;
}

/* Main Sponsor Styling */
.sponsor-table .main-sponsor {
  background-color: #fff9e6 !important;
  /* Gold tint */
}

.sponsor-table .main-sponsor td:last-child {
  font-family: 'Lato', sans-serif;
  color: #a91c2d;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}

/* Hover Effect */
.sponsor-table tbody tr:hover td:last-child {
  background-color: #fdfdfd;
  color: #00509d;
  padding-left: 35px;
  /* Smooth slide effect */
  transition: all 0.3s ease;
}

/* Zebra Striping for better readability */
.sponsor-table tbody tr:nth-child(even) td:last-child {
  background-color: #fafbfc;
  font-weight: 500;
  /* font-family: 'Poppine', sans-serif; */
  font-size: 16px;
  line-height: 140%;
  color: #000;
}

/* sindhi kids single */
/* * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
     */
/* Remove red scrollbar */
/* ::-webkit-scrollbar {
        width: 10px;
    }
    
    ::-webkit-scrollbar-track {
        background: #ffecd1;
    }
    
    ::-webkit-scrollbar-thumb {
        background: #800000;
        border-radius: 5px;
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background: #a30000;
    } */

.panchatantra-app {
  font-family: 'Arial', sans-serif;
  background: #ffecd1;
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

/* Page Header - Old Style */
/* .page-header {
        background: #800000;
        padding: 40px 20px;
        text-align: center;
        border-bottom: 8px solid #ffecd1;
    }

    .page-header h2 {
        color: #ffffff;
        font-size: 3.5rem;
        font-weight: bold;
        margin: 0;
        letter-spacing: 1px;
    } */

/* Educational Section */
.educational-section {
  display: flex;
  align-items: center;
  padding: 60px 40px;
  background: #ffffff;
}

.educational-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}

.video-sections {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(128, 0, 0, 0.15);
}

.video-player {
  background: #800000;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  /* background-image: url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80'); */
  background-size: cover;
  background-position: center;
}

.video-player img {
  height: 100%;
  object-fit: cover;

}

.video-player::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 0, 0, 0.7);
}

.video-player:hover .play-button {
  transform: scale(1.1);
}

.play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 3px solid #ffffff;
  position: absolute;
  z-index: 2;
}

.play-icon {
  color: #ffffff;
  font-size: 2.5rem;
  margin-left: 5px;
}

.video-info {
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
}

.video-title {
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.video-subtitle {
  opacity: 0.9;
  font-size: 1rem;
}

.educational-content {
  padding-right: 20px;
}

.content-title {
  color: #800000;
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 0px;
}

.educational-text {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

.education {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 30px;
}

.note {
  color: #800000;
  font-weight: bold;
}

/* Download Button */
.download-box {
  margin: 30px 0;
  text-align: center;
}

.download-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #800000;
  color: #ffffff;
  border: 2px solid #800000;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
  min-width: 300px;
}

.download-button:hover {
  background-color: transparent;
  color: #800000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(128, 0, 0, 0.2);
}

/* Stories Section */
.stories-section {
  padding: 60px 40px;
  background: #ffecd1;
  min-height: auto;
}

.stories-container {
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  color: #800000;
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.section-subtitle {
  color: #800000;
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0.9;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.story-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 0 5px 15px rgba(128, 0, 0, 0.1);
  border: 1px solid rgba(128, 0, 0, 0.1);
  cursor: pointer;
  height: 280px;
}

.story-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(128, 0, 0, 0.15);
}

.story-thumbnail {
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #800000;
}

.story-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.story-card:hover .story-thumbnail img {
  transform: scale(1.05);
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.story-card:hover .play-overlay {
  opacity: 1;
}

.play-overlay-btn {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-overlay-btn:hover {
  background: #ffffff;
  transform: scale(1.1);
}

.play-overlay-icon {
  color: #800000;
  font-size: 1.8rem;
  margin-left: 3px;
}

.story-content {
  padding: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-title {
  color: #800000;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

/* Video Modal Styles */
.video-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.video-modal {
  background: #ffffff;
  width: 90%;
  max-width: 900px;
  border-radius: 12px;
  overflow: hidden;
  animation: slideUp 0.4s ease;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-modal-header {
  background: #800000;
  padding: 20px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video-modal-title {
  color: #ffffff;
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
}

.video-modal-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  padding: 0;
  line-height: 1;
}

.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.video-modal-body {
  padding: 0;
}

.video-player-container {
  width: 100%;
  height: 500px;
  background: #000;
  position: relative;
}

.video-placeholder {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.video-placeholder-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #800000;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-placeholder-icon:hover {
  transform: scale(1.1);
}

.video-placeholder-text {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-top: 10px;
}

.video-modal-info {
  padding: 20px 30px;
  border-top: 1px solid rgba(128, 0, 0, 0.1);
}

.video-modal-description {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.play-in-modal-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #800000;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: 10px;
}

.play-in-modal-btn:hover {
  background: #a30000;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .educational-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .video-sections {
    max-width: 600px;
    margin: 0 auto;
  }

  .stories-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-header h2 {
    font-size: 2.5rem;
  }

  .content-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .educational-section {
    padding: 40px 20px;
  }

  .stories-section {
    padding: 50px 20px;
  }

  .story-card {
    height: 250px;
  }

  .story-thumbnail {
    height: 170px;
  }

  .video-player-container {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .banner-surface {
    height: 125px;
  }

  .banner-surface::before {
    height: 125px;
  }

  .page-header h2 {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .stories-grid {
    grid-template-columns: 1fr;
  }

  .download-button {
    min-width: 100%;
    padding: 12px 20px;
    font-size: 16px;
  }
}

/* For kids books */
/* Container and Section Styling */
.sindhi-library-module {
  background-color: #ffecd1;
  padding: 60px 20px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sindhi-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header and Search Styling */
.sindhi-header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  gap: 20px;
}

.sindhi-title {
  color: #800000;
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
}

.sindhi-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.sindhi-search-input {
  width: 100%;
  padding: 18px 25px 18px 55px;
  border-radius: 40px;
  border: 2px solid #800000;
  outline: none;
  background: #ffffff;
  font-size: 1.1rem;
  box-shadow: 0 6px 15px rgba(128, 0, 0, 0.1);
}

.sindhi-search-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #800000;
  font-size: 1.2rem;
}

/* Updated Tab Navigation Styling */
.sindhi-tab-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 8px;
}

.tab-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: transparent;
  /* Default state */
  color: #800000;
  /* border: 2px solid #800000; */
  /* font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
  cursor: pointer;
  /* border-radius: 4px; */
}

.tab-button.active,
.tab-button:hover {
  background-color: #800000;
  color: #ffffff;
}

/* Book Grid and Card Styling */
.sindhi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
  justify-items: center;
}

.book-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 35px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  text-align: left;
  position: relative;
  width: 100%;
  max-width: 340px;
  overflow: hidden;
}

.card-accent {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: #ffecd1;
  border-radius: 50%;
  z-index: 1;
}

.book-cover-box {
  height: 320px;
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  position: relative;
  z-index: 2;
}

.book-cover-box img {
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
}

/* .book-title {
    color: #800000;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    min-height: 60px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
} */
.starring-container span,
.full-content-slide {
  color: #000;
  font-size: 16px;
  list-style: 140%;
}

/* Updated PDF Button Styling */
.read-more-btn {
  display: inline-block;
  padding: 14px 28px;
  background-color: #800000;
  color: #ffffff;
  border: 2px solid #800000;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  /* Ensures padding doesn't break width */
  position: relative;
  z-index: 2;
}

.read-more-btn:hover {
  background-color: transparent;
  color: #800000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(128, 0, 0, 0.2);
}

.privacy-h3 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  margin: 30px 0 0;
  color: #9d1513;
}

.privacy-h4 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 20px 0 0px;
}

.ps-btn {
  color: #fff;
  font-size: 30px;
  margin-left: 0px;
}

.ps-btn:hover {
  transform: scale(1.1);
}

.pb-50 {
  padding-bottom: 50px;
}

/* Unique Wrapper */
.sn-master-container {}

/* Left Content Panel */
.sn-info-panel {
  padding-right: 60px;
}

.sn-main-heading {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 140%;
  margin-bottom: 25px;
}

.sn-text-highlight {
  color: #e63946;
}

.sn-body-copy {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #475569;
}

.sn-fact-card {
  background: #fff5f5;
  border-left: 5px solid #e63946;
  padding: 25px;
  margin: 30px 0;
  border-radius: 4px;
}

/* Right Form Panel */
.sn-action-panel {
  padding: 60px;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.08);
}

.sn-input-wrapper {
  margin-bottom: 20px;
}

.sn-label-text {
  font-family: 'Lato', sans-serif;
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 8px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sn-form-field {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #c3c3c382;
  /* border-radius: 8px; */
  background: transparent;
  transition: all 0.3s ease;
}

.sn-form-field:focus {
  outline: none;
  border-color: #e63946;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
}

.sn-btn-primary {
  background: #e63946;
  color: #fff;
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 15px;
  transition: 0.3s;
}

.sn-btn-primary:hover {
  background: #c12e3a;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(230, 57, 70, 0.2);
}

.sn-meta-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.8rem;
  color: #94a3b8;
}

.page-id-4541 .competion-table tr td:nth-child(2) {
  text-align: left;

}

.page-id-5456 .banner-surface,
.page-id-1016 .banner-surface,
.page-id-1103 .banner-surface,
.page-id-1113 .banner-surface {
  height: 350px;
}

.page-id-5456 .banner-surface::before,
.page-id-1016 .banner-surface::before,
.page-id-1103 .banner-surface::before,
.page-id-1113 .banner-surface::before {
  height: 350px !important;
  background: linear-gradient(rgba(198, 40, 40, 0.9), rgba(183, 28, 28, 0.9)) !important;
}

.page-id-5456 .breadcrumb-divider,
.page-id-1016 .breadcrumb-divider,
.page-id-1103 .breadcrumb-divider,
.page-id-1113 .breadcrumb-divider {
  color: #ffffff !important;
}




/* Fade In Animation */
.comp-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.comp-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered Animation Delays */
.comp-fade-in.delay-1 {
  transition-delay: 0.1s;
}

.comp-fade-in.delay-2 {
  transition-delay: 0.2s;
}

.comp-fade-in.delay-3 {
  transition-delay: 0.3s;
}

.comp-fade-in.delay-4 {
  transition-delay: 0.4s;
}

.comp-fade-in.delay-5 {
  transition-delay: 0.5s;
}

/* Hover Effects */
.comp-hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comp-hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(157, 21, 19, 0.15);
}

/* Image Reveal Effect */
.comp-img-reveal {
  float: left;
  width: 40%;
  max-width: 420px;
  margin: 0 30px 20px 0;
  border-radius: 12px;
  overflow: hidden;
}


.comp-img-reveal img {
  transition: transform 0.8s ease, filter 0.8s ease;
  transform: scale(1.05);
}

.comp-img-reveal:hover img {
  transform: scale(1);
  filter: grayscale(0%);
}

.comp-img-reveal::after {
  /* // content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(157, 21, 19, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.comp-img-reveal:hover::after {
  opacity: 1;
}

/* ODD images → LEFT */
.utm-award .content-body:nth-child(odd) .comp-img-reveal {
  float: left;
  margin-right: 30px;
  margin-left: 0;
  z-index: 1;
}

/* EVEN images → RIGHT */
.utm-award .content-body:nth-child(even) .comp-img-reveal {
  float: right;
  margin-left: 0;
  margin-right: 30px;
  z-index: 2;
}

/* Text Reveal */
.comp-text-reveal {
  position: relative;
  overflow: hidden;
}

.comp-text-reveal::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff3cd;
  transform: translateX(-100%);
  animation: compTextReveal 1s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes compTextReveal {
  to {
    transform: translateX(100%);
  }
}

/* Border Animation */
.comp-border-animate {
  position: relative;
}


.comp-border-animate:hover::before {
  width: 100%;
}

/* Pulse Animation for Awards */
.comp-pulse {
  animation: compPulse 2s infinite;
}

@keyframes compPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(157, 21, 19, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(157, 21, 19, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(157, 21, 19, 0);
  }
}

/* Sidebar Item Animation */
.comp-sidebar-item {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.comp-sidebar-item.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Scroll-triggered animations */
.comp-scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.comp-scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Enhanced dropcap with animation */
.comp-dropcap {
  float: left;
  font-family: 'Playfair Display', serif;
  font-size: 4.5rem;
  line-height: 0.8;
  padding-right: 12px;
  padding-top: 4px;
  color: #1a1a1a;
  animation: compDropIn 0.8s ease-out;
}

@keyframes compDropIn {
  0% {
    transform: translateY(-20px) rotate(-5deg);
    opacity: 0;
  }

  100% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

/* Enhanced pull quote */
.comp-pull-quote {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #1a1a1a;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 20px 0;
  margin: 40px 0;
  font-style: italic;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.comp-pull-quote:hover::before,
.comp-pull-quote:hover::after {
  opacity: 0.5;
}

.comp-webpage--parallax .comp-header {
  position: relative !important;
}

.comp-navbar-brand {
  font-weight: 700;
  color: #9d1513 !important;
  transition: color 0.3s ease;
}

.comp-navbar-brand:hover {
  color: #FF9800 !important;
}

.comp-navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(198, 40, 40, 0.1);
  transition: box-shadow 0.3s ease;
}

.comp-navbar.scrolled {
  box-shadow: 0 5px 20px rgba(198, 40, 40, 0.15);
}

.comp-nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

.comp-nav-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #9d1513;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.comp-nav-link:hover::after,
.comp-nav-link.active::after {
  width: 80%;
}

.comp-nav-link:hover,
.comp-nav-link.active {
  color: #9d1513 !important;
}

.comp-hero-section {
  background: linear-gradient(rgba(157, 21, 19, 0.9), rgba(183, 28, 28, 0.9)), url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 80px 0 50px;
  position: relative;
  overflow: hidden;
}

.comp-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(157, 21, 19, 0.3), rgba(255, 152, 0, 0.2));
  animation: compGradientShift 10s ease infinite alternate;
}

@keyframes compGradientShift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.comp-article-title {
  font-family: 'Lato', sans-serif;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 140%;
  color: #fff;
  position: relative;
  display: inline-block;
}

.comp-article-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 4px;
  background: #FF9800;
  animation: compTitleUnderline 1s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes compTitleUnderline {
  from {
    width: 0;
  }

  to {
    width: 100px;
  }
}

.comp-article-meta {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 140%;
}

.comp-article-author {
  font-weight: 600;
  color: #ffd600;
  position: relative;
  display: inline-block;
}

.comp-article-author::before {
  content: '✦';
  margin-right: 8px;
  animation: compSpin 4s linear infinite;
}

@keyframes compSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.comp-share-action {
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}

.comp-share-action:hover {
  color: #FF9800 !important;
  transform: scale(1.1);
}

.comp-article-content {
  font-size: 1.15rem;
  line-height: 1.8;
}

.comp-article-content p {
  margin-bottom: 1.8rem;
  transition: transform 0.3s ease;
}

.comp-article-content p:hover {
  transform: translateX(5px);
}

.comp-article-content .lead {
  font-size: 1.3rem;
  color: #9d1513;
  font-weight: 500;
  border-left: 4px solid #FF9800;
  padding-left: 20px;
  margin: 2.5rem 0;
  transition: all 0.3s ease;
}

.comp-article-content .lead:hover {
  background: #fff3cd;
  padding-left: 30px;
  transform: translateX(10px);
}

.comp-highlight-box {
  background-color: #fff3cd;
  border-left: 5px solid #FF9800;
  padding: 25px;
  margin: 30px 0;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
  transform-origin: left;
}

.comp-highlight-box:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(157, 21, 19, 0.1);
}

.comp-section-title {
  color: #9d1513;
  font-weight: 600;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  position: relative;
}


.comp-section-title:hover::after {
  width: 100%;
}

.comp-quote-box {
  background-color: #fff3cd;
  border-radius: 10px;
  padding: 25px;
  margin: 30px 0;
  border-left: 5px solid #9d1513;
  font-style: italic;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.comp-quote-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(157, 21, 19, 0.1);
}

.comp-quote-author {
  text-align: right;
  font-weight: 600;
  color: #9d1513;
  margin-top: 15px;
  transition: color 0.3s ease;
}

.comp-quote-author:hover {
  color: #FF9800;
}

.comp-stats-box {
  background-color: #9d1513;
  color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  margin: 30px 0;
  transition: all 0.3s ease;
}

.comp-stats-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(157, 21, 19, 0.2);
}

.comp-stat-item {
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
}

.comp-stat-item:hover {
  transform: scale(1.1);
}

.comp-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #FF9800;
  transition: color 0.3s ease;
}

.comp-stat-item:hover .comp-stat-number {
  color: #fff3cd;
}

.comp-stat-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.comp-stat-item:hover .comp-stat-label {
  color: #FF9800;
}

.comp-social-links a {
  color: #ffffff;
  font-size: 1.2rem;
  margin-right: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.comp-social-links a:hover {
  color: #FF9800;
  transform: translateY(-3px);
}

.comp-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.comp-related-articles {
  background-color: #fff5f5;
  padding: 40px 0;
  margin-top: 50px;
}

.comp-article-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(198, 40, 40, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border: 1px solid #ffebee;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.comp-article-card:hover {
  transform: translateY(-10px) rotateX(5deg);
  box-shadow: 0 20px 40px rgba(157, 21, 19, 0.2);
  border-color: #FF9800;
}

.comp-article-card-body {
  padding: 25px;
}

.comp-article-card-title {
  color: #9d1513;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.comp-article-card:hover .comp-article-card-title {
  color: #FF9800;
}

.comp-article-card-text {
  color: #757575;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.comp-article-card:hover .comp-article-card-text {
  color: #000;
}

/* Share Modal Styles */
.comp-share-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.comp-share-modal.show {
  display: flex;
  opacity: 1;
  animation: compModalFadeIn 0.3s ease;
}

@keyframes compModalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.comp-share-modal-content {
  background-color: #ffffff;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  border: 2px solid #9d1513;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.comp-share-modal.show .comp-share-modal-content {
  transform: translateY(0);
}

.comp-share-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.comp-share-modal-title {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #9d1513;
  margin: 0;
}

.comp-close-share-modal {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #9d1513;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s ease;
}

.comp-close-share-modal:hover {
  color: #FF9800;
  transform: rotate(90deg);
}

.comp-share-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 25px;
}

.comp-share-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  cursor: pointer;
  background-color: #fff5f5;
  transform: scale(1);
}

.comp-share-option:hover {
  background-color: #fff3cd;
  transform: translateY(-5px) scale(1.05);
  text-decoration: none;
}

.comp-share-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.comp-share-option:hover .comp-share-icon {
  transform: rotate(15deg);
}

.comp-share-name {
  font-size: 0.9rem;
  color: #212121;
  font-weight: 500;
  transition: color 0.3s ease;
}

.comp-share-option:hover .comp-share-name {
  color: #9d1513;
}

.comp-share-facebook {
  background-color: #3b5998;
}

.comp-share-twitter {
  background-color: #1da1f2;
}

.comp-share-linkedin {
  background-color: #0077b5;
}

.comp-share-whatsapp {
  background-color: #25d366;
}

.comp-share-email {
  background-color: #9d1513;
}

.comp-share-copy {
  background-color: #9d1513;
}

.comp-share-link-box {
  display: flex;
  border: 1px solid #ffcdd2;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.comp-share-link-box:focus-within {
  border-color: #FF9800;
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}

.comp-share-link-input {
  flex: 1;
  border: none;
  padding: 12px 15px;
  font-size: 0.95rem;
  background-color: #fff5f5;
  transition: background-color 0.3s ease;
}

.comp-share-link-input:focus {
  background-color: #fff;
  outline: none;
}

.comp-copy-link-btn {
  background-color: #9d1513;
  color: #ffffff;
  border: none;
  padding: 0 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.comp-copy-link-btn:hover {
  background-color: #FF9800;
}

.comp-copy-link-btn.copied {
  background-color: #FF9800;
  color: #212121;
  animation: compCopiedPulse 0.5s ease;
}

@keyframes compCopiedPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Toast Notification */
.comp-toast-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #9d1513;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 1060;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-left: 4px solid #FF9800;
}

.comp-toast-notification.show {
  transform: translateX(0);
  opacity: 1;
}

/* Buttons */
.comp-btn-primary,
.comp-btn-outline-primary {
  background-color: #9d1513;
  border-color: #9d1513;
  color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.comp-btn-primary::after,
.comp-btn-outline-primary::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.comp-btn-primary:hover::after,
.comp-btn-outline-primary:hover::after {
  animation: compRipple 1s ease-out;
}

@keyframes compRipple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(40, 40);
    opacity: 0;
  }
}

.comp-btn-primary:hover,
.comp-btn-outline-primary:hover {
  background-color: #8e0000;
  border-color: #8e0000;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(157, 21, 19, 0.2);
}

.comp-btn-outline-primary {
  background-color: transparent;
  color: #9d1513;
}

.comp-btn-outline-primary:hover {
  color: #ffffff;
}

.comp-btn-info,
.comp-btn-outline-info {
  background-color: #FF9800;
  border-color: #FF9800;
  color: #212121;
  transition: all 0.3s ease;
}

.comp-btn-info:hover,
.comp-btn-outline-info:hover {
  background-color: #e68900;
  border-color: #e68900;
  color: #212121;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 152, 0, 0.2);
}

.comp-btn-outline-info {
  background-color: transparent;
  color: #212121;
}

.comp-btn-warning {
  background-color: #FF9800;
  border-color: #FF9800;
  color: #212121;
  transition: all 0.3s ease;
}

.comp-btn-warning:hover {
  background-color: #e68900;
  border-color: #e68900;
  color: #212121;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 152, 0, 0.2);
}

.comp-btn-outline-dark {
  border-color: #9d1513;
  color: #9d1513;
  transition: all 0.3s ease;
}

.comp-btn-outline-dark:hover {
  background-color: #9d1513;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(157, 21, 19, 0.2);
}

@media (max-width: 768px) {
  .comp-article-title {
    font-size: 2.2rem;
  }

  .comp-hero-section {
    padding: 60px 0 40px;
  }

  .comp-share-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Custom accent elements */
.comp-accent-border {
  border-color: #FF9800 !important;
}

.comp-accent-text {
  color: #FF9800 !important;
}

.comp-red-text {
  color: #9d1513 !important;
}

.comp-yellow-bg {
  background-color: #fff3cd !important;
}

.comp-red-bg {
  background-color: #9d1513 !important;
}

/* Clean minimal header */
.comp-clean-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}

.comp-share-button-minimal {
  background-color: #9d1513;
  border: 2px solid #ffffff;
  color: #FF9800;
  border-radius: 50%;
  font-size: 20px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.comp-share-button-minimal:hover {
  background-color: #FF9800;
  border-color: #FF9800;
  color: #9d1513;
  transform: rotate(15deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(157, 21, 19, 0.3);
}

/* Sidebar Style - UPDATED */
.comp-sidebar2 {
  background: #ffffff;
  color: #000;
  padding: 30px;
  border-radius: 8px;
  height: fit-content;
  width: 100%;
  position: sticky;
  top: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.comp-sidebar2:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.comp-sidebar2 h3 {
  color: #9d1513;
  margin-bottom: 25px;
  font-size: 1.6rem;
  border-left: 4px solid #FF9800;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}

.comp-sidebar2 h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #9d1513, transparent);
  animation: compSidebarTitleGlow 3s infinite;
}

@keyframes compSidebarTitleGlow {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

/* Winner Timeline - UPDATED */
.comp-winner-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  border-left: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-10px);
  padding-bottom: 15px;
}

.comp-winner-item.visible {
  opacity: 1;
  transform: translateX(0);
}

.comp-winner-item::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0;
  width: 10px;
  height: 10px;
  background: #9d1513;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.comp-winner-item:hover::before {
  background: #FF9800;
  transform: scale(1.5);
  box-shadow: 0 0 10px #9d1513;
}

.comp-winner-item:hover {
  border-left-color: #9d1513;
  transform: translateX(5px);
}

.comp-winner-year {
  font-size: 0.8rem;
  color: #9d1513;
  font-weight: bold;
  transition: color 0.3s ease;
  display: inline-block;
  background: #fff3cd;
  padding: 3px 10px;
  border-radius: 12px;
  margin-bottom: 8px;
}

.comp-winner-item:hover .comp-winner-year {
  color: #000;
  background: #FF9800;
}

.comp-winner-name {
  font-weight: bold;
  font-size: 1.1rem;
  color: #000;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.comp-winner-item:hover .comp-winner-name {
  color: #9d1513;
  transform: translateX(5px);
}

.comp-winner-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 10px;
  border: 3px solid #e0e0e0;
  transition: all 0.3s ease;
}

.comp-winner-item:hover .comp-winner-image {
  border-color: #9d1513;
  transform: scale(1.1);
}

.comp-btn-link-custom {
  color: #9d1513;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 8px;
  padding: 5px 0;
}

.comp-btn-link-custom::after {
  content: '→';
  position: absolute;
  right: -20px;
  opacity: 0;
  transition: all 0.3s ease;
}

.comp-btn-link-custom:hover {
  color: #FF9800;
  transform: translateX(5px);
}

/* .comp-btn-link-custom:hover::after {
        right: -15px;
        opacity: 1;
    } */

.comp-winner-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.comp-winner-text {
  flex: 1;
}

/* Bio Content */
.comp-main-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  /* filter: grayscale(100%); */
  transition: filter 0.6s ease, transform 0.6s ease;
}

.comp-img-reveal:hover .comp-main-img {
  filter: grayscale(0%);
  transform: scale(1.02);
}


/* Loading animation */
.comp-loading {
  position: relative;
  overflow: hidden;
}

.comp-loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: compLoading 1.5s infinite;
}

@keyframes compLoading {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .comp-img-reveal {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px 0;
  }
}

.page-id-4563>div .sks-btn {
  background-color: #ffecd1;
  /* margin-bottom: 0px; */
}

.ticker-container {
  display: flex;
  align-items: center;
  background: #fff3cd;
  overflow: hidden;
  height: 50px;
}

.ticker-label {
  background: #00d4ff;
  color: #000;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  z-index: 5;
}

.ticker-wrapper {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  display: flex;
}

/* Yahan se space hataya gaya hai */
.ticker-list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
}

.ticker-item {
  color: #800000;
  text-decoration: none;
  padding: 0 30px;
  font-weight: 500;
  flex-shrink: 0;
  position: relative;
}

.ticker-item:hover {
  color: #800000;
}

.ticker-item::after {
  content: "•";
  position: absolute;
  right: 0;
  color: #800000;
}

.ticker-item:last-child::after {
  content: "";
}

.page-id-5778 .literary-list li::before {
  position: relative !important;
}

.page-id-5778 .col-6.col-lg-3.col-md-4.col-sm-6 {
  flex: 0 0 auto !important;
  width: 33.33333333% !important;
}