@import url('https://fonts.googleapis.com/css2?family=Urbanist&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');

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

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;

}

.header-1 .topheader ul li .help-center::after {
  content: '';
  width: 1px;
  height: 25px;
  transform: translate(10px, 0px);
  POSITION: ABSOLUTE;
  BACKGROUND: #000;
}

.header-1 .topheader {
  position: relative;
}

.header-1 .topheader {
  font-family: "Urbanist", serif;
  background-color: #EAEAEA;
}

.header-1 .topheader ul li {
  gap: 25px;
  display: flex;
  align-items: center;
}

.header-1 .topheader ul li a {
  font-family: "Urbanist", serif;
  color: #000;
  font-size: 18PX;
  font-weight: 500;
}

.header-1 .topheader ul li .header-btn {
  background-color: #8D1622;
  color: #fff;
  border: none;
  padding: 5px 18px;
  transition: 0.3s;
  border: 2px solid transparent;
  font-family: "Urbanist", serif;
}

.header-1 .topheader ul li .header-btn:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #8D1622;
}

.header-1 .topheader ul {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.mention button {
  color: #7C7C7C;
  transition: 0.3s;
  /* border-color: #7C7C7C; */
  border: 1px solid #ccc;
  border-radius: 0px !important;
}

.mention button:hover {
  background-color: #8D1622;
}

.first-h2 {
  text-align: center;
}

.mention input {
  border-radius: 0px !important;
}

.header-1 .topheader ul li span i {
  padding: 10px 10px;
}

.mention input::placeholder {
  color: #000;
  font-family: "Urbanist", serif;
  padding: 0 5px;
}

.mention input {
  color: #000;
  padding: 0 15px;
  border: 1px solid #cccc;
  border-right: none;
}

.mention button:focus {
  display: none;
}

header ul li {
  font-family: "Urbanist", serif;
}

header ul li a {
  color: #cccc;
}

.nav-link:hover {
  color: #8D1622;
}

.nav-link {
  color: #000;
  font-size: 18px;
  font-family: "Urbanist", serif;
  font-weight: 500;
  transition: 0.3s;
  font-weight: 500;

}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item a:hover {
  color: #8D1622;
}

.navbar-nav .nav-item .dropdown-custom {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* max-height: 80vh; */
  /* overflow-y: auto;
  overflow-x: visible; */
}

.navbar-nav .nav-item .dropdown-custom li a {
  display: block;
  padding: 5px 20px;
  color: #000;
  font-size: 14px;
  font-family: "Urbanist", serif;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-item .dropdown-custom li a:hover{
  color: #8D1622;
  background-color: #f0f0f0;
}

.navbar-nav .nav-item:hover .dropdown-custom {
  display: block;
}

.navbar-nav .nav-item .dropdown-custom li {
  position: relative;
}

.navbar-nav .nav-item .dropdown-custom li .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}

.navbar-nav .nav-item .dropdown-custom li:hover .sub-menu {
  display: block;
}

.navbar-nav .nav-item a {
  position: relative;
  color: #000;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  padding-right: 30px;
}

.navbar-nav .nav-item ul li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 14px;
  transition: 0.3s;
}

.first-sec {
  position: relative;
}

.first-sec .first-h2 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 45px;
  color: #7C7C7C;
  padding: 20px 0 20px 0;
}

.first-sec .main-sec h3 {
  position: relative;
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 40px;
  color: #7c7c7c;
  transition: 0.3s;
  z-index: 9;
}

.first-sec .banner-btn {
  background-color: #8D1622;
  color: #fff;
  border: none;
  padding: 6px 40px;
  transition: 0.3s;
  border: 2px solid transparent;
  font-family: "Urbanist", serif;
  margin: 30px auto;
  display: block;
  width: fit-content;
  border: 1px solid transparent;
  cursor: pointer;
}


.first-sec .banner-btn:hover {
  background-color: transparent;
  color: #8D1622;
  border: 1px solid #8D1622;
}


.first-sec #lotion78::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #c0c0c0;
  top: 0;
  left: 0;
}

.first-sec .main-sec {
  position: relative;
  display: block;
  transition: 0.3s;
  /* border: 2px solid transparent; */
  padding: 15px;
  z-index: 1;
  margin-bottom: 30px;
}

.first-sec .main-sec::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-right: 2px solid #8D1622;
  border-top: 2px solid #8D1622;
  transition: 0.3s;
}

.first-sec .main-sec:hover h3 {
  color: #8D1622;
}

.first-sec .main-sec::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-left: 2px solid #8D1622;
  border-bottom: 2px solid #8D1622;
  transition: 0.3s;
}

.first-sec .main-sec:hover:before,
.first-sec .main-sec:hover:after {
  width: 30%;
  height: 30%;
}

/* .first-sec .main-sec:hover {
  border-color: #8D1622;
} */

.first-sec .main-sec img {
  margin: 0 auto;
  display: block;
  transition: 0.3s;
}

.first-sec .main-sec:hover img {
  transform: scale(1.1);
}


.looper-ul {
  background-color: #EAEAEA;
  padding: 35px;
}

.looper-ul ul li a span img {
  padding: 0 15px 0 0;
  width: 43px;
}

.looper-ul ul li a:hover {
  color: #8D1622;
}

.looper-ul ul li a {
  color: #7C7C7C;
  font-size: 22px;
  font-family: "DM Serif Text", serif;
  font-weight: 500;
  transition: 0.3s;
}

.looper-ul ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.commerical-doors a img {
  margin: 10px auto;
  display: block;
}

.commerical-doors h6 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 20px;
  padding: 22px 0;
}

.commerical-doors h2 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 45px;
  color: #7C7C7C;
  padding: 40px 0;
}

.commerical-doors .main-custom-card {
  padding: 15PX 0;
  margin: 0 auto;
  display: block;
}

.commerical-doors .main-custom-card h6 {
  color: #7C7C7C;
  padding: 15px 0;
}

.commerical-doors .btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.commerical-doors .btn button {
  display: block;
  background-color: #8D1622;
  color: #fff;
  border: none;
  width: 100%;
  height: 50px;
  transition: 0.3s;
  border: 2px solid transparent;
  font-family: "Urbanist", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  transition: 0.3s;
  border: 1px solid transparent;
}

.truck-sec {
  background-color: #D9D9D9;
  padding: 60px 0;
}

section.commerical-doors {
  padding: 40px 0;
}

.truck-sec .turck-mentio h4 {
  color: #8D1622;
  font-family: "DM Serif Text", serif;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

.turck-mentio img {
  margin: 0 auto;
  display: block;
}



label {
  position: relative;
  display: block;
  cursor: pointer;
}

.accordin label:after {
  content: "+";
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 15px;
  font-size: 29px;
  color: #8D1622;
}

.accordin input:checked+label:after {
  content: "-";
}

.accordin_title {
  background: #fff;
  color: #000;
  padding: 22px;
  font-family: "DM Serif Text", serif;
  border: 1px solid #8D1622;
  font-size: 20px;
  font-weight: 500;
}

.accordin_detail {
  display: block;
  overflow: hidden;
  max-height: 0;
  padding: 0 1em;
  height: 100%;
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked~.accordin_detail {
  max-height: 170px;
  padding: 1em;
}

.according {
  padding: 80px 0;
}

.according .accordin {
  margin-bottom: 25px;
}

.toper h2 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 45px;
  color: #7C7C7C;
  padding: 10px 0;
}

.theme-p {
  color: #000;
  font-size: 16px;
  font-family: "Urbanist", serif;
}

.toper p {
  color: #000;
  font-size: 16px;
  font-family: "Urbanist", serif;
}

.toper h4 {
  color: #000;
  font-family: "DM Serif Text", serif;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;

}

.silder-prfernce {
  padding: 80px 0;
}

.silder-prfernce h2 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 45px;
  color: #7C7C7C;
  padding: 20px 0;
}

.silder-prfernce p {
  color: #000;
  font-size: 16px;
  font-family: "Urbanist", serif;
  text-align: center;
  width: 75%;
  margin: 20px auto;
}

.custom-logo {
  padding: 30px 0;

}

.btn-logs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.btn-logs ul li button span {
  font-family: "DM Serif Text", serif;
}

.btn-logs ul li button {
  background-color: #8D1622;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 50px;
  font-family: "Urbanist", serif;
  transition: 0.3s;
  border: 1px solid transparent;
}

footer.footer-main {
  padding: 30px 0px;
  background-color: #F8F8F8;
}

footer.footer-main .main-footer h3 {
  color: #7C7C7C;
  font-family: "DM Serif Text", serif;
  font-size: 20px;
  padding: 20px 0px 0 0px;
  text-align: start;
}

footer.footer-main .main-footer ul li a {
  color: #777777;
  font-family: "Urbanist", serif;
  transition: 0.3s;
}

footer.footer-main .main-footer ul li {
  padding: 5px 0;

}

footer.footer-main .main-footer ul li a:hover {
  color: #8D1622;

}

.main-footer .footer-social ul {
  display: flex;
  align-items: center;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 25px 0;
}

.last-sec {
  background: #ffff;
}

.last-sec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.last .last-sec ul li p a {
  color: #8D1622;
  font-weight: 600;
  font-family: "Urbanist", serif;

}

.last .last-sec ul li p {
  color: #777777;
  font-family: "Urbanist", serif;
}

.last {
  background-color: #fff;
  padding: 15px 0;
}

.btn-logs ul li button:hover {
  background-color: transparent;
  border: 1px solid #8D1622;
  color: #8D1622;
}

.commerical-doors .btn button:hover {
  background-color: transparent;
  border: 1px solid #8D1622;
  color: #8D1622;
}

.dropdown .first-loop {

  transform: translate(-10%) !important;
}

.dropdown .dropdown-menu {
  padding: 0;
  border: 1px solid #000;
  display: none;
  transform: translate(-50%);
}

.navbar-nav .dropdown .dropdown-menu {
  border: none;
  background-color: transparent;
}

ul.navbar-nav.mx-auto {
  gap: 20px;
}

.main-hoter h5 {
  font-family: "DM Serif Text", serif;
  color: #000;
  white-space: nowrap;
  font-size: 20px;
  padding: 15px 0 0 0;
  text-align: center;
}

.intro-show a {
  text-align: start !important;
  color: #fff;
  font-family: "Urbanist", serif;
  text-decoration: underline;
}

.main-custom-card {
  position: relative;
  width: 300px;
  /* Adjust as needed */
  text-align: center;
}

.show-down {
  position: relative;
  overflow: hidden;
  /* Ensures hidden content doesn't spill out */
  transition: 0.3s ease-in-out;
}

.show-down img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  /* Add a smooth zoom effect */
}

.show-down:hover img {
  transform: scale(1.1);
  /* Zooms the image slightly on hover */
}

.intro-show p {
  color: #fff;
  font-size: 16px;
  font-family: "Urbanist", serif;
  text-align: start !important;
  padding: 10px 0;
}

.intro-show {
  position: absolute;
  top: 100%;
  /* Start off-screen at the bottom */
  left: 0;
  width: 100%;
  height: 53%;
  background: rgba(0, 0, 0, 0.7);
  /* Semi-transparent black background */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
  transition: transform 0.5s ease-in-out;
  /* Smooth transition effect */
  transform: translateY(0);
  /* Neutral position for non-hover */
}

.mian-card-roter {}

.show-down:hover .intro-show {
  transform: translateY(-100%);
  /* Slide up into view on hover */
  opacity: 1;
  visibility: visible;
}

.custom-card-one .mian-card-roter {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.custom-card-one .mian-card-roter i {
  position: absolute;
  transition: 0.3s;
  transform: translateY(-100%);
  font-size: 20px;
  right: 0;
  color: #000;
}

.custom-card-one .mian-card-roter button {
  position: absolute;
  transition: 0.3s;
  transform: translateY(-100%);
  font-size: 20px;
  bottom: -100px;
  left: 0;

  right: 0;
  color: #000;
  background-color: #8D1622;
  border: none;
  padding: 10px 10px;
  color: #fff;
  font-family: "Urbanist", serif;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.custom-card-one .mian-card-roter:hover button {
  transform: translateY(0%);

}

.custom-card-one .mian-card-roter:hover i {
  transform: translateY(40%);
}

.custom-card-one .mian-card-roter:hover button {
  transform: translateY(0%);
  bottom: 0;
}

.accordin_detail {
  font-family: "Urbanist", serif;
}

.silder-prfernce .main-silder-card .item {
  overflow: hidden;
  transition: 0.3s;
  position: relative;

}

.silder-prfernce .main-silder-card .item img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}

.silder-prfernce .main-silder-card .item:hover img {
  transform: scale(1.1);
  /* Optional: Adds zoom effect on hover */
}

.silder-prfernce .main-silder-card .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  /* Transparent by default */
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.silder-prfernce .main-silder-card .item:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
  /* Black overlay with opacity */
}

.silder-prfernce .main-silder-card .item h4 {
  position: absolute;
  transition: 0.3s;
  transform: translateY(-100%);
  font-size: 45px;
  bottom: -100%;
  left: 0;
  right: 0;
  color: #fff;
  border: none;
  padding: 10px 10px;
  font-family: "DM Serif Text", serif;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  /* Ensures the text is above the overlay */
}

.silder-prfernce .main-silder-card .item:hover h4 {
  transform: translateY(0%);
  bottom: 0;

}

.mention-logos .item img {
  object-fit: contain;
  width: 200px;
}

.company-logos .owl-stage {
  display: flex;
  will-change: transform;
}

.company-logos .owl-item {
  flex-shrink: 0;
  transition: transform 0.05s linear !important;
}

.company-logos .owl-stage {
  display: flex;
  animation: scroll-left 20s linear infinite;
}

.banner-about .main-about p {
  font-family: "Urbanist", serif;
  padding: 15px 0;

}

.banner-about h2,
.main-about h6 {
  font-size: 30px;
  font-family: "DM Serif Text", serif;
}

.pdfsection button {
  margin: 0 auto;
  background-color: #8D1622;
  color: #fff;
  display: block;
  width: 25%;
  height: 35px;
  font-family: "Urbanist", serif;
}

.pdfsection h2 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 40px;
  padding: 15px 0;
  color: #7C7C7C;

}

.pdfsection {
  padding: 30px 0;
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}


@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}




@keyframes scroll-right {
  from {
    transform: translateX(-100%);
    /* Start from the right */
  }

  to {
    transform: translateX(0%);
    /* End to the left */
  }
}

.company-logos-1 .owl-stage {
  display: flex;
  will-change: transform;
}


.company-logos-1 .owl-stage {
  display: flex;
  will-change: transform;
  animation: scroll-right 20s linear infinite;
  /* Change to scroll-right for RTL */
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}


.banner-about .montion-list {
  text-align: center;
  color: #8D1622;
  font-size: 40px;
  font-weight: 500;
  font-family: "DM Serif Text", serif;
  padding: 40px 0;
}

.menpdf .menter-pop h2 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 40px;
  padding: 22px 0;
  color: #7C7C7C;
}

.menpdf {
  padding: 20px 0;
}

.mentero h3 {
  color: #7C7C7C;
  text-align: center;
  font-size: 42px;
  font-family: "DM Serif Text", serif;
  padding: 20px 0;
}

.mentero button {
  width: 30%;
  display: block;
  background-color: #8D1622;
  margin: 0 auto;
  color: #fff;
  font-family: "Urbanist", serif;
  height: 40px;
  margin-top: 15px;
}

.main-youtube {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.job-sec .job-para {
  color: #000;
  font-family: "Urbanist", serif;
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
}

.job-sec .job-heading {
  text-align: center;
  color: #8D1622;
  font-family: "Urbanist", serif;
  padding: 5px 0;
  font-size: 60px;
}

.custom-job-card ol {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.custom-job-card ol li {
  list-style: block;
  font-family: "Urbanist", serif;
  padding: 10px 0;
  /* text-align: center; */
}

.custom-job-card p {
  color: #000;
  font-family: "Urbanist", serif;
  text-align: center;
  font-size: 16px;
  display: block;
  padding-bottom: 30px;
  width: 70%;
  margin: 16px auto;
}

.custom-job-card h6 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 18px;
}

.custom-job-card h4 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-family: "DM Serif Text", serif;
  color: #8D1622;
  padding: 23px 0;
}

.custom-job-card {
  padding: 25px 0;
  background-color: #EAEAEA;
}

.custom-job-card-1 {
  padding: 30px 0;
}

.custom-job-card-1 h6 a {
  text-align: center;
  display: block;
  font-family: "Urbanist", serif;
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  padding: 10px 0;
}

.custom-job-card-1 p {
  text-align: center;
  font-family: 'Urbanist';
  color: #000;
  font-size: 20px;
}

p {}

.custom-job-card-1 h4 {
  font-family: "DM Serif Text", serif;
  color: #8D1622;
  font-size: 25px;
  text-align: center;
}

.mention-gallary img {
  width: 100%;
  height: 73vh;
}

.theme-h2 {
  text-align: center;
  text-align: center;
  color: #8D1622;
  font-family: "Urbanist", serif;
  padding: 5px 0;
  font-size: 60px;
}

.job-sec .custom-id a i {
  display: flex;
  justify-content: center;
  color: #8D1622;
  align-items: center;
}

.job-sec .custom-id a p span {
  display: block;
  font-family: 'Urbanist';
}

.job-sec .custom-id {
  padding: 25px 0;
}

.job-sec .custom-id i {
  font-size: 20px;
}

.job-sec .custom-id a p {
  color: #000;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;

}

.custom-us ul li h4 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 25px;
  padding: 15px 0;
}

.custom-us ul li {
  padding: 10px 0;
}

.custom-us ul {
  padding: 25px 0;
}

.custom-us ul li p a {
  text-align: center;
  color: #000;
  margin: 0 auto;
  display: block;
  font-family: 'Urbanist';

}

.branding .custom-brand img {
  display: block;
  width: 200px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}

.branding .custom-brand p {
  color: #000;
  margin-top: 10px;
  font-family: "DM Serif Text", serif;
  font-size: 18px;
  text-align: center;
}

.custom-brand {
  padding: 30px 0;
}

.morder-41 .btn1:hover {
  background: #fff;
  color: #8D1622;
  border: 1px solid #8D1622;
}

.morder-41 .btn1 {
  color: #fff;
  transition: 0.3s;
  border: 1px solid transparent;
  background-color: #8D1622;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  display: block;
  outline: none;
  font-family: 'Urbanist';
  margin: 50px auto;
}

.lorate .mian-brans p {
  color: #000;
  font-family: 'Urbanist';
  text-align: center;
  font-size: 16px;
  width: 80%;
  margin: 10px auto;
  display: block;


}

.rooper-1 .looper-1 img {
  display: block;
  margin: 20px auto;
}

.rooper-1 .looper-1 button:hover {
  background-color: transparent;
  color: #8D1622;
  border: 1px solid #8D1622;
}

.rooper-1 .looper-1 button {
  display: block;
  transition: 0.3s;
  border: 1px solid transparent;
  margin: 28px auto;
  background-color: #8D1622;
  color: #fff;
  padding: 7px 15px;
  border: none;
  font-family: 'Urbanist';
}

.rooper-1 .looper-1 p span {
  font-family: 'Urbanist';
}

.rooper-1 .looper-1 p {
  color: #303030;
  font-family: "DM Serif Text", serif;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  display: block;

}

.custom-cards-root p {
  color: #000;
  font-size: 20px;
  padding: 15px 0;
  font-family: 'Urbanist';
  text-align: center;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.tabs-mention .nav-link .active {
  background-color: transparent !important;
  color: #000 !important;
}

.tabs-one ul h4 {
  color: #8d1622;
  font-weight: 500;
  font-size: 40px;
  font-family: 'Urbanist';
}

.tabs-one ul li {
  padding: 10px 0;

  font-family: 'Urbanist';
}

.tabs-one ul {
  background-color: #f0efef;
  padding: 20px 25px;
  border: 1px solid #000;
}

.tabs-one ul li a {
  color: #000;
  font-size: 18px;
  padding: 5px 0;
  font-family: 'Urbanist';
}

.tabs-mention .nav-link {
  background-color: transparent;
  text-align: start !important;
}

.main-toter ul {
  display: flex;
  gap: 140px;
  padding: 0px 0 30px 0;
}

.number-input {
  display: flex;
  align-items: center;
  gap: 5px;
}

.number-input button {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.number-input button:hover {
  background-color: #e0e0e0;
}

.number-input input {
  width: 60px;
  text-align: center;
  font-size: 16px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.main-roster p {
  font-family: 'Urbanist';
  font-size: 18px;
  color: #000;
  padding: 25px 0;
  font-weight: 500;
}

.main-roster h2 {
  color: #000;
  font-family: "DM Serif Text", serif;
  font-size: 40px;
  color: #8D1622;

}

.main-roster h4 {
  color: #AFAFAF;
  font-size: 16px;
  font-family: "DM Serif Text", serif;
  padding: 10px 0;
}

.main-toter ul li label {
  color: #000;
  font-size: 18px;
  font-family: #303030;
  font-family: 'Urbanist';
  padding: 12px 0;
}

.main-toter ul li select {
  width: 120px;
  height: 60px;
  text-align: center;
  font-size: 16px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.selector p {
  color: #303030;
  font-family: 'Urbanist';
  font-size: 25px;
  padding: 10px 0;
}

.prep p {
  font-size: 16px !important;
}

.prep h6 {
  color: #000;
  padding-top: 15px;
  font-size: 20px;
  font-family: "DM Serif Text", serif;
}

.prep ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.mentropol ul {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}

.mentropol h2 {
  font-family: "DM Serif Text", serif;
  color: #8D1622;
}

.mentropol button:hover {
  background-color: transparent;
  color: #8D1622;
  border: 1px solid #8D1622;
}

.mentropol button {
  border: 1px solid transparent;
  transition: 0.3s;
  background-color: #8D1622;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-family: "DM Serif Text", serif;
}

.mentropol ul li p {
  font-size: 18px;
  padding: 0 !important;
}

.para-product a {
  font-size: 16px !important;
  padding-top: 15px;
  color: #000;
  font-family: 'Urbanist';
  text-decoration: underline;
}

.mentropol ul li p span {
  color: #8D1622;
  font-weight: 600;
}

.main-routers .custom-tabs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.main-routers .main-custom-para p {
  color: #000;
  text-align: center;
  font-family: 'Urbanist';
}

.main-routers .main-custom-para h3 {
  color: #8D1622;
  text-align: center;
  font-family: "DM Serif Text", serif;
  padding: 10px 0;
}

.main-routers .nav-item .nav-link {
  font-size: 25px !important;
  color: #000 !important;
  transition: 0.1s;

}

.main-routers .nav-pills .nav-link.active,
.main-routers .nav-pills .show>.nav-link,
.main-routers .tabs-mention .nav-link .active {
  color: #8D1622 !important;
  font-size: 25px;
  text-decoration: underline;
  font-family: "DM Serif Text", serif;
}

.contact-us .form-wrap .featured-img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
}

.form-wrap .form-content .review-fields,
.form-wrap .form-content .input-fields {
  font-family: 'Gopher';
  font-size: 16px;
  font-weight: 500;
}

.form-wrap .form-content .review-fields>label,
.form-wrap .form-content .input-fields label {
  margin-bottom: 8px;
}

.form-wrap .form-content .review-fields input {
  display: none;
}

.form-wrap .form-content .review-fields .rating-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  flex-direction: row-reverse;
  gap: 10px;
}

.form-wrap .form-content .review-fields .star {
  transition: 0.3s;
}

.form-wrap .form-content .review-fields .star::before {
  content: '\f005';
  font-family: 'Font Awesome 6 Pro';
}

.form-wrap .form-content .review-fields .star:hover~.star,
.form-wrap .form-content .review-fields .star:hover,
.form-wrap .form-content .review-fields input:checked~.star {
  color: #ffd250;
  font-weight: 900;
}

.form-wrap .form-content .input-fields input[type="text"],
.form-wrap .form-content .input-fields input[type="email"],
.form-wrap .form-content .input-fields input[type="password"],
.form-wrap .form-content .input-fields input[type="tel"],
.form-wrap .form-content .input-fields textarea {
  width: 100%;
  padding: 8px 15px;
  border-radius: 8px;
  border: none;
  outline: none;
  background-color: #e5e5e5;
}

.form-wrap .form-content .input-fields textarea {
  height: 140px;
  resize: none;
}

.form-wrap .form-content .input-fields.field-lg input {
  padding: 13px 20px;
}

.form-wrap .form-content .submit-btn {
  background-color: #8D1622;
  color: #fff;
  border: none;
  padding: 5px 18px;
  transition: 0.3s;
  border: 2px solid transparent;
  font-family: "Urbanist", serif;
}

.form-wrap .form-content .submit-btn:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #8D1622;
}

.form-wrap .form-content .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-wrap .form-content .btn-wrapper span {
  font-family: "Urbanist", serif;
  font-weight: 600;
}

.form-wrap .form-content .btn-wrapper span a {
  color: #8d1622;
}

.quote-product-card {
  position: relative;
  border: 1px solid #eee;
  padding: 15px;
  color: #303030;
  transition: 0.3s;
  background-color: transparent;
  outline: none;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.quote-product-card .badge {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  background-color: #8d1622;
}

input:checked+.quote-product-card,
.quote-product-card:hover {
  border-color: #8D1622;
}

.quote-product-card h4 {
  font-size: 18px;
}

.quote-product-card .content {
  width: 100%;
}

.quote-product-card .user-input {
  width: 100%;
  margin: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  transition: 0.3s;
}

.quote-product-card .user-input:focus {
  border-color: #8D1622;
}

.quote-product-card p {
  font-size: 12px;
}

.quote-product-card.edit-quote-item {
  position: relative;
}

.quote-product-card.edit-quote-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(141, 22, 34, 0.2);
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition: 0.3s;
}

.quote-product-card.edit-quote-item:hover .icon {
  opacity: 1;
}

.quote-builder .input-fields {
  font-family: 'Gopher';
  font-size: 16px;
  font-weight: 500;
}

.quote-builder .input-fields label {
  margin-bottom: 8px;
}

.quote-builder .input-fields input,
.quote-builder .input-fields textarea {
  width: 100%;
  padding: 8px 15px;
  border-radius: 8px;
  border: none;
  outline: none;
  background-color: #e5e5e5;
}

.quote-builder .input-fields textarea {
  height: 140px;
  resize: none;
}

.quote-builder .submit-btn {
  background-color: #8D1622;
  color: #fff;
  border: none;
  width: 100%;
  padding: 5px 18px;
  transition: 0.3s;
  border: 2px solid transparent;
  font-family: "Urbanist", serif;
}

.quote-builder .step-form .submit-btn {
  margin: 0 auto;
  display: flex;
  width: fit-content;
}

.thankyou-content {
  font-family: "Urbanist", serif;
}

.quote-builder .submit-btn:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #8D1622;
}



.quote-product-card input[type='checkbox'],
.quote-product-card input[type='radio'] {
  display: none;
}

.quote-product-card .img-wraper img {
  max-width: 100%;
  max-height: 250px;
  object-fit: contain;
  margin: 0 auto 30px;
}

.quote-product-card .step-title {
  margin-bottom: 10px;
}

.quote-summary {
  border: 1px solid #eee;
  padding: 20px;
  height: 100%;
  font-family: "Urbanist", serif;
}

.quote-summary ul {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* list-style: disc; */
  margin: 15px 0;
  border-radius: 5px;
  background-color: #eaeaea;
}

.quote-summary ul li button {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: left;
}

.quote-summary ul li strong {
  display: block;
}

.quote-summary ul li span {
  padding-left: 20px;
}

.quote-summary .option-values {
  gap: 6px;
  margin: 0;
  padding: 0 20px;
  list-style: disc;
}

.quote-builder {
  font-family: "Urbanist", serif;

}

.quote-builder .restart-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px;
  outline: none;
  border: 1px solid #eaeaea;
  background-color: transparent;
  transition: 0.3s;
}

.quote-summary .restart-quote:hover {
  background-color: #eaeaea;
}

.pdf-quotation {
  position: relative;
  font-family: "Urbanist", serif;
  padding: 30px;
}

.pdf-quotation .pdf-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.pdf-quotation .pdf-head .main-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.pdf-quotation .print-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #8D1622;
  color: #fff;
  border: none;
  outline: none;
  padding: 5px 10px;
  border-radius: 5px;
}

.pdf-quotation .theme-h4 {
  font-size: 24px;
  border-bottom: 1px solid #777777;
  margin-top: 10px;
}

.pdf-quotation .selection-summary li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px;
}

.pdf-quotation .selection-summary li form {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-color: transparent;
  border: none;
  outline: none;
}

.pdf-quotation .selection-summary li button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: green;
}

.pdf-quotation .selection-summary li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.pdf-quotation .selection-summary .total {
  font-size: 20px;
  background-color: #303030;
  color: #8D1622;
}

.product-page {
  font-family: "Urbanist", serif;
  padding: 80px 0;
}

.product-availability {
  padding: 4px 12px;
  background: #00234D;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #FEFEFE;
  display: inline-block;
}

.product-details {
  font-family: 'Gopher';
}

.product-details .product-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.09;
  letter-spacing: 0.25px;
  color: #000000;
  font-family: 'Gopher';
}

.product-details .product-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
}

.product-details .product-price.compare-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
}

.product-meta {
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
}

.product-variant input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-variant-other label {
  border: 1px solid #000;
  min-height: 30px;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-variant-other label:hover,
.product-variant-other input:checked+label {
  color: #fff;
  background-color: #000;
}

.product-variant-color label {
  border: none;
  min-height: auto;
  min-width: auto;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 100%;
  outline: 1.5px solid transparent;
  outline-offset: 2px;
}

.product-variant-color label:hover,
.product-variant-color input:checked+label {
  outline: 1.5px solid #000;
}

.variant-list {
  margin-left: -8px;
}

.variant-label {
  margin-left: 8px;
  cursor: pointer;
}

.product-variant-color .variant-list {
  margin-left: -10px;
}

.product-variant-color .variant-label {
  margin-left: 10px;
}

.quantity {
  width: 100px;
  -ms-border: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.quantity .qty-btn,
.quantity .qty-input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
}

.quantity .qty-btn.inc-qty {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.quantity .qty-btn.dec-qty {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.quantity .qty-input::-webkit-outer-spin-button,
.quantity .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity .qty-input[type=number] {
  -moz-appearance: textfield;
}

.product-vendor,
.quantity input,
.product-price {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.quantity .qty-btn {
  width: 25px;
  padding: 4px 5px 6px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.product-details .btn-add-to-cart {
  background-color: #8D1622;
  color: #fff;
  border: none;
  padding: 5px 18px;
  transition: 0.3s;
  border: 2px solid transparent;
  font-family: "Urbanist", serif;
  font-size: 16px;
  font-weight: 500;
}

.product-details .btn-add-to-cart:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #8D1622;
}

.img-thumb-slider,
.img-large-wrapper img {
  height: 480px;
  object-fit: contain;
}

.img-thumb-slider {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  gap: 10px;
  padding-right: 15px;
}

.img-thumb-slider::-webkit-scrollbar {
  width: 5px;
}

.img-thumb-slider::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px;
}

.img-thumb-slider::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}

.img-thumb-slider::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.img-thumb-slider .img-thumb-wrapper {
  height: calc(20% - 5px);
}

.img-thumb-slider .img-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.share-item {
  margin-left: 20px;
  cursor: pointer;
}

.product-tab-list {
  border-bottom: 1.5px solid rgba(61, 70, 77, 0.26);
}

.product-tab-nav {
  margin-left: -44px;
}

.product-tab-link {
  padding: 0;
  margin-left: 44px;
  padding-bottom: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  font-family: 'Gopher';
  opacity: 0.6;
}

.product-tab-link:hover,
.product-tab-link:focus,
.product-tab-link.active {
  opacity: 1;
  font-weight: 500;
  color: #00234D;
}

.product-tab-link:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1.5px;
  background-color: #00234D;
  opacity: 0;
  visibility: hidden;
}

.product-tab-link.active:before {
  opacity: 1;
  visibility: visible;
}

.product-tab-content {
  margin-top: 40px;
}

.product-tab-content .desc-content img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  max-width: 400px;
}

.review-form-border {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* .write-review-btn{
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
  width: fit-content;
} */


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

.or-divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  text-transform: uppercase;
  font-size: 20px;
  margin: 20px 0;

  & hr {
    flex: 1;
  }
}

.custom-order {
  padding: 80px 0;
}

.custom-order .custom-order-title {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 40px;
  color: #8D1622;
  margin-bottom: 20px;
}

.create-customize-door {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #8D1622;
  color: #fff;
  border: none;
  padding: 5px 18px;
  width: 100%;
  transition: 0.3s;
  border: 2px solid transparent;
  font-family: "Urbanist", serif;

  &:hover {
    background-color: transparent;
    color: #000;
    border: 2px solid #8D1622;
  }
}

.collection-page {
  padding: 80px 0;
}

.collection-page h4 {
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 7368px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1444px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

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

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 519px) {}