/* Black, White, Transparent, and Shadow Theme for Entire Website */
:root {
  --primary: #111;
  --primary-light: #fff;
  --background: #18181b;
  --white: #fff;
  --text: #fff;
  --card: rgba(255, 255, 255, 0.08);
  --shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.18);
  --accent: #fff;
}

* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Designer Studio';
  src: local('Designer Studio'), url('DesignerStudio.woff2') format('woff2');
  font-display: swap;
}
html,
body {
  margin: 0;
  font-family: 'Designer Studio', "Montserrat", Arial, sans-serif;
  background: var(--background);
  color: var(--text);
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
}

/* Navigation */
.logo:hover span {
  color: #fff;
  text-shadow: 0 0 0.5rem #fff, 0 0 1rem #fff, 0 0 2rem #00eaff,
    0 0 4rem #00eaff;
}

/* whatsapp */
.whatsapp-float {
  position: fixed;
  width: 3.2rem;
  height: 3.2rem;
  bottom: 2rem;
  right: 2rem;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem; /* icon size reduced */
  box-shadow: 0 0.125rem 0.75rem #0002;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  text-decoration: none;
}
.whatsapp-float:hover {
  background: #128c7e;
  color: #fff;
  text-decoration: none;
}

header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: rgba(24, 24, 27, 0.65);
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.18);
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), border 0.5s,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(1rem) saturate(1.2);
  border-bottom: 0.09375rem solid rgba(255, 255, 255, 0.08);
  will-change: background, box-shadow, border, transform;
}

@keyframes stickyFadeIn {
  from {
    opacity: 0.7;
    transform: translateY(-20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(-2px) scale(1.01);
  }
}

header.scrolled {
  background: rgba(24, 24, 27, 0.95);
  border-bottom: 0.09375rem solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 1.2rem 2.5rem 0 rgba(0, 0, 0, 0.28);
  transform: translateY(-2px) scale(1.01);
  animation: stickyFadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

header:hover,
header:focus-within {
  background: rgba(24, 24, 27, 0.85);
  border-bottom: 0.09375rem solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0.75rem 3rem 0 rgba(0, 0, 0, 0.22);
}
.main-navigation {
  width: 100%;
  background: transparent;
  box-shadow: none;
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.625rem;
  padding: 0.5rem 0;
}
.logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 2rem;
}
.logo img {
  height: 4.5rem;
  width: auto;
  border-radius: 0.5rem;
  object-fit: contain;
  display: block;
  margin: 0;
  box-shadow: 0 0.125rem 0.75rem #0002;
}
@media (max-width: 900px) {
  .nav-container {
    flex-direction: column;
    align-items: flex-start;
    min-height: unset;
    padding: 0.5rem 0;
  }
  .logo {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .logo img {
    height: 3rem;
  }
}
.menu-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s, text-shadow 0.3s, background 0.4s;
  position: relative;
  letter-spacing: 1px;
  padding: 0.3em 1em;
  border-radius: 1.2em;
}
.menu-list a:hover,
.menu-list a:focus {
  color: #fff;
  text-shadow: 0 0.125rem 0.75rem #fff7, 0 0px 0.5rem #fff3;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(0.125rem);
}
.main-navigation {
  width: 100%;
  background: transparent;
  box-shadow: none;
}
.container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.logo img {
  height: 4.0625rem;
  filter: grayscale(1) brightness(2);
}
.menu-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.menu-list li {
  display: inline-block;
}
.menu-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s;
  position: relative;
  letter-spacing: 1px;
}
.menu-list a::after {
  content: "";
  display: block;
  width: 0;
  height: 0.125rem;
  background: #fff;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
}
.menu-list a:hover {
  color: #fff;
  text-shadow: 0 0.125rem 0.5rem #fff4;
}
.menu-list a:hover::after {
  width: 100%;
  background: #fff;
}
.menu-trigger {
  display: none;
}

/* Navbar Responsive Enhancements */
@media (max-width: 900px) {
  .menu-list {
    display: none !important;
  }
  .nav-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    min-height: unset;
  }
  .logo {
    margin-right: 0;
    margin-bottom: 0;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 70vw;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .logo img {
    height: 2.2rem !important;
    min-width: 2.2rem;
    max-width: 2.2rem;
    margin-right: 0.5em;
  }
  .logo span {
    font-size: 1.1rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45vw;
    display: inline-block;
  }
  .menu-trigger {
    display: block;
    font-size: 2rem;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
    margin-left: 0.5em;
    z-index: 120;
    position: static;
    padding: 0.2em 0.6em;
    border-radius: 0.5em;
    transition: background 0.2s;
    align-self: center;
  }
  .menu-trigger:active,
  .menu-trigger:focus {
    background: none;
    outline: none;
    box-shadow: none;
  }
  .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100vw;
    background: rgba(24, 24, 27, 0.98);
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.18);
    z-index: 110;
    border-radius: 0 0 1rem 1rem;
    animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s, visibility 0.3s;
  }
  .mobile-menu.open {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-list {
    list-style: none;
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }
  .mobile-menu-list li {
    text-align: center;
  }
  .mobile-menu-list a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1rem 0;
    display: block;
    border-radius: 0.7em;
    transition: background 0.2s, color 0.2s;
  }
  .mobile-menu-list a:hover,
  .mobile-menu-list a:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #00eaff;
  }
}

@media (max-width: 600px) {
  .logo img {
    height: 2.1rem !important;
    min-width: 2.1rem;
    max-width: 2.1rem;
    margin-right: 0.4em;
  }
  .logo span {
    font-size: 1.15rem !important;
    max-width: 55vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
  }
  .nav-container {
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
  }
  .menu-trigger {
    font-size: 1.5rem;
    padding: 0.1em 0.4em;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Banner */
#HeroBanner {
  padding: 0;
  margin: 0;
}
.hero-image-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 25rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(0.2) brightness(0.5);
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 43.75rem;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  font-family: 'Designer Studio', "Montserrat", Arial, sans-serif;
}
.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: #fff;
}
.hero-content p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #fff;
}
.hero-cta {
  background: #fff;
  color: #111;
  border: none;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0.125rem 0.5rem #0002;
  transition: background 0.2s, color 0.2s;
}
.hero-cta:hover {
  background: transparent;
  color: #fff;
  border: 0.125rem solid #fff;
}

/* Block Heading */
.block-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
.block-heading h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.block-heading p {
  color: #bbb;
  font-size: 1.1rem;
}

/* Services */
#Services {
  background: rgba(0, 0, 0, 0.7);
  padding: 4rem 0;
}
.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.each-service {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 2rem 1.2rem;
  flex: 1 1 15rem;
  min-width: 13.75rem;
  max-width: 16.25rem;
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s,
    background 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: 'Designer Studio', "Montserrat", Arial, sans-serif;
}
.each-service:hover {
  transform: translateY(-1rem) scale(1.07) rotate(-1deg);
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.22), 0 0.125rem 0.5rem #fff2;
  background: rgba(255, 255, 255, 0.15);
}
.service-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #fff;
}
.service-title {
  margin: 0.5rem 0 0.5rem 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
}
.service-description {
  font-size: 1rem;
  color: #eee;
}

/* About */
#About {
  width: 100vw;
  background-image: url("./about.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  margin: 0;
}

#About .about-img-full-width {
  display: block !important;
}
.about-img-full {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 2rem;
  padding: 0;
  z-index: 1;
}
#About .container {
  width: 100%;
  margin: 0 auto;
  background: none;
  border-radius: 0;
  z-index: 2;
}
.about-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
}
.about-img-block {
  flex: 1 1 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  max-width: 350px;
}
.about-content-block {
  flex: 2 1 400px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 260px;
}
.about-highlights {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-highlight {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0.8rem;
  padding: 1.1rem 1.5rem;
  box-shadow: 0 0.125rem 0.75rem #0002;
}
.about-icon {
  font-size: 2.1rem;
  color: #00eaff;
  flex-shrink: 0;
  margin-top: 0.1em;
}
@media (max-width: 900px) {
  #About .container {
    max-width: 100vw !important;
    padding: 2rem 0.5rem !important;
  }
  .about-flex {
    flex-direction: column;
    gap: 2rem;
  }
  .about-img-block {
    max-width: 100vw;
    min-width: 0;
  }
  .about-content-block {
    min-width: 0;
  }
}
.about-img-full-width {
  width: 100vw;
  max-width: 100vw;
  height: 20rem;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0.25rem 2rem #0003;
  border-radius: 0;
}
@media (max-width: 900px) {
  .about-img-full-width {
    height: 10rem;
  }
}
.each-portfolio img {
  width: 35rem;
  height: 25rem;
  object-fit: cover;
  box-shadow: 0 0.125rem 0.75rem #0002;
  transition: transform 0.3s;
}
.each-portfolio img:hover {
  transform: scale(1.04);
}
.about-wrapper {
  margin: 0 auto;
  text-align: center;
  background: rgb(0 0 0 / 38%);
  box-shadow: var(--shadow);
  padding: 6rem;
}
.about-wrapper h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-cursive {
  font-family: "Alex Brush", cursive;
  font-size: 3.5rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.2em;
  text-shadow: 0 2px 16px #000a, 0 1px 0 #fff2;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #00eaff33 0%, #fff0 100%);
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
}
@media (max-width: 900px) {
  .about-cursive {
    font-size: 2.1rem;
    padding: 0.1em 0.2em;
  }
}
@media (max-width: 600px) {
  .about-cursive {
    font-size: 1.3rem;
  }
}
.about-wrapper p {
  color: #eee;
  font-size: 1.1rem;
}

/* Portfolio */
#Portfolio {
  background: rgba(0, 0, 0, 0.7);
  padding: 4rem 0;
}
#Portfolio .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100vw !important;
  width: 100vw !important;
}
.portfolio-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Designer Studio', "Montserrat", Arial, sans-serif;
}
.each-portfolio {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 0;
  min-width: 13.75rem;
  max-width: 16.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s,
    background 0.4s;
  color: #fff;
  font-family: 'Designer Studio', "Montserrat", Arial, sans-serif;
}
.each-portfolio:hover {
  transform: translateY(-1rem) scale(1.07) rotate(1deg);
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.22), 0 0.125rem 0.5rem #fff2;
  background: rgba(255, 255, 255, 0.15);
}
.each-portfolio img {
  width: 100%;
  height: 16.25rem;
  object-fit: cover;
  display: block;
  transition: transform 0.4s, filter 0.4s, box-shadow 0.4s;
  filter: grayscale(0.2) brightness(0.7);
}
.each-portfolio:hover img {
  transform: scale(1.1) rotate(-2deg);
  filter: brightness(1.1) saturate(1.2);
  box-shadow: 0 0.5rem 2rem #fff2;
}
.hover-cont-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.each-portfolio:hover .hover-cont-wrap {
  opacity: 1;
}
.hover-cont-block {
  color: #fff;
  text-align: center;
}
.p-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: 'Designer Studio', "Montserrat", Arial, sans-serif;
}
.p-desc {
  font-size: 0.98rem;
  text-align: center;
  font-family: 'Designer Studio', "Montserrat", Arial, sans-serif;
}

/* Testimonials */
#Testimonial {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  margin: 0;
}
.testimonial-wrap.full-width-testimonial {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 0;
}
.testimonial-slider {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.7);
}
.testimonial-item {
  flex: 1 1 33vw;
  min-width: 25rem;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  box-sizing: border-box;
  text-align: center;
}
.testimonial-img-wrap {
  position: relative;
  width: 100%;
  max-width: 26.25rem;
  margin: 0 auto 2rem auto;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 2rem #0005;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s,
    background 0.4s;
}
.testimonial-img {
  width: 100%;
  max-width: 26.25rem;
  height: 20rem;
  object-fit: cover;
  border-radius: 1.2rem;
  box-shadow: none;
  margin-bottom: 0;
  filter: grayscale(0.2) brightness(0.7);
  transition: transform 0.4s, filter 0.4s, box-shadow 0.4s;
  display: block;
}
.testimonial-img-wrap:hover,
.testimonial-img-wrap:focus {
  transform: translateY(-1rem) scale(1.07) rotate(1deg);
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.22), 0 0.125rem 0.5rem #fff2;
  background: rgba(255, 255, 255, 0.15);
}
.testimonial-img-wrap:hover .testimonial-img,
.testimonial-img-wrap:focus .testimonial-img {
  transform: scale(1.1) rotate(-2deg);
  filter: brightness(1.1) saturate(1.2);
  box-shadow: 0 0.5rem 2rem #fff2;
}
.testimonial-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
}
.testimonial-img-wrap:hover .testimonial-hover,
.testimonial-img-wrap:focus .testimonial-hover {
  opacity: 1;
}
.testimonial-text {
  font-size: 1.3rem;
  color: #fff;
  font-style: italic;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.2rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.75rem #0002;
  max-width: 90vw;
}
@media (max-width: 900px) {
  .testimonial-slider {
    flex-direction: column;
    width: 100vw;
  }
  .testimonial-item {
    min-width: 0;
    padding: 2rem 0.5rem;
  }
  .testimonial-img {
    max-width: 98vw;
    height: 11.25rem;
  }
  .testimonial-text {
    font-size: 1.05rem;
    padding: 1rem 0.5rem;
  }
}

/* Contact */
#ContactUs {
  background: rgba(0, 0, 0, 0.7);
  padding: 4rem 0;
}
.contact-container {
  max-width: 56.25rem;
  margin: 0 auto;
}
.contact-title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.contact-outer-wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.address-block {
  flex: 1 1 13.75rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 2rem 1.2rem;
  min-width: 19.75rem;
  max-width: 17.8125rem;
  color: #fff;
}
.add-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
}
.c-detail {
  margin-bottom: 1rem;
  color: #eee;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.c-icon {
  color: #fff;
  font-size: 1.2rem;
}
.form-wrap {
  flex: 2 1 21.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 2rem 1.2rem;
  min-width: 18.75rem;
  max-width: 31.25rem;
  color: #fff;
}
.floating-label {
  position: relative;
  margin-bottom: 2rem;
}
.floating-input {
  width: 100%;
  padding: 0.7rem;
  border: 0.0625rem solid #bbb;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  outline: none;
  margin-top: 1rem;

}
.floating-input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.125rem #fff2;
}
.floating-label label {
  position: absolute;
  left: 0.5rem;
  top: -1.3rem;
  color: #bbb;
  font-size: 1rem;
  pointer-events: none;
  transition: 0.2s;
  background: transparent;
}
.floating-input:focus + label,
.floating-input:not(:placeholder-shown) + label,
.floating-input:not(:empty) + label {
  top: -1.1rem;
  left: 0.5rem;
  font-size: 0.85rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 0.3rem;
}
.user-msg textarea {
  min-height: 5rem;
  resize: vertical;
}
.submit-btn {
  text-align: right;
}
.submit-btn button {
  background: #fff;
  color: #111;
  border: none;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.submit-btn button:hover {
  background: transparent;
  color: #fff;
  border: 0.125rem solid #fff;
}

/* Pricing Section */
.pricing-img {
aspect-ratio: 4/5; /* or whatever ratio you want */
  width: 100%;
  max-width: 13.25rem;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto 1rem auto;
  border-radius: 0.8rem;
  box-shadow: 0 0.125rem 0.75rem #0002;
}
#Pricing {
  background: rgba(0, 0, 0, 0.95);
  padding: 3.75rem 0;
}
#Pricing .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100vw !important;
  width: 100vw !important;
}
.pricing-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.pricing-card {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  border-radius: 1.2rem;
  box-shadow: var(--shadow);
  padding: 2rem 1.5rem;
  min-width: 15rem;
  max-width: 18.75rem;
  margin: 1rem 0;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
  font-family: 'Designer Studio', "Montserrat", Arial, sans-serif;
}
.pricing-card:hover {
  transform: translateY(-0.5rem) scale(1.03);
  box-shadow: 0 0.5rem 2.5rem #0006;
}
.pricing-title {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}
.pricing-amount {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.pricing-unit {
  color: #bbb;
  font-size: 1rem;
}
.pricing-features {
  color: #fff;
  margin: 1.2rem 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
.pricing-features li {
  margin-bottom: 0.7rem;
  padding-left: 1.2em;
  position: relative;
}
.pricing-features li::before {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 1em;
}
.pricing-cta {
  display: inline-block;
  background: #fff;
  color: #111;
  border: 0.125rem solid #fff;
  border-radius: 2em;
  padding: 0.6em 1.6em;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  box-shadow: 0 0.125rem 0.5rem #0002;
}
.pricing-cta:hover {
  background: transparent;
  color: #fff;
  border: 0.125rem solid #fff;
}

/* Footer */
footer {
  background: linear-gradient(90deg, #111 60%, #222 100%);
  color: #fff;
  text-align: center;
  padding: 1.2rem 0;
  margin-top: 3rem;
  border-radius: 1rem 1rem 0 0;
  font-size: 1rem;
  box-shadow: var(--shadow);
}
.social-share ul {
  list-style: none;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  padding: 0;
  margin: 0 0 1rem 0;
}
.social-share a {
  color: #fff;
  font-size: 1.3rem;
  transition: color 0.2s;
}
.social-share a:hover {
  color: #fff;
  text-shadow: 0 0.125rem 0.5rem #fff4;
}
.footer-logo-wrap {
  color: #fff;
  font-size: 1rem;
}

.qr-responsive {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0.5em;
  box-shadow: 0 0.125rem 0.75rem #0002;
}

/* Responsive */
@media (max-width: 900px) {
  html {
    font-size: 15px;
  }
  /* Responsive portfolio and pricing cards/images (from 400px) */
  .portfolio-wrapper,
  .pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
    gap: 0.7rem !important;
    width: 100vw !important;
    margin: 0 auto !important;
  }
  .each-portfolio,
  .pricing-card {
    width: 45vw !important;
    min-width: 0 !important;
    max-width: 48vw !important;
    margin: 0.5rem 0 0.5rem 0 !important;
    box-sizing: border-box !important;
    padding: 0.5rem 0.2rem !important;
    border-radius: 0.7rem !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .each-portfolio img,
  .pricing-img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.7rem !important;
    margin: 0.5rem auto !important;
    display: block !important;
    box-shadow: none !important;
    max-width: 100vw !important;
  }
  body {
    overflow-x: hidden !important;
  }
  .container,
  .contact-container {
    padding: 0 0.5rem;
  }
  #About .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .services-wrapper,
  .portfolio-wrapper,
  .contact-outer-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .each-service,
  .each-portfolio,
  .address-block,
  .form-wrap {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  #HeroBanner {
    padding: 2rem 0.5rem 1rem 0.5rem;
  }
  .hero-image-wrap {
    height: 40vh;
    min-height: 10rem;
    width: 100%;
    max-width: 100%;
  }
  .hero-image {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .hero-content h1 {
    font-size: 1.4rem;
  }
  .hero-content p {
    font-size: 0.95rem;
  }
  .hero-image-wrap {
    height: 26.25rem;
  }
  #About img {
    width: 10rem !important;
    height: 5.625rem !important;
  }
  .each-portfolio img,
  .pricing-img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.7rem !important;
    margin: 0.5rem auto !important;
    display: block !important;
    box-shadow: none !important;
    max-width: 100vw !important;
  }
  .portfolio-wrapper,
  .pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
    gap: 0.7rem !important;
    width: 100vw !important;
    margin: 0 auto !important;
  }
  .each-portfolio,
  .pricing-card {
    width: 45vw !important;
    min-width: 0 !important;
    max-width: 48vw !important;
    margin: 0.5rem 0 0.5rem 0 !important;
    box-sizing: border-box !important;
    padding: 0.5rem 0.2rem !important;
    border-radius: 0.7rem !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #About .about-wrapper {
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .testimonial-img {
    max-width: 98vw;
    height: 7.5rem;
  }
  .testimonial-item {
    padding: 1rem 0.2rem;
  }
  .testimonial-text {
    font-size: 0.95rem;
    padding: 0.7rem 0.2rem;
  }
  .block-heading h2 {
    font-size: 1.3rem;
  }
  .block-heading p {
    font-size: 0.95rem;
  }
  .about-wrapper h2 {
    font-size: 1.2rem;
  }
  .about-wrapper p {
    font-size: 0.95rem;
  }
  .footer-logo-wrap {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 13px;
  }
  /* Responsive portfolio and pricing cards/images (from 400px) */
  .portfolio-wrapper,
  .pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
    gap: 0.7rem !important;
    width: 100vw !important;
    margin: 0 auto !important;
  }
  .each-portfolio,
  .pricing-card {
    width: 45vw !important;
    min-width: 0 !important;
    max-width: 48vw !important;
    margin: 0.5rem 0 0.5rem 0 !important;
    box-sizing: border-box !important;
    padding: 0.5rem 0.2rem !important;
    border-radius: 0.7rem !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .each-portfolio img,
  .pricing-img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.7rem !important;
    margin: 0.5rem auto !important;
    display: block !important;
    box-shadow: none !important;
    max-width: 100vw !important;
  }
  .hero-content {
    padding: 1rem 0.3rem;
  }
  .block-heading h2 {
    font-size: 1.1rem;
  }
  .about-wrapper h2 {
    font-size: 1rem;
  }
  .about-wrapper p {
    font-size: 0.9rem;
  }
  .pricing-title,
  .pricing-amount {
    font-size: 1rem;
  }
  .portfolio-wrapper,
  .pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
    gap: 0.7rem !important;
    width: 100vw !important;
    margin: 0 auto !important;
  }
  .each-portfolio,
  .pricing-card {
    width: 45vw !important;
    min-width: 0 !important;
    max-width: 48vw !important;
    margin: 0.5rem 0 0.5rem 0 !important;
    box-sizing: border-box !important;
    padding: 0.5rem 0.2rem !important;
    border-radius: 0.7rem !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .each-portfolio img,
  .pricing-img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.7rem !important;
    margin: 0.5rem auto !important;
    display: block !important;
    box-shadow: none !important;
    max-width: 100vw !important;
  }
  .pricing-img {
    height: 30.75rem;
  }
  .each-service {
    padding: 1rem 0.5rem;
  }
  .service-title {
    font-size: 1rem;
  }
  .service-description {
    font-size: 0.9rem;
  }
  .address-block,
  .form-wrap {
    padding: 1rem 0.5rem;
  }
}
/* viewmore */
.portfolio-view-more {
  display: inline-block;
  background: #fff;
  color: #111;
  border: 0.125rem solid #fff;
  border-radius: 0.5em;
  padding: 0.6em 1.6em;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  box-shadow: 0 0.125rem 0.5rem #0002;
}
.portfolio-view-more:hover,
.portfolio-view-more:focus {
  background: transparent;
  color: #fff;
  border: 0.125rem solid #fff;
}
.portfolio-hidden {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-hidden.fade-in {
  opacity: 1 !important;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
  /* About section images */
  #About img,
  .about-img-full-width {
    width: 7rem !important;
    height: 3.5rem !important;
    max-width: 90vw !important;
    object-fit: cover;
  }


  /* Ultra-Mobile Portrait Optimization (≤400px) */
/* Place this at the end of your main CSS file or import as a separate file */

@media (max-width: 400px) {
  /* Hero Banner - vertical image */
.hero-image,
  .hero-image-wrap {
    height: 35vh !important;
    min-height: 10rem !important;
    max-height: 60vw !important;
  }
  /* About section images - vertical portrait */
  #About img,
  .about-img-full-width {
    width: 55vw !important;
    height: 28vw !important;
    max-width: 70vw !important;
    min-width: 40vw !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.7rem !important;
    margin: 0.5rem auto !important;
    display: block !important;
  }
  /* Portfolio images - vertical portrait */
  .each-portfolio img {
    width: 55vw !important;
    height: 75vw !important;
    max-width: 70vw !important;
    min-width: 40vw !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.7rem !important;
    margin: 0.5rem auto !important;
    display: block !important;
  }
  /* Testimonial images - vertical portrait */
  .testimonial-img {
    width: 40vw !important;
    height: 55vw !important;
    max-width: 55vw !important;
    min-width: 30vw !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.7rem !important;
    margin: 0.5rem auto !important;
    display: block !important;
  }
  /* Pricing images - vertical portrait */
  .pricing-img {
    width: 40vw !important;
    height: 55vw !important;
    max-width: 55vw !important;
    min-width: 30vw !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.7rem !important;
    margin: 0.5rem auto !important;
    display: block !important;
  }
}
/* --- Two-column card layout for pricing and portfolio on ultra-mobile --- */
@media (max-width: 400px) {
  .portfolio-wrapper,
  .pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
    gap: 0.7rem !important;
    width: 100vw !important;
    margin: 0 auto !important;
  }
  .each-portfolio,
  .pricing-card {
    width: 45vw !important;
    min-width: 0 !important;
    max-width: 48vw !important;
    margin: 0.5rem 0 0.5rem 0 !important;
    box-sizing: border-box !important;
    padding: 0.5rem 0.2rem !important;
    border-radius: 0.7rem !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .each-portfolio img,
  .pricing-img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.7rem !important;
    margin: 0.5rem auto !important;
    display: block !important;
    box-shadow: none !important;
  }
}

