/*
Theme Name: Dynamic Theme 1
Version: 1.0.0
*/

.customizer-content {
  font-family: var(--primary-font) !important;
  font-size: var(--default-size, 16px);
}

.customizer-content h1 {
  font-size: var(--h1-size, 36px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h2 {
  font-size: var(--h2-size, 30px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h3 {
  font-size: var(--h3-size, 24px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h4 {
  font-size: var(--h4-size, 18px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h5 {
  font-size: var(--h5-size, 14px);
  font-family: var(--hedings-font, --primary-font);
}

.customizer-content h6 {
  font-size: var(--h6-size, 12px);
  font-family: var(--hedings-font, --primary-font);
}

body {
  position: relative;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  font-family: var(--primary-font);
  font-size: var(--default-size, 16px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body h1 {
  font-size: var(--h1-size, 36px);
  font-family: var(--hedings-font, --primary-font);
}

.body h2 {
  font-size: var(--h2-size, 30px);
  font-family: var(--hedings-font, --primary-font);
}

.body h3 {
  font-size: var(--h3-size, 24px);
  font-family: var(--hedings-font, --primary-font);
}

.body h4 {
  font-size: var(--h4-size, 18px);
  font-family: var(--hedings-font, --primary-font);
}

.body h5 {
  font-size: var(--h5-size, 14px);
  font-family: var(--hedings-font, --primary-font);
}

.body h6 {
  font-size: var(--h6-size, 12px);
  font-family: var(--hedings-font, --primary-font);
}

/* Reusable Styles */
h2.highlight-title {
  display: inline;
  background: linear-gradient(to top, var(--primary-color, #ffb607) 12px, transparent 12px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-position-y: 55px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
}

/* Header Default --------------------------------------------------------------------- */
.header-default {
  position: relative;
  z-index: 3;
}

.header-default .container {
  padding-top: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header-default .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-default .branding-mobile {
  display: none;
}

.header-default .branding {
  display: block;
}

.header-default .phone-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fff;
}

.header-default .phone-wrapper .phone {
  color: #000;
  text-align: center;
  font-family: "TownWeb Kaneda Gothic TownWeb";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-left: 8px;
  padding-right: 48px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
}

.header-default .phone-wrapper i {
  font-size: 24px;
  color: var(--primary-color, #ffb607);
  margin-left: 44px;
}

/* Header Thankyou ------------------------------------------------------------------------- */
.header-thankyou {
  position: relative;
  z-index: 3;
  height: 100px;
  background-color: #202020;
}

.header-thankyou .header-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Section Hero Braga --------------------------------------------------------------------- */
.section-hero-braga {
  position: relative;
}

.section-hero-braga .hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.44);
}

.section-hero-braga .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.section-hero-braga .left-section {
  display: flex;
  flex-direction: column;
  gap: 97px;
  width: 50%;
  color: white;
}

.section-hero-braga .left-section .top-part h2 {
  color: var(--primary-color, #ffb607);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.section-hero-braga .left-section .top-part h1 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.section-hero-braga .left-section .top-part p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.section-hero-braga .badges {
  display: flex;
  width: 100%;
  gap: 20px;
  padding-right: 50px;
  flex-wrap: wrap;
}

.section-hero-braga .badge {
  padding: 20px;
  border-radius: 10px;
  background: rgba(252, 230, 175, 0.24);
  backdrop-filter: blur(5.487804889678955px);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.section-hero-braga .badge .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.section-hero-braga .badge i {
  color: var(--primary-color, #ffb607);
  font-size: 36px;
}

.section-hero-braga .badge h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

.section-hero-braga .badge p {
  color: #fff;
  text-align: center;
  font-size: 20.07px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.105px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.section-hero-braga .certifications {
  margin-top: 20px;
  display: flex;
  width: 100%;
  gap: 20px;
  padding-right: 50px;
}

.section-hero-braga .certifications .certification {
  flex: 1;
  height: 100px;
}

.section-hero-braga .certifications .certification img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-hero-braga .right-section {
  border-radius: 20px;
  background: linear-gradient(138deg, #ffbb24 2.61%, #ffd475 97.39%);
  padding: 34px;
  width: calc(50% - 72px);
}

.section-hero-braga .right-section h3 {
  color: #000;
  text-align: center;
  font-family: "TownWeb Kaneda Gothic TownWeb";
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.section-hero-braga .right-section p {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.section-hero-braga .form-row {
  display: flex;
  gap: 16px;
}

.section-hero-braga form input,
.section-hero-braga form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border: none;
  border-radius: 8px;
  border: 1.6px solid #d3cdcd;
  background: #fff;
  color: #727272;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 21px;
  padding-bottom: 18px;
  padding-left: 16px;
}
.section-hero-braga form select {
  color: #000;
}

.section-hero-braga form button {
  margin-top: 12px;
  width: 100%;
  color: white;
  padding-top: 16px;
  padding-bottom: 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  border-radius: 12px;
  background: #202020;
  color: #fff;
  text-align: center;
  font-family: "TownWeb Kaneda Gothic TownWeb";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.section-hero-braga form button:hover {
  background: #fff;
  color: #202020;
}

/* Section Hero --------------------------------------------------------------------- */
.section-hero {
  position: relative;
}

.section-hero .hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.44);
}

.section-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.section-hero .left-section {
  display: flex;
  flex-direction: column;
  gap: 97px;
  width: 50%;
  color: white;
}

.section-hero .left-section .top-part h2 {
  color: var(--primary-color, #ffb607);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.section-hero .left-section .top-part h1 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.section-hero .left-section .top-part p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.section-hero .badges {
  display: flex;
  width: 100%;
  gap: 20px;
  padding-right: 50px;
  flex-wrap: wrap;
}

.section-hero .badge {
  padding: 20px;
  border-radius: 10px;
  background: rgba(252, 230, 175, 0.24);
  backdrop-filter: blur(5.487804889678955px);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.section-hero .badge .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.section-hero .badge i {
  color: var(--primary-color, #ffb607);
  font-size: 36px;
}

.section-hero .badge h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

.section-hero .badge p {
  color: #fff;
  text-align: center;
  font-size: 20.07px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.105px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.section-hero .certifications {
  margin-top: 20px;
  display: flex;
  width: 100%;
  gap: 20px;
  padding-right: 50px;
}

.section-hero .certifications .certification {
  flex: 1;
  height: 100px;
}

.section-hero .certifications .certification img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-hero .right-section {
  border-radius: 20px;
  background: linear-gradient(138deg, #ffbb24 2.61%, #ffd475 97.39%);
  padding: 34px;
  width: calc(50% - 72px);
}

.section-hero .right-section h3 {
  color: #000;
  text-align: center;
  font-family: "TownWeb Kaneda Gothic TownWeb";
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.section-hero .right-section p {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.section-hero .form-row {
  display: flex;
  gap: 16px;
}

.section-hero form input,
.section-hero form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border: none;
  border-radius: 8px;
  border: 1.6px solid #d3cdcd;
  background: #fff;
  color: #727272;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 21px;
  padding-bottom: 18px;
  padding-left: 16px;
}
.section-hero form select {
  color: #000;
}

.section-hero form button {
  margin-top: 12px;
  width: 100%;
  color: white;
  padding-top: 16px;
  padding-bottom: 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  border-radius: 12px;
  background: #202020;
  color: #fff;
  text-align: center;
  font-family: "TownWeb Kaneda Gothic TownWeb";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.section-hero form button:hover {
  background: #fff;
  color: #202020;
}

/* Section Info --------------------------------------------------------------------- */
.section-info {
  padding: 120px 0;
}

.section-info .left-section {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.section-info .left-section .top-part p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 36px;
}

.section-info .left-section .bottom-part {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}

.section-info .feature-box {
  display: flex;
  padding: 25px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  flex: 0 0 calc(50% - 7px);
  box-sizing: border-box;
  border-radius: 12px;
  border: 1.5px solid #dfdfdf;
  background: #fff;
}

.section-info .feature-icon i {
  color: var(--primary-color, #ffb607);
  font-size: 33px;
}

.section-info .feature-content {
  align-self: stretch;
  color: #000;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.section-info .row {
  height: 100%;
}

.section-info .right-section {
  display: flex;
  height: 100%;
  padding-left: 52px;
}

.section-info .right-section img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 12px;
}

/* Section Services --------------------------------------------------------------------- */
.section-services {
  padding: 120px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(228, 232, 244, 0.5) 100%);
}

.section-services .title-wrapper {
  margin-bottom: 64px;
  text-align: center;
}

.section-services .services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.section-services .services-wrapper .service {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(50% - 20px);
  box-sizing: border-box;
  background: #000;
  border-radius: 12px;
  padding: 10px 25px;
  height: 420px;
  display: flex;
  width: 100%;
  min-height: 200px;
  justify-content: start;
  align-items: end;
}

.section-services .services-wrapper .service .service-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 0;
}

.section-services .services-wrapper .service:hover .service-bg {
  transform: scale(1.1);
}

.section-services .service-content {
  position: relative;
  z-index: 1;
  color: white;
}

.section-services .services-wrapper .service .service-content h2 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

/* Section Manufacturers --------------------------------------------------------------------- */
.section-manufacturers {
  padding: 120px 0;
}

.section-manufacturers .title-wrapper {
  margin-bottom: 64px;
  text-align: center;
}

.section-manufacturers .manufacturers-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  padding: 0px 144px;
}

.section-manufacturers .manufacturers-wrapper .manufacturer {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(33% - 0px);
  box-sizing: border-box;
  padding: 0;
  height: 155px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.section-manufacturers .manufacturers-wrapper .manufacturer .manufacturer-img {
  height: 100%;
}

/* Section Gallery Masonry --------------------------------------------------------------------- */
.section-gallery-masonry {
  padding: 88px 0;
}

.section-gallery-masonry .title-wrapper {
  margin-bottom: 64px;
  text-align: center;
}

.section-gallery-masonry .gallery-wrapper {
  column-count: 3;
  column-gap: 16px;
}

.section-gallery-masonry .gallery-wrapper .gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
}

.section-gallery-masonry .gallery-wrapper .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 4px 8px 10px 0px rgba(0, 0, 0, 0.12);
}

/* Section Testimonials --------------------------------------------------------------------- */
.section-testimonials {
  position: relative;
  padding: 60px 0;
  min-height: 200px;
  width: 100%;
}

.section-testimonials .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.section-testimonials .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-testimonials .testimonials-wrapper {
  margin-top: 44px;
  margin-bottom: 41px;
  width: 100%;
}

.section-testimonials h2.section-title {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 30px;
}

.section-testimonials .slider-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.section-testimonials .testimonial-slider {
  position: relative;
}

.section-testimonials .testimonial-item {
  background: white;
  padding: 20px;
  margin: 0 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100px;
}

.section-testimonials .testimonial-item .testimonial-item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
}

.section-testimonials .testimonial-item .testimonial-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-testimonials .testimonial-item .testimonial-item-header .author-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

.section-testimonials .testimonial-item .testimonial-item-header .author-wrapper img {
  width: 64px;
}

.section-testimonials .testimonial-item .testimonial-item-header .author-wrapper .name-badge {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.section-testimonials .testimonial-item .author-wrapper .author-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4px;
}

.section-testimonials .testimonial-item .testimonial-item-header .author-wrapper .name {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.section-testimonials .testimonial-item .testimonial-item-header .author-wrapper .date {
  color: #878787;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.section-testimonials .testimonial-item .testimonial-item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-testimonials .testimonial-item .testimonial-item-body .stars {
  color: var(--primary-color, #ffb607);
  font-size: 22px;
  margin-bottom: 11px;
}

.section-testimonials .testimonial-item .testimonial-item-body .description {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  flex-grow: 1;
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Scrollbar Styles for WebKit Browsers */
.section-testimonials .testimonial-item .testimonial-item-body .description::-webkit-scrollbar {
  width: 3px; /* Thin scrollbar */
}

.section-testimonials .testimonial-item .testimonial-item-body .description::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.section-testimonials .testimonial-item .testimonial-item-body .description::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* Red with 0.5 opacity */
  border-radius: 10px;
}

/* Optional for scrollbar on hover */
.section-testimonials .testimonial-item .testimonial-item-body .description::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.section-testimonials .slick-prev,
.section-testimonials .slick-next {
  width: 40px;
  height: 40px;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(25, 33, 61, 0.4) !important;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(10px);
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}

.section-testimonials .slick-prev:hover,
.section-testimonials .slick-next:hover {
  background: var(--primary-color, #ffb607) !important;
  width: 50px;
  height: 50px;
}

.section-testimonials .slick-prev {
  left: -62px !important;
}

.section-testimonials .slick-prev:hover {
  left: -67px !important;
}

.section-testimonials .slick-next {
  right: -62px !important;
}

.section-testimonials .slick-next:hover {
  right: -67px !important;
}

.section-testimonials .slick-prev:before,
.section-testimonials .slick-next:before {
  content: "" !important;
  display: none !important;
}

.section-testimonials .slick-arrow .custom-arrow {
  display: block;
  color: #fff;
}

.section-testimonials .slick-dots {
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 5px;
}

.section-testimonials .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.section-testimonials .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #ccc;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.section-testimonials .slick-dots li.slick-active button {
  width: 25px;
  border-radius: 6px;
  background: #fff;
  margin: 0px -5px;
}

/* Section Testimonials 2 ------------------------------------------------ */
.section-testimonials-2 .title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.section-testimonials-2 .testimonial-container {
  width: 100%;
  min-height: 100px;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-testimonials-2 .testimonial-slider-2 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-testimonials-2 .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 540px;
}

.section-testimonials-2 .testimonial-slide {
  border-radius: 26px;
  margin: 0 20px;
  transition: all 0.5s ease;
  opacity: 0.6;
  display: flex !important;
  height: 420px;
  overflow: hidden;
  border-radius: 27px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: scale(0.95);
  transform-origin: center bottom;
}

.section-testimonials-2 .testimonial-slide.slick-center {
  height: 520px;
  opacity: 1;
  transform: scale(1);
}

.section-testimonials-2 .testimonial-content {
  width: 60%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}

.section-testimonials-2 .testimonial-text {
  flex: 1;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 17.963px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.section-testimonials-2 .testimonial-icon {
  font-size: 26px;
  color: var(--primary-color, #ffb607);
}

.section-testimonials-2 .testimonial-author {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 17.963px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.741px;
}

.section-testimonials-2 .testimonial-company {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 12.574px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.963px;
}

.section-testimonials-2 .testimonial-image-container {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.section-testimonials-2 .testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-testimonials-2 .slick-prev,
.section-testimonials-2 .slick-next {
  width: 40px;
  height: 40px;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(25, 33, 61, 0.4) !important;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(10px);
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}

.section-testimonials-2 .slick-prev:hover,
.section-testimonials-2 .slick-next:hover {
  background: var(--primary-color, #ffb607) !important;
  width: 50px;
  height: 50px;
}

.section-testimonials-2 .slick-prev {
  left: 62px !important;
}

.section-testimonials-2 .slick-prev:hover {
  left: 57px !important;
}

.section-testimonials-2 .slick-next {
  right: 62px !important;
}

.section-testimonials-2 .slick-next:hover {
  right: 57px !important;
}

.section-testimonials-2 .slick-prev:before,
.section-testimonials-2 .slick-next:before {
  content: "" !important;
  display: none !important;
}

.section-testimonials-2 .slick-arrow .custom-arrow {
  display: block;
  color: #fff;
}

.section-testimonials-2 .slick-dots {
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 5px;
}

.section-testimonials-2 .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.section-testimonials-2 .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #ccc;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.section-testimonials-2 .slick-dots li.slick-active button {
  width: 25px;
  border-radius: 6px;
  background: var(--primary-color, #ffb607);
  margin: 0px -5px;
}

/* Section Info 2 ------------------------------------------------------------- */
.section-info-2 {
  padding: 88px 0;
}

.section-info-2 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 88px;
}

.section-info-2 .left-section {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 32px;
}

.section-info-2 .left-section .heading-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 32px;
}

.section-info-2 .left-section .heading-wrapper .icon img {
  width: 64px;
}

.section-info-2 .left-section .heading-wrapper .section-title {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  margin: 0px;
  padding: 0px;
}

.section-info-2 .left-section .heading-wrapper .section-subtitle {
  color: #000;
  /* font-family: Montserrat; */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 0px;
  margin: 0px;
}

.section-info-2 .left-section .heading-wrapper .section-text {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.section-info-2 .right-section {
  position: relative;
  display: flex;
  width: 50%;
}

.section-info-2 .right-section img {
  width: 100%;
}

/* Section Reviews ------------------------------------------------------------ */
.section-reviews {
  padding: 102px 0;
  background: #fefef2;
}

.section-reviews .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.section-reviews .section-image img {
  width: 300px;
}

.section-reviews .section-stars {
  padding-top: 35px;
  padding-bottom: 30px;
}

.section-reviews .section-stars i {
  font-size: 32px;
  color: var(--primary-color, #ffb607);
}

.section-reviews .section-button-wrapper .section-button {
  padding: 16px 105px;
  border-radius: 12px;
  background-color: var(--primary-color, #ffb607);
  color: #000;
  text-align: center;
  font-family: "TownWeb Kaneda Gothic TownWeb";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

/* Footer ------------------------------------------------------------------------ */
.footer {
  position: relative;
  background: #000;
  color: #fff;
  padding-top: 56px;
  padding-bottom: 96px;
}

.footer .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.footer .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .left-section .footer-logo {
  width: 95px;
}

.footer .left-section h2 {
  align-self: stretch;
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.footer .left-section p {
  color: #fff;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  text-transform: capitalize;
  margin-bottom: 14px;
}

.footer .left-section p.sec {
  margin-bottom: 50px;
}

.footer .left-section .location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .left-section .location span {
  align-self: stretch;
  color: #fff;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}

.footer .left-section .location i {
  color: var(--primary-color, #ffb607);
  font-size: 32px;
}

.footer .right-section {
  justify-content: end;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.footer .right-section .contact-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 29px;
}

.footer .right-section .contact-label {
  align-self: stretch;
  color: #fff;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}

.footer .right-section .contact-phone {
  align-self: stretch;
  color: #fff;
  font-family: Helvetica;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  text-transform: capitalize;
}

.footer .right-section .contact-wrapper .arrow i {
  font-size: 85px;
  color: var(--primary-color, #ffb607);
}

.footer .right-section .button-wrapper {
  margin-top: 32px;
  display: flex;
}

.footer .right-section .footer-button {
  border-radius: 12px;
  background: var(--primary-color, #ffb607);
  padding: 16px 16px;
  color: #202020;
  text-align: center;
  font-family: "TownWeb Kaneda Gothic TownWeb";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  min-width: 500px;
}

.footer .right-section .footer-button:hover {
  background: #202020;
  color: #e6a800;
}

.footer-bottom {
  display: flex;
  height: 64px;
  background-color: #202020;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.footer-bottom .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom a {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  h2.highlight-title {
    display: inline;
    background: linear-gradient(to top, var(--primary-color, #ffb607) 8px, transparent 8px);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-position-y: 73px;
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    text-transform: capitalize;
  }

  .header-default {
    background-color: #202020;
  }

  .header-default .container {
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: none;
  }

  .header-default .branding-mobile {
    display: block;
  }

  .header-default .branding {
    display: none;
  }

  .header-default .phone-wrapper {
    display: flex;
  }
	
  .header-default .phone-wrapper .phone {
    font-size:20px!important;
	line-height:20px!important;
  }

  /* Header Thankyou ------------------------------------------------------------------------- */
  .header-thankyou {
    height: 80px;
  }

  .header-thankyou img {
    height: 80px;
  }

  /* Section Hero Braga ------------------------------------------------------------------------- */
  .section-hero-braga {
    min-height: 100vh;
    height: auto !important;
    padding-top: 170px;
  }

  .section-hero-braga .container {
    position: relative;
  }

  .section-hero-braga .left-section {
    gap: 0px;
    width: 100%;
    text-align: center;
  }

  .section-hero-braga .left-section .top-part h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-hero-braga .left-section .top-part h1 {
    font-size: 40px;
    line-height: 36px;
  }

  .section-hero-braga .left-section .top-part p {
    font-size: 14px;
    line-height: 18px;
  }

  .section-hero-braga .badges {
    gap: 15px;
    padding-right: 0px;
  }

  .section-hero-braga .badge {
    flex: 0 0 calc(50% - 15px);
    border-radius: 8px;
    background: rgba(252, 230, 175, 0.24);
    backdrop-filter: blur(3.4999992847442627px);
  }

  .section-hero-braga .badge i {
    font-size: 21px;
  }

  .section-hero-braga .badge h2 {
    font-size: 20px;
    line-height: 19px;
  }

  .section-hero-braga .badge p {
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
  }

  .section-hero-braga .certifications {
    margin-top: 20px;
    gap: 20px;
    padding-right: 0px;
  }

  .section-hero-braga .certifications .certification {
    height: 60px;
  }

  .section-hero-braga .right-section {
    gap: 0px;
    width: 100%;
  }

  .section-hero-braga .right-section h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-hero-braga .right-section p {
    font-size: 14px;
    line-height: 18px;
  }

  .section-hero-braga .right-section .cn {
    display: block;
  }

  .section-hero-braga form input,
  .section-hero-braga form select {
    border-radius: 8px;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 14px;
  }
  .section-hero-braga form select {
    color: #000;
  }

  .section-hero-braga form button {
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 8px;
    font-size: 22px;
    line-height: normal;
  }

  /* Section Hero ------------------------------------------------------------------------- */
  .section-hero {
    min-height: 100vh;
    height: auto !important;
    padding-top: 170px;
  }

  .section-hero .container {
    position: relative;
  }

  .section-hero .left-section {
    gap: 0px;
    width: 100%;
    text-align: center;
  }

  .section-hero .left-section .top-part h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-hero .left-section .top-part h1 {
    font-size: 40px;
    line-height: 36px;
  }

  .section-hero .left-section .top-part p {
    font-size: 14px;
    line-height: 18px;
  }

  .section-hero .badges {
    gap: 15px;
    padding-right: 0px;
  }

  .section-hero .badge {
    flex: 0 0 calc(50% - 15px);
    border-radius: 8px;
    background: rgba(252, 230, 175, 0.24);
    backdrop-filter: blur(3.4999992847442627px);
  }

  .section-hero .badge i {
    font-size: 21px;
  }

  .section-hero .badge h2 {
    font-size: 20px;
    line-height: 19px;
  }

  .section-hero .badge p {
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
  }

  .section-hero .certifications {
    margin-top: 20px;
    gap: 20px;
    padding-right: 0px;
  }

  .section-hero .certifications .certification {
    height: 60px;
  }

  .section-hero .right-section {
    gap: 0px;
    width: 100%;
  }

  .section-hero .right-section h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-hero .right-section p {
    font-size: 14px;
    line-height: 18px;
  }

  .section-hero .right-section .cn {
    display: block;
  }

  .section-hero form input,
  .section-hero form select {
    border-radius: 8px;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 14px;
  }
  .section-hero form select {
    color: #000;
  }

  .section-hero form button {
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 8px;
    font-size: 22px;
    line-height: normal;
  }

  /* Section Info --------------------------------------------*/
  .section-info {
    padding: 36px 0px;
    text-align: center;
  }

  .section-info .left-section {
    gap: 37px;
  }

  .section-info .left-section .top-part p {
    font-size: 14px;
    line-height: 18px;
  }

  .section-info .right-section img {
    height: auto;
  }

  .section-info .feature-box {
    padding: 15px;
    border-radius: 8px;
    align-items: center;
  }

  .section-info .feature-icon i {
    font-size: 23px;
  }

  .section-info .feature-content {
    font-size: 14px;
    line-height: 16px;
  }

  .section-info .right-section {
    padding-left: 0px;
    padding-right: 0px;
  }

  .section-info .right-section img {
    height: 250px;
  }

  /* Section Services ------------------------------------------*/
  .section-services {
    padding: 36px 0px;
  }

  .section-services .services-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .section-services .services-wrapper .service {
    flex: none;
    box-sizing: border-box;
  }

  .section-services .services-wrapper .service {
    flex: 0 0 calc(50% - 20px);
    border-radius: 8px;
    padding: 5px 15px;
    height: 200px;
  }

  .section-services .services-wrapper .service .service-content h2 {
    font-size: 22px;
    line-height: 18px;
  }

  /* Section Manufacturers ---------------------------------------*/
  .section-manufacturers {
    padding: 36px 0;
  }

  .section-manufacturers .manufacturers-wrapper {
    padding: 0px;
  }

  .section-manufacturers .manufacturers-wrapper .manufacturer {
    flex: 0 0 calc(50% - 0px);
    height: 80px;
  }

  /* Section Gallery Masonry --------------------------------------*/
  .section-gallery-masonry {
    padding: 32px 0px;
  }
  .section-gallery-masonry .gallery-wrapper {
    column-count: 2;
    column-gap: 12px;
  }

  /* Section Testimonials -----------------------------------------*/
  .section-testimonials {
    padding-top: 240px;
    margin-top: -180px;
  }

  .section-testimonials .slider-container {
    padding: 0 50px;
  }

  /* Section Info 2 -----------------------------------------------*/
  .section-info-2 {
    padding: 32px 0;
  }

  .section-info-2 .container {
    flex-direction: column;
    gap: 32px;
  }

  .section-info-2 .left-section {
    width: 100%;
    gap: 20px;
  }

  .section-info-2 .left-section .heading-wrapper {
    gap: 16px;
  }

  .section-info-2 .left-section .heading-wrapper .icon img {
    width: 33px;
  }

  .section-info-2 .left-section .heading-wrapper .section-title {
    font-size: 36px;
    line-height: 32px;
  }

  .section-info-2 .left-section .heading-wrapper .section-subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .section-info-2 .left-section .heading-wrapper .section-text {
    font-size: 14px;
    line-height: 20px;
  }

  .section-info-2 .right-section .first-bg {
    display: none;
  }

  .section-info-2 .right-section .second-bg {
    display: none;
  }

  .section-info-2 .right-section {
    width: 100%;
  }

  .section-info-2 .right-section img {
    width: 100%;
  }

  /* Section Testimonials 2 ------------------------------------------------ */
  .section-testimonials-2 .title-wrapper {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .section-testimonials-2 .testimonial-container {
    padding: 32px 0;
    min-height: auto;
  }

  .section-testimonials-2 .testimonial-slider-2 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-testimonials-2 .slick-track {
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .section-testimonials-2 .testimonial-slide {
    flex-direction: column;
    height: auto;
    opacity: 1;
    border-radius: 12px;
    margin: 0px 40px;
  }

  .section-testimonials-2 .testimonial-slide.slick-center {
    height: auto;
  }

  .section-testimonials-2 .testimonial-content {
    padding: 12px;
    gap: 20px;
    width: 100%;
  }

  .section-testimonials-2 .testimonial-text {
    font-size: 13px;
    line-height: 15px;
  }

  .section-testimonials-2 .testimonial-icon {
    font-size: 20px;
  }

  .section-testimonials-2 .testimonial-author {
    font-size: 13px;
    line-height: 13px;
  }

  .section-testimonials-2 .testimonial-company {
    font-size: 10px;
    line-height: 10px;
  }

  .section-testimonials-2 .testimonial-image-container {
    padding: 12px;
    width: 100%;
    height: 300px;
  }

  .section-testimonials-2 .testimonial-image-container .testimonial-image {
    border-radius: 8px;
  }

  .section-testimonials-2 .slick-prev,
  .section-testimonials-2 .slick-next {
    width: 30px;
    height: 30px;
  }

  .section-testimonials-2 .slick-prev:hover,
  .section-testimonials-2 .slick-next:hover {
    width: 35px;
    height: 35px;
  }

  .section-testimonials-2 .slick-prev {
    left: 8px !important;
  }

  .section-testimonials-2 .slick-prev:hover {
    left: 3px !important;
  }

  .section-testimonials-2 .slick-next {
    right: 8px !important;
  }

  .section-testimonials-2 .slick-next:hover {
    right: 3px !important;
  }

  /* Section Reviews ------------------------------------------------------------ */
  .section-reviews {
    padding: 77px 0;
  }

  .section-reviews .container {
    gap: 18px;
    text-align: center;
  }

  .section-reviews .section-image img {
    width: 200px;
  }

  .section-reviews .section-stars {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .section-reviews .section-stars i {
    font-size: 26px;
  }

  .section-reviews .section-button-wrapper {
    width: 100%;
  }

  .section-reviews .section-button-wrapper .section-button {
    width: 100%;
    padding: 16px 16px;
    border-radius: 8px;
    font-size: 22px;
    line-height: normal;
    display: flex;
    justify-content: center;
  }

  /* Footer --------------------------------------------------------*/

  .footer {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .footer .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer .left-section .footer-logo {
    width: 64px;
    margin-bottom: 16px;
  }

  .footer .left-section h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .footer .left-section p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .footer .left-section p.sec {
    margin-bottom: 28px;
  }

  .footer .left-section .location {
    margin-bottom: 40px;
  }

  .footer .left-section .location span {
    font-size: 16px;
    line-height: 20px;
  }

  .footer .left-section .location br {
    display: none;
  }

  .footer .left-section .location i {
    font-size: 18px;
  }

  .footer .right-section .contact-wrapper {
    gap: 32px;
  }

  .footer .right-section .contact-label {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .footer .right-section .contact-phone {
    font-size: 22px;
    line-height: 40px;
  }

  .footer .right-section .contact-wrapper .arrow i {
    font-size: 65px;
  }

  .footer .right-section .button-wrapper {
    width: 100%;
    display: flex;
  }

  .footer .right-section .footer-button {
    width: 100%;
    min-width: auto;
    border-radius: 8px;
    padding: 11px 0px;
    font-size: 22px;
    line-height: normal;
  }

  .footer-bottom {
    height: 56px;
  }

  .footer-bottom a {
    font-size: 14px;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .section-testimonials h2.section-title {
    font-size: 32px;
    line-height: 36px;
  }

  .section-testimonials .slider-container {
    padding: 0 40px;
  }

  .section-testimonials .testimonial-item {
    padding: 15px;
    margin: 0 10px;
  }

  .section-testimonials .testimonial-item .testimonial-item-content {
    gap: 20px;
  }

  .section-testimonials .testimonial-item .testimonial-item-body .description {
    font-size: 18px;
    line-height: 24px;
    display: block;
    overflow-y: auto;
    max-height: 180px;
  }

  .section-testimonials .slick-prev {
    left: -35px !important;
  }

  .section-testimonials .slick-prev:hover {
    left: -40px !important;
  }

  .section-testimonials .slick-next {
    right: -35px !important;
  }

  .section-testimonials .slick-next:hover {
    right: -40px !important;
  }
}

@media (max-width: 576px) {
  .section-testimonials .slider-container {
    padding: 0 30px;
  }

  .section-testimonials .testimonial-item {
    min-height: 240px;
  }

  .section-testimonials .testimonial-item .testimonial-item-body .description {
    font-size: 16px;
    line-height: 22px;
    max-height: 200px;
  }
}
