ul {
  padding: 0;
  margin: 0;
}

.flex {
  display: flex;
}
.flex-important {
  display: flex !important;
}
.text-align-center {
  text-align: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-sb {
  justify-content: space-between;
}

.align-item-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.m-b-5 {
  margin-bottom: 5px;
}
.m-b-14rem {
  margin-bottom: 14rem;
}
.m-t-6rem {
  margin-top: 6rem;
}
.m-t-7rem {
  margin-top: 7rem;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-10rem {
  margin-top: 10rem;
}
.m-top-5rem {
  margin-top: 5rem;
}
.margin-top-4rem {
  margin-top: 4rem;
}
.m-0-auto {
  margin: 0 auto;
}
.margin-top-5rem {
  margin-top: 8rem;
}
.margin-4rem-0 {
  margin: 4rem 0;
}
.m-b-4rem {
  margin-bottom: 4rem;
}
.m-b-6rem {
  margin-bottom: 6rem;
}
.m-b-13rem {
  margin-bottom: 13rem;
}
.margin-bottom-5rem {
  margin-bottom: 5rem;
}

.margin-top-10rem {
  margin-top: 10rem;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-top-2rem {
  margin-top: 2rem;
}

.margin-top-7rem {
  margin-top: 7rem;
}

.margin-bottom-2rem {
  margin-bottom: 2rem;
}

/* .margin-10rem-0 {
  margin: 10rem 0;
} */

/* .margin-10rem-0{
  margin: 6rem 0;
} */
.margin-8rem-0 {
  margin: 8rem 0;
}
.margin-10rem-0 {
  margin: 10rem 0;
}
.padding-10 {
  padding: 10px;
}
.p-b-8rem {
  padding-bottom: 8rem;
}
.p-b-25rem {
  padding-bottom: 25rem;
}
.width-100 {
  width: 100px;
}
.width-100-per {
  width: 100%;
}
.width-90-per {
  width: 90%;
}
.height-450 {
  height: 450px;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-400 {
  font-weight: 400;
}
.gap-15 {
  gap: 15px;
}
.gap-30 {
  gap: 30px;
}
.gap-10 {
  gap: 10px;
}
.gap-5 {
  gap: 4rem;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-57 {
  font-size: 57px;
}
.font-size-28 {
  font-size: 28px;
}

.primary-text-color {
  color: #01b2d6;
}
.text-centre {
  text-align: center;
}
.text-color1 {
  color: #707070;
}
.text-color3 {
  color: #27293b;
}
.text-color2 {
  color: #1d1d1f;
}
.border-radius-20 {
  border-radius: 20px;
}
/* .btn-border {
  border: solid 1px #ec577a;
  color: #ec577a;
  background: white;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
} */
.dots-1 {
  width: 100%;
  height: 35px;
  background: url(../images/border-dot.svg) no-repeat center;
  display: flex;
}

.btn-border {
  border: solid 1px #01b2d6;
  color: #01b2d6;
  background: white;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight:normal;
  min-width: 150px;
  min-height: 48px;
  font-family: "Prompt", sans-serif !important;
  cursor: pointer;
}

/* Responsive styles for 1024px */
@media (max-width: 1024px) {
  .btn-border {
    padding: 11px 18px;
    font-size: 13px;
    border-radius: 4.5px;
  }
}

/* Responsive styles for 480px */
@media (max-width: 480px) {
  .btn-border {
    padding: 9px 14px;
    font-size: 11px;
    border-radius: 3px;
  }
}

.container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.tabs-sec {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 1rem;
  gap: 17px;
}

.tab-link {
  padding: 10px 25px;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: 1px solid #27293b;
  border-radius: 6px;
  font-size: 14px;
}

.tab-link.active {
  background-color: #ec577a;
  color: #fff;
  border: 1px solid #ec577a;
}

.tabs-sec.bottom-tabs button {
  width: 127px;
  height: 127px;
  padding: 0;
  background-color: #f4f5f8;
  overflow: hidden;
  border-radius: 10px;
  border: 0;
}

.tabs-sec.bottom-tabs button.active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.content {
  padding: 20px;
  height: 530px;
  position: relative;
}

@media (max-width: 1024px) {
  .default-outer {
    padding-bottom: 5rem;
  }

  .default-outer .global-width {
    max-width: 110rem;
    margin-bottom: 90px;
  }

  .content {
    height: 450px;
  }
  .width-100-per-1024 {
    width: 100%;
  }
  .p-15-0-15-0-per-1024 {
    padding: 15px 0 15px 0;
  }
  .m-t-15-per-1024 {
    margin-top: 15px;
  }
  .font-size-25-per-1024 {
    font-size: 25px;
  }
  .m-0-per-1024 {
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .default-outer {
    padding-bottom: 3rem;
  }

  .default-outer .global-width {
    max-width: 70rem;
    margin-bottom: 50px;
  }

  .content {
    height: 290px;
  }
}

.tab-content-section {
  display: none;
}

.tab-content-section.active {
  display: block;
}

.before-after {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.before,
.after {
  flex: 1;
  text-align: center;
}

.thumbnails {
  display: flex;
  justify-content: space-between;
}

.thumbnails img {
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 5px;
}

.thumbnails img:hover {
  border-color: #ff5c5c;
}

.bottom-tabs button img {
  width: 100%;
  position: relative;
  top: -12px;
}

.tab-content-section img {
  width: 100%;
}

.tab-content-section {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
}

.before {
  position: absolute;
  left: 22px;
  bottom: 40px;
  z-index: 3;
}

.after {
  position: absolute;
  right: 22px;
  bottom: 40px;
  z-index: 3;
}

.features-section ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 1.4rem 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1024px) {
  .features-section ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 1.2rem 0.6rem;
  }
}

@media (max-width: 480px) {
  .features-section ul {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem 1rem;
  }
}

.features-section ul li {
  text-align: center;
  place-self: center;
  gap: 70px;
  display: grid;
}

.features-section ul li h3 {
  font-weight: 500;
  margin-bottom: 12px;
}

.features-section ul li p {
  color: #707070;
}

.primary-btn {
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  transition: 0.25s all;
  background-color: #01b2d6;
  border-radius: 0.4rem;
  display: block;
  min-width: 135px;
  min-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #01b2d6;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.talk-to-us {
  background-color: #ec577a;
}

.full-img {
  position: relative;
}

.full-img img {
  position: relative;
  z-index: 2;
}

.full-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #f4f5f8;
  height: 300px;
  left: 0;
  width: 100%;
  border-radius: 20px;
}

.no-img::before {
  content: "";
  bottom: 0;
  background-color: #f4f5f8;
  height: 300px;
  left: 0;
  width: 100%;
  border-radius: 20px;
}

/* Default styles */
.product-detail-ceontentse2 {
  margin-top: 7rem;
}

.why-oven {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));
  grid-gap: 1.4rem 0.8rem;
}

.why-oven aside p {
  color: #707070;
}

.why-oven aside ul {
  padding-left: 50px;
}

.why-oven aside ul li {
  margin-bottom: 25px;
  list-style: none;
  position: relative;
}

.scalability {
  position: relative;
}

.why-oven aside ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: -55px;
  top: 8px;
  border: solid 1px #ec577a;
  background-color: white;
}

.scalability:before {
  content: "";
  width: 1px;
  height: 93%;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: rgb(96, 96, 108);
}

.why-oven aside h2 {
  line-height: 35px;
  margin: 2rem 0;
}

/* Medium screens (e.g., tablets) */
@media (max-width: 1024px) {
  .product-detail-ceontentse2 {
    margin-top: 5rem;
  }

  .why-oven {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    grid-gap: 1rem 0.5rem;
  }

  .why-oven aside h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .why-oven aside ul {
    padding-left: 30px;
  }

  .why-oven aside ul li {
    margin-bottom: 20px;
  }

  .scalability:before {
    display: none;
  }
}

.brochur-sec ul {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-gap: 2rem;
  display: grid;
  list-style: none;
}

.left-right-content .challenges-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 1.5rem;  
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));  
}

.left-right-content .challenges-list li {
  position: relative;
  margin-top: 12px;
  margin-bottom: 0.5rem;
  padding-left: 30px;  
  font-size: 16px; 
}

.left-right-content .challenges-list li::before {
  content: "•";
  position: absolute;
  left: 5px;  
  top: 0;
  color: #707070;  
  font-size: 2em;   
}

@media (max-width: 768px) {
  .left-right-content .challenges-list {
    grid-template-columns: 1fr;  
    padding: 0 1rem;  
  }

  .left-right-content .challenges-list li {
    font-size: 14px;  
    padding-left: 20px;  
  }

  .left-right-content .challenges-list li::before {
    font-size: 1.5em;  
  }

  .brochur-sec ul {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 2rem;
    display: flow-root;
    list-style: none;
  }
}

@media (max-width: 480px) {
  .left-right-content .challenges-list {
    grid-template-columns: 1fr;  
  }

  .left-right-content .challenges-list li {
    font-size: 13px;  
  }

  .left-right-content .challenges-list li::before {
    font-size: 1.3em;  
  }
}



.brochur-item {
  width: 100%;
  min-height: 400px;
  background-color: rgb(212, 212, 212);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  position: relative;
}

.brochur-item img {
  width: 50%;
  transition-duration: 0.5s;
  position: relative;
}

.interval-image {
  width: 200px;
}
.brochur-item:hover {
  transform: scale(1.02);
}

.brochur-item:hover img {
  transform: rotate(16deg);
}

.bg1 {
  background-color: #256192;
}

.bg2 {
  background-color: #407dc3;
}

.bg3 {
  background-color: #d2d7f3;
}

.bg4 {
  background-color: #8883a3;
}

.bg5 {
  background-color: #39a9a3;
}

.bg6 {
  background-color: #c3f6db;
}
.bg-7 {
  background-color: #f4f5f8;
}

.popup-section {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.334);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
}

.popup-container {
  width: 800px;
  height: 560px;
  background-color: #27293b;
  position: relative;
  overflow: auto;
  margin: auto;
  transition: none;
  top: 50%;
  transform: translate(6%, -50%);
}

.popup-head {
  width: 100%;
  padding: 15px;
  background-color: white;
}

.popup-head .close-sec {
  cursor: pointer;
}

.brochur-section {
  cursor: pointer;
}
.brochur-section h3 {
  margin-top: 40px;
  font-size: 23px;
}

.main-cointainer-popup {
  text-align: center;
  height: 434px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-cointainer-popup img {
  width: 300px;
}

.main-cointainer-popup .check {
  width: 19px;
}

.popup-footer {
  bottom: 0;
  background: white;
  width: 100%;
}

.popup-email-sec {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.334);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
  backdrop-filter: blur(4px);
}

.email-container {
  width: 800px;
  height: 500px;
  background-color: white;
  position: fixed;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.email-container .popup-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.email-container .form-sec input {
  border: solid 1px #cdcdcd;
  background-color: #f6f9fc;
  width: 100%;
  border-radius: 3px;
  height: 45px;
  padding: 10px;
}

.email-container .form-sec {
  position: relative;
  width: 400px;
  margin: 0 auto;
  margin-top: 35px;
}

.email-container .form-sec label {
  position: absolute;
  left: 14px;
  /* top: -7px; */
  top: -19px;
  font-size: 12px;
  backdrop-filter: blur(2px);
}

.email-container .main-cointainer-popup {
  text-align: center;
  padding: 15rem 0;
}

.email-container .main-cointainer-popup .all-fields {
  color: #707070;
}

.email-container .main-cointainer-popup h2 {
  font-weight: 500;
}

.email-container .close-sec {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.6;
  padding: 10px;
  border: solid 1px #e8efe4;
  border-radius: 3px;
  cursor: pointer;
}

.phone-container {
  display: none;
}

.phone-container .popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.phone-container .popup-footer .pre-btn {
  background-color: white;
  border: solid 1px #01b2d6;
  color: #01b2d6;
}

.phone-container .form-sec input {
  border: solid 1px #cdcdcd;
  background-color: #f6f9fc;
  width: 100%;
  border-radius: 3px;
  height: 45px;
  padding: 10px;
}

.phone-container .form-sec {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.phone-container .form-sec div {
  position: relative;
  width: 28%;
}

.phone-container .form-sec label {
  position: absolute;
  left: 14px;
  top: -15px;
  font-size: 12px;
  backdrop-filter: blur(4px);
}

.phone-container .main-cointainer-popup {
  text-align: center;
  padding: 10.3rem 0;
}

.phone-container .main-cointainer-popup p {
  font-size: 12px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 3rem;
  color: #707070;
  line-height: 23px;
}

.phone-container .main-cointainer-popup ul:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #01b2d6;
  position: absolute;
}

.phone-container .main-cointainer-popup ul li {
  background-color: #1f7d3d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: solid white 1rem;
  z-index: 1;
}

.phone-container .main-cointainer-popup ul {
  display: flex;
  align-items: center;
  gap: 7rem;
  list-style: none;
  justify-content: center;
  position: relative;
  top: -27px;
}

.phone-container .main-cointainer-popup h2 {
  font-weight: 500;
}

.phone-container .close-sec {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.6;
  padding: 10px;
  border: solid 1px #e8efe4;
  border-radius: 3px;
  cursor: pointer;
}

.phone-container {
  width: 800px;
  height: 500px;
  background-color: white;
  position: fixed;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.error {
  display: none;
  color: red;
}

.phone-error {
  display: none;
  color: red;
  position: absolute;
  bottom: -17px;
  right: 0;
  font-size: 12px;
}

.download-section-pdf {
  width: 800px;
  height: 500px;
  background-color: white;
  position: fixed;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  display: flex;
  align-items: center;
  padding: 65px;
}

.download-section-pdf .close-sec {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.6;
  padding: 10px;
  border: solid 1px #e8efe4;
  border-radius: 3px;
  cursor: pointer;
}

.download-section-pdf p {
  margin-bottom: 2rem;
}

.thank-container .inner-container {
  border-bottom: solid 1px #707070;
}

.thank-container .primary-btn {
  width: 160px;
  margin-top: 25px;
}

@media (max-width: 1024px) {
  .popup-section .popup-container,
  .email-container,
  .phone-container,
  .download-section-pdf {
    width: 90%;
  }

  .thank-container {
    min-height: auto !important;
  }

  .phone-container .form-sec {
    flex-direction: column;
  }

  .thank-container .inner-container {
    border-bottom: 0;
  }

  .phone-container .close-sec {
    right: 15px;
    top: 15px;
  }

  .inner-container {
    border-bottom: 0;
  }

  .thank-card h1 {
    font-size: 22px !important;
  }

  .phone-container .main-cointainer-popup p {
    top: 1rem;
    line-height: 16px;
  }

  .phone-container .main-cointainer-popup ul li {
    width: 30px;
    height: 30px;
    border: solid white 3px;
  }

  .phone-container .form-sec div {
    width: 70%;
  }

  .email-container .form-sec {
    width: 70%;
  }

  .full-img::before {
    display: none;
  }
  .width-100-per-900 {
    width: 100%;
  }
  .popup-container {
    transform: translate(0%, -50%);
  }
}

@media (max-width: 770px) {
  .download-section-pdf {
    flex-direction: column;
    padding: 25px;
  }

  .download-section-pdf .right-sec img {
    width: 40%;
    margin-top: 5rem;
  }

  .tabs-sec {
    flex-direction: column;
    margin: 0 -6px 1rem;
  }

  .tabs-sec.bottom-tabs {
    flex-direction: row;
  }

  .tabs-sec.bottom-tabs button {
    width: 80px;
    height: 80px;
  }

  .before,
  .after {
    top: 27px;
  }
}

.thank-image {
  width: 40%;
}

.thank-image img {
  position: relative;
  top: 6px;
}

.thank-card {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thank-card h1 {
  font-size: 70px;
}

.thank-container {
  min-height: calc(100vh - 27.2rem);
}

/* case-studies */
.thank-card p {
  color: #707070;
}

/* case-studies */
.banner-case-studes {
  background-color: #f4f5f8;
  padding-top: 7rem;
  margin-top: 5rem;
  border-radius: 15px;
}

.grid-col-3 {
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  grid-gap: 25px;
  display: grid;
}

.grid-col-2 {
  grid-template-columns: repeat(auto-fill, minmax(411px, 1fr));
  grid-gap: 15px;
  display: grid;
}

.grid-col-3 .img-box {
  background-color: #f7f7fc;
  min-height: 290px;
  border-radius: 10px;
  width: 100%;
}

#header nav .mega-dropdown.company-menu.resources-sec {
  width: 460px;
}

.menu-product,
.menu-services,
.menu-company,
.menu-resources {
  position: relative;
}

.menu-product::after,
.menu-services::after,
.menu-company::after,
.menu-resources::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #939393;
  font-size: 0;
  line-height: 0;
  position: absolute;
  /* right: -12px; */
  right: -15px;
  top: 10px;
}
#header nav li .active {
  color: #01b2d6;
}
#header nav li .active::after {
  border-top: 5px solid #01b2d6;
}
.talk-section input {
  height: 42px;
  border-radius: 2px 0 0 2px;
  border: 0;
  padding-left: 15px;
}

.talk-section .btn-mail button {
  border-radius: 0 2px 2px 0;
}

@media (min-width: 1024px) {
  .active-header {
    padding-top: 75px;
  }
  .active-header #Loadheader {
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
  }
  .active-header #Loadheader .global-width {
    min-height: 50px;
  }

  .active-header #Loadheader .logo img {
    width: 130px;
    transition-duration: 0.5s;
    position: relative;
  }
  .active-header #Loadheader .contact-menu li a {
    padding: 3px 12px;
    min-width: 107px;
    min-height: 35px;
  }
  .active-header #header {
    background: #ffffffe3;
    backdrop-filter: blur(4px);
  }
}
.btn-border.watch-demo-btn {
  padding: 17px 20px;
}
.text-color-primary {
  color: #01b2d6;
}
.location-wrap .extra-detail .number {
  color: black;
}
@media (max-width: 400px) {
  .brochur-sec ul {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.dash-btn.btn-min-width {
  min-width: 300px;
}
#header nav .mega-dropdown.resources-menu {
  width: 400px;
  right: -73px;
}
#header nav li:hover .mega-dropdown.resources-menu:before {
  left: 80%;
}
.ebantis-logo-sec {
  width: 75px;
}

.bg-img {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}

.bg-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin-top: 152px;
  padding: 30px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .bg-img {
    height: 350px;
  }

  .bg-img::before {
    height: 250px;
    margin-top: 100px;
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .bg-img {
    height: 250px;
  }

  .bg-img::before {
    height: 150px;
    margin-top: 60px;
    padding: 15px;
  }
}

.phn-image {
  position: absolute;
  width: 100%;
  max-width: 765px;
  height: auto;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .phn-image {
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .phn-image {
    max-width: 300px;
  }
}

.why-ovens aside ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: -55px;
  top: 8px;
  border: solid 1px #ec577a;
  background-color: white;
}

.scalability.terrainclr::before {
  background-color: #adcfa9;
}

.scalability.terrainclr ul li::before {
  background-color: #ec577a;
}

.grid-col-3-centered {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  grid-gap: 46px;
  justify-content: center;
}

.grid-col-3-centered .img-box {
  min-height: 200px;
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 1024px) {
  .grid-col-3-centered {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
  .grid-col-3-centered .img-box {
    min-height: 180px;
  }
}

@media (max-width: 480px) {
  .grid-col-3-centered .img-box {
    max-width: 250px;
    min-height: 140px;
    margin: 0 auto;
  }
}

/* .grid.grid-col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
} */

.grid.grid-col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* Media Queries for Responsiveness */

@media (max-width: 1024px) {
  .grid.grid-col-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .grid.grid-col-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

@media (max-width: 468px) {
  .grid.grid-col-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.extra-content {
  display: none;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .extra-content .left-side,
  .extra-content .right-side {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .extra-content {
    margin-top: 10px;
  }

  .extra-content .left-side,
  .extra-content .right-side {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.margin-top-3rem {
  margin-top: 3rem;
}
.case-studies-sc {
  position: relative;
  top: -8px;
}
.image-talos-sec {
  position: relative;
  top: -100px;
}
.text-color-white {
  color: white;
}

@media (max-width: 768px) {
  .youtube-video-section .popup-sec iframe {
    height: auto !important;
  }
  .youtube-video-section .popup-iconbox {
    top: 40% !important;
  }
  .youtube-video-section .popup-content-sec {
    width: 90% !important;
  }
  .res-m-t-0 {
    margin-top: 0 !important;
  }
  .res-p-b-3rem {
    padding-bottom: 3rem !important;
  }
  .res-90-per {
    width: 90% !important;
  }
  .res-m-0 {
    margin: 0;
  }
  .res-m-t-2rem {
    margin-top: 2rem;
  }
  .res-m-b-2rem {
    margin-bottom: 2rem;
  }
  .res-m-t-0 {
    margin-top: 0;
  }
  .res-m-b-1rem {
    margin-bottom: 1rem;
  }
  .res-font-size-25 {
    font-size: 25px;
  }
  .res-sec-1 {
    padding-bottom: 4rem !important;
  }
  .product-full-image {
    margin-bottom: 2rem !important;
  }
  .res-sec-2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .features-section ul li {
    gap: 20px;
  }
  .inner-product-container .talk-banner {
    margin-bottom: 2rem !important;
  }
  .res-btn-sec.gap-30 {
    gap: 15px;
    margin-top: 2rem;
  }
  .res-oven.font-size-57 {
    font-size: 35px;
    margin-top: 15px;
  }
  .res-top-content.m-t-30 {
    margin-top: 0;
  }
  .m-t-10rem {
    margin-top: 0rem;
  }
  .p-b-25rem {
    padding-bottom: 7rem;
  }

  .image-talos-sec {
    position: relative;
    top: 0 !important;
    width: 80%;
  }
  .margin-8rem-0 {
    margin: 3rem 0;
  }
  .m-t-7rem {
    margin-top: 2rem;
  }
  .inner-product-container .talk-banner {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .m-b-14rem {
    margin-bottom: 2rem;
  }
  .height-450 {
    height: auto;
    padding: 15px;
  }

  .product-detail-ceontentse2 {
    margin-top: 3rem;
  }

  .why-oven {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  .why-oven aside h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .why-oven aside ul {
    padding-left: 20px;
  }

  .why-oven aside ul li {
    margin-bottom: 15px;
  }

  .scalability:before {
    display: none;
  }
  .btn-border {
    padding: 10px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
  .extra-content .left-side,
  .extra-content .right-side {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .default-outer {
    padding-bottom: 4rem;
  }

  .default-outer .global-width {
    max-width: 90rem;
    margin-bottom: 70px;
  }

  .content {
    height: 400px;
  }
  .features-section ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 1rem 0.5rem;
  }
  .bg-img {
    height: 300px;
  }

  .bg-img::before {
    height: 200px;
    margin-top: 80px;
    padding: 20px;
  }
  .phn-image {
    max-width: 500px;
  }
  .grid-col-3-centered {
    grid-template-columns: 1fr;
  }
  .grid-col-3-centered .img-box {
    max-width: 400px;
    min-height: 160px;
    margin: 0 auto;
  }
  .grid.grid-col-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #header {
    border-bottom: solid 1px rgb(237, 237, 237);
  }
  .popup-container {
    transform: translate(0%, -50%);
  }
}

@media (max-width: 480px) {
  .font-size-9-res-480 {
    font-size: 9px;
  }
  .m-0-res-480 {
    margin: 0;
  }
  .font-size-25-res-480 {
    font-size: 25px !important;
  }
  .line-height-30-res-480 {
    line-height: 30px !important;
  }
  .gap-10-res-480 {
    gap: 10px !important;
  }
  .width-100-per-480 {
    width: 100% !important;
  }
  .m-b-15-res-480 {
    margin-bottom: 15px !important;
  }
  .font-size-17-res-480 {
    font-size: 17px;
  }
  .font-size-14-res-480 {
    font-size: 14px;
  }
  .m-10-0-10-0res-480 {
    margin: 10px 0;
  }
  .direction-reverse-res-480 {
    flex-direction: column-reverse;
  }
  .product-detail-ceontentse2 {
    margin-top: 2rem;
  }
  #header .menu-head .icon img {
    width: 17px;
    height: auto;
  }

  .loc-icn{
    width: 15.76px;
    height: 18.7px;
  }
  .res-img{
    width: 22.8px;
    height: 15.9px;
  }
  .resource-img{
    width: 17px;
    height: auto;
  }
  .width-100-per-res-480 {
    width: 100%;
  }
  #header nav .mega-dropdown {
    padding: 10px;
  }
  #header nav {
    max-height: 65vh;
    padding: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  #header nav .mega-dropdown.resources-menu {
    width: 100%;
  }
  #header nav li li a {
    font-size: 10px;
    padding: 5px;
    align-items: center;
  }
  
  .menu-product::after,
  .menu-services::after,
  .menu-company::after,
  .menu-resources::after {
    right: 0;
  }
  .why-oven aside h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .why-oven aside ul {
    padding-left: 10px;
  }

  .why-oven aside ul li {
    margin-bottom: 10px;
  }

  .scalability:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .res-p-b-3rem {
    padding-bottom: 3rem !important;
  }
  .res-90-per {
    width: 90% !important;
  }
  .res-m-0 {
    margin: 0;
  }
  .res-m-t-2rem {
    margin-top: 2rem;
  }
  .res-m-b-2rem {
    margin-bottom: 2rem;
  }
  .res-m-t-0 {
    margin-top: 0;
  }
  .res-m-b-1rem {
    margin-bottom: 1rem;
  }
  .res-font-size-25 {
    font-size: 25px;
  }
  .res-sec-1 {
    padding-bottom: 4rem !important;
  }
  .product-full-image {
    margin-bottom: 2rem !important;
  }
  .res-sec-2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .features-section ul li {
    gap: 20px;
  }
  .inner-product-container .talk-banner {
    margin-bottom: 2rem !important;
  }
  .res-btn-sec.gap-30 {
    gap: 15px;
    margin-top: 2rem;
  }
  .res-oven.font-size-57 {
    font-size: 35px;
    margin-top: 15px;
  }
  .res-top-content.m-t-30 {
    margin-top: 0;
  }
  .m-t-10rem {
    margin-top: 0rem;
  }
  .p-b-25rem {
    padding-bottom: 7rem;
  }
  .img-sec-1 {
    margin-top: 7rem !important;
  }
  .image-talos-sec {
    top: 0;
    width: 90%;
  }
  #header nav li {
    padding: 10px 12px;
  }
  .menu-product::after,
  .menu-services::after,
  .menu-company::after,
  .menu-resources::after {
    top: 18px;
  }
}

.color-white {
  color: white;
}
.width-100-per {
  width: 100%;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.flex-c-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.width-40-per {
  width: 40%;
}
.width-60-per {
  width: 60%;
}

.gap-5rem {
  gap: 5rem;
}
.blog-section.active a {
  color: #01b2d6 !important;
}
.brochure-section-menu.active a {
  color: #01b2d6 !important;
}
.casestudies-section-menu.active a {
  color: #01b2d6 !important;
}

.youtube-video-section .popup-sec {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9;
  position: absolute;
}
.youtube-video-section .popup-content-sec {
  position: relative;
  width: 100%;
  max-width: 900px;
}
.youtube-video-section .popup-sec iframe {
  width: 100%;
  height: 450px;
}
.youtube-video-section .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  z-index: 999;
}
.youtube-video-section .popup-iconbox {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content-section{
  display: none;
}
.content-section.active , .faq-answer-content.active{
  display: block;
}