.product-hero-wrap {
  padding: 0px;
}

.product-hero {
  max-width: 1920px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 0.9fr;
  background: #fff;
}

/* LEFT SIDE */
.hero-left {
  filter: drop-shadow(7.424px 17.49px 9px rgba(2,2,2,0.42));
  background-color: #ffffff;
  color: #fff;
  padding: 60px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 110px;
  max-width: 1249px;
}

.hero-text h1 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
  min-height: 220px;
  max-width: 460px;
}

.hero-text p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
  max-width: 280px;
}

.hero-buttons {
  display: inline-grid;
  gap: 14px;
}

.btnpro {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
   font-family: "Sansation";
}

.btnpro.primary {
  background: #f7931e;
  color: #fff;
  font-weight: 400;
  padding: 10px 40px;
}

.btnpro.secondary {
  background-image: linear-gradient(0deg, #134458 0%, #71a3b8 100%);
  color: #fff;
  font-weight: 400;
  padding: 10px 40px;
  opacity: 0.502;
}

.hero-product {
  position: absolute;
  right: 40px;
  bottom: 30px;
}


/* RIGHT SIDE */
.product-hero-wrap .hero-right {
  padding: 60px;
  background: #fff;
  text-align: left;
}

.product-hero-wrap .hero-right h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
}

.product-hero-wrap .hero-right h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-hero-wrap .hero-right .sub {
    color: #000;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

.product-hero-wrap .price span {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.product-hero-wrap .discount {
  font-size: 18px;
  color: #f7931e;
  margin-bottom: 30px;
  margin-top: 20px;
}
.product-hero-wrap .discount strong{
  color: #000;
}

.quantity select {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 14px;
}

.btnpro.add-to-cart {
  background: #f7931e;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: none;
}
.meta {
  margin: 20px 0px;
}
.meta p {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.meta span a {
  color: #f7931e;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .product-hero {
    grid-template-columns: 1fr;
  }

  .hero-product {
    position: static;
    margin-top: 40px;
    text-align: center;
  }

  .hero-product img {
    margin: auto;
  }
}

.single-product-video {
  padding: 30px 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  max-width: 1249px;
  filter: drop-shadow(7.424px 17.49px 9px rgba(2,2,2,0.42));
  background-image: linear-gradient(-90deg, #437b92 0%, #71a3b8 100%);
}

.video-section {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* VIDEO ITEM */
.video-item-single {
  text-align: center;
  color: #000;
}

.video-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #ddd;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* PLAY ICON */
.play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon::before {
    content: "";
    width: 54px;
    height: 54px;
    background: rgb(255 255 255 / 6%);
    border-radius: 50%;
    border: 3px solid #fff;
}

.play-icon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 14px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    margin-left: 4px;
}

/* TEXT */
.video-item-single p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.video-item-single small {
  font-size: 14px;
  display: contents;
}

/* HOVER */
.video-thumb:hover img {
  transform: scale(1.05);
}

.video-thumb img {
  transition: transform 0.3s ease;
}

/* MOBILE */
@media (max-width: 992px) {
  .video-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .video-section {
    grid-template-columns: 1fr;
  }
}

/* product info css */

.singleproduct-info-section {
  filter: drop-shadow(7.424px 17.49px 9px rgba(2,2,2,0.42));
  background-color: #baced9;
  position: relative;
  min-height: 850px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 80px 5%;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
  max-width: 1249px;
}

/* LEFT TEXT */
.singleproduct-info-section .infotext {
  max-width: 350px;
  color: #1a1a1a;
}

.singleproduct-info-section .infotext p {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

/* RIGHT CARD */
.singleproduct-info-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px 16px;
  max-width: 520px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* ITEMS */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 8px 0;
    padding-bottom: 0px;
}

.info-item.bordered {
  border-bottom: 1px solid #e6eef3;
  padding-bottom: 11px;
  margin-bottom: 10px;
}

/* CHECK ICON */
.tick {
  color: #2a8ccf;
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}

/* TEXT */
.info-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #2b2b2b;
}
.toptext {
    position: absolute;
    top: 30px;
    display: flex;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .singleproduct-info-section {
    flex-direction: column;
    padding: 60px 20px;
  }

  .singleproduct-info-card {
    max-width: 100%;
  }

  .singleproduct-info-section .infotext p {
    font-size: 26px;
  }
}


/* review section  */

.dimco-hero {
  max-width: 1249px;
  filter: drop-shadow(7.424px 17.49px 9px rgba(2,2,2,0.42));
  background-color: #baced9;
  position: relative;
  background-position: center bottom;
  background-size: cover;
}

/* LEFT CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content h1 {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

.hero-content h1 strong {
  font-weight: 700;
}

/* BUTTON */
.hero-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  width: fit-content;
  margin-bottom: 35px;
}

/* RATING */
.hero-rating {
  font-size: 18px;
  color: #1f3a4a;
}

.hero-rating .score {
  font-weight: 700;
  font-size: 22px;
}

.hero-rating .stars {
  color: #1f3a4a;
  letter-spacing: 2px;
  margin-left: 6px;
}

.hero-rating small {
  color: #fbbc05;
  font-weight: 600;
  display: inline-block;
  margin-top: 4px;
}


/* SOFT BLUE OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(198, 216, 222, 0.95) 0%,
    rgba(198, 216, 222, 0.85) 45%,
    rgba(198, 216, 222, 0.3) 65%,
    rgba(198, 216, 222, 0.05) 100%
  );
  z-index: 1;
}

/* faq section */

.singleproduct.faq {
  max-width: 600px;
  margin-top: 40px;
}

.singleproduct.faq h2 {
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: 600;
}

.singleproduct .faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.singleproduct .faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 15px 0;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.singleproduct .faq-question .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.singleproduct .faq-item.active .arrow {
  transform: rotate(-135deg);
}

.singleproduct .faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  color: #1e73be;
  line-height: 1.6;
  transition: max-height 0.35s ease;
}

.singleproduct .faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 15px;
}

/* extra services css */
.extra-services {
  max-width: 520px;
  margin: 0 auto;
  color: #0b2540;
}

.hero-right .extra-services h2 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 30px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item .icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item .icon img {
  width: 36px;
  height: auto;
}

.service-item p {
  font-size: 15.5px;
  line-height: 1.5;
  margin: 0;
}

/* download btn */

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #4f7f92; /* teal blue */
  color: #fff;
  padding: 16px 26px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  transition: transform .15s ease, box-shadow .15s ease;
}

.download-btn:hover {
  transform: translateY(2px);
}

.downloadbtn .download-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-btn svg {
  display: block;
}

.downloadbtn .download-btn .text {
  white-space: nowrap;
  color: #ffffff;
  font-weight: 400;
}
.downloadbtn {
    margin-bottom: 40px;
}

/* spec css */

.specs {
  margin-bottom: 40px;
  max-width: 520px;
}

.specs h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.specs-box {
  border: 2px solid #2f2f2f;
  border-radius: 14px;
  padding: 6px 18px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 16px;
}

.spec-row:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
}

.spec-row span {
  color: #222;
}

.spec-row strong {
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}


.section-pill {
  display: inline-block;
  background: #f1f1f1;
  color: #3b7ea1;
  padding: 16px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* pop up css */
.dimco-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.dimco-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

.dimco-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 700px;
    margin: 6% auto;
    padding: 40px;
    border-radius: 14px;
}

.dimco-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 26px;
    cursor: pointer;
}

div#page_header {
    display: none;
}

/* responsive  */

@media (min-width: 1500px) and (max-width:1700px) {
  .singleproduct-info-section {
    min-height: 993px;
  }
  .singleproduct-info-section .infotext {
    max-width: 413px;
  }
  .singleproduct-info-section .infotext p{
    font-size: 38px;
  }
  .singleproduct-info-card{
    max-width: 595px;
  }
  .info-item p{
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  .singleproduct-info-section {
    min-height: 1141px;
  }
  .singleproduct-info-section .infotext {
    max-width: 446px;
  }
  .singleproduct-info-section .infotext p{
    font-size: 38px;
  }
  .singleproduct-info-card{
    max-width: 692px;
  }
  .info-item p{
    font-size: 20px;
  }
  .dimco-hero{
    min-height: 671px;
  }
  .hero-content h1, .hero-rating, .hero-rating .score{
    font-size: 50px;
  }
  .hero-btn {
    padding: 32px 28px;
    font-size: 35px;
    margin: 47px 0px;
  }
  .hero-rating small{
    margin-top: 30px;
  }
  .hero-content{
    width: 60%;
  }
  .hero-left{
    min-height: 900px;
  }
  .hero-text h1{
    max-width: 560px;
    font-size: 56px;
  }
  .hero-text p {
    font-size: 35px;
    max-width: 487px;
    margin-bottom: 60px;
  }
  .btnpro{
    font-size: 35px;
  }
  .btnpro.primary, .btnpro.secondary{
    padding: 30px 40px;
  }
  .product-hero-wrap .hero-right h2{
    font-size: 60px;
  }
  .product-hero-wrap .hero-right .sub {
    margin-bottom: 50px;
    font-size: 35px;
    margin-top: 50px;
  }
  .product-hero-wrap .price span {
    font-size: 55px;
  }
  .product-hero-wrap .price {
    margin-bottom: 40px;
    margin-top: 60px;
  }
  .product-hero-wrap .discount {
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 20px;
    line-height: 40px;
  }
  .quantity select {
    padding: 30px 20px;
    margin-bottom: 56px;
    font-size: 30px;
  }
  .btnpro.add-to-cart {
    padding: 30px;
  }
  .meta p {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 37px;
  }
  .section-pill{
    font-size: 35px;
    padding: 30px;
  }
  .product-hero-wrap .hero-right h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .spec-row {
    padding: 25px 0;
    font-size: 23px;
  }
  .download-btn {
    gap: 16px;
    padding: 22px 26px;
    font-size: 31px;
    line-height: 1.32;
    font-weight: 500;
    width: 100%;
  }
  .download-btn .icon img {
    width: 80px;
    height: 80px !important;
  }
  .extra-services h2 {
    font-size: 35px !important;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
  }
  .singleproduct.faq h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .service-item p, .singleproduct .faq-question, .singleproduct .faq-answer{
    font-size: 25px;
  }
  .service-item .icon {
    width: 80px;
  }
  .service-item .icon img {
    width: 79px;
  }
}


/* mobile iphone 14max */

@media (min-width: 350px) and (max-width:767px) {
  .hero-left{
    padding: 20px;
    padding-bottom: 30px;
  }
  .toptext{
    display: block;
    padding: 20px;
  }
  .singleproduct-info-section{
    background-size: contain;
    min-height: 735px;
  }
  .hero-content{
    width: 100%;
    padding: 20px;
  }
  .dimco-hero{
    background-position: right;
  }
  .product-hero-wrap .hero-right{
    padding: 20px;
  }
  .product-hero-wrap .hero-right .extra-services h2{
    font-size: 25px;
  }
  .download-btn{
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .specs,.extra-services {
    max-width: 100%;
  }
  .download-btn{
    width: 100%;
    justify-content: center;
    font-size: 21px;
    padding: 24px 26px;
  }
  .downloadbtn .download-btn .text {
    display: ruby;
  }
.extra-services h2, .singleproduct.faq h2, .specs h3 {
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1024px) and (max-width:1209px) {
  .product-hero{
    display: block;
  }
  .dimco-hero{
    min-height: 550px;
  }
  .specs,.extra-services, .singleproduct.faq {
    max-width: 100%;
  }
  .download-btn{
    width: 100%;
    justify-content: center;
    font-size: 21px;
    padding: 24px 26px;
  }
  .downloadbtn .download-btn .text {
    display: ruby;
  }
}
section.up-sells.upsells.products, section.related.products {
    display: none !important;
}

.section-pill {
  cursor: pointer;
}

/* Popup */
.product-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.popup-inner {
  background: #fff;
  width: 80%;
  max-width: 90%;
  margin: 100px auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  max-height: 80vh;
	overflow-y: auto;
}

.close-popup {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

/* Accordion (mobile) */
@media (max-width: 768px) {
  .product-desc-content {
    display: none;
    padding: 10px 0;
  }

  .product-desc-content.active {
    display: block;
  }
}

.singleproduct-info-section.simplepro {
    min-height: auto;
    padding-left: 30px;
    padding-right: 0px;
	display:block;
	filter:none !important;
}
.simplepro .toptext{
	position: relative;
	filter: drop-shadow(7.424px 17.49px 9px rgba(2, 2, 2, .42));
}
.simplepro .singleproduct-info-card {
    width: 100%;
    max-width: 100%;
    background-color: #c1d3d9;
    padding: 30px 40px;
}
.singleproduct-info-section.simplepro{
	filter:none !important;
}
.hero-right .price{
	display:flex;
	gap: 10px;
}
.hero-right .price del{
	display:flex;
}
.hero-right .price ins {
    text-decoration: none;
}
.downloadbtn .icon img {
    height: 45px;
}