.aluminum-accessories1 {
  background-image: url(../../assets/images/architectural-extruded-products/architectural-extruded-products-bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  place-items: center;
  height: 595px;
  @media (max-width: 1199px) {
    height: unset;
  }
}

.aluminum-accessories1 .banner-content {
  max-width: 680px;
}

.aluminum-accessories1 .title {
  margin-bottom: 75px;
}

.aluminum-accessories1 .title {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 75px;
}

.aluminum-beauty-strength-con {
  display: flex;
  flex-direction: column;
  gap: 60px;

  @media (max-width: 1200px) {
    gap: 40px;
  }
}

.aluminum-beauty-strength-con .row {
  align-items: center;
}

.aluminum-beauty-strength-con .image img {
  width: 100%;
}

.show-image-mobile {
  display: none;
}

.title-should-be-red h2 {
  color: #e90708;
}

.aluminum__accessories h2 {
  color: #e90708;
}

.aluminum__accessories.wall-bg {
  background: url(../../assets/images/general-image/aluminum__accessories-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aluminum__accessories.newbg {
  background: url(../../assets/images/general-image/aluminum-acc-bg.jpg);
}

.aluminum__accessories-content img {
  width: 100%;
}

.aluminum-accesories-image-con {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
}

.aluminum-accesories-image-con img {
  width: 100%;
}

.imageCon1 {
  width: 100%;
}

.imageCon2 {
  width: 100%;
}

.aluminum-accesories-image-con .imageCon2,
.aluminum-accesories-image-con .imageCon1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aluminum-beauty-strength-con .row.common-types {
  align-items: flex-start;
  --bs-gutter-y: 30px;
}

.common-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

/* @media (max-width: 768px) {
  .common-card {
    margin-bottom: 50px;
  }

  .common-card:last-child {
    margin-bottom: 0;
  }
} */

.common-card svg {
  height: 50px;
}

.common-card h3 {
  color: #e90708;
  font-family: "PP Telegraf";
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin: 0;
  min-height: 50px;
}

.common-card p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  height: 245px;

  @media (max-width: 1399px) {
    height: 275px;
  }

  @media (max-width: 1199px) {
    height: unset;
  }
}

.row.common-types .common-card a {
  font-family: "PPTELEGRAF-REGULAR" !important;
  font-size: 15px !important;
}

.btn {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  background: #e90708;
  color: #fff;
  cursor: pointer;
  padding: 17px 40px;
  border-radius: 0;
}

.btn:hover {
  background-color: #000;
}

.commonard .btn {
  padding: 16px 32px;
}

.first-sec .text-col {
  width: 45%;
}

@media (max-width: 1199px) {
  .aluminum__accessories-content .about-none {
    display: none;
  }

  .aluminum__accessories .about-block {
    display: block;
  }

  .first-sec .col-xl-6.col-lg-6 {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .aluminum-accessories-and-glass.global-padding {
    padding: 0px 30px 70px 30px;
  }

  .aluminum-accessories .container .text-info {
    box-shadow: -4px 4px 20px 4px rgb(0 0 0 / 20%);
  }
}

@media (max-width: 1199px) {
  .aluminum-accessories {
    min-height: 640px;
  }

  section.aluminum__accessories.wall-bg.wall-bg-1
    .aluminum__accessories-content {
    margin-top: 0 !important;
  }

  .aluminum__accessories .about-none {
    margin-bottom: 0;
  }

  .show-image-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .show-image-deskstop {
    display: none;
  }

  .aluminum__accessories-content .about-none {
    display: block;
  }

  .aluminum__accessories-content p {
    margin-top: 20px;
  }

  .aluminum__accessories .about-block {
    display: none;
  }

  .aluminum__accessories .row {
    row-gap: 11px;
  }

  .first-sec .text-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .aluminum-accesories-image-con {
    display: flex;
    flex-direction: column;
  }
  .aluminum-accessories-and-glass.global-padding {
    padding: 0px 20px 50px 20px;
  }
}

.banner-content p {
  color: #fff;
  line-height: 25px;
}

.banner-content a {
  color: #fff;
}

.aluminum-beauty-strength-con .first-sec {
  gap: 100px;
  flex-wrap: nowrap;

  @media (max-width: 1600px) {
    gap: 50px;
  }

  @media (max-width: 1400px) {
    flex-wrap: wrap;
  }
}

.aluminum__accessories .img-block {
  display: block;
  background: url(../../assets/images/aluminum-accessories/aluminum-acc-img-block.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;

  @media (max-width: 991px) {
    display: none;
  }
}

.explore__aluminum .img-block {
  display: block;
  background: url(../../assets/images/aluminum-accessories/explore-aluminum.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;

  @media (max-width: 991px) {
    display: none;
  }
}

.aluminum__accessories-bottom-content1 {
  margin-top: 60px;

  @media (max-width: 1199px) {
    margin-top: 40px;
  }
}

.aluminum__accessories-bottom-content1 .row {
  justify-content: center;
  --bs-gutter-y: 24px;

  @media (max-width: 1199px) {
    justify-content: unset;
  }
}

.aluminum__accessories-bottom-content1 .acc__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;

  @media (max-width: 992px) {
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .aluminum__accessories-bottom-content .acc__card {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

  .acc__card p {
    text-align: center;
  }
}

.acc__card h3 {
  color: #e90708;
  font-style: normal;
  font-weight: 800;
  margin: 0;
}

.acc__card p {
  color: #000;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.explore__aluminum-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 24px; /* vertical gap between rows */
  margin-top: 60px;
}

.explore__aluminum-bottom-content .explore-row {
  display: flex;
  justify-content: center;
  gap: 24px; /* horizontal gap between cards */
}

.explore__aluminum-bottom-content .exp__card {
  width: 312px;
  max-width: 312px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

/* ===============================
   TABLET
   =============================== */
@media (max-width: 1199px) {
  .explore__aluminum-bottom-content .explore-row {
    flex-wrap: wrap;
  }

  .explore__aluminum-bottom-content .exp__card {
    flex: 0 0 calc(50% - 12px);
    max-width: none;
  }
}

/* ===============================
   MOBILE
   =============================== */
@media (max-width: 767px) {
  .explore__aluminum-bottom-content .explore-row {
    flex-direction: column;
    align-items: center;
  }

  .explore__aluminum-bottom-content .exp__card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

  .explore__aluminum-bottom-content .exp__card p {
    text-align: center;
  }
}

/* ===============================
   LIST STYLING (REFERENCE)
   =============================== */

.explore__aluminum-bottom-content .exp__card ul {
  list-style-type: disc;
  padding-left: 18px;
  margin: 12px 0 0;
}

.explore__aluminum-bottom-content .exp__card li {
  list-style-position: outside;
  margin-bottom: 6px;
  line-height: 22px;
}

.explore__aluminum-bottom-content .exp__card ul {
  list-style: disc !important;
  padding-left: 18px;
  margin: 12px 0 0;
}

.explore__aluminum-bottom-content .exp__card li {
  list-style: disc !important;
  list-style-position: outside;
  margin-bottom: 6px;
  line-height: 22px;
}

.what__makes {
  background: url(../../assets/images/aluminum-accessories/what-makes-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* min-height: 500px; */
}

.what__makes .img-block {
  display: block;
  background: url(../../assets/images/aluminum-accessories/what-makes.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  @media (max-width: 991px) {
    display: none;
  }
}

.last__section .row {
  display: flex;
  gap: 100px;

  @media (max-width: 1199px) {
    gap: 70px;
  }

  @media (max-width: 768px) {
    gap: 50px;
  }
}

.faq__title {
  text-align: center;
  color: #e90708;
  font-weight: 800;
  margin-bottom: 60px;

  @media (max-width: 1199px) {
    margin-bottom: 40px;
  }
}

.faq__item {
  border-bottom: 1px solid #ddd;
  padding: 40px 0 0;
}

.faq__item:first-of-type {
  padding: 0;
}

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

.faq__question h3 {
  color: #e90708;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  max-width: 90%;
}

.faq__icon {
  color: #e90708;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.faq__answer {
  margin-top: 0;
}

.faq__answer p {
  margin: 0;
  line-height: 26px;
  color: #000;
  padding: 24px 0;
}

.faq__toggle {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}

.faq__toggle .icon--plus {
  display: none;
}

.faq__item.is-closed .icon--minus {
  display: none;
}

.faq__item.is-closed .icon--plus {
  display: block;
}

.faq__answer {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq__item .faq__answer {
  max-height: 500px;
}

.faq__item.is-closed .faq__answer {
  max-height: 0;
}

.faq__item .icon--plus {
  display: none;
}

.faq__item.is-closed .icon--minus {
  display: none;
}

.faq__item.is-closed .icon--plus {
  display: inline-flex;
}

.last__section .contact-us {
  background: url(../../assets/images/contact/new-lp-contact-us-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 436px;
  padding: 70px 60px;

  display: flex;
  align-items: center;
}

.contact-us .contact {
  display: flex;
  flex-direction: column;
  max-width: 750px;
}

.contact-us .contact h2 {
  margin-bottom: 30px;
}

.contact-us .contact .btn {
  margin-top: 40px;
}

.contact-us .contact .btn {
  width: fit-content;
  transition: ease 0.3s;
  border-radius: 0;
  padding: 17px 40px;
  font-family: "Inter-Regular";
}

.contact-us .contact a {
  color: #fff;
}

@media (max-width: 1199px) {
  .last__section .contact-us {
    padding: 60px 40px;
    justify-content: center;
  }

  .contact-us .contact {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .last__section .contact-us {
    padding: 50px 25px;
  }
}

.aluminum-accessories1 .banner-content p {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .common-types .common-card h3 {
    min-height: unset;
  }
}

.faq__answer a {
  color: #e90708;
  text-decoration: underline;
}
