.elementor-180 .elementor-element.elementor-element-3dcc4ea{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-180 .elementor-element.elementor-element-eca2d4f{width:var( --container-widget-width, 102.395% );max-width:102.395%;--container-widget-width:102.395%;--container-widget-flex-grow:0;}.elementor-180 .elementor-element.elementor-element-eca2d4f.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-eca2d4f */.service-page {
  font-family: "Inter", "Poppins", Arial, sans-serif;
  color: #062746;
  background: #ffffff;
  overflow-x: hidden;
}

.service-page * {
  box-sizing: border-box;
}

.service-hero {
  position: relative;
  width: calc(100% - 28px);
  margin: 14px auto 0;
  min-height: 430px;
  background: #062746;
  overflow: hidden;
  animation: heroFade 0.8s ease both;
}

.hero-left {
  position: relative;
  z-index: 5;
  width: 52%;
  padding: 48px 35px 46px 38px;
  color: #ffffff;
}

.breadcrumb {
  font-size: 10px;
  color: #d8ecff;
  margin-bottom: 25px;
}

.breadcrumb a {
  color: #d8ecff;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #13a7ef;
}

.breadcrumb span {
  margin: 0 8px;
  color: #6ed7ff;
}

.hero-left h1 {
  color: #ffffff !important;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -0.8px;
}

.hero-sub {
  max-width: 540px;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 30px;
}

.hero-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 61%;
  height: 100%;
  clip-path: ellipse(75% 100% at 78% 50%);
  border-left: 4px solid #32bdf5;
}

.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoom 12s ease-in-out infinite alternate;
}

.hero-points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero-points > div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border-right: 1px solid rgba(255,255,255,0.24);
}

.hero-points > div:first-child {
  padding-left: 0;
}

.hero-points > div:last-child {
  border-right: none;
}

.hero-icon {
  width: 31px;
  height: 31px;
  border: 1.5px solid #18a9ee;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #18a9ee;
  font-size: 13px;
  position: relative;
  animation: iconFloat 2.8s ease-in-out infinite;
}

.hero-icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(24,169,238,0.35);
  animation: iconPulse 2s ease-in-out infinite;
}

.hero-points > div:nth-child(2) .hero-icon {
  animation-delay: 0.2s;
}

.hero-points > div:nth-child(3) .hero-icon {
  animation-delay: 0.4s;
}

.hero-points > div:nth-child(4) .hero-icon {
  animation-delay: 0.6s;
}

.hero-points strong {
  display: block;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-points small {
  display: block;
  color: #ffffff;
  font-size: 9px;
  font-weight: 500;
}

.about-service {
  padding: 72px 20px 45px;
}

.content-wrap {
  max-width: 1050px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 55px;
  align-items: start;
}

.mini-title {
  display: block;
  color: #159ee7;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.center {
  text-align: center;
}

.about-text h2,
.features-section h2,
.process-section h2,
.regulation-section h2,
.who-section h2,
.license-section h2,
.documents-section h2,
.why-section h2,
.faq-section h2,
.final-cta h2 {
  color: #062746;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 16px;
}

.about-text p,
.documents-section p,
.why-content p,
.section-intro {
  color: #52616f;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.about-text ul,
.why-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-text li,
.why-content li {
  color: #52616f;
  font-size: 13px;
  line-height: 1.9;
  position: relative;
  padding-left: 22px;
}

.about-text li::before,
.why-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #159ee7;
  font-weight: 800;
}

.consult-form {
  background: #ffffff;
  border: 1px solid #dbe7f3;
  border-radius: 16px;
  padding: 34px 30px 30px;
  width: 100%;
  max-width: 430px;
  box-shadow: 0 22px 55px rgba(7, 43, 74, 0.08);
  position: sticky;
  top: 20px;
}

.consult-form h3 {
  font-size: 25px;
  font-weight: 800;
  color: #062746;
  margin-bottom: 12px;
}

.consult-form p {
  font-size: 15px;
  line-height: 1.6;
  color: #53657a;
  margin-bottom: 22px;
}

.consult-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.consult-form input {
  height: 48px;
  border: 1px solid #d6e4f0;
  border-radius: 7px;
  background: #ffffff;
  color: #062746;
  font-size: 15px;
  font-weight: 500;
  padding: 0 13px;
  outline: none;
  width: 100%;
}

.consult-form input::placeholder {
  color: #9aa7b5;
}

.consult-form input:focus {
  border-color: #13a7ef;
  box-shadow: 0 0 0 3px rgba(19, 167, 239, 0.12);
}

.phone-row {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 9px;
  position: relative;
}

.country-select {
  position: relative;
  width: 100%;
}

.country-btn {
  width: 100%;
  height: 48px;
  border: 1px solid #d6e4f0;
  border-radius: 7px;
  background: #ffffff;
  color: #062746;
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
}

.country-btn::after {
  content: "⌄";
  float: right;
  font-size: 15px;
}

.country-menu {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  width: 315px;
  max-height: 260px;
  overflow-y: auto;
  background: #062746;
  border-radius: 8px;
  z-index: 99999;
  box-shadow: 0 18px 45px rgba(6, 39, 70, 0.25);
}

.country-select.active .country-menu {
  display: block;
}

.country-menu div {
  padding: 12px 14px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.25s ease;
}

.country-menu div:hover {
  background: #13a7ef;
  color: #ffffff;
}

.submit-btn {
  height: 50px;
  border: none;
  border-radius: 6px;
  background: #13a7ef;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 18px 35px rgba(19, 167, 239, 0.25);
}

.submit-btn:hover {
  background: #062746;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 35px rgba(6, 39, 70, 0.30);
}

.submit-btn span {
  margin-left: 10px;
  font-size: 20px;
}

.section-container {
  max-width: 1050px;
  margin: auto;
}

.who-section,
.license-section,
.documents-section,
.why-section,
.faq-section {
  padding: 65px 20px;
}

.who-section {
  background: #f7fbff;
  text-align: center;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 32px;
}

.who-grid,
.license-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.info-card,
.license-card {
  background: #ffffff;
  border: 1px solid #eaf1f7;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: left;
  box-shadow: 0 16px 45px rgba(7,43,74,0.06);
  transition: 0.35s ease;
}

.info-card:hover,
.license-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(7,43,74,0.12);
}

.info-card h3,
.license-card h3 {
  font-size: 14px;
  color: #062746;
  font-weight: 800;
  margin: 10px 0 8px;
}

.info-card p,
.license-card p {
  font-size: 12px;
  color: #52616f;
  line-height: 1.6;
  margin: 0;
}

.features-section {
  padding: 65px 20px 75px;
  text-align: center;
}

.feature-grid {
  max-width: 980px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  text-align: left;
  background: #ffffff;
  border-radius: 10px;
  padding: 24px 22px;
  box-shadow: 0 16px 45px rgba(7,43,74,0.08);
  border: 1px solid #eef4f8;
  transition: 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 24px 60px rgba(7,43,74,0.14);
}

.card-icon,
.license-icon {
  width: 38px;
  height: 38px;
  border: 1.5px solid #26b7ff;
  color: #26b7ff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  font-size: 15px;
  position: relative;
  animation: iconFloat 3s ease-in-out infinite;
}

.card-icon::after,
.license-icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(38,183,255,0.35);
  animation: iconPulse 2.3s ease-in-out infinite;
}

.feature-card h3 {
  font-size: 14px;
  font-weight: 800;
  color: #062746;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 12px;
  color: #52616f;
  line-height: 1.6;
  margin: 0;
}

.license-section {
  background: #f7fbff;
  text-align: center;
}

.documents-section {
  background: #ffffff;
}

.doc-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 45px;
  align-items: start;
}

.doc-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.doc-list div {
  background: #f7fbff;
  border: 1px solid #e6f0f8;
  border-radius: 10px;
  padding: 18px;
  display: flex;
  gap: 12px;
  transition: 0.35s ease;
}

.doc-list div:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(7,43,74,0.08);
}

.doc-list span {
  color: #159ee7;
  font-size: 12px;
  font-weight: 900;
}

.doc-list p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.regulation-section {
  background: #062746;
  color: #ffffff;
  padding: 70px 20px;
  margin: 0 14px;
}

.regulation-section h2 {
  color: #ffffff;
}

.regulation-section p {
  color: #dbeeff;
  font-size: 13px;
  line-height: 1.8;
  max-width: 880px;
  margin-bottom: 30px;
}

.dark-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dark-grid div {
  background: #0d3c67;
  border-radius: 10px;
  padding: 22px;
  transition: 0.35s ease;
}

.dark-grid div:hover {
  transform: translateY(-8px);
  background: #104b7e;
}

.dark-grid h3 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 8px;
}

.dark-grid p {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
}

.process-section {
  padding: 70px 20px 85px;
  text-align: center;
}

.process-grid {
  max-width: 980px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process-step {
  position: relative;
  text-align: center;
  transition: 0.35s ease;
}

.process-step span {
  color: #159ee7;
  font-size: 11px;
  font-weight: 800;
}

.process-icon {
  width: 52px;
  height: 52px;
  margin: 8px auto 15px;
  border-radius: 50%;
  background: #062746;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 19px;
  transition: 0.35s ease;
  animation: iconFloat 3s ease-in-out infinite;
}

.process-step:hover .process-icon {
  transform: translateY(-6px) scale(1.08);
  background: #149ee8;
}

.process-step h3 {
  font-size: 13px;
  color: #062746;
  font-weight: 800;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 11.5px;
  color: #52616f;
  line-height: 1.55;
}

.why-section {
  background: #f7fbff;
}

.why-wrap {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 45px;
  align-items: center;
}

.why-box {
  background: #062746;
  color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 22px 55px rgba(7,43,74,0.12);
}

.why-box h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.why-box p {
  color: #dbeeff;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.why-box a,
.final-cta a {
  display: inline-block;
  background: #13a7ef;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.3s ease;
}

.why-box a:hover,
.final-cta a:hover {
  background: #ffffff;
  color: #062746;
  transform: translateY(-2px);
}

.faq-section {
  text-align: center;
}

.faq-grid {
  max-width: 920px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  text-align: left;
}

.faq-item {
  border: 1px solid #e8f1f8;
  border-radius: 10px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(7,43,74,0.05);
}

.faq-item h3 {
  font-size: 14px;
  color: #062746;
  font-weight: 800;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 12px;
  color: #52616f;
  line-height: 1.65;
  margin: 0;
}

.final-cta {
  background: #062746;
  color: #ffffff;
  text-align: center;
  padding: 70px 20px;
  margin: 0 14px 14px;
}

.final-cta h2 {
  color: #ffffff;
  max-width: 760px;
  margin: 0 auto 15px;
}

.final-cta p {
  color: #dbeeff;
  font-size: 13px;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 25px;
}

/* Animations */

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

@keyframes iconFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes iconPulse {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.25);
    opacity: 0.15;
  }

  100% {
    transform: scale(0.85);
    opacity: 0.8;
  }
}

/* Responsive */

@media (max-width: 1050px) {
  .hero-left {
    width: 58%;
  }

  .hero-right {
    width: 58%;
  }

  .hero-left h1 {
    font-size: 34px;
  }

  .content-wrap {
    gap: 35px;
    grid-template-columns: 1fr 390px;
  }
}

@media (max-width: 900px) {
  .service-hero {
    min-height: auto;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    position: relative;
    width: 100%;
    height: 320px;
    clip-path: none;
    border-left: none;
    border-top: 4px solid #32bdf5;
  }

  .content-wrap,
  .doc-wrap,
  .why-wrap {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .dark-grid,
  .process-grid,
  .who-grid,
  .license-grid {
    grid-template-columns: 1fr 1fr;
  }

  .consult-form {
    max-width: 100%;
    position: static;
  }
}

@media (max-width: 600px) {
  .service-hero {
    width: calc(100% - 18px);
    margin-top: 9px;
  }

  .hero-left {
    padding: 35px 22px;
  }

  .hero-left h1 {
    font-size: 30px;
  }

  .hero-sub {
    font-size: 12.5px;
  }

  .hero-points {
    gap: 14px;
  }

  .hero-points > div {
    border-right: none;
    padding: 0;
    width: 45%;
  }

  .about-service,
  .who-section,
  .license-section,
  .documents-section,
  .why-section,
  .faq-section,
  .process-section {
    padding: 48px 18px;
  }

  .consult-form {
    padding: 28px 20px;
  }

  .phone-row {
    grid-template-columns: 1fr;
  }

  .country-menu {
    width: 100%;
  }

  .feature-grid,
  .dark-grid,
  .process-grid,
  .who-grid,
  .license-grid,
  .doc-list,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .regulation-section,
  .final-cta {
    margin-left: 9px;
    margin-right: 9px;
  }

  .about-text h2,
  .features-section h2,
  .process-section h2,
  .regulation-section h2,
  .who-section h2,
  .license-section h2,
  .documents-section h2,
  .why-section h2,
  .faq-section h2,
  .final-cta h2 {
    font-size: 24px;
  }
}
.trademark-registration-page .hero-icon,
.trademark-registration-page .card-icon,
.trademark-registration-page .license-icon,
.trademark-registration-page .process-icon {
  will-change: transform;
}

.trademark-registration-page .hero-left h1 {
  max-width: 590px;
}

.trademark-registration-page .hero-sub {
  max-width: 575px;
}

.trademark-registration-page .final-cta {
  margin-bottom: 14px;
}/* End custom CSS */