/* Veronica Studio's – custom header & hero layout */

:root {
  --veronica-header-height: 86px;
}

/* ── Compact full-width sticky header ── */
.header--two {
  top: 0;
}

.main-header--two .main-header__container,
.sticky-header--cloned.main-header--two .main-header__container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.main-header--two .main-header__inner,
.sticky-header--cloned.main-header--two .main-header__inner {
  border-radius: 0;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  border-bottom: 1px solid rgba(var(--conlive-border-color-rgb, 221, 221, 221), 0.6);
}

.main-header--compact .main-menu .main-menu__list > li {
  padding-top: 26px;
  padding-bottom: 26px;
}

.main-header--compact .main-header__logo img {
  width: 360px;
  height: auto;
}

.main-header--compact .main-header__btn {
  padding: 10px 26px;
  margin-left: 20px;
  font-size: 15px;
}

.main-header--compact .main-header__btn__icon {
  font-size: 20px;
}

.sticky-header--cloned.main-header--two {
  background-color: var(--conlive-white, #ffffff);
}

.sticky-header--cloned.main-header--two .main-header__inner {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}

.sticky-header--cloned.main-header--compact .main-menu .main-menu__list > li {
  padding-top: 26px;
  padding-bottom: 26px;
}

@media (max-width: 1399px) {
  .main-header--two .main-header__inner,
  .sticky-header--cloned.main-header--two .main-header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  :root {
    --veronica-header-height: 76px;
  }

  .main-header--compact .main-header__inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-header--compact .main-menu .main-menu__list > li {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .main-header--two .main-header__inner,
  .sticky-header--cloned.main-header--two .main-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-header--compact .main-header__logo img {
    width: 150px;
  }
}

/* ── Unified header + hero ── */
#smooth-wrapper,
#smooth-content {
  min-height: 100%;
}

.hero-wedding--unified {
  position: relative;
  margin-top: 0;
  background-color: var(--conlive-white, #ffffff);
  overflow: hidden;
}

.hero-wedding__inner {
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - var(--veronica-header-height));
  min-height: 520px;
  max-height: 680px;
}

.hero-wedding__image {
  position: relative;
  flex: 0 0 52%;
  max-width: 52%;
  overflow: hidden;
}

.hero-wedding__image__box {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-wedding__slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-wedding__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hero-wedding__slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-wedding__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-wedding__image__fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, var(--conlive-white, #ffffff) 100%);
  pointer-events: none;
}

.hero-wedding__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--veronica-header-height) + 28px) 50px 40px 36px;
  background-color: var(--conlive-white, #ffffff);
}

.hero-wedding__content .sec-title {
  margin-bottom: 18px;
}

.hero-wedding__content .sec-title__tagline,
.hero-wedding__content .sec-title__title {
  opacity: 1;
}

.hero-wedding__content .sec-title__tagline .char,
.hero-wedding__content .sec-title__title .char {
  opacity: 1 !important;
  transform: none !important;
  color: inherit;
}

.hero-wedding__content .sec-title__tagline {
  color: var(--conlive-base, #ff3538);
  letter-spacing: 0.12em;
}

.hero-wedding__content .sec-title__title {
  color: var(--conlive-black, #222222);
  margin-bottom: 16px;
  max-width: 560px;
}

.hero-word-rotate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 20px;
  max-width: 560px;
}

.hero-word-rotate__label {
  font-family: var(--conlive-font, "Red Hat Text", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--conlive-black, #222222);
}

.hero-word-rotate__slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border-radius: 100px;
  background-color: rgba(var(--conlive-base-rgb, 255, 53, 56), 0.08);
  border: 1px solid rgba(var(--conlive-base-rgb, 255, 53, 56), 0.22);
}

.hero-word-rotate__text {
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--conlive-base, #ff3538);
  white-space: nowrap;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-word-rotate__text.is-changing {
  opacity: 0;
  transform: translateY(6px);
}

.hero-wedding__content .about-two__text {
  max-width: 480px;
  margin-bottom: 28px;
}

.hero-wedding__buttons {
  margin-bottom: 36px;
}

.hero-wedding__buttons .hero-slider-one__btn {
  opacity: 1;
  transform: none;
}

.hero-wedding__gallery {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: auto;
}

.hero-wedding__thumbs {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-wedding__thumb {
  width: 90px;
  height: 68px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 0;
  background: none;
  transition: border-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  opacity: 0.65;
}

.hero-wedding__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-wedding__thumb.active,
.hero-wedding__thumb:hover {
  opacity: 1;
  border-color: var(--conlive-base, #ff3538);
  transform: perspective(400px) rotateY(-8deg) translateZ(8px);
}

.hero-wedding__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-wedding__pagination__line {
  display: block;
  width: 28px;
  height: 3px;
  background-color: var(--conlive-base, #ff3538);
  border-radius: 2px;
}

.hero-wedding__pagination__nums {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--conlive-gray, #a3a3a3);
}

.hero-wedding__pagination__nums button {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: var(--conlive-gray, #a3a3a3);
  cursor: pointer;
  transition: color 0.3s ease;
}

.hero-wedding__pagination__nums button.active {
  font-size: 20px;
  color: var(--conlive-base, #ff3538);
}

.hero-wedding__pagination__nums button:hover {
  color: var(--conlive-black2, #04171b);
}

/* ── Responsive ── */
@media (max-width: 1199px) {
  .hero-wedding__content {
    padding: calc(var(--veronica-header-height) + 20px) 36px 36px 28px;
  }
}

@media (max-width: 991px) {
  .hero-wedding__inner {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .hero-wedding__image {
    flex: none;
    max-width: 100%;
    height: 340px;
  }

  .hero-wedding__image__fade {
    width: 100%;
    height: 30%;
    top: auto;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--conlive-white, #ffffff) 100%);
  }

  .hero-wedding__content {
    padding: 32px 28px 40px;
  }

  .hero-wedding__content .about-two__text {
    max-width: 100%;
  }

  .hero-word-rotate__text {
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }

  .hero-word-rotate__slot {
    min-width: 0 !important;
    width: 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 575px) {
  .hero-wedding__image {
    height: 280px;
  }

  .hero-wedding__content {
    padding: 28px 20px 36px;
  }

  .hero-wedding__buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .hero-wedding__gallery {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hero-wedding__thumb {
    width: 72px;
    height: 54px;
  }
}

/* ── Footer: light flat theme with red gradient accent ── */
.main-footer--veronica {
  --footer-bg: #f7f7f8;
  --footer-text: #3d3d3d;
  --footer-text-muted: #6b6b6b;
  --footer-title: #1f1f1f;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
  clear: both;
  background-color: var(--footer-bg);
  border-top: none;
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.04);
}

.main-footer--veronica::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(255, 53, 56, 0) 0%,
    rgba(255, 53, 56, 0.45) 18%,
    var(--conlive-base, #ff3538) 50%,
    rgba(255, 53, 56, 0.45) 82%,
    rgba(255, 53, 56, 0) 100%
  );
  z-index: 3;
}

.main-footer--veronica > .container {
  position: relative;
  z-index: 2;
  padding-top: 72px;
  padding-bottom: 10px;
}

.main-footer--veronica .main-footer__grid {
  margin: 0;
  align-items: flex-start;
  --bs-gutter-x: 30px;
  --bs-gutter-y: 36px;
}

.main-footer--veronica .main-footer__grid > [class*="col-"] {
  position: relative;
  z-index: 1;
}

.main-footer--veronica .footer-widget {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.main-footer--veronica .footer-widget--links,
.main-footer--veronica .footer-widget--links-center {
  padding-left: 0 !important;
  margin-top: 0 !important;
}

.main-footer--veronica .footer-widget__title {
  margin-bottom: 24px;
  color: var(--footer-title);
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 14px;
}

.main-footer--veronica .footer-widget__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--conlive-base, #ff3538) 0%, rgba(255, 53, 56, 0.25) 100%);
}

.main-footer--veronica .footer-widget--links-center .footer-widget__title::after {
  left: 50%;
  transform: translateX(-50%);
}

.main-footer--veronica .footer-widget--brand .footer-widget__text,
.main-footer--veronica .footer-widget__text {
  color: var(--footer-text);
}

.main-footer--veronica .footer-widget__links li,
.main-footer--veronica .footer-widget__info li,
.main-footer--veronica .footer-widget__info li address {
  color: var(--footer-text);
}

.main-footer--veronica .footer-widget__links li a,
.main-footer--veronica .footer-widget__info li a {
  color: var(--footer-text);
}

.main-footer--veronica .footer-widget__links li a:hover,
.main-footer--veronica .footer-widget__info li a:hover {
  color: var(--conlive-base, #ff3538);
}

.main-footer--veronica .footer-widget__links__icon,
.main-footer--veronica .footer-widget__info__icon {
  color: var(--conlive-base, #ff3538);
}

.main-footer--veronica .main-footer__logo {
  margin-bottom: 20px;
  text-align: left !important;
}

.main-footer--veronica .main-footer__logo a {
  display: inline-block;
  max-width: 100%;
}

.main-footer--veronica .main-footer__logo-img {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
}

.main-footer--veronica .footer-widget--brand .footer-widget__text {
  max-width: 340px;
  margin-bottom: 20px;
  color: var(--footer-text-muted);
  line-height: 1.7;
}

.main-footer--veronica .main-footer__social-links {
  margin-top: 4px;
}

.main-footer--veronica .main-footer__social-links .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.main-footer--veronica .footer-widget .social-links a {
  border-color: rgba(0, 0, 0, 0.12);
}

.main-footer--veronica .footer-widget .social-links__icon {
  color: var(--footer-title);
}

.main-footer--veronica .social-links--border a {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

.main-footer--veronica .social-links--border a .social-links__icon {
  color: var(--footer-title);
}

.main-footer--veronica .social-links--border a:hover {
  border-color: var(--conlive-base, #ff3538);
  background-color: var(--conlive-base, #ff3538);
  box-shadow: none;
}

.main-footer--veronica .social-links--border a:hover .social-links__icon {
  color: var(--conlive-white, #ffffff);
}

.main-footer--veronica .main-footer__bottom {
  position: relative;
  z-index: 2;
}

.main-footer--veronica .main-footer__bottom__inner {
  margin-top: 48px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(
    90deg,
    rgba(255, 53, 56, 0) 0%,
    rgba(255, 53, 56, 0.18) 50%,
    rgba(255, 53, 56, 0) 100%
  );
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: top center;
}

.main-footer--veronica .main-footer__copyright {
  color: var(--footer-text-muted);
}

.main-footer--veronica .main-footer__credit {
  margin: 0;
  font-family: var(--conlive-font, "Red Hat Text", sans-serif);
  font-size: 15px;
  font-weight: 400;
  color: var(--footer-text-muted);
  line-height: 1.625;
  text-align: right;
}

.main-footer--veronica .main-footer__credit a {
  color: var(--footer-title);
  transition: color 0.3s ease;
}

.main-footer--veronica .main-footer__credit a:hover {
  color: var(--conlive-base, #ff3538);
}

.main-footer--veronica .footer-widget__links li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-footer--veronica .footer-widget__links__icon {
  top: 0;
  flex-shrink: 0;
  width: 18px;
  justify-content: center;
}

/* Mobile nav logo */
.mobile-nav__logo-img {
  display: block;
  width: 210px;
  max-width: calc(100% - 20px);
  height: auto;
}

@media (min-width: 992px) {
  .main-footer--veronica .footer-widget--links-center {
    text-align: center;
  }

  .main-footer--veronica .footer-widget--links-center .footer-widget__title {
    text-align: center;
  }

  .main-footer--veronica .footer-widget--links-center .footer-widget__links {
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .main-footer--veronica > .container {
    padding-top: 56px;
  }

  .main-footer--veronica .main-footer__logo-img {
    width: 200px;
  }

  .main-footer--veronica .footer-widget,
  .main-footer--veronica .main-footer__logo,
  .main-footer--veronica .footer-widget--links-center,
  .main-footer--veronica .footer-widget--contact,
  .main-footer--veronica .main-footer__social-links .social-links {
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .main-footer--veronica .footer-widget--links-center .footer-widget__title,
  .main-footer--veronica .footer-widget--links-center .footer-widget__links {
    display: block;
    text-align: left;
  }

  .main-footer--veronica .footer-widget--links-center .footer-widget__title::after {
    left: 0;
    transform: none;
  }

  .main-footer--veronica .main-footer__bottom__inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-top: 36px;
  }

  .main-footer--veronica .main-footer__credit {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .main-footer--veronica .main-footer__logo-img {
    width: 180px;
  }

  .mobile-nav__logo-img {
    width: 190px;
  }
}

/* ── Hero 3D (CSS — no WebGL) ── */
.hero-wedding--3d .hero-wedding__image__box {
  perspective: 1400px;
}

.hero-wedding--3d .hero-wedding__slides {
  transform-style: preserve-3d;
}

.hero-wedding__slide .bw-hover-img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-wedding__slide .bw-hover-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* About section — fluid WebGL hover on images */
.about-five__image__box--hover {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.about-five__image__box--hover .bw-hover-img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-five__image__box--hover .bw-hover-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.about-five__image__box--hover .bw-hover-img canvas {
  border-radius: inherit;
}

/* Why Choose Us — fluid hover on center image */
.work4-section-area .others-widget-area .images .img1--hover .bw-hover-img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.work4-section-area .others-widget-area .images .img1--hover .bw-hover-img canvas {
  border-radius: 50%;
}

/* Service detail pages — fluid hover on images */
.service-details__image {
  height: auto;
  margin-bottom: 0;
}

.service-details__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: unset;
}

.service-details__image--hover {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.service-details__image--hover .bw-hover-img,
.service-details__inner__image--hover .bw-hover-img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.service-details__inner__image--hover .service-details__hover-wrap {
  display: block;
  width: 100%;
  line-height: 0;
}

.service-details__image--hover .bw-hover-img img,
.service-details__inner__image--hover .bw-hover-img img {
  display: block;
  width: 100%;
  height: auto;
}

.service-details__image--hover .bw-hover-img canvas,
.service-details__inner__image--hover .bw-hover-img canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Title + intro continue directly under the main image */
.service-details .col-xl-8 > .service-details__content,
.service-details .col-lg-7 > .service-details__content {
  margin-top: 28px;
}

.service-details__content--continue {
  margin-top: 44px;
}

.service-details .col-xl-8 > .service-details__content .service-details__box--1 {
  margin-bottom: 0;
}

.hero-wedding--3d .hero-wedding__image__kenburns {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: hero3dKenBurns 14s ease-in-out infinite alternate;
}

.hero-wedding--3d .hero-wedding__slide {
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.hero-wedding--3d .hero-wedding__slide .bw-hover-img img {
  will-change: auto;
}

.hero-wedding--3d .hero-wedding__image__tilt {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateY(var(--hero-tilt-y, 0deg)) rotateX(var(--hero-tilt-x, 0deg));
  transition: transform 0.45s ease-out;
}

.hero-wedding--3d .hero-wedding__image__tilt-wrap {
  transform-style: preserve-3d;
}

.hero-wedding--3d .hero-wedding__image__tilt-wrap.is-tilting .hero-wedding__image__tilt {
  transition: none;
}

@keyframes hero3dKenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wedding--3d .hero-wedding__image__kenburns {
    animation: none;
  }
}

/* ── Services: 3 cards per row ── */
.veronica-services .veronica-services__grid {
  margin-top: 10px;
}

.veronica-services .veronica-services__grid > [class*="col-"] {
  display: flex;
  perspective: 1000px;
}

.veronica-services .service-card-two,
.veronica-services .veronica-service-card {
  width: 100%;
  height: 100%;
  min-height: 320px;
  transform: none !important;
  display: flex;
  flex-direction: column;
}

.veronica-services .service-card-two__content {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  flex: 1;
  width: 100%;
}

.veronica-services .service-card-two__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.veronica-services .service-card-two__icon {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 14px;
  align-self: flex-start;
}

.veronica-services .service-card-two__icon .fa,
.veronica-services .service-card-two__icon .fas,
.veronica-services .service-card-two__icon .fab {
  font-size: 44px;
  line-height: 1;
}

.veronica-services .service-card-two__title {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.veronica-services .service-card-two__text {
  flex: 1;
  min-height: 104px;
  margin-bottom: 0;
}

.veronica-services .service-card-two__line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: 14px;
  background-color: rgba(var(--conlive-black-rgb, 34, 34, 34), 0.12);
  transition: background-color 0.5s ease;
}

.veronica-services .service-card-two__link {
  margin-top: 0;
  margin-bottom: 4px;
  padding-top: 0;
}

.veronica-services .service-card-two:hover .service-card-two__line {
  background-color: rgba(var(--conlive-white-rgb, 255, 255, 255), 0.25);
}

.veronica-services .veronica-service-card {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .veronica-services .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

/* ── Why Choose Us (Eitech work4 layout) ── */
.work4-section-area {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.work4-section-area .others-widget-area .card-boxarea {
  position: relative;
}

.work4-section-area .sec-title {
  margin-bottom: 50px;
}

.work4-section-area .space30 {
  height: 30px;
}

.work4-section-area .others-widget-area {
  background: var(--conlive-white, #ffffff);
  border-radius: 16px;
  position: relative;
  overflow: visible;
}

.work4-section-area .others-widget-area > .row {
  overflow: visible;
}

.work4-section-area .others-widget-area > .row > [class*="col-"] {
  overflow: visible;
}

.work4-section-area .others-widget-area .card-boxarea:hover h3 {
  transform: rotateY(360deg);
  transition: all 0.4s ease;
}

.work4-section-area .others-widget-area .card-boxarea h3 {
  line-height: 60px;
  letter-spacing: -0.24px;
  display: inline-block;
  position: relative;
  z-index: 3;
  transition: all 0.4s ease;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: 0;
  text-align: center;
  background: rgba(var(--conlive-base-rgb, 255, 53, 56), 0.08);
}

.work4-section-area .others-widget-area .card-boxarea h3 i {
  font-size: 22px;
  line-height: 60px;
  color: var(--conlive-base, #ff3538);
  transition: color 0.4s ease;
}

.work4-section-area .others-widget-area .card-boxarea:hover h3 {
  background: var(--conlive-base, #ff3538);
}

.work4-section-area .others-widget-area .card-boxarea:hover h3 i {
  color: var(--conlive-white, #ffffff);
}

.work4-section-area .others-widget-area .content-area,
.work4-section-area .others-widget-area .content-area2 {
  background: #f7f7f8;
  padding: 28px;
  border-radius: 8px;
  text-align: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.work4-section-area .others-widget-area .content-area {
  margin: 0 40px 0 0;
}

.work4-section-area .others-widget-area .content-area2 {
  margin: 0 0 0 40px;
}

.work4-section-area .others-widget-area .content-area::after,
.work4-section-area .others-widget-area .content-area2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 0;
  top: 0;
  background: var(--conlive-base, #ff3538);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.work4-section-area .others-widget-area .content-area:hover::after,
.work4-section-area .others-widget-area .content-area2:hover::after {
  width: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.work4-section-area .others-widget-area .content-area:hover .content-area__title,
.work4-section-area .others-widget-area .content-area:hover p,
.work4-section-area .others-widget-area .content-area2:hover .content-area__title,
.work4-section-area .others-widget-area .content-area2:hover p {
  color: var(--conlive-white, #ffffff);
}

.work4-section-area .others-widget-area .content-area__title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--conlive-black, #222222);
  transition: color 0.4s ease;
}

.work4-section-area .others-widget-area .content-area p,
.work4-section-area .others-widget-area .content-area2 p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: rgba(var(--conlive-black-rgb, 34, 34, 34), 0.75);
  opacity: 0.9;
  transition: color 0.4s ease;
}

.work4-section-area .others-widget-area .card-boxarea.box1 h3 {
  position: relative;
  left: -6px;
  margin-bottom: 20px;
}

.work4-section-area .others-widget-area .card-boxarea.box2 h3 {
  position: relative;
  left: -13px;
  margin-top: 13px;
}

.work4-section-area .others-widget-area .card-boxarea.box3 h3 {
  position: relative;
  left: 20px;
  margin-top: -33px;
  margin-bottom: 16px;
}

.work4-section-area .others-widget-area .card-boxarea.box4 h3 {
  position: relative;
  left: 32px;
  margin-top: 16px;
  margin-bottom: -16px;
}

.work4-section-area .others-widget-area .images {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.work4-section-area .others-widget-area .images .elements12 {
  position: absolute;
  top: -56px;
  left: -45px;
  z-index: 1;
  pointer-events: none;
}

.work4-section-area .others-widget-area .images .elements13 {
  position: absolute;
  bottom: -54px;
  left: -52px;
  z-index: 1;
  pointer-events: none;
}

.work4-section-area .others-widget-area .images .elements14 {
  position: absolute;
  top: -44px;
  right: -61px;
  z-index: 1;
  pointer-events: none;
}

.work4-section-area .others-widget-area .images .elements15 {
  position: absolute;
  bottom: -44px;
  right: -66px;
  z-index: 1;
  pointer-events: none;
}

.work4-section-area .others-widget-area .images .img1 {
  position: relative;
  z-index: 2;
  background: rgba(var(--conlive-base-rgb, 255, 53, 56), 0.08);
  padding: 16px;
  border-radius: 50%;
}

.work4-section-area .others-widget-area .images .img1 img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .work4-section-area .others-widget-area .images .elements12,
  .work4-section-area .others-widget-area .images .elements13,
  .work4-section-area .others-widget-area .images .elements14,
  .work4-section-area .others-widget-area .images .elements15 {
    display: none;
  }

  .work4-section-area .others-widget-area .card-boxarea.box1 h3,
  .work4-section-area .others-widget-area .card-boxarea.box2 h3,
  .work4-section-area .others-widget-area .card-boxarea.box3 h3,
  .work4-section-area .others-widget-area .card-boxarea.box4 h3 {
    left: 0;
    margin: 0 0 16px;
  }

  .work4-section-area .others-widget-area .card-boxarea .text-end,
  .work4-section-area .others-widget-area .card-boxarea > div:not(.content-area):not(.content-area2) {
    text-align: center !important;
  }

  .work4-section-area .others-widget-area .images {
    margin: 30px auto;
    max-width: 320px;
  }

  .work4-section-area .others-widget-area .content-area,
  .work4-section-area .others-widget-area .content-area2 {
    margin: 0;
  }
}

/* ── Testimonials (clean grid, no dark bg / scroll shapes) ── */
.testimonials-two--veronica {
  background-color: transparent;
  overflow: visible;
}

.testimonials-two--veronica .testimonials-two__carousel {
  position: relative;
}

.testimonials-two--veronica .testimonials-two__carousel .item {
  height: 100%;
}

.testimonials-two--veronica .testimonials-two__card {
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.testimonials-two--veronica .testimonials-two__card:hover {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}


.testimonials-two--veronica .testimonials-two__top,
.testimonials-two--veronica .testimonials-two__nav {
  display: none;
}

.testimonials-two--veronica .testimonials-two__card__quote,
.testimonials-two--veronica .testimonials-two__card__name,
.testimonials-two--veronica .testimonials-two__card__designation,
.testimonials-two--veronica .testimonials-two__card__rating__text {
  color: rgba(var(--conlive-black-rgb, 34, 34, 34), 0.85);
}

.testimonials-two--veronica .testimonials-two__card__quote span {
  color: var(--conlive-base, #ff3538);
}

/* ── About page breadcrumb (centered, bg only) ── */
.page-header--about {
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: calc(var(--veronica-header-height) + 48px) 0 72px;
  text-align: center;
}

.page-header--about .container {
  width: 100%;
}

.page-header--about .page-header__content {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-header--about .page-header__title {
  margin-bottom: 18px;
}

.page-header--about .conlive-breadcrumb {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .page-header--about {
    min-height: 360px;
    padding: calc(var(--veronica-header-height) + 36px) 0 56px;
  }
}

@media (max-width: 767px) {
  .page-header--about {
    min-height: 300px;
    padding: calc(var(--veronica-header-height) + 28px) 0 48px;
  }

  .page-header--about .page-header__title {
    font-size: 42px;
  }
}

/* ── Gallery page grid (same size as index instagram slider) ── */
.gallery-page--veronica .gallery-page__grid {
  --bs-gutter-x: 20px;
}

.gallery-page--veronica .gallery-page__card {
  aspect-ratio: 318 / 273;
  width: 100%;
}

.gallery-page--veronica .gallery-page__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 500ms ease, opacity 500ms ease;
}

.gallery-page--veronica .gallery-page__card:hover img {
  transform: scale(1.05);
}

@media (min-width: 992px) {
  .gallery-page--veronica .gallery-page__grid > [class*="col-"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

/* Service detail pages — Font Awesome checkmarks in feature list */
.service-details__inner__list li .fas.fa-check {
  color: var(--conlive-base, #c9a227);
  margin-right: 10px;
  font-size: 14px;
}

/* Blog cards — keep content inside card after CTA button removed */
.blog-card-two {
  padding-bottom: 20px;
  overflow: hidden;
}

.blog-card-two__overlay {
  height: 100%;
}

.blog-card-two__content {
  padding-bottom: 25px;
}

.blog-card-two__title {
  margin-bottom: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Contact page — keep long email inside info boxes */
.contact-one__info__content {
  min-width: 0;
  flex: 1;
}

.contact-one__info__link {
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer-widget__info li > div,
.footer-widget__info address,
.mobile-nav__contact li,
.sidebar-two__info__list li {
  min-width: 0;
  max-width: 100%;
}

.footer-widget__info a,
.mobile-nav__contact a,
.sidebar-two__info__list a,
.sidebar-two__info__list address {
  overflow-wrap: anywhere;
  word-break: break-word;
}

