
 #top #header_main > .container, #top #header_main > .container .main_menu  .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link{ height:100px; line-height: 100px; }
 .html_top_nav_header .av-logo-container{ height:100px;  }
 .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:130px; } 


.customprofile-container {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.customprofile-card {
  width: 300px;
  height: 400px;
  perspective: 1000px;
}

.customprofile-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.customprofile-card:hover .customprofile-card-inner {
  transform: rotateY(180deg);
}

.customprofile-card-front,
.customprofile-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.customprofile-card-front {
  background-color: #f0f0f0;
}

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

.customprofile-card-back {
  background: #fff;
  transform: rotateY(180deg);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.customprofile-card-back h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #222;
}

.customprofile-card-back p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.customprofile-social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 15px;
}

.customprofile-social-icons img {
  width: 24px;
  height: 24px;
  filter: invert(30%);
  transition: filter 0.3s, transform 0.3s;
}

.customprofile-social-icons img:hover {
  filter: invert(55%) sepia(100%) saturate(400%) hue-rotate(180deg);
  transform: scale(1.1);
}

.customprofile-link {
  display: inline-block;
  text-decoration: none;
  color: #1e88e5;
  font-weight: 600;
  margin-top: 10px;
  transition: color 0.3s;
}

.customprofile-link:hover {
  color: #1565c0;
}




.customprofile-profile-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  border-top: 2px solid #eee;
}

.customprofile-profile-image img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.customprofile-profile-content {
  flex: 1;
  min-width: 280px;
}

.customprofile-profile-content h2 {
  font-size: 28px;
  margin-bottom: 5px;
  color: #222;
}

.customprofile-profile-content h4 {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.customprofile-profile-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

.customprofile-links a {
  color: #1e88e5;
  text-decoration: none;
  font-weight: 500;
}

.customprofile-links a:hover {
  text-decoration: underline;
}

.customprofile-profile-icons {
  display: flex;
  gap: 16px;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.customprofile-profile-icons a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-right: 16px;
}

.customprofile-profile-icons a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 4px;
  height: 20px;
  width: 1px;
  background-color: #ccc;
}

.customprofile-profile-icons img {
  height: 24px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.7);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.customprofile-profile-icons a:hover img {
  filter: none;
  transform: scale(1.05);
}

.sci-features {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
  font-family: inherit;
}
.sci-feature-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 100px;
  gap: 60px;
}
.sci-feature-block:nth-child(even) {
  flex-direction: row-reverse;
}
.sci-feature-img {
  flex: 1;
  min-width: 300px;
  position: relative;
}
.sci-feature-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  transition: transform 0.5s ease;
  display: block;
}
.sci-feature-img img:hover {
  transform: scale(1.05);
}
.sci-feature-content {
  flex: 1;
  min-width: 300px;
}
.sci-feature-content h3 {
  font-size: 1.8rem !important;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}
.sci-feature-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}
.sci-feature-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sci-feature-content li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #333;
}
.sci-feature-content li::before {
  content: "✔";
  color: #2563eb;
  font-weight: bold;
  margin-right: 8px;
}
.sci-feature-label {
  color: #2563eb;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}



@font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal; font-display: auto;
src: url('/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff2') format('woff2'),
url('/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff') format('woff'),
url('/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf') format('truetype'), 
url('/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg#entypo-fontello') format('svg'),
url('/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot'),
url('/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?#iefix') format('embedded-opentype');
} #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }

/* justice.woff2 404 on original backend (checked 2026-08-22 via curl, returns 404 HTML).
   Fallback to woff/ttf so icons still render; note in docs. */
@font-face {font-family: 'justice'; font-weight: normal; font-style: normal; font-display: auto;
src: url('/wp-content/uploads/avia_fonts/justice/justice.woff') format('woff'),
url('/wp-content/uploads/avia_fonts/justice/justice.ttf') format('truetype'), 
url('/wp-content/uploads/avia_fonts/justice/justice.svg#justice') format('svg'),
url('/wp-content/uploads/avia_fonts/justice/justice.eot'),
url('/wp-content/uploads/avia_fonts/justice/justice.eot?#iefix') format('embedded-opentype');
} #top .avia-font-justice, body .avia-font-justice, html body [data-av_iconfont='justice']:before{ font-family: 'justice'; }

