/*----GANERAL----*/

:root {
  --color-primary: #FF6302;
  --color-secondary: #312783;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-soft: #fafafa;
  --desktop-header-height: 116px;
}

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

.manrope {
  font-family: "Montserrat", sans-serif;
}

.bricolage-grotesque {
  font-family: "Futura", "Trebuchet MS", sans-serif;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.mobile-menu-open {
  overflow: hidden;
}

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


.h-100 {
  height: 100%;
}

.text-theme {
  color: var(--color-primary);
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

.text-theme{
    color: var(--color-primary) !important;
}

a {
  text-decoration: none !important;
}

.sub-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.main-head {
  font-weight: bold;
  font-size: 48px;
  color: var(--color-primary);
  font-family: "Futura", "Trebuchet MS", sans-serif;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.banner-head-div h1,
.service-head h1,
.mission-vision-div .sup-div h2,
.footer-head h1 {
  color: var(--color-primary) !important;
  font-family: "Futura", "Trebuchet MS", sans-serif;
}

.main-head.text-theme,
h1 .text-theme,
h2 .text-theme {
  color: var(--color-primary) !important;
}

.w-99 {
  width: 99% !important;
}

.w-98 {
  width: 98% !important;
}

.d-padding {
  padding-block: clamp(10px, 2vw, 25px);
}

.about-section .row,
.clients-section .row,
.service-section .row,
.phases-section .row,
.contact-section .row,
.footer-section .row {
  row-gap: 14px;
}

.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 100;
}

.website-quick-links a {
  background: #db1630;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: rgb(0 0 0 / 18%) 0px 8px 24px;
}

.website-quick-links a i {
  color: #ffffff;
  font-size: 22px;
}

.quote-form .form-group .form-control {
  width: 100%;
  box-sizing: border-box;
  padding-block: 20px;
  font-size: 17px;
}

.quote-form .form-group {
  padding: 0;
}

.quote-form .form-group .form-select {
  padding-block: 8px;
  font-size: 17px;
}

.quote-form .budget-group {
  border: 1px solid rgba(49, 39, 131, 0.18);
  border-radius: 14px;
  padding: 14px 14px 10px;
}

.quote-form .budget-label {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}

.quote-form .budget-label span {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.quote-form .budget-custom-input {
  display: none;
  margin-top: 10px;
}

.quote-form .budget-custom-input.is-visible {
  display: block;
}

.quote-form .budget-note {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #111111;
}

.quote-form .modal-header h3 {
  font-size: 46px;
}

.quote-form .modal-header p {
  font-size: 18px !important;
}

.quote-form .submit-button {
  font-size: 24px;
  font-weight: 600;
}

.quote-form .modal-content {
  padding: 25px !important;
}

.quote-form .modal-dialog {
  max-width: 620px;
  width: 100%;
}

@media (max-width: 768px) {
  .quote-form .modal-dialog {
    max-width: 100%;
    margin: 0.5rem;
    min-height: calc(100% - 1rem);
  }

  /* Cap the modal to the viewport; only the body scrolls so the header
     and close button stay put instead of being cut off on short screens */
  .quote-form .modal-content {
    padding: 18px !important;
    max-height: calc(100dvh - 1rem);
  }

  .quote-form .modal-body {
    overflow-y: auto;
  }

  .quote-form .modal-header h3 {
    font-size: 28px;
  }

  .quote-form .modal-header p {
    font-size: 14px !important;
  }

  /* 16px keeps iOS from auto-zooming when a field is focused */
  .quote-form .form-group .form-control,
  .quote-form .form-group .form-select {
    font-size: 16px;
    padding-block: 13px;
  }

  .quote-form .budget-label {
    font-size: 16px;
  }

  .quote-form .budget-note {
    font-size: 13px;
  }

  .quote-form .submit-button,
  .quote-form .submit-button:hover {
    font-size: 19px;
    padding: 12px 16px;
  }

  .quote-form .button-div {
    right: 14px;
    top: 14px;
  }
}

.quote-form .button-div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
      position: absolute;
    right: 5%;
    top: 2%;
}

.quote-form .button-div button:hover {
  background-color: none !important;
  border-color: none !important;
}

.quote-form .button-div .btn-close:focus,
.quote-form .button-div .btn-close:active,
.quote-form .button-div .btn-close:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.quote-form .submit-button {
  background: #f7931e;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: auto;
  font-size: 28px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 10px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background: #FF6302 !important;
    border: none !important;
}

.quote-form .submit-button:hover {
  background: #f7931e;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: auto;
}

/*-------------------------------------------------------------*/
.navbar .sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: #F3EDDF;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
}

.navbar .sideMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 60px;
  margin-top: 25px;
}

.navbar #contentArea {
  transition: margin-left 0.5s;
  padding: 0;
}

.navbar .sideMenu ul li a {
  font-size: 20px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.sideMenu .nav-by p {
  font-size: 13px !important;
  margin-bottom: 0;
  text-align: center;
}

.sideMenu .nav-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 15px;
}

.sideMenu .nav-social a {
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sidebar-social {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.side-menu-logo {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 5px;
}

/*-------------------------------------------------------------*/




.navbar-top {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.fixed-top {
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: 0.3s ease-in-out !important;
}

.navbar-active {
  background: #ffffff !important;
  top: 0px !important;
  transition: 0.3s ease-in-out !important;
}

body.home-page .navbar-active {
  background: #ffffff !important;
}

.navbar-brand {
  width: 100px;
  height: auto;
  display: block;
  object-fit: contain;
}

.navbar #contentArea img {
  width: 36px;
  height: auto;
  filter: none !important;
}

.nav-link {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 9px 8px !important;
  color: #111111 !important;
  text-transform: uppercase;
}

.navbar-nav {
  background: #fff;
  padding: 4px 7px;
  border-radius: 30px;
  padding-left: 7px !important;
}

.nav-contact a {
  background: #f7931e;
  border-radius: 30px;
  color: #fff;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sideMenu ul li a,
.footer-add h6,
.footer-add ul li a,
.footer-connects-title {
  text-transform: uppercase;
}

.footer-add a[href^="mailto:"],
.contact-section .add-main-div a[href^="mailto:"] {
  text-transform: lowercase !important;
}

.footer-social-list a,
.footer-social-list a span {
  text-transform: none !important;
}

@media (max-width: 767px) {
  body {
    font-size: 16px !important;
  }

  p {
    font-size: 16px;
    line-height: 1.75;
  }

  .container {
    padding-inline: 16px;
  }

  .navbar .sideMenu {
    z-index: 1060;
  }

  .navbar .sideMenu ul {
    line-height: 1.4;
    margin-top: 16px;
  }

  .navbar .sideMenu ul li a {
    font-size: 16px;
    padding: 12px 0;
  }

  .navbar-brand {
    width: 86px;
  }

  .banner-section {
    min-height: 100svh;
    padding: 96px 0 48px;
  }

  .banner-section .container {
    position: static;
    transform: none;
    padding-top: 12px;
  }

  .banner-head-div {
    align-items: flex-start;
    text-align: left;
    padding: 0 2px;
    gap: 10px;
  }

  .banner-head-div h1 {
    font-size: clamp(2rem, 7vw, 2.8rem);
    line-height: 1.08;
    max-width: 100%;
  }

  .banner-head-div p {
    font-size: 1rem;
    text-align: left;
  }

  .banner-head-div a {
    font-size: 0.95rem;
    padding: 10px 16px;
  }
}

@media (max-width: 575px) {
  .banner-head-div h1 {
    font-size: 1.9rem;
  }

  .banner-head-div p {
    font-size: 0.95rem;
  }

  .navbar .sideMenu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar.navbar-top.d-none.d-xl-block {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    padding-block: 0;
    height: auto;
    min-height: var(--desktop-header-height);
  }

  .navbar.navbar-top.d-none.d-xl-block .container {
    width: 100%;
    max-width: none;
    padding-inline: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: var(--desktop-header-height);
  }

  .navbar.navbar-top.d-none.d-xl-block .navbar-brand {
    width: clamp(128px, 11vw, 165px);
    max-height: 64px;
    object-fit: contain;
    filter: contrast(1.08);
  }

  .navbar.navbar-top.d-none.d-xl-block .navbar-collapse {
    flex-grow: 1 !important;
    justify-content: center !important;
    min-width: 0;
  }

  .navbar.navbar-top.d-none.d-xl-block .navbar-nav {
    background: transparent;
    border-radius: 0;
    padding: 0 !important;
    gap: clamp(6px, 0.75vw, 16px) !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-width: 0;
    flex-wrap: nowrap;
  }

  .navbar.navbar-top.d-none.d-xl-block .nav-link {
    color: #111111 !important;
    font-size: clamp(11px, 0.78vw, 14px) !important;
    font-weight: 500 !important;
    padding: 8px 1px !important;
    white-space: nowrap;
    letter-spacing: 0;
    border-top: 3px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
    display: inline-flex;
    align-items: center;
  }

  .navbar.navbar-top.d-none.d-xl-block .nav-item:first-child .nav-link {
    color: #111111 !important;
    padding-top: 10px !important;
  }

  .navbar.navbar-top.d-none.d-xl-block .nav-link:hover,
  .navbar.navbar-top.d-none.d-xl-block .nav-link:focus-visible {
    border-top-color: var(--color-primary);
    color: var(--color-primary) !important;
  }

  .navbar.navbar-top.d-none.d-xl-block .nav-contact a {
    background: #f7931e;
    color: #ffffff;
    border-radius: 999px;
    padding: 9px clamp(10px, 1vw, 16px);
    font-size: clamp(11px, 0.78vw, 13px);
    font-weight: 500;
    white-space: nowrap;
  }

  .navbar.navbar-top.d-none.d-xl-block .nav-contact {
    margin-left: 0;
    padding-left: clamp(4px, 0.7vw, 10px);
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1199.98px) {
  .navbar.navbar-top.d-block.d-xl-none {
    min-height: 86px;
  }

  .navbar.navbar-top.d-block.d-xl-none .container {
    min-height: 70px;
  }
}

.footer-section {
  background: #000000 !important;
}

.footer-head h1 {
  font-size: 24px !important;
  line-height: 1.15 !important;
  margin-bottom: 12px;
}

.footer-add h6 {
  font-size: 14px !important;
}

.footer-add h6.footer-connects-title {
  color: var(--color-primary) !important;
}

.footer-add ul li,
.footer-add ul li a {
  font-size: 13px !important;
}

.footer-social-list li a,
.footer-social-list li a span {
  font-size: 13px !important;
  text-transform: none !important;
}

.footer-social-list li a i {
  font-size: 15px !important;
}

.footer-by p {
  font-size: 12px !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 990px) {
  .footer-head h1 {
    font-size: 20px !important;
  }
}

/* Cover art gallery: match the flyer page image display. */
.cover-page .merch-gallery-section {
  background: #ffffff;
  padding: 18px 18px 80px;
}

.cover-page .merch-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cover-page .merch-gallery-card {
  background: #ffffff;
}

.cover-page .merch-gallery-card img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #ffffff;
  padding: 0;
  display: block;
}

@media only screen and (max-width: 990px) {
  .cover-page .merch-gallery-section {
    padding: 12px 12px 84px;
  }

  .cover-page .merch-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 1199.98px) {
  .navbar.navbar-top.d-block.d-xl-none {
    min-height: 72px;
    padding: 8px 14px !important;
    display: block !important;
  }

  .navbar.navbar-top.d-block.d-xl-none .container {
    width: 100%;
    max-width: none;
    min-height: 56px;
    padding-inline: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .navbar.navbar-top.d-block.d-xl-none .navbar-brand {
    width: clamp(96px, 28vw, 128px);
    max-height: 56px;
    object-fit: contain;
  }

  .navbar.navbar-top.d-block.d-xl-none #contentArea {
    flex-shrink: 0;
  }

  .navbar.navbar-top.d-block.d-xl-none #contentArea img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}



.banner-section {
  width: 100%;
  min-height: calc(100vh - var(--desktop-header-height));
  margin-top: var(--desktop-header-height);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - var(--desktop-header-height));
  display: block;
  object-fit: contain;
  object-position: center bottom;
  filter: brightness(1);
  position: relative;
}

.banner-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 1199.98px) {
  body.about-page .about-section {
    padding-top: 90px;
  }
  .banner-section {
    min-height: 100vh;
    margin-top: 0;
  }

  .banner-img {
    max-height: 100vh;
  }
}

.banner-head-div {
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner-head-div h1 {
  color: #fff;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 65px;
}

.banner-head-div p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.banner-video-title {
  font-weight: 700 !important;
  text-transform: uppercase;
}

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

.banner-head-div a {
  background: #f7931e;
  color: #fff;
  padding: 7px 14px;
  width: fit-content;
  font-size: 16px;
}

.banner-head-div .hero-internal-links {
  max-width: 1100px;
  line-height: 1.8;
}

.banner-head-div .hero-internal-links a {
  background: transparent;
  color: #fff !important;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline !important;
}

.banner-head-div a img {
  width: 18px;
  margin-left: 5px;
}

.banner-right {
  background: #db1630;
  padding: 25px;
  height: 490px;
  width: 83%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-right img {
  width: 17%;
  filter: brightness(0) invert(1);
}

.banner-right p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}


/*-------------------------------------------------------------*/

body.about-page .about-section {
  padding-top: calc(var(--desktop-header-height) + 24px);
}

.about-head {
  width: 85%;
}

.about-title-image {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-top: 28px;
  border-radius: 16px;
  object-fit: cover;
}

.about-para {
  width: 70%;
  margin-left: auto;
}

.about-para p {
  font-size: 21px;
}

.about-para p + p {
  margin-top: 16px;
}


.about-para a {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #db1630;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}

.mission-vision-div {
  display: flex;
  margin-top: 60px;
}

.mission-vision-div .mission {
  width: 50%;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  height: 100%;
}

.mission-vision-div .vision {
  width: 50%;
  padding: 20px;
  border: 1px solid #e6e6e6;
  height: 100%;
}

.mission-vision-div .sup-div h2 {
  color: #db1630;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 44px;
}

.mission-vision-div .sup-div img {
  width: 100px;
}

.mission-vision-icon {
  width: 74px !important;
  height: 74px;
  object-fit: contain;
}

.mission-vision-div .sup-div {
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mission-vision-div .sup-div p {
  margin-bottom: 0;
  width: 80%;
  font-size: 20px;
}

/*-------------------------------------------------------------*/
.clients-section {
  background: #fff;
}

.clients-copy .sub-head {
  width: fit-content;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #f7931e;
}

.clients-copy .sub-head img {
  width: 48px;
  height: auto;
}

.clients-copy h1 {
  width: 85%;
  color: #f7931e !important;
  line-height: 1.08;
  margin-bottom: 18px;
}

.clients-copy p {
  width: 85%;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1.8;
}

.inner-page-hero {
  padding-top: 120px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, rgba(49, 39, 131, 0.08) 0%, rgba(255, 255, 255, 1) 100%);
}

.inner-page-hero .sub-head {
  color: var(--color-secondary);
}

.inner-page-hero p {
  max-width: 760px;
  font-size: 18px;
}

.inner-page-hero .container {
  max-width: 1100px;
}

.inner-page-hero .main-head {
  max-width: 12ch;
}

.logo-wall-section {
  background: #ffffff;
  padding: 0 0 110px;
  border-bottom: 1px solid #d9d9d9;
}

.logo-wall-container {
  max-width: 1760px;
  padding-inline: 0 !important;
}

.logo-wall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px dashed rgba(0, 0, 0, 0.16);
  border-left: 1px dashed rgba(0, 0, 0, 0.16);
}

.logo-wall-card {
  min-height: 300px;
  padding: 20px;
  background: transparent;
  border-right: 1px dashed rgba(0, 0, 0, 0.16);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-wall-card img {
  width: 100%;
  max-width: 300px;
  max-height: 210px;
  object-fit: contain;
  display: block;
  filter: grayscale(1);
  opacity: 0.44;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.logo-wall-card:hover img,
.logo-wall-card:focus-within img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03);
}

/* Touch devices have no :hover, so the grayscale reveal would never trigger — show full color by default. */
@media (hover: none) {
  .logo-wall-card img {
    filter: grayscale(0);
    opacity: 1;
  }
}

/* Brand identity portfolio grid — full-bleed, full-colour images */
.brand-gallery-section {
  background: #ffffff;
  padding: 0 0 110px;
  border-bottom: 1px solid #d9d9d9;
}

.brand-gallery-container {
  max-width: 1800px;
  margin-inline: auto;
}

.brand-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.brand-gallery-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f1f1f1;
}

.brand-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.brand-gallery-card:hover img,
.brand-gallery-card:focus-within img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .brand-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .brand-gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.merch-gallery-section {
  padding-bottom: 80px;
}

.merch-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.merch-gallery-card {
  background: transparent;
  overflow: hidden;
}

.merch-gallery-card img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
  background: transparent;
}

.flyer-page .merch-gallery-card img {
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #ffffff;
  padding: 0;
}

.flyer-page .merch-gallery-card img.flyer-image-visible {
  object-fit: contain;
}

.flyer-page .merch-gallery-section {
  background: #ffffff;
  padding: 18px 18px 80px;
}

.flyer-page .merch-gallery-grid {
  gap: 22px;
}

.flyer-page .merch-gallery-card {
  background: #ffffff;
}

.flyer-page .footer-section {
  background: #000000;
}

.flyer-page .inner-page-hero .main-head {
  font-size: 24px;
}

.flyer-page .footer-head h1 {
  font-size: 24px;
  line-height: 1.15;
}

.flyer-page .footer-add h6 {
  font-size: 14px;
}

.flyer-page .footer-add h6.footer-connects-title {
  color: var(--color-primary) !important;
}

.flyer-page .footer-add ul li,
.flyer-page .footer-add ul li a {
  font-size: 13px;
}

.flyer-page .footer-social-list li a,
.flyer-page .footer-social-list li a span {
  font-size: 13px;
}

.flyer-page .footer-social-list li a i {
  font-size: 15px;
}

.flyer-page .footer-by p {
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 990px) {
  .flyer-page .merch-gallery-section {
    padding: 12px 12px 84px;
  }

  .flyer-page .merch-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .flyer-page .inner-page-hero .main-head {
    font-size: 20px;
  }

  .flyer-page .footer-head h1 {
    font-size: 20px;
  }
}

.flyer-gallery-section {
  padding-bottom: 80px;
}

.flyer-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.flyer-gallery-card {
  background: #f4f4f4;
  overflow: hidden;
  grid-column: span 2;
}

.flyer-gallery-card-fit {
  background: #ffffff;
}

/* When the last row only has 2 cards left, let them fill the row evenly. */
.flyer-gallery-card:nth-last-child(2):nth-child(3n + 1),
.flyer-gallery-card:last-child:nth-child(3n + 2) {
  grid-column: span 3;
}

.flyer-gallery-card img {
  width: 100%;
  height: 620px;
  object-fit: contain;
  background: #ffffff;
  padding: 6px;
  display: block;
}

.flyer-gallery-card img.flyer-gallery-image-fit {
  object-fit: contain;
  background: #ffffff;
  padding: 8px;
}

.flyer-gallery-card img.flyer-gallery-image-full {
  object-fit: contain;
  background: #f4f4f4;
}

.mkid-lightbox-open {
  overflow: hidden;
}

.mkid-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(8, 12, 24, 0.9);
  display: none;
}

.mkid-lightbox.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mkid-lightbox-stage {
  width: auto;
  height: auto;
  max-width: min(92vw, 1200px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.mkid-lightbox-image {
  max-width: min(92vw, 1200px);
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.mkid-lightbox-close,
.mkid-lightbox-nav {
  border: none;
  color: #fff;
  cursor: pointer;
  background: transparent;
  line-height: 1;
  z-index: 3;
}

.mkid-lightbox-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 52px;
}

.mkid-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  height: 62px;
  font-size: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
}

.mkid-lightbox-prev {
  left: max(14px, env(safe-area-inset-left));
}

.mkid-lightbox-next {
  right: max(14px, env(safe-area-inset-right));
}

@media (max-width: 767px) {
  .mkid-lightbox-stage {
    max-width: 92vw;
    max-height: 84vh;
  }

  .mkid-lightbox-image {
    max-width: 92vw;
    max-height: 84vh;
  }

  .mkid-lightbox-close {
    top: 10px;
    right: 12px;
    font-size: 42px;
  }

  .mkid-lightbox-nav {
    width: 48px;
    height: 48px;
    font-size: 34px;
  }

  .mkid-lightbox-prev {
    left: max(8px, env(safe-area-inset-left));
  }

  .mkid-lightbox-next {
    right: max(8px, env(safe-area-inset-right));
  }
}

.mkid-chat-launcher {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  flex-direction: row-reverse;
}

.mkid-chat-launcher img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.mkid-chat-launcher .chat-bubble {
  background: #ffffff;
  color: #000000;
  padding: 12px 16px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  max-width: 210px;
}

.mkid-chat-widget {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: calc(max(24px, env(safe-area-inset-bottom)) + 76px);
  width: 340px;
  max-width: calc(100vw - 32px);
  max-height: min(560px, calc(100dvh - 120px));
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  z-index: 1201;
  display: none;
  flex-direction: column;
}

.mkid-chat-widget.open {
  display: flex;
}

.mkid-header {
  background: var(--color-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
}

.mkid-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mkid-title .logo img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffff;
}

.mkid-title h4,
.mkid-title small,
.mkid-body .greeting,
.mkid-body .status {
  color: inherit;
  margin: 0;
}

.mkid-title small {
  color: rgba(255, 255, 255, 0.8);
}

.mkid-header .close-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

.mkid-body {
  padding: 18px;
}

.mkid-chat-widget > .mkid-body {
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mkid-body .greeting {
  color: #111111;
  margin-bottom: 14px;
}

.mkid-body .chat-option {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 99, 2, 0.08);
  color: #111111;
  font-weight: 600;
  border: 1px solid rgba(255, 99, 2, 0.14);
}

.mkid-body .chat-option:hover {
  background: rgba(255, 99, 2, 0.14);
}

.mkid-body .status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #111111;
  font-size: 14px;
}

.mkid-body .status .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1fc16b;
}

@media (max-width: 767px) {
  .mkid-chat-launcher {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .mkid-chat-launcher img {
    width: 56px;
    height: 56px;
  }

  .mkid-chat-launcher .chat-bubble {
    display: none;
  }

  .mkid-chat-widget {
    left: 12px;
    right: 12px;
    bottom: calc(max(12px, env(safe-area-inset-bottom)) + 68px);
    width: auto;
    max-width: none;
    max-height: calc(100dvh - 92px);
    border-radius: 18px;
  }

  .mkid-header {
    padding: 16px;
  }

  .mkid-title {
    gap: 10px;
  }

  .mkid-title .logo img {
    width: 40px;
    height: 40px;
  }

  .mkid-title h4 {
    font-size: 16px;
  }

  .mkid-title small,
  .mkid-body .greeting,
  .mkid-body .status,
  .mkid-body .chat-option {
    font-size: 14px;
  }

  .mkid-body {
    padding: 16px;
  }

  .mkid-body .chat-option {
    padding: 13px 14px;
  }
}

@media (max-width: 420px) {
  .mkid-chat-widget {
    left: 8px;
    right: 8px;
    bottom: calc(max(8px, env(safe-area-inset-bottom)) + 64px);
    max-height: calc(100dvh - 80px);
    border-radius: 16px;
  }

  .mkid-header,
  .mkid-body {
    padding: 14px;
  }

  .mkid-header .close-btn {
    font-size: 24px;
  }
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.client-logo-card {
  min-height: 185px;
  padding: 14px;
  background: #fcfcfc;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo-card img {
  max-width: 92%;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.client-logo-card:nth-child(10) img,
.client-logo-card:nth-child(11) img,
.client-logo-card:nth-child(12) img {
  max-width: 100%;
  max-height: 170px;
}

.client-logo-card:nth-child(4) img,
.client-logo-card:nth-child(9) img {
  max-width: 100%;
  max-height: 170px;
}

/*-------------------------------------------------------------*/
.service-section {
  background: var(--color-white);
  position: relative;
}

.service-section .container {
  max-width: 1680px !important;
}

.service-head span {
  color: var(--color-secondary);
  font-size: 18px;
  width: fit-content;
  margin-inline: auto;
}

.service-head span img {
  filter: none;
}

.service-head {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}

.service-head h1 {
  color: #f7931e !important;
  width: 100%;
  line-height: 1.08;
  max-width: 14ch;
  margin-inline: auto;
  margin-bottom: 10px;
}

.service-head p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1.8;
}

.service-category-para {
  margin-top: 20px;
  margin-bottom: 30px;
}

.service-category-para p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}

.service-category-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: white;
  height: 400px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.service-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.service-category-card:hover img {
  transform: scale(1.05);
}

.service-category-card .head {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  transition: all 0.3s ease;
}

.service-category-card .head h5 {
  color: white;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  letter-spacing: 0.5px;
}

.service-category-card .head span {
  background: #ff8c00;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
}

.service-category-card:hover .head span {
  background: #fff;
  color: #ff8c00;
}

.service-category-card .head span i {
  color: inherit;
}

a {
  text-decoration: none !important;
}

.service-bg {
  display: none;
}

.service-card-div .row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 28px;
}

.service-card-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid rgba(16, 18, 23, 0.1);
  box-shadow: 0 8px 24px rgba(16, 18, 23, 0.12);
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(16, 18, 23, 0.18);
}

.service-card-image {
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
  background: #ffffff;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.service-card-item:hover .service-card-image img {
  transform: scale(1.04);
}

.service-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 12px 18px 14px;
  background: var(--color-white);
}

.service-card-footer h3 {
  margin: 0;
  color: #0d1117;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.service-card-btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7931e;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.service-card-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(1px);
  color: #fff !important;
}

.service-card-item:hover .service-card-btn {
  transform: translateX(3px);
  background: #ff6302;
}


/*-------------------------------------------------------------*/




.phases-section {
  position: relative;
}

.phases-head h1 {
  width: 65%;
}

.phases-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
}

.phases-card {
  position: relative;
  min-height: 220px;
  height: auto;
  padding-right: 15px;
}

.pb-7 {
  padding-bottom: 70px;
}

.phases-card h4 {
  font-size: 28px;
  font-weight: 600;
}

.phases-card p {
  font-size: 21px;
  line-height: 1.65;
}

.phases-card .round {
    width: 35px;
    height: 35px;
    background: #f7931e;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.phases-card img {
  width: 90%;
  position: absolute;
  top: 10px;
  right: 0;
}

/*-------------------------------------------------------------*/
.project-section {
  background: #fafafa;
}

.projuct-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.projuct-div {
  margin-left: 195px;
}

.projuct-card-head {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.projuct-card-head a {
  width: 35px;
  height: 35px;
  background: #f7931e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projuct-card-head h5 {
  margin-bottom: 0;
}

.projuct-card-head a i {
  color: #fff;
}

.projuct-para {
  height: 100%;
  display: flex;
  align-items: center;
  width: 70%;
  margin-left: auto;
}

.projuct-para p {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 300;
}


.projuct-slick .slick-list {
  padding-left: 0px !important;
  padding-right: 250px !important;
}

.projuct-slick .slick-track {
  transform: translateX(-50px);
}

/*-------------------------------------------------------------*/

.testi-card {
  display: flex;
  border: 1px solid #ededed;
}

.testi-card .img {
  width: 80%;
  height: 260px;
}

.testi-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.testi-card .para {
  padding: 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.testi-card .para p {
  font-size: 17px;
}

.testi-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  justify-content: end;

}

.testi-arrow button {
  background: #f7931e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.testi-arrow button img {
  width: 15px;
}

/*-------------------------------------------------------------*/

.contact-section {
  background: #fafafa;
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
}

.about-head,
.clients-copy,
.service-head,
.phases-head,
.contact-head {
  margin-bottom: 8px;
}

.contact-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
  pointer-events: none;
}

.contact-form {
  position: relative;
  z-index: 2;
}

.contact-form .form-group .form-control {
  padding-block: 22px;
  font-size: 21px;
  width: 100%;
  min-height: 68px;
  border: 1px solid rgba(49, 39, 131, 0.18);
  border-radius: 14px;
  background: #ffffff;
  padding-inline: 16px;
  box-shadow: 0 8px 24px rgba(49, 39, 131, 0.06);
}

.contact-form .form-group .form-select {
  padding-block: 18px;
  font-size: 21px;
  width: 100%;
  min-height: 68px;
  border: 1px solid rgba(49, 39, 131, 0.18);
  border-radius: 14px;
  background: #ffffff;
  padding-inline: 16px;
  box-shadow: 0 8px 24px rgba(49, 39, 131, 0.06);
}

.contact-form .form-group textarea {
  height: 150px;
}


.contact-form .form-group {
  margin-top: 18px;
}

.contact-form .budget-group {
  background: transparent;
  border: 1px solid rgba(49, 39, 131, 0.18);
  border-radius: 16px;
  padding: 18px 16px 14px;
}

.contact-form .budget-label {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #111111;
  font-family: inherit;
}

.contact-form .budget-label span {
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.contact-form .budget-custom-input {
  display: none;
  margin-top: 14px;
}

.contact-form .budget-custom-input.is-visible {
  display: block;
}

.contact-form .budget-note {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.5;
  color: #111111;
}

.contact-form .form-status {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.4;
}

.contact-form .form-status.is-success {
  color: #137333;
}

.contact-form .form-status.is-error {
  color: #b00020;
}

.contact-form .form-control::placeholder,
.contact-form .form-select {
  color: rgba(0, 0, 0, 0.7);
}

.contact-form .intl-tel-input {
  display: block;
  width: 100% !important;
}

.contact-form .intl-tel-input .form-control.phone {
  width: 100% !important;
  height: auto !important;
  min-height: 68px !important;
  padding-left: 115px !important;
}

.contact-form .intl-tel-input.separate-dial-code .selected-flag {
  background: #f3f3f3;
  border-right: 1px solid rgba(49, 39, 131, 0.12);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.contact-form .intl-tel-input .selected-dial-code {
  font-size: 20px;
  color: #333;
}

.contact-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7931e;
  border: none;
  gap: 15px;
  font-size: 22px;
}

.contact-form .submit-form-btn,
.contact-form .submit-form-btn:hover,
.contact-form .submit-form-btn:focus,
.contact-form .submit-form-btn:active {
  background: #ff9f1a !important;
  border-color: #ff9f1a !important;
  color: #ffffff !important;
  opacity: 1 !important;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: none;
}

.contact-form .submit-form-btn i,
.contact-form .submit-form-btn span {
  color: #ffffff !important;
}

.contact-add-div {
  background: #f7931e;
  padding: 20px;
  margin-top: 15px;
}

.contact-section .add-main-div h6 {
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #ffffff57;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 24px;
}

.contact-section .add-main-div h6 i {
  color: #fff;
}

.contact-section .add-main-div a {
  color: #fff;
  font-size: 21px;
}

.contact-section .add-main-div p {
  color: #fff;
  font-size: 21px;
}

.contact-section .add-main-div .social {
  display: flex;
  gap: 10px;
}

.contact-section .add-main-div .social a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
      border-radius: 50%;
}

.contact-section .add-main-div .social a i {
  color: #db1630;
      line-height: 0;
}

/*-------------------------------------------------------------*/
.faq-section {
  background: #ffffff;
  padding: 64px 0 52px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, 0.75fr);
  gap: 88px;
  align-items: start;
}

.faq-main {
  min-width: 0;
  margin-left: -14px;
}

.faq-head {
  margin-bottom: 24px;
}

.faq-head h2 {
  margin: 0;
  color: #080808;
  font-family: "Montserrat", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.faq-head h2 span {
  display: inline;
}

.faq-head .faq-head-highlight {
  color: #f7b10a;
}

.faq-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding-left: 10px;
}

.faq-aside-copy {
  margin: 0;
  max-width: 500px;
  font-size: 18px;
  line-height: 1.45;
  color: #121212;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.faq-aside-image-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.faq-aside-image-wrap img {
  width: min(100%, 360px);
  height: auto;
  object-fit: contain;
  object-position: bottom center;
}

.faq-accordion .accordion-item {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: 14px;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-button {
  background: transparent !important;
  color: #0d2f67;
  font-size: 28px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  padding: 18px 56px 18px 24px;
  box-shadow: none !important;
  border: none;
  position: relative;
  height: auto !important;
  min-height: 76px;
  display: flex;
  align-items: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #0d2f67;
}

.faq-accordion .accordion-button::after {
  content: "";
  background-image: none;
  width: 11px;
  height: 11px;
  border-right: 2px solid #1f2a3b;
  border-bottom: 2px solid #1f2a3b;
  margin: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-62%) rotate(45deg);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: translateY(-30%) rotate(-135deg);
}

.faq-accordion .accordion-body {
  padding: 0 24px 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #252525;
  max-width: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .faq-section {
    padding: 44px 0 28px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-main {
    margin-left: 0;
  }

  .faq-head {
    margin-bottom: 14px;
  }

  .faq-head h2 {
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: 0.25px;
  }

  .faq-aside {
    gap: 14px;
    align-items: center;
    padding-left: 0;
  }

  .faq-aside-copy {
    max-width: 100%;
    text-align: left;
    font-size: 17px;
  }

  .faq-aside-image-wrap {
    justify-content: center;
  }

  .faq-aside-image-wrap img {
    width: min(100%, 300px);
  }

  .faq-accordion .accordion-button {
    font-size: 22px;
    line-height: 1.42;
    padding: 16px 44px 16px 18px;
    min-height: 64px;
  }

  .faq-accordion .accordion-button::after {
    right: 18px;
  }

  .faq-accordion .accordion-body {
    font-size: 17px;
    padding: 0 18px 16px;
  }
}

/*-------------------------------------------------------------*/
.footer-section {
  background: #000;
  color: #fff;
}

.footer-head h1 {
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  margin-bottom: 12px;
}

.footer-arrow {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer-add h6 {
  color: orange;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #ffffff2e;
  padding-bottom: 10px;
}

.footer-add ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.footer-add ul li {
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.footer-add ul li a {
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  display: flex;
  gap: 12px;
      align-items: center;

}
.footer-add ul li a span{
    color: #fff;
}

.footer-add ul li i {
  color: #fff;
}

.footer-add ul li a i {
  color: #fff;
}

.footer-social {
  flex-flow: column !important;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px !important;
  margin-top: 0;
  padding-left: 0;
}

.footer-social li {
  margin-bottom: 0 !important;
}

.footer-connects-divider {
  opacity: 1;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin: 10px 0 14px;
}

.footer-social a {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  background: transparent !important;
  color: #fff !important;
  transition: opacity 0.2s ease;
}

.footer-social a:hover {
  opacity: 0.85;
  color: #fff !important;
}

.footer-social a i {
  font-size: 20px;
  background: transparent !important;
  color: #fff !important;
}

.footer-social a span {
  color: #fff !important;
  font-size: 22px;
  line-height: 1.2;
}

.footer-add h6.footer-connects-title {
  color: orange !important;
  text-align: left;
  width: auto !important;
  margin-inline: 0 !important;
  border-bottom: 0;
  padding-bottom: 0;
}

.footer-line hr {
  opacity: 1;
  color: #ffffff2e;
}

.footer-by p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {}

@media only screen and (max-width: 767px) {
.d-padding {
    padding-block: 10px;
  }

  .about-section .row,
  .clients-section .row,
  .service-section .row,
  .phases-section .row,
  .contact-section .row,
  .footer-section .row {
    row-gap: 22px;
  }

  .navbar .sideMenu {
    padding-bottom: 24px;
  }

  .navbar .sideMenu .container {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }

  .navbar .sideMenu ul {
    line-height: 1.35;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 24px;
  }

  .navbar .sideMenu ul li a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    padding-right: 0;
    gap: 12px;
  }

  .navbar .sideMenu ul li a img {
    width: 24px;
    flex-shrink: 0;
  }

  .sidebar-social {
    position: static;
    margin-top: auto;
    padding-top: 20px;
  }

  .sideMenu .nav-social {
    flex-wrap: wrap;
    gap: 12px;
  }

  .sideMenu .nav-by p {
    font-size: 12px !important;
    line-height: 1.5;
    padding-inline: 4px;
    text-wrap: balance;
  }

  .fixed-top {
    position: fixed;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .banner-head-div {
    justify-content: center;
    align-items: center;
    text-align: center;
}
  
  p {
    font-size: 19px;
    font-weight: 300;
}

  .sub-head {
    margin-bottom: 10px;
  }

  .inner-page-hero {
    padding-top: 145px;
    padding-bottom: 72px;
  }

  .contact-section {
    padding-top: 145px;
    padding-bottom: 72px;
  }

  .inner-page-hero .main-head {
    max-width: none;
  }

  .projuct-slick .slick-list {
    padding-left: 0px !important;
    padding-right: 50px !important;
  }

  .projuct-slick .slick-track {
    transform: translateX(-50px);
  }

  .container {
    padding-inline: 20px !important;
  }

  .banner-head-div h1 {
    color: #fff;
    font-family: "Futura", "Trebuchet MS", sans-serif;
    font-size: 35px;
  }
  .banner-head-div p {
    font-size: 17px;
}

.banner-head-div a {
    font-size: 16px;
}



  .banner-main-right {
    display: flex;
    justify-content: start;
    margin-top: 15px;
  }

  .banner-right {
    padding: 20px;
    height: 100%;
    width: 90%;
    gap: 15px;
  }

  .navbar-brand {
    width: 120px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .navbar.navbar-top.d-block.d-xl-none {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .navbar.navbar-top.d-block.d-xl-none .navbar-brand {
    width: clamp(96px, 28vw, 128px);
    height: auto;
    max-height: 56px;
    display: block;
    object-fit: contain;
    visibility: visible;
    opacity: 1;
  }

  .navbar.navbar-top.d-block.d-xl-none .navbar-brand img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .navbar #contentArea img {
    width: 40px;
    height: 40px;
    opacity: 1;
    filter: none !important;
    object-fit: contain;
  }

  .banner-right p {
    font-size: 14px;
  }

  .main-head {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    line-height: 1.16;
  }

  .projuct-div {
    margin-left: 20px;
  }

  .projuct-para {
    width: 100%;
  }

  .banner-section .container {
        position: absolute;
        top: 50%;
  }

  .banner-section {
    height: 72svh;
    min-height: 420px;
  }

  .banner-img {
    object-fit: cover;
    object-position: center top;
    filter: brightness(1);
  }

  .about-para {
    width: 100%;
    margin-left: auto;
  }

  body.about-page .about-section {
  padding-top: calc(var(--desktop-header-height) + 24px);
}

.about-head {
    width: 100%;
  }

  .mission-vision-div {
    display: flex;
    margin-top: 60px;
    flex-flow: column;
  }

  .mission-vision-div .sup-div {
    height: 100%;
  }

  .mission-vision-div .mission {
    width: 100%;
    padding: 20px;
  }

  .mission-vision-div .vision {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }

  .mission-vision-div .sup-div img {
    width: 60px;
  }

  .mission-vision-div .sup-div p {
    margin-bottom: 0;
    width: 100%;
    margin-top: 10px;
  }

  .clients-copy h1,
  .clients-copy p {
    width: 100%;
    text-align: left;
  }

  .clients-copy {
    margin-bottom: 14px;
  }

  .clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-top: none;
    border-left: none;
  }

  .logo-wall-container {
    padding-inline: 0 !important;
    padding-bottom: 40px;
  }

  .logo-wall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logo-wall-card {
    min-height: 240px;
    padding: 8px;
  }

  .logo-wall-card img {
    max-width: 230px;
    max-height: 180px;
  }

  .client-logo-card {
    min-height: 205px;
    padding: 24px 18px;
    border: 1px solid #e8e8e8;
  }

  .client-logo-card img {
    max-height: 115px;
    max-width: 100%;
  }

  .client-logo-card:nth-child(10) img,
  .client-logo-card:nth-child(11) img,
  .client-logo-card:nth-child(12) img {
    max-height: 145px;
  }

  .merch-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .footer-head h1 {
    margin-bottom: 16px;
  }

  .faq-section {
    padding: 36px 0 20px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-head {
    margin-bottom: 16px;
  }

  .faq-head h2 {
    font-size: 34px;
    letter-spacing: 0.3px;
    line-height: 1.15;
  }

  .faq-head h2 span {
    display: block;
  }

  .faq-aside {
    gap: 14px;
    padding-left: 0;
  }

  .faq-aside-copy {
    max-width: none;
    font-size: 16px;
    line-height: 1.55;
  }

  .faq-aside-image-wrap {
    justify-content: center;
  }

  .faq-aside-image-wrap img {
    width: min(100%, 240px);
  }

  .faq-accordion .accordion-button {
    font-size: 20px;
    line-height: 1.45;
    padding: 16px 42px 16px 16px;
    display: flex;
    white-space: normal;
    word-break: break-word;
    min-height: 58px;
  }

  .faq-accordion .accordion-button::after {
    width: 10px;
    height: 10px;
    right: 16px;
  }

  .faq-accordion .accordion-item {
    margin-bottom: 10px;
  }

  .faq-accordion .accordion-body {
    font-size: 16px;
    padding: 0 16px 16px;
    line-height: 1.6;
  }

  .logo-wall-section,
  .flyer-gallery-section,
  .merch-gallery-section {
    padding-bottom: 84px;
  }

  .merch-gallery-card img {
    height: 320px;
  }

  .flyer-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .flyer-gallery-card,
  .flyer-gallery-card:nth-last-child(2):nth-child(3n + 1),
  .flyer-gallery-card:last-child:nth-child(3n + 2) {
    grid-column: span 1;
  }

  .flyer-gallery-card img {
    height: 320px;
  }

  .service-head h1 {
    color: #f7931e !important;
    width: 100%;
  }

  .card-star-div img {
    width: 15px;
  }

  .service-card-div .card-star-div h1 {
    font-weight: 500;
    font-size: 22px;
  }

  .service-card-div .card-header i {
    font-size: 18px;
    margin-right: 0px;
  }

  .phases-head h1 {
    width: 100%;
  }

  .footer-add {
    text-align: center;
            padding-inline: 30px;
  }
  
  .footer-link{
          flex-flow: wrap !important;
    gap: 30px 20px !important;
    justify-content: center;
    line-height: 0;
    margin-top: 20px !important;
  }
  .footer-add ul li a span {
    color: #fff;
    display: none;
}

  .footer-social-list {
    flex-flow: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 10px !important;
    line-height: 1.2;
    margin-top: 0 !important;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto !important;
  }

  .footer-social-list li a i {
    width: 20px;
    text-align: center;
  }

  .footer-social-list a span {
    display: inline !important;
    font-size: 17px;
    line-height: 1.2;
  }

  .footer-add h6.footer-connects-title {
    text-align: center;
    width: 80% !important;
    margin-inline: auto !important;
  }

  .footer-add ul {
    align-items: center;
    gap: 4px;
  }

  .footer-section .row > [class*="col-"].mt-5 {
    margin-top: 22px !important;
  }

  .footer-add ul li {
    margin-bottom: 0;
  }

  .footer-add h6 {
    width: 80%;
    margin-inline: auto;
  }

  .footer-by p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
  }

  .footer-head h1 {
    color: #fff;
    text-align: center;
  }

  .footer-arrow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-add-div {
    margin-top: 20px;
  }

  .contact-bg {
    display: none;
  }

  .contact-form .form-group .form-control,
  .contact-form .form-group .form-select,
  .contact-form .form-group textarea {
    font-size: 18px;
    min-height: 54px;
  }

  .contact-form .form-group textarea {
    height: 140px;
  }

  .contact-form .form-control.phone,
  .contact-form .intl-tel-input .form-control.phone {
    /* Keep room for the separate dial code so the number doesn't overlap it */
    padding-left: 98px !important;
    min-height: 60px !important;
  }

  .contact-form .intl-tel-input .selected-dial-code {
    font-size: 17px;
  }

  .contact-form .budget-label {
    font-size: 19px;
  }

  .contact-form .budget-label span {
    font-size: 15px;
  }

  .contact-form .budget-note {
    font-size: 15px;
  }

  .contact-add-div {
    padding: 24px;
  }

  .contact-add-div .add-main-div {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }

  .contact-section .add-main-div h6 {
    font-size: 20px;
    line-height: 1.3;
    flex-wrap: wrap;
    gap: 8px;
  }

  .contact-section .add-main-div h6 i {
    flex-shrink: 0;
  }

  .contact-section .add-main-div a,
  .contact-section .add-main-div p {
    font-size: 18px;
    line-height: 1.4;
  }

  .contact-section .add-main-div .social {
    flex-wrap: wrap;
    gap: 10px;
  }

  .contact-section .add-main-div .social a {
    width: 40px;
    height: 40px;
  }

  .contact-form .submit-form-btn {
    width: 100%;
  }

  .contact-form button {
    margin-top: 0 !important;
  }

  .testi-card .para p {
    font-size: 14px;
  }

  .testi-card .name h5 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .testi-card .name small {
    font-size: 12px;
  }

  .testi-card {
    flex-flow: column;
  }

  .testi-card .img {
    width: 100%;
  }

  .about-para p {
    font-size: 15px;
    text-align: center;
  }

  .projuct-para p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
  }

  .phases-card img {
    position: relative;
    top: 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
  }

  .testi-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    justify-content: center;
  }

  .projuct-head-span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-head {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-flow: column;
    font-size: 15px;
  }

  .about-para a {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db1630;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-inline: auto;
  }

  .phases-card {
    position: relative;
    height: 100%;
    text-align: center;
    padding: 0;
  }

  .phases-card .round {
    display: none;
  }

  .pb-7 {
    padding-bottom: 0px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 990px) {
  .about-para {
    width: 100%;
    margin-left: auto;
  }

  .projuct-div {
    margin-left: 37px;
  }
  .banner-head-div h1 {
    color: #fff;
    font-family: "Futura", "Trebuchet MS", sans-serif;
    font-size: 45px;
}

  .phases-head h1 {
    width: 100%;
  }

  .phases-card img {
    width: auto;
    position: relative;
    top: 6px;
    right: 0;
    height: 110px;
  }

  .phases-card {
    position: relative;
    height: 100%;
    text-align: center;
  }

  .phases-card img {
    position: relative;
    top: 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    height: 136px;
  }

  .phases-card .round {
    display: none;
  }

  .projuct-para {
    width: 100%;
  }

  .clients-copy h1,
  .clients-copy p {
    width: 100%;
  }

  .logo-wall-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .logo-wall-card {
    min-height: 240px;
    padding: 18px;
  }

  .logo-wall-card img {
    max-width: 220px;
    max-height: 170px;
  }

  .client-logo-card {
    min-height: 145px;
  }

  .merch-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .merch-gallery-card img {
    height: 420px;
  }

  .flyer-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flyer-gallery-card,
  .flyer-gallery-card:nth-last-child(2):nth-child(3n + 1),
  .flyer-gallery-card:last-child:nth-child(3n + 2) {
    grid-column: span 1;
  }

  .flyer-gallery-card img {
    height: 420px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .banner-head-div h1 {
    font-size: 45px;
  }

  .projuct-div {
    margin-left: 50px;
  }
  .service-card-div .card-star-div h1 {
    font-weight: 600;
    font-size: 30px;
}
.phases-card p{
    font-size: 19px;
}

  .banner-right p {
    font-size: 15px;
  }

  .banner-right {
    background: #db1630;
    padding: 20px;
    height: 370px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .main-head {
    font-weight: 600;
    font-size: 35px;
  }

  body.about-page .about-section {
  padding-top: calc(var(--desktop-header-height) + 24px);
}

.about-head {
    width: 100%;
  }

  .about-para p {
    font-size: 16px;
  }

  .mission-vision-div .sup-div img {
    width: 80px;
  }

  .mission-vision-div .sup-div {
    height: 350px;
  }

  .service-head h1 {
    width: 60%;
  }

  .projuct-para p {
    font-size: 16px;
  }
}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .projuct-div {
    margin-left: 135px;
  }

  .banner-head-div h1 {
    font-size: 48px;
  }

  .banner-right p {
    font-size: 16px;
  }

  .banner-right {
    padding: 20px;
    height: 430px;
    width: 90%;
  }

  .banner-head-div a {
    font-size: 15px;
  }

  .main-head {
    font-size: 37px;
  }

  body.about-page .about-section {
  padding-top: calc(var(--desktop-header-height) + 24px);
}

.about-head {
    width: 100%;
  }

  .about-para p {
    font-size: 17px;
  }

  .mission-vision-div .sup-div img {
    width: 85px;
  }

  .mission-vision-div .sup-div {
    height: 360px;
  }

  .service-head h1 {
    color: #f7931e !important;
    width: 60%;
  }

  .testi-card .para p {
    font-size: 15px;
  }

  .testi-card .img {
    width: 50rem;
    height: 210px;
  }

  .projuct-card img {
    height: 300px;
  }

}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {

  .projuct-div {
    margin-left: 90px;
  }

  .banner-head-div h1 {
    font-size: 50px;
  }

  .banner-right {
    height: 350px;
    width: 83%;
  }

  .main-head {
    font-weight: 600;
    font-size: 38px;
  }

  .banner-right p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }

  .mission-vision-div .sup-div img {
    width: 90px;
  }

  .mission-vision-div .sup-div {
    height: 350px;
  }

  .testi-card .img {
    width: 50rem;
    height: 260px;
  }

  .testi-card .para p {
    font-size: 15px;
  }

  .projuct-card img {
    height: 370px;
  }

  .service-head h1 {
    color: #f7931e !important;
    width: 60%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .projuct-div {
    margin-left: 75px;
  }

  .banner-head-div h1 {
    color: #fff;
    font-family: "Futura", "Trebuchet MS", sans-serif;
    font-size: 55px;
  }

  .projuct-card img {
    height: 370px;
  }

  .main-head {
    font-weight: 600;
    font-size: 38px;
  }

  .testi-card .img {
    width: 50rem;
    height: 260px;
  }

  .testi-card .para p {
    font-size: 15px;
  }

  .mission-vision-div .sup-div {
    height: 350px;
  }
}

@media (min-width: 1801px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1540px !important;
  }
}

.website-quick-links a,
.quote-form .submit-button,
.quote-form .submit-button:hover,
.nav-contact a,
.banner-head-div a,
.banner-right,
.about-para a,
.phases-card .round,
.projuct-card-head a,
.testi-arrow button,
.contact-form button,
.contact-add-div,
.sideMenu .nav-social a:hover {
  background: var(--color-primary) !important;
}

.clients-copy .sub-head,
.clients-copy h1,
.service-head h1,
.main-head,
.text-theme,
.mission-vision-div .sup-div h2,
.footer-section h6,
.footer-section a:hover,
.footer-section .sub-head,
.footer-by p a,
.contact-section .text-theme {
  color: var(--color-primary) !important;
}

.clients-section .sub-head,
.banner-section .sub-head,
.about-section .sub-head,
.service-section .sub-head,
.phases-section .sub-head,
.contact-section .sub-head {
  color: var(--color-secondary);
}

.service-section {
  background-color: var(--color-white);
}

.footer-section {
  background-color: var(--color-black) !important;
}

.navbar .sideMenu,
.mission-vision-div .mission,
.contact-section,
.client-logo-card {
  background-color: var(--color-white);
}

.clients-section {
  background-color: var(--color-white);
}

.navbar .sideMenu ul li a,
.sideMenu .nav-social a,
.quote-form .button-div,
.quote-form .button-div button {
  color: var(--color-black);
}

.footer-section,
.footer-section p,
.footer-section li,
.footer-section a,
.footer-section h1,
.footer-section h6 {
  color: var(--color-white);
}

.footer-section strong,
.footer-section .footer-by strong {
  color: var(--color-white) !important;
}

.footer-section i,
.footer-section a i,
.footer-section .footer-add ul li a i,
.footer-section .footer-add ul li i {
  color: var(--color-white) !important;
  background: transparent !important;
}

.navbar.navbar-top {
  overflow: visible !important;
}

.navbar.navbar-top .navbar-brand {
  flex-shrink: 0;
  width: auto !important;
  height: 84px !important;
  max-height: 84px !important;
  object-fit: contain !important;
}

.navbar.navbar-top .nav-contact a {
  background: #f7931e !important;
  color: #ffffff !important;
}

@media (min-width: 1200px) {
  .navbar.navbar-top.d-none.d-xl-block .navbar-brand {
    width: auto !important;
    height: 108px !important;
    max-height: 108px !important;
    object-fit: contain !important;
  }

  .navbar.navbar-top.d-none.d-xl-block .navbar-nav {
    overflow: visible;
  }

  .navbar.navbar-top.d-none.d-xl-block .nav-link,
  .navbar.navbar-top.d-none.d-xl-block .nav-contact a {
    font-size: clamp(13px, 0.95vw, 16px) !important;
    font-weight: 800 !important;
    line-height: 1.15;
  }
}

.navbar.navbar-top.d-none.d-xl-block .nav-link.active,
.navbar.navbar-top.d-none.d-xl-block .nav-link[aria-current="page"] {
  border-top-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
}

/* Final shared footer styling: keep every page aligned with the flyer footer. */
.footer-section {
  background: #000000 !important;
}

.footer-head h1 {
  font-size: 28px !important;
  line-height: 1.15 !important;
  margin-bottom: 12px !important;
}

.footer-add h6 {
  font-size: 16px !important;
}

.footer-add h6.footer-connects-title {
  color: var(--color-primary) !important;
}

.footer-add ul li,
.footer-add ul li a {
  font-size: 15px !important;
}

.footer-social-list li a,
.footer-social-list li a span {
  font-size: 13px !important;
  text-transform: none !important;
}

.footer-social-list li a i {
  font-size: 15px !important;
}

.footer-by p {
  font-size: 14px !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 990px) {
  .footer-head h1 {
    font-size: 22px !important;
  }
}

/* About page type refresh: restore readable sizing across the full page. */
body.about-page {
  font-size: 20px !important;
}

body.about-page p,
body.about-page li,
body.about-page a {
  font-size: 20px;
}

body.about-page .main-head {
  font-size: 54px;
  line-height: 1.12;
}

body.about-page .about-para p,
body.about-page .clients-copy p,
body.about-page .phases-card p {
  font-size: 21px !important;
  line-height: 1.7;
}

body.about-page .service-card-footer h3 {
  font-size: 21px;
}

body.about-page .phases-card h4 {
  font-size: 34px;
}

body.about-page .footer-head h1 {
  font-size: 46px !important;
}

body.about-page .footer-add h6 {
  font-size: 21px !important;
}

body.about-page .footer-add ul li,
body.about-page .footer-add ul li a,
body.about-page .footer-social-list li a,
body.about-page .footer-social-list li a span {
  font-size: 18px !important;
}

body.about-page .footer-by p {
  font-size: 16px !important;
}

@media only screen and (max-width: 990px) {
  body.about-page .main-head {
    font-size: 40px;
    text-align: left;
  }

  .about-title-image {
    max-width: 100%;
    margin-top: 20px;
  }

  body.about-page .about-para p,
  body.about-page .clients-copy p,
  body.about-page .phases-card p {
    font-size: 18px !important;
    line-height: 1.7;
    text-align: left;
  }

  body.about-page .clients-copy h1 {
    font-size: 40px;
  }

  body.about-page .service-card-footer h3 {
    font-size: 19px;
  }

  body.about-page .phases-card h4 {
    font-size: 30px;
  }

  body.about-page .footer-head h1 {
    font-size: 34px !important;
  }

  body.about-page .footer-add h6 {
    font-size: 19px !important;
  }

  body.about-page .footer-add ul li,
  body.about-page .footer-add ul li a,
  body.about-page .footer-social-list li a,
  body.about-page .footer-social-list li a span {
    font-size: 18px !important;
  }

  body.about-page .footer-by p {
    font-size: 15px !important;
  }
}

@media (max-width: 1199.98px) {
  .navbar.navbar-top.d-block.d-xl-none {
    min-height: 88px;
    padding: 8px 16px !important;
  }

  .navbar.navbar-top.d-block.d-xl-none .container {
    min-height: 72px;
  }

  .navbar.navbar-top.d-block.d-xl-none .container > a:first-child,
  .navbar.navbar-top.d-block.d-xl-none .side-menu-logo > a:first-child {
    width: 82px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    flex-shrink: 0;
  }

  .navbar.navbar-top.d-block.d-xl-none .container > a:first-child .navbar-brand,
  .navbar.navbar-top.d-block.d-xl-none .side-menu-logo > a:first-child .navbar-brand {
    width: 72px !important;
    height: 72px !important;
    max-width: none !important;
    max-height: 72px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
  }
}

@media (max-width: 1199.98px) {
  .navbar .sideMenu {
    top: 0;
    right: 0;
    left: auto;
    height: 100dvh;
    max-width: 100vw;
    padding: 0;
    background: #ffffff !important;
    border: 0;
    box-shadow: none;
    z-index: 1200;
  }

  .navbar .sideMenu > .container {
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    padding: 18px 22px 26px;
    display: flex;
    flex-direction: column;
  }

  .side-menu-logo {
    margin-top: 0;
    padding-right: 0;
  }

  .navbar .sideMenu .side-menu-logo > a:first-child {
    width: 176px;
    height: 72px;
    overflow: visible;
    justify-content: flex-start;
  }

  .navbar .sideMenu .side-menu-logo > a:first-child .navbar-brand {
    width: 150px !important;
    height: 72px !important;
    max-height: 72px !important;
    object-fit: contain !important;
  }

  .navbar .sideMenu .closeBtn {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .navbar .sideMenu .closeBtn img {
    width: 34px;
    height: 34px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(41%) saturate(2935%) hue-rotate(225deg) brightness(75%) contrast(115%);
  }

  .navbar .sideMenu ul {
    width: 100%;
    margin-top: 42px;
    padding: 0;
    gap: 0;
    line-height: 1;
  }

  .navbar .sideMenu ul li {
    border: 0 !important;
    margin: 0;
  }

  .navbar .sideMenu ul li a {
    min-height: 76px;
    padding: 0;
    color: #050505 !important;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar .sideMenu ul li:first-child a {
    text-transform: none;
  }

  .navbar .sideMenu ul li a img {
    width: 33px;
    height: 33px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(41%) saturate(2935%) hue-rotate(225deg) brightness(75%) contrast(115%);
  }

  .sidebar-social {
    margin-top: auto;
    padding-top: 44px;
    position: static;
  }

  .sideMenu .nav-social {
    margin-bottom: 16px;
    gap: 16px;
  }

  .sideMenu .nav-social a {
    width: 44px;
    height: 44px;
    border: 1.5px solid #050505;
    background: transparent !important;
    color: #050505 !important;
  }

  .sideMenu .nav-social a i {
    color: #050505 !important;
    font-size: 20px;
  }

  .sideMenu .nav-by p {
    color: #141414 !important;
    font-size: 16px !important;
    line-height: 1.45;
    text-align: left;
    padding-inline: 0;
  }

  .sideMenu .nav-by strong {
    color: #141414 !important;
  }
}

/* Reference-style full-screen mobile menu. */
@media (max-width: 1199.98px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  .navbar .sideMenu {
    left: 0;
    right: auto;
    width: 0;
    height: 100dvh;
    background: #ffffff !important;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: none;
    transition: width 0.35s ease;
  }

  .navbar .sideMenu > .container {
    min-height: 100dvh;
    padding: 0 19px 38px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .navbar .sideMenu .side-menu-logo {
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
  }

  .navbar .sideMenu .side-menu-logo > a:first-child {
    width: 170px;
    height: 58px;
    align-items: flex-start;
  }

  .navbar .sideMenu .side-menu-logo > a:first-child .navbar-brand {
    width: 155px !important;
    height: 58px !important;
    max-height: 58px !important;
    object-fit: contain !important;
    object-position: left top;
  }

  .navbar .sideMenu .closeBtn {
    width: 52px;
    height: 52px;
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar .sideMenu .closeBtn img {
    width: 38px;
    height: 38px;
    filter: none !important;
  }

  .navbar .sideMenu ul {
    display: block !important;
    width: 100%;
    margin: 14px 0 0;
    padding: 0;
    line-height: 1;
    text-align: left;
  }

  .navbar .sideMenu ul li {
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16) !important;
  }

  .navbar .sideMenu ul li a {
    min-height: 76px;
    padding: 0;
    color: #000000 !important;
    font-size: clamp(25px, 6vw, 32px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
  }

  .navbar .sideMenu ul li a img {
    display: none;
  }

  .navbar .sideMenu .mobile-menu-credits {
    margin: auto -19px 0;
    padding: 18px 19px 14px;
    background: #f3eddf;
  }

  .navbar .sideMenu .mobile-menu-credits p {
    color: #000000 !important;
    font-size: 15px !important;
    line-height: 1.4;
    text-align: center;
  }

}

/* Reference-style mobile drawer: cream full-screen menu with bottom socials. */
@media (max-width: 1199.98px) {
  .navbar .sideMenu {
    left: 0 !important;
    right: auto !important;
    width: 0;
    height: 100dvh;
    background: #f3eddf !important;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.35s ease;
    z-index: 1200;
  }

  .navbar .sideMenu > .container {
    min-height: 100dvh;
    padding: 16px 19px 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .navbar .sideMenu .side-menu-logo {
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 0;
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
  }

  .navbar .sideMenu .side-menu-logo > a:first-child {
    width: 188px !important;
    height: 56px !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: visible;
  }

  .navbar .sideMenu .side-menu-logo > a:first-child .navbar-brand {
    width: 174px !important;
    height: 56px !important;
    max-height: 56px !important;
    object-fit: contain !important;
    object-position: left top;
  }

  .navbar .sideMenu .closeBtn {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
  }

  .navbar .sideMenu .closeBtn img {
    width: 43px;
    height: 43px;
    filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1758%) hue-rotate(221deg) brightness(78%) contrast(109%) !important;
  }

  .navbar .sideMenu ul {
    display: block !important;
    width: 100%;
    margin: 28px 0 0 !important;
    padding: 0 !important;
    line-height: 1;
  }

  .navbar .sideMenu ul li {
    width: 100%;
    margin: 0;
    border: 0 !important;
  }

  .navbar .sideMenu ul li a {
    min-height: 55px;
    padding: 0 !important;
    color: #050505 !important;
    font-size: clamp(20px, 4.4vw, 25px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .navbar .sideMenu ul li:not(:first-child) a {
    text-transform: uppercase !important;
  }

  .navbar .sideMenu ul li a img {
    display: block !important;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1758%) hue-rotate(221deg) brightness(78%) contrast(109%) !important;
  }

  .navbar .sideMenu .mobile-menu-credits {
    margin-top: auto;
    padding-top: 24px;
  }

  .navbar .sideMenu .nav-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 16px;
  }

  .navbar .sideMenu .nav-social a {
    width: 45px;
    height: 45px;
    border: 1.5px solid #050505;
    border-radius: 50%;
    background: transparent !important;
    color: #050505 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar .sideMenu .nav-social a i {
    color: #050505 !important;
    font-size: 20px;
    line-height: 1;
  }

  .navbar .sideMenu .nav-by p {
    color: #141414 !important;
    font-size: 14px !important;
    line-height: 1.45;
    text-align: left;
    margin: 0;
  }

  .navbar .sideMenu .nav-by p + p {
    margin-top: 6px;
  }

  .navbar .sideMenu .nav-by a {
    color: #141414 !important;
    font-size: inherit !important;
    text-transform: none !important;
  }
}

@media (max-width: 390px) {
  .navbar .sideMenu ul {
    margin-top: 20px !important;
  }

  .navbar .sideMenu ul li a {
    min-height: 48px;
    font-size: 18px;
  }

  .navbar .sideMenu .mobile-menu-credits {
    padding-top: 18px;
  }

  .navbar .sideMenu .nav-social {
    gap: 12px;
    margin-bottom: 12px;
  }

  .navbar .sideMenu .nav-social a {
    width: 39px;
    height: 39px;
  }

  .navbar .sideMenu .nav-by p {
    font-size: 12px !important;
  }
}

/* Final footer credit visibility across every page. */
.footer-section .footer-by p,
.footer-section .footer-by p span,
.footer-section .footer-by p strong {
  color: #ffffff !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.footer-section .footer-by p {
  font-size: 16px !important;
  line-height: 1.55 !important;
}

/* Final mobile logo clarity: keep the brand visible, crisp, and uncropped. */
@media (max-width: 1199.98px) {
  .navbar.navbar-top.d-block.d-xl-none {
    min-height: 82px !important;
    padding: 8px 16px !important;
  }

  .navbar.navbar-top.d-block.d-xl-none > .container {
    min-height: 66px !important;
  }

  .navbar.navbar-top.d-block.d-xl-none > .container > a:first-child {
    width: 126px !important;
    height: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    flex-shrink: 0 !important;
  }

  .navbar.navbar-top.d-block.d-xl-none > .container > a:first-child .navbar-brand {
    width: 118px !important;
    height: auto !important;
    max-width: 118px !important;
    max-height: 62px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .navbar .sideMenu .side-menu-logo > a:first-child {
    width: 150px !important;
    height: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .navbar .sideMenu .side-menu-logo > a:first-child .navbar-brand {
    width: 138px !important;
    height: auto !important;
    max-width: 138px !important;
    max-height: 62px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: none !important;
  }
}

@media (max-width: 390px) {
  .navbar.navbar-top.d-block.d-xl-none > .container > a:first-child {
    width: 112px !important;
  }

  .navbar.navbar-top.d-block.d-xl-none > .container > a:first-child .navbar-brand {
    width: 106px !important;
    max-width: 106px !important;
  }
}

/* Index (home) page: footer headings in yellow instead of orange */
body.home-page .footer-head h1,
body.home-page .footer-add h6,
body.home-page .footer-add h6.footer-connects-title {
  color: #FFD400 !important;
}
