  /* Ajuste para descer a imagem principal do círculo do Rolando */
  .artist-circle-image-rolando {
    margin-top: 48px;
  }
  /* Footer responsive columns */
  .footer-responsive {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    padding: 32px 0 8px 0;
    color: #111;
    font-size: 16px;
  }
  .footer-col {
    flex: 1;
    min-width: 220px;
    text-align: left;
  }
  @media (max-width: 600px) {
    .footer-responsive {
      flex-direction: column;
      align-items: center;
      text-align: center !important;
      gap: 0;
    }
    .footer-col,
    .footer-col * {
      text-align: center !important;
    }
    .footer-col {
      min-width: 0;
      width: 100%;
      text-align: center !important;
      margin-bottom: 18px;
    }
  }
  @media (max-width: 600px) {
    #booking .section-title h2 {
      font-size: 18px !important;
      margin-bottom: 8px !important;
      padding-bottom: 8px !important;
    }
    #booking .section-title div {
      font-size: 12px !important;
      margin-bottom: 6px !important;
    }
  }
  @media (max-width: 600px) {
    /* Espaço extra abaixo dos círculos da Patricia */
    #services .artist-section-patricia .artist-photo-grid {
      margin-bottom: 100px !important;
    }
    /* Espaço extra acima do círculo maior do Rolando */
    #services .artist-section-rolando .artist-main-circle {
      margin-top: 100px !important;
    }
  }
  @media (max-width: 480px) {
    #menu .container {
      padding-left: 0;
      padding-right: 0;
    }
    #menu .navbar-header {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      min-height: 48px;
      margin-left: 0 !important;
      padding-left: 0 !important;
    }
    #menu .navbar-studio-logo {
      display: block;
      margin-left: 0;
      margin-right: 0;
      flex-shrink: 0;
      height: 38px;
      width: 38px;
      object-fit: cover;
    }
    #menu .brand-title {
      flex: 1;
      text-align: center;
      font-size: 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    #menu .navbar-toggle {
      float: none;
      align-self: center;
      margin-top: 0;
      margin-bottom: 0;
      height: 28px;
      width: 32px;
      min-width: 32px;
      min-height: 28px;
      max-width: 32px;
      max-height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0;
      margin-right: 0;
      padding: 2px 4px;
      background: none;
      border: none;
    }
    #menu .navbar-toggle {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 38px;
      width: 38px;
      padding: 0;
      background: none;
      border: none;
    }
    #menu .navbar-toggle .icon-bar {
      width: 22px;
      height: 3px;
      margin: 3px 0;
      background: #333;
      border-radius: 2px;
      display: block;
      transition: all 0.2s;
    }
    #menu .navbar-nav {
      width: 100%;
      text-align: center;
      margin-top: 12px;
      margin-bottom: 8px;
    }
    #menu .navbar-nav > li {
      float: none;
      display: block;
      margin: 0 0 8px 0;
    }
    #menu .navbar-nav > li:last-child {
      margin-bottom: 0;
    }
    #menu .dropdown-menu {
      left: 50% !important;
      transform: translateX(-50%);
      right: auto !important;
      text-align: left;
      min-width: 120px;
      font-size: 13px;
    }
    #menu.navbar-default .navbar-nav > li > a {
      font-size: 13px;
      margin: 6px 8px 0;
      padding: 6px 2px;
    }
    #about,
    #services,
    #testimonials,
    #team,
    #contact,
    #footer {
      text-align: center;
    }
    #about img {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (max-width: 480px) {
    #menu {
      padding: 7px 0 7px 0;
    }
    #menu .navbar-header {
      padding-left: 6px;
    }
    #menu .navbar-studio-logo {
      height: 38px;
      width: 38px;
      margin: 2px 6px 0 0;
    }
    #menu .brand-title {
      font-size: 13px;
    }
    #menu.navbar-default .navbar-nav > li > a {
      font-size: 13px;
      margin: 6px 8px 0;
      padding: 6px 2px;
    }
    #menu .dropdown-menu {
      min-width: 90px !important;
      font-size: 13px;
      right: 0;
      left: auto;
    }
    .navbar-toggle {
      margin-right: 6px;
      padding: 6px 8px;
    }
    #about img {
      width: 98vw;
      max-width: 340px;
      margin: 18px 0 18px 0;
    }
    #about h2 {
      font-size: 22px;
    }
    #about h3 {
      font-size: 16px;
    }
    #about p, #about li {
      font-size: 14px;
    }
    #services {
      padding: 44px 0 44px 0;
    }
    #services .artist-main-circle {
      width: 120px;
      height: 120px;
    }
    #services .artist-section-title {
      font-size: 17px;
      margin-top: 8px;
      margin-bottom: 8px;
    }
    #services .artist-desc-wrap {
      min-height: auto;
      max-width: 98vw;
      padding: 0 2vw;
    }
    #services .artist-desc {
      font-size: 13px;
      margin: 4px auto 0;
    }
    #services .artist-photo-grid {
      width: min(98vw, 220px);
      gap: 6px;
    }
    #services .artist-photo-circle img,
    #services .artist-photo-circle-image {
      border-width: 1px;
    }
    #services .artist-social-links {
      gap: 8px;
    }
    #services .artist-social-links .artist-link {
      width: 32px;
      height: 32px;
      min-width: 32px;
      min-height: 32px;
      max-width: 32px;
      max-height: 32px;
      font-size: 15px;
      padding: 0;
    }
    #services .artist-social-links i.fa {
      font-size: 13px;
    }
    #contact {
      padding: 44px 0 30px 0;
    }
    #contact h2 {
      font-size: 20px;
    }
    #contact h3 {
      font-size: 15px;
      margin-top: 30px;
      margin-bottom: 12px;
      padding-bottom: 10px;
    }
    #contact .form-control {
      font-size: 13px;
      padding: 4px 8px;
    }
    #footer {
      padding: 14px 0;
    }
    #footer p {
      font-size: 12px;
    }
  }
  /* About section artist anchor link */
  .about-artist-link {
    color: #c0a16b;
    text-decoration: none;
    border-bottom: 2px solid #c0a16b;
    transition: border-bottom 0.2s, color 0.2s;
    padding-bottom: 1px;
  }
  .about-artist-link:hover,
  .about-artist-link:focus {
    color: #111;
    border-bottom: 2px solid #111;
    text-decoration: none;
  }
  color: #fff !important;
body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100% !important;
  overflow-x: hidden !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #1a1a1a;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #1a1a1a;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #c0a16b;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 15px;
  transition: all 0.8s;
}

/* Navbar desktop: single line, no wrap */
@media (min-width: 769px) {
  #menu .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    min-height: 64px;
    gap: 0;
  }
  #menu .navbar-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex: 0 0 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
  }
  #menu .navbar-brand.brand-wrap {
    margin-left: 0;
    margin-right: 24px;
    flex-shrink: 0;
    min-width: 0;
  }
  #menu .navbar-studio-logo {
    height: 48px;
    width: 48px;
    margin: 0 10px 0 0;
  }
  #menu .brand-title {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #menu .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
  }
  #menu .navbar-nav {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 18px;
    margin: 0;
    padding: 0;
    width: auto;
  }
  #menu .navbar-nav > li {
    display: block;
    float: none;
    margin: 0;
    white-space: nowrap;
  }
  #menu .navbar-toggle {
    display: none !important;
  }
}
}

#menu.nav-hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

#menu.nav-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

#menu a.navbar-brand.brand-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: -14px;
}

#menu .brand-title {
  font-size: 18px;
  letter-spacing: 0.4px;
}

#menu .navbar-studio-logo {
  float: left;
  height: 58px;
  width: 58px;
  margin: 4px 10px 0 0;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #000;
  padding: 1px;
  background: #fff;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #111111 0%, #c0a16b 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #111111 0%, #c0a16b 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #1a1a1a;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #1a1a1a;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  display: none !important;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #c0a16b;
  background-image: linear-gradient(to right, #c0a16b 0%, #111111 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #111111;
}

#header .btn-custom {
  border: 2px solid #000;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/studio/bg.webp) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #c0a16b;
}

.header-title-image {
  width: 100%;
  max-width: 680px;
  height: auto;
  margin: 38px auto -16px;
  display: block;
}

.intro p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 36px;
}

header .intro p.header-address {
  margin-top: 8px;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff;
}
header .intro p {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: -8px;
  margin-bottom: 12px;
}

header .intro p.header-main-text {
  margin-top: -22px;
  margin-bottom: 10px;
  text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff;
}
header .intro-text {
  padding-top: 47px;
  padding-bottom: 58px;
  text-align: center;
}

.header-content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #111111 0%, #c0a16b 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding: 100px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  display: none !important;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #c0a16b;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}

#about p.about-address-line {
  color: #000000;
}

#about .about-map-link {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}

#about .about-map-link:hover,
#about .about-map-link:focus {
  color: #000000;
}
/* Services Section */
#services {
  padding: 100px 0;
  background: linear-gradient(to right, #111111 0%, #c0a16b 100%);
  color: #fff;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #111111 0%, #c0a16b 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
}
#services .service-desc {
  margin-bottom: 40px;
}

#services .artists-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 20px;
  align-items: stretch;
}

#services .artist-section {
  padding: 24px 28px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#services .artist-section + .artist-section {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

#services .artist-section-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 14px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#services .artist-main-circle {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

#services .artist-circle-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#services .artist-circle-image {
  position: absolute;
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#services .artist-circle-image-default {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#services .artist-circle-image-hover {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#services .artist-section-patricia.hovering .artist-circle-image-default {
  opacity: 0;
}

#services .artist-section-patricia.hovering .artist-circle-image-hover {
  opacity: 1;
}

#services .artist-section-rolando.hovering .artist-circle-image-default {
  opacity: 0;
}

#services .artist-section-rolando.hovering .artist-circle-image-hover {
  opacity: 1;
}

#services .artist-circle-image {
  position: absolute;
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#services .artist-desc {
  max-width: 520px;
  margin: 6px auto 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

#services .artist-desc-wrap {
  margin-top: 8px;
  width: 100%;
  max-width: 560px;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#services .artist-desc-compact {
  margin-top: 2px;
}

#services .artist-section-patricia .artist-desc {
  margin-top: 4px;
}

#services .artist-link {
  color: #ffffff;
  text-decoration: underline;
  word-break: break-word;
}

#services .artist-link:hover,
#services .artist-link:focus {
  color: #ffffff;
}

#services .artist-social-links {
  margin: 12px auto 0;
  width: 100%;
  max-width: 520px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

#services .artist-social-links .artist-link {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  display: flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 9999px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  background: #111111 !important;
  background-image: none !important;
}

#services .artist-social-links i.fa {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  transition: color 0.25s ease, transform 0.25s ease;
}

#services .artist-social-links .artist-link:hover,
#services .artist-social-links .artist-link:focus {
  background: #ffffff !important;
  background-image: none !important;
  transform: scale(1.08);
}

#services .artist-social-links .artist-link:hover i.fa,
#services .artist-social-links .artist-link:focus i.fa {
  color: #111111;
  transform: scale(1.04);
}

#services .artist-handle-line {
  margin-top: 4px;
}

#services .artist-booking-wrap {
  margin-top: 18px;
  margin-bottom: 6px;
}

#services .artist-book-btn {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background-size: 220% 220%;
  box-shadow: 0 0 10px rgba(255, 92, 92, 0.55), 0 0 18px rgba(54, 196, 255, 0.45);
  animation: artistButtonGlow 3.2s ease-in-out infinite;
}

#services .artist-book-btn:hover,
#services .artist-book-btn:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.95);
  background-image: linear-gradient(90deg, #ff6b6b 0%, #ffd93d 33%, #6cffd6 66%, #8ea8ff 100%);
  box-shadow: 0 0 14px rgba(255, 107, 107, 0.75), 0 0 26px rgba(108, 255, 214, 0.65);
  animation: artistButtonGlow 1.8s ease-in-out infinite, artistButtonShift 2.6s linear infinite;
}

@keyframes artistButtonGlow {
  0% {
    box-shadow: 0 0 10px rgba(255, 92, 92, 0.55), 0 0 18px rgba(54, 196, 255, 0.45);
    filter: saturate(1);
  }
  50% {
    box-shadow: 0 0 12px rgba(255, 229, 79, 0.65), 0 0 22px rgba(140, 92, 255, 0.55);
    filter: saturate(1.18);
  }
  100% {
    box-shadow: 0 0 10px rgba(255, 92, 92, 0.55), 0 0 18px rgba(54, 196, 255, 0.45);
    filter: saturate(1);
  }
}

@keyframes artistButtonShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

#services .artist-photo-grid {
  width: min(92vw, 450px);
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

#services .artist-photo-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  #services .artist-photo-circle img,
  #services .artist-photo-circle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 768px) {
  #services .artists-sections {
    grid-template-columns: 1fr;
  }

  #services .artist-section {
    padding: 22px 0 30px;
  }

  #services .artist-section + .artist-section {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  #services .artist-main-circle {
    width: 200px;
    height: 200px;
  }

  #services .artist-section-title {
    min-height: auto;
  }

  #services .artist-desc-wrap {
    min-height: auto;
    max-width: 94vw;
  }

  #services .artist-photo-grid {
    width: min(92vw, 420px);
    margin-top: 0;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  #services .artist-photo-grid {
    width: min(94vw, 360px);
    gap: 10px;
  }
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #111111 0%, #c0a16b 100%);
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #1a1a1a;
  background: #fff;
}

#location {
    color: #fff;
    color: #fff;
  background: linear-gradient(to right, #111111 0%, #c0a16b 100%);
  padding: 70px 0;
}

#location .section-title {
  margin-bottom: 30px;
}

#location .section-title p {
  font-size: 16px;
  color: #fff;
  color: #fff !important;
  color: #fff !important;
  fill: #fff !important;
}

.location-map-wrap {
  border: 2px solid #111111;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
  text-align: center;
}
#footer a {
  color: #1a1a1a;
}
#footer a:hover {
  border-bottom: 2px solid #1a1a1a;
}

@media (max-width: 768px) {
  #menu a.navbar-brand.brand-wrap {
    margin-left: -8px;
  }

  #menu .brand-title {
    font-size: 15px;
  }

  #menu .navbar-studio-logo {
    height: 46px;
    width: 46px;
    margin-top: 8px;
  }

  #about img {
    margin: 50px 0;
  }

  header .intro-text {
    padding-top: 36px;
    padding-bottom: 20px;
  }

  .header-title-image {
    max-width: 92vw;
    margin-top: 22px;
    margin-bottom: -12px;
  }

  header .intro p {
    font-size: 18px;
    line-height: 28px;
    margin-top: -6px;
    margin-bottom: 10px;
  }

  header .intro p.header-main-text {
    margin-top: -16px;
  }

  header .intro p.header-address {
    font-size: 14px;
  }
}

/* Footer link styles for contact section */
.footer-link {
  color: #111 !important;
  text-decoration: underline;
  transition: color 0.2s, text-shadow 0.2s, filter 0.2s;
}
.footer-link:hover, .footer-link:focus, .footer-link:active {
  background: linear-gradient(90deg, #6b4f27, #c0a16b, #ffe082, #c0a16b, #6b4f27);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent !important;
  animation: footer-link-brownyellow 1.2s linear infinite alternate;
}

@keyframes footer-link-brownyellow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

