/*
Theme Name: advancedcomposites
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* FONT FAMILY  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

p {
  margin: 0px !important;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

.oo-mp p {
    min-height: 240px !important;
}

.oo-mh h2 {
    min-height: 40px !important;
}

.blue_hover a.elementor-button:hover {
  background: #ed1b34 !important;
  color: #fff !important;
  transition: 0.3s all ease-in;
}

.red_hover a.elementor-button:hover {
  background: #fff !important;
  color: #ed1b34 !important;
  transition: 0.3s all ease-in;
  border: 1px solid #ed1b34;
}

/*HEADER */
.Custom_header .sub-menu {
  overflow-y: auto;
  /* scrollbar-width: thin !important; */
  max-height: calc(100vh - 78px - 100px);
}

.mobile_header ul#menu-1-99ad659 {
  overflow-y: auto;
  max-height: calc(100vh - 58px);
}

.Custom_header .sub-menu::-webkit-scrollbar,
.mobile_header ul#menu-1-99ad659::-webkit-scrollbar {
  width: 1px;
}

.Custom_header .sub-menu::-webkit-scrollbar-track,
.mobile_header ul#menu-1-99ad659::-webkit-scrollbar-track {
  background: gray;
}

.Custom_header .sub-menu::-webkit-scrollbar-thumb,
.mobile_header ul#menu-1-99ad659::-webkit-scrollbar-thumb {
  background: gray;
}

.Custom_header,
.mobile_header {
  backdrop-filter: blur(50px);
}

.Custom_header nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
  width: 100% !important;
  max-width: 100% !important;
}

.Custom_header .hfe-menu-toggle.sub-arrow.hfe-menu-child-0 {
  display: none;
}

.Custom_header .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  display: none !important;
}

.mobile_header span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0 {
  position: absolute;
  right: 10px;
  padding: 8px;
  font-size: 18px;
  display: block;
}

.mobile_header ul.sub-menu {
  background: TRANSPARENT !important;
}

.Custom_header li.parent::before {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 40px;
  bottom: -32px;
}

.Custom_header a.hfe-sub-menu-item::before,
.mobile_header a.hfe-sub-menu-item::before {
  position: absolute;
  content: "-";
  left: 15px;
}

.mobile_header .hfe-nav-menu-icon {
  padding: 0px !important;
}

.mobile_header a.hfe-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* HOME_PAGE   */
.logo_wrapper .slick-slide img {
  margin: auto;
}
.hero-para {
    min-height: 120px;
}
.counter_wrap {
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
}

.automotive_services::before {
  background-image: url("https://advcmpdev.wpenginepowered.com/wp-content/uploads/2025/09/automotive.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  content: "";
  height: 100%;
  width: calc(50% - 20px);
  position: absolute;
  right: 0px;
  left: unset;
}

.automotive_services_col .automotive_services {
  width: 100% !important;
  max-width: calc(50% - 20px);
}

.shadow_box {
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
}

.faq_col {
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
}

.faq_wrap details {
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.faq_wrap summary {
  border: none !important;
}

.faq_wrap .faq_content {
  border: none;
}

.progress_bar_wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}

.progress_bar_wrapper .progress_bar {
  width: 100%;
  max-width: max-content;
}

.progress_bar_wrapper .progress_bar .progress_bar_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.progress_bar_wrapper .progress_bar .progress_bar_content .number {
  margin: 0px !important;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.progress_bar_wrapper .progress_bar_content.active .number {
  justify-content: center;
  background: #fff;
  padding: 2px 11px;
  border-radius: 20px;
  width: 28px;
  height: 28px;
  color: #488ee6;
  display: flex;
  align-items: center;
}

.divider_border {
  background: #fff;
  width: 63px;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.divider_fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #007bff;
  /*transition: width 2s linear;*/
}

.progress_bar_wrapper .progress_bar:last-child .divider_border {
  display: none;
}

.banner_wrapper {
  position: relative;
}

.banner_wrapper .slick-slide::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #488EE6 0%, rgba(72, 142, 230, 0.474944) 67.13%, rgba(72, 142, 230, 0) 100%);

}

/* MATERIAL_PAGE / */
.exterior_section::before {
  background-image: url(assets/car_image.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  content: "";
  height: 100%;
  width: calc(50% + 140px);
  position: absolute;
  right: unset;
  left: 0px;
  border-radius: 0px 6px 6px 0px;
}

/* PAPP_REQ */
.steps-row.setup-panel {
  display: none !important;
}

.form_progress_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.form_progress_bar .form_progress_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.form_progress_bar .form_divider {
  background: #eff0f6;
  width: 98px;
  height: 6px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
a.linking {
    word-wrap: break-word !important; 
    max-width: 100% !important;
}

.form_progress_bar .form_progress_content h4 {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #6f6c90;
  background: #eff0f6;
  padding: 4px 12px;
  border-radius: 50%;
}

.form_progress_bar .form_progress_content.active h4 {
  background-color: #488ee6;
  color: #eff0f6;
  cursor: pointer;
}

.form_fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #007bff;
  transition: width 3s linear;
}

.ppap_form {
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
  border-radius: 6px;
  padding: 63px 33px 23px;
}

.ppap_form .ppap_form_wrapper .form-row-half-width,
.ppap_form .ppap_form_wrapper .step2_half_width,
.ppap_form .ppap_form_wrapper .step_three_half_width {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 20px;
}

.ppap_form .wpcf7-spinner.uacf7-ajax-loader {
  position: absolute !important;
}

.ppap_form .ppap_form_wrapper .form-group {
  width: 100%;
  margin-bottom: 20px;
}

.ppap_form .ppap_form_wrapper .form-row-half-width input,
.ppap_form .ppap_form_wrapper .form-row-full-width input,
.ppap_form .ppap_form_wrapper .step2_half_width input,
.ppap_form .ppap_form_wrapper .step2_full_width input,
.ppap_form .ppap_form_wrapper .step_three_half_width input,
.ppap_form .ppap_form_wrapper .step_three_full_width input,
.ppap_form .ppap_form_wrapper .step_three_full_width textarea {
  border: none;
  border-bottom: 1px solid #1717171f;
  width: 100% !important;
  padding: 0px 0px 15px;
  border-radius: 0px !important;
  overflow: hidden;
  outline: none !important;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #171717b3;
  resize: none;
}

.ppap_form .ppap_form_wrapper .form-row-full-width input::placeholder,
.ppap_form .ppap_form_wrapper .form-row-half-width input::placeholder,
.ppap_form .ppap_form_wrapper .step2_half_width input::placeholder,
.ppap_form .ppap_form_wrapper .step2_full_width input::placeholder,
.ppap_form .ppap_form_wrapper .step_three_half_width input::placeholder,
.ppap_form .ppap_form_wrapper .step_three_full_width input::placeholder,
.ppap_form .ppap_form_wrapper .step_three_full_width textarea::placeholder {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #171717b3;
}

.ppap_form button.uacf7-next,
.ppap_form button.uacf7-prev,
.ppap_form .wpcf7-form-control.wpcf7-submit.has-spinner {
  border: 1px solid #ed1b34;
  color: white;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  background: #ed1b34;
  padding: 18px 85px;
  border-radius: 6px;
  margin: 0px !important;
}

.ppap_form button.uacf7-next,
.ppap_form .wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-left: auto !important;
}

.ppap_form p.uacf7-buttons {
  display: flex;
  justify-content: center;
}

.ppap_form .submit_butto {
  display: flex;
}

.ppap_form .ppap_form_wrapper .step__heading h2 {
  margin: -85px 0px 36px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 34px;
  line-height: 55px;
  letter-spacing: 0%;
}

.ppap_form .ppap_form_wrapper span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.ppap_form .ppap_form_wrapper span.wpcf7-list-item {
  margin: 0px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #171717b3;
}

.ppap_form .ppap_form_wrapper span.wpcf7-list-item label {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.ppap_form .ppap_form_wrapper .form-group-step2 h4 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin: 0px 0px 20px;
  color: #171717;
}

/* Molded-in Color & Effects */
.tpo_material_sec::before {
  background-image: url(https://advcmpdev.wpenginepowered.com/wp-content/uploads/2025/09/slide-16-rainbow-road-1.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  content: "";
  height: 100%;
  width: calc(50% - 72px);
  position: absolute;
  right: unset;
  left: 0px;
  border-radius: 0px 12px 12px 0px;
}

.logo_wrapper_right .slick-slide img,
.logo_wrapper_left .slick-slide img {
  margin: auto;
}

.logo_wrapper_right .slick-list,
.logo_wrapper_left .slick-list {
  overflow: visible;
}

/* Technical Resource */
.technical_form {
  margin: auto;
  width: 100%;
  max-width: 860px;
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
  border-radius: 6px;
  padding: 40px;
  position: relative;
}

.technical_form .form-row input::placeholder,
.technical_form .form-row textarea::placeholder {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #171717b3;
}

.technical_form .form-row input,
.technical_form .form-row textarea {
  border: none;
  border-bottom: 1px solid #1717171f;
  width: 100% !important;
  padding: 0px 0px 15px;
  border-radius: 0px !important;
  overflow: hidden;
  outline: none !important;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  color: #171717b3;
  resize: none;
}

.technical_form .form-row span {
  width: 100%;
}

.technical_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: 1px solid #ed1b34;
  color: white;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  background: #ed1b34;
  padding: 18px 54px;
  border-radius: 6px;
}

.technical_form .form-btn.align-right {
  text-align: end;
}

.technical_form .technical_form_half-width {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 20px;
}

.technical_form span.wpcf7-spinner {
  /* left: 0px; */
  position: absolute;
  bottom: 10px;
  right: 5%;
}

/* MATERIAL_PAGE  */
.download-data-wrapper .search_wrapper {
  border: 1px solid transparent;
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
  padding: 40px;
  border-radius: 6px;
  width: 100%;
  max-width: 860px;
  margin: auto;
}

.download-data-wrapper input#dd-search,
.download-data-wrapper select#dd-doc-type,
.download-data-wrapper select#dd-series {
  border: none;
  border-bottom: 1px solid #1717171f;
  width: 100% !important;
  padding: 0px 10px 15px;
  border-radius: 0px !important;
  outline: none !important;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #171717b3;
  resize: none;
  margin-bottom: 30px;
  background: #fff;
}

.download-data-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.download-data-wrapper .search_wrapper .dropdown_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.download-data-wrapper .search_wrapper .search_wrap {
  position: relative;
}

.download-data-wrapper .search_wrapper .search_wrap::before {
  position: absolute;
  content: "";
  background-image: url(assets/search_icon.png);
  right: 0px;
  width: 20px;
  height: 17px;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  top: 8px;
}

.download-data-wrapper .search_wrapper .select_icon {
  width: 100%;
  position: relative;
}

.download-data-wrapper .search_wrapper .select_icon::before {
  position: absolute;
  content: "";
  background-image: url(assets/dropdown_img.png);
  right: 0px;
  width: 12px;
  height: 8px;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  top: 5%;
  z-index: 9;
}

.download-data-wrapper div#dd-results>p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin: auto;
  text-align: center;
  padding: 20px 0px;
  width: 100%;
}

.download-data-wrapper #dd-results .dd-box h3 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #ed1b34;
  margin: 0px;
  text-transform: uppercase !important;
}


.download-data-wrapper #dd-results .dd-box img {
  width: 37px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 23px;
}

.download-data-wrapper #dd-results {
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.download-data-wrapper #dd-results .dd-box {
  max-width: 23.5%;
  width: 100%;
  height: 100%;
  min-height: 210px;
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
  padding: 30px 25px 25px;
  border-radius: 6px;
}

.dd-box .dd-content .content-text{
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #171717b3;
  margin-top: 10px;
}

.download-data-wrapper div#dd-results .dd-box span.series-text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #17171773;
}

.download-data-wrapper div#dd-results .dd-box a.dd-download-button,
button.dd-download-button.disabled {
  border-radius: 6px;
  background: #ed1b341a;
  padding: 8.5px 30px;
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  border: none;
  margin: 20px auto 0px;
  width: 100%;
  color: #ed1b34;
}

button.dd-download-button.disabled {
  cursor: no-drop;
}

.download-data-wrapper div#dd-results .dd-box a.dd-download-button:hover,
button.dd-download-button.disabled:hover {
  color: #171717 !important;
}

/* certifications-iso-iatf-a2la */
.download-category-wrapper .dd-category-section {
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.download-category-wrapper .dd-category-section .dd-box {
  max-width: 23.5%;
  width: 100%;
  height: 100%;
  min-height: 210px;
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
  padding: 30px 25px 25px;
  border-radius: 6px;
}

.download-category-wrapper .dd-category-section .dd-box img {
  width: 37px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 23px;
}

.download-category-wrapper .dd-category-section .dd-box h3 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #ed1b34;
  margin: 0px;
}

.download-category-wrapper .dd-category-section .dd-box .content-text>div {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #171717b3;
  margin-top: 5px;
}

.download-category-wrapper .dd-category-section .dd-box span.series-text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #17171773;
}

.download-category-wrapper .dd-category-section .dd-box a.dd-download-button {
  border-radius: 6px;
  background: #ed1b341a;
  padding: 8.5px 30px;
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  border: none;
  margin: 20px auto 0px;
  width: 100%;
  color: #ed1b34;
}

.download-category-wrapper>h2 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #171717;
  margin: 0px;
  margin-top: 30px;
}

/* substainability */

.custom-post-list .custom-post-item {
  padding: 14px 14px 20px;
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
  border-radius: 6px;
  width: 100%;
  max-width: 23.5%;
  height: 100%;
  min-height: 342px;
}

.custom-post-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.custom-post-list .custom-post-item .post-thumbnail img {
  height: 100%;
  width: 100%;
  max-width: 282px;
  min-height: 167px;
  object-fit: contain;
  border-radius: 6px;
}

.custom-post-list .custom-post-item .post-description p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #171717cc;
  margin-top: 10px !important;
}
/* redesign */
.custom-post-list.custom-post-list-redesign {
    row-gap: 60px;
    column-gap: 0;
    margin: 40px 0;
}
.custom-post-list.custom-post-list-redesign:before {
    content: "";
    background: url(https://advcmpdev.wpenginepowered.com/wp-content/uploads/2025/06/image2.jpg);
    width: 90px;
    height: 90px;
    position: absolute;
    inset: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.custom-post-list.custom-post-list-redesign .custom-post-item {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    max-width: calc(33% - 60px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(odd) {
    flex-direction: column-reverse;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(2) {
    margin: 0 60px 30px;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(5) {
    margin: 30px 60px 0;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:before {
    content: "";
    background-image: url(https://advcmpdev.wpenginepowered.com/wp-content/uploads/2025/06/image14.png);
    width: 23px;
    height: 34px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(1):before {
    transform: rotate(45deg);
    right: -40px;
    bottom: 60px;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(2):before {
    bottom: 20px;
    transform: rotate(125deg);
    right: -40px;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(3):before {
    left: 0;
    right: 0;
    bottom: -45px;
    margin: auto;
    transform: rotate(180deg);
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(4):before {
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(5):before {
    top: 20px;
    transform: rotate(305deg);
    left: -40px;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(6):before {
    transform: rotate(225deg);
    left: -40px;
    top: 60px;
}
.custom-post-list.custom-post-list-redesign .post-thumbnail img {
    width: 100%;
    max-width: unset;
    min-height: unset;
}
.custom-post-list.custom-post-list-redesign .post-description > p {
    margin-top: 0 !important;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(1), .custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(3) {
    align-self: flex-end;
}
.custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(4), .custom-post-list.custom-post-list-redesign .custom-post-item:nth-child(6) {
    align-self: flex-start;
}

/* ABOUT_US */
.our_history_sec::before {
  background-image: url(assets/old-abandoned-stone-building-with-broken-windows-puddle-outside\ 1.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  content: "";
  height: 100%;
  width: calc(50% - 40px);
  position: absolute;
  right: 0px;
  left: unset;
  border-radius: 12px 0px 0px 12px;
}

/* CONTACT_FORM  */
.contact_form_wrapper {
  position: relative;
  background-image: url(assets/form_frame.png);
  width: 100%;
  height: 100%;
  inset: 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 22px;
}

.contact_form_wrapper .contact_form_wrap {
  background: white;
  border-radius: 6px;
  padding: 35px;
  position: relative;
  box-shadow: 0px 0px 133.3px 0px #0e1c290f;
  width: 100%;
  max-width: 521px;
  margin: auto;
  height: 100%;
  min-height: 520px;
}

.contact_form_wrapper input,
.contact_form_wrapper textarea {
  border: none !important;
  border-bottom: 1px solid #1717171f !important;
  width: 100% !important;
  padding: 0px 0px 15px !important;
  border-radius: 0px !important;
  overflow: hidden;
  outline: none !important;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #171717b3;
  resize: none;
  margin-bottom: 20px;
}

.contact_form_wrapper h3 {
  margin: -60px 0px 36px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 34px;
  line-height: 55px;
  text-align: center;
}

.contact_form_wrapper .form_bttn input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: 1px solid #ed1b34;
  color: white;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  background: #ed1b34;
  padding: 18px 54px !important;
  border-radius: 6px !important;
  margin: 25px 0px 0px;
  display: block;
}

/*contact form ninja*/
.contact-form-wrapper {
    background-size: 100% 100% !important;
}
.ninja-contact-form .nf-form-title {
    display: none;
}
.ninja-contact-form .nf-field-label {
    display: none;
}
.ninja-form-fields-wrapper input, .ninja-form-fields-wrapper select, .ninja-form-fields-wrapper textarea {
    border: 0 !important;
    border-bottom: 1px solid rgb(23 23 23 / 5%) !important;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 15px 0px !important;
    border-radius: 0 !important;
}
.ninja-form-fields-wrapper input:focus-within, .ninja-form-fields-wrapper select:focus-within, .ninja-form-fields-wrapper textarea:focus-within {
    outline: 0 !important;
    border-bottom: 1px solid rgb(23 23 23 / 5%) !important;
}
.ninja-form-fields-wrapper {
    margin-bottom: 0 !important;
}
.ninja-forms-field.btn-submit {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    width: 100% !important;
    border: none !important;
    color: #fff;
    background-color: #ED1B34;
    border-radius: 6px;
}
.ninja-forms-form-wrap .nf-before-form-content {
    display: none;
}


.footer_dropdown h2 {
  min-height: 50px;
}

.active-footer-item,
.active-footer-item span,
.active-submenu-item {
  color: #488ee6 !important;
}

@media screen and (max-width: 1270px) {
    .oo-mp p {
    min-height: 260px !important;
}

    .oo-mh h2 {
    min-height: 44px !important;
    }
}
@media screen and (max-width: 1220px) {
    .oo-mp p {
    min-height: 280px !important;
}

    .oo-mh h2 {
    min-height: 44px !important;
    }
}
@media screen and (max-width: 1170px) {
    .oo-mp p {
    min-height: 300px !important;
}

    .oo-mh h2 {
    min-height: 44px !important;
    }
}
@media screen and (max-width: 1120px) {
    .oo-mp p {
    min-height: 320px !important;
}

    .oo-mh h2 {
    min-height: 44px !important;
    }
}
@media screen and (max-width: 1090px) {
    .oo-mp p {
    min-height: 340px !important;
}

    .oo-mh h2 {
    min-height: 44px !important;
    }
}
@media screen and (max-width: 1080px) {
    .oo-mp p {
    min-height: 360px !important;
}

    .oo-mh h2 {
    min-height: 44px !important;
    }
}
@media screen and (max-width: 1040px) {
    .oo-mp p {
    min-height: 60px !important;
}

    .oo-mh h2 {
    min-height: 66px !important;
    }
}

@media screen and (max-width: 1024px) {

  .automotive_services::before {
    display: none;
  }

  .exterior_section::before {
    display: none;
  }

  .tpo_material_sec::before {
    display: none;
  }

  .download-data-wrapper #dd-results .dd-box {
    max-width: 48.5%;
  }

  .our_history_sec::before {
    display: none;
  }

  .contact_form_wrapper .contact_form_wrap {
    max-width: 100%;
    min-height: 100%;
  }

  .download-category-wrapper .dd-category-section .dd-box {
    max-width: 48.5%;
  }
  .custom-post-list.custom-post-list-redesign {
      gap: 20px
  }
  .custom-post-list.custom-post-list-redesign .custom-post-item {
      width: 100%;
      max-width: calc(50% - 20px);
      margin: 0 !important;
      flex-direction: column !important;
  }
  .custom-post-list.custom-post-list-redesign .custom-post-item:before, .custom-post-list.custom-post-list-redesign:before {
      display: none;
  }
}

@media screen and (max-width: 767px) {

  /* FOOTER  */
  .footer_dropdown {
    position: relative;
    cursor: pointer;
  }

  .footer_dropdown h2 {
    min-height: unset;
  }

  .footer_dropdown::before {
    top: 0px;
    content: "+";
    position: absolute;
    color: #fff;
    font-size: 22px;
    right: 0px;
    display: flex !important;
    bottom: 0px;
    margin: auto;
    align-items: center;
  }

  .footer_wrap.open .footer_dropdown::before {
    display: none !important;
  }

  .footer_dropdown::after {
    top: 0px;
    content: "-";
    position: absolute;
    color: #fff;
    font-size: 22px;
    right: 0px;
    display: none;
    bottom: 0px;
    margin: auto;
    align-items: center;
  }

  .footer_wrap.open .footer_dropdown::after {
    display: flex;
  }

  .footer_dropdown_list {
    display: none;
    transition: 0.5s all ease-in-out;
  }

  .footer_wrap.open .footer_dropdown_list {
    display: block !important;
    transition: 0.5s all ease-in-out;
  }

  .progress_bar_wrapper .progress_bar .progress_bar_content {
    gap: 10px;
  }

  .divider_border {
    width: 35px;
  }
  .progress_bar_wrapper .progress_bar .progress_bar_content .number {
    font-size:14px;  
  }

  .progress_bar_wrapper .progress_bar_content.active .number {
    font-size: 14px;
  }

  .progress_bar_wrapper {
    gap: 10px;
  }

  .form_progress_bar .form_divider {
    width: 45px;
  }

  .ppap_form .ppap_form_wrapper .step__heading h2 {
    line-height: 35px;
    font-size: 30px;
  }

  .ppap_form .ppap_form_wrapper .form-row-half-width,
  .ppap_form .ppap_form_wrapper .step2_half_width,
  .ppap_form .ppap_form_wrapper .step_three_half_width {
    flex-direction: column;
  }

  .ppap_form button.uacf7-next,
  .ppap_form button.uacf7-prev,
  .ppap_form .wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 20px;
    font-size: 12px;
  }

  .ppap_form .ppap_form_wrapper .step__heading h2 {
    margin: -80px 0px 36px;
  }

  .technical_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 20px;
    font-size: 12px;
  }

  .technical_form .technical_form_half-width {
    flex-direction: column;
  }

  .download-data-wrapper .search_wrapper .dropdown_wrapper {
    flex-direction: column;
  }

  .download-data-wrapper #dd-results .dd-box {
    max-width: 100%;
  }

  .download-data-wrapper .search_wrapper {
    padding: 20px;
  }

  .contact_form_wrapper h3 {
    line-height: normal;
  }

  .download-category-wrapper .dd-category-section .dd-box {
    max-width: 100%;
  }
	/* hero section */
	.hero-section {
		min-height: 100vh !important;
	}
	.custom-post-list.custom-post-list-redesign .custom-post-item {
      width: 100%;
      max-width: 100%;
    }
}