
.sglReportRows{
    font-size: 16px;
}

div[disabled]
{
  pointer-events: none;
  opacity: 0.7;
}

.disabledall {
    pointer-events: none;
    opacity: 0.8;
}
.boldstart{
  border-left-width: 2px; 
  border-style: solid; 
  border-left-color: black; 
  border-right-width: 2px; 
  border-right-color: black;
}

.boldcontinue{
  border-style: solid;  
  border-right-width: 2px;  
  border-right-color: black;
}

.fullformcontainer{
  max-width: 1000px;
  margin:0 auto;
  border: 1px solid black;
  padding:10px;
}


.fullinstarea{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
  margin-bottom: 18px;
}

.fullinstarea .instimgarea{
  margin-right: 25px;
}

.fullinstarea img{
  width: 220px;
  height: 130px;
  object-fit: contain;
}

.instotherdetailsarea h1{
  font-size: 25px;
  font-weight: bold;
}

.applicantarea{
  padding:2px 30px 2px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.applicantarea img{
  width: 220px;
  height: 200px;
  object-fit: contain;
}

.loanprocdetails h1{
  font-size: 20px;
  font-weight: bold;
}

.loanprocdetails p{
  font-size: 14px;
  line-height: 14px;
}

.maintitle{
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  text-decoration: underline;
}

.eachtitle{
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0px;
  color: black;
}

.laonprtableex{
  border-color: black; 
  border-width: 1px;
}

.laonprtableex td{
  font-size: 14px;
  padding:10px
}

.formprochint{
  display: flex; 
  justify-content: space-between; 
  /* margin:10px 0px; */
  /* overflow-x: hidden; */
  /* overflow: hidden; */
}

.formprochint p{
  color: black;
  font-size: 14px;
}


.more-padd td{
  padding:10px;
}


.card-c-c {
  box-shadow: 0 0.46875rem 2.1875rem rgb(0 0 0 / 3%), 0 0.9375rem 1.40625rem rgb(0 0 0 / 3%), 0 0.25rem 0.53125rem rgb(0 0 0 / 5%), 0 0.125rem 0.1875rem rgb(0 0 0 / 3%);
  padding: 30px;
  border-radius: 5px;
}

.m-t-v{
  display: block;
  margin-top: 10px;
  color: rgb(255, 255, 255, .5) !important;
  font-size: 14px !important;
}

.w-g-t-t{
  color: white !important;
  font-weight: bold;
  font-size: 18px !important;
}


.bg-premium-dark {
  background-image: linear-gradient(90deg,#434343 0,#000)!important;
  cursor: pointer;
}

.bg-midnight-bloom {
  background-image: linear-gradient(-20deg,#2b5876,#4e4376)!important;
  cursor: pointer;
}

.bg-plum-plate {
  background-image: linear-gradient(135deg,#667eea,#764ba2)!important;
  cursor: pointer;
}

.cart{
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.left{
  flex: 1 1 calc(70% - 1rem); 
  max-width: calc(70% - 1rem);
  border-radius: 1rem;
  height: 80vh; /* Set a fixed height */
  overflow-y: auto; /* Enable vertical scrolling */


}

.right{
  flex: 1 1 calc(30% - 1rem); 
  max-width: calc(30% - 1rem);
  border-radius: 1rem;
  height: 80vh; /* Set a fixed height */
  overflow-y: auto; /* Enable vertical scrolling */


}

.right button{
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 1rem;

}



.left-card{
  display: flex;
  flex-direction: column;
 gap: 2rem;
 
}

.left-card-part1{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem;
 
}


.left-card-1{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.left-card-1 img{
  width:20dvw;
  height:30dvh;
}





@media  (max-width: 768px) {
  .cart{
      flex-direction: column; 
  }

  .left{
      flex: 1 1 100%; 
      max-width: 100%;
    
  }
  .right{
      flex: 1 1 100%; 
      max-width: 100%;
     
  }

  .left-card-1 img{
      flex: 1 1 100%; 
      max-width: 100%;
      height: 50vh;
  }

  .left-card-1{
      flex-direction: column; 
  }
  .left-card-part1{
      flex-direction: column; 
  }
  .left-card-2{
      padding-top: 2rem;
      
  }



}


.sec-header {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  font-size: 2rem;
}

.sec-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.sec-card {
  flex: 1 1 calc(25% - 1rem); /* Adjust width to cover spaces automatically */
  max-width: calc(25% - 1rem); /* Ensure cards don’t exceed the row width */
  height: 55vh;
  border-radius: 1rem;
  box-sizing: border-box;
}

.sec-card img {
  width: 100%;
  height: 43vh;
  border-radius: 1rem;
}

.section {
  padding-top: 1rem;
  padding-left: 2rem; /* Updated padding */
  padding-right: 2rem; /* Updated padding */
  padding-bottom: 4rem;
}



@media (max-width: 768px) {
  .sec-card {
      flex: 1 1 calc(50% - 1rem); /* 2 cards per row for small screens */
      max-width: calc(50% - 1rem);
  }
}

@media (max-width: 480px) {
  .sec-card {
      flex: 1 1 100%; /* 1 card per row for extra small screens */
      max-width: 100%;
  }
}


.bv-container .container{

  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
 

}

.bv-video{
  width:100%;
  border-radius:4rem;
  z-index:-1;
  margin-top:-4rem;
 
}


.nm-dsearch1{

  padding: 3rem 2rem;
  box-sizing: border-box;
  left:0;
  display:flex;
  width:100%;
  flex-direction:column;
  font-size: 1.2rem;

  height: 10vh;
 
  overflow-y: auto; 
}

.nm-dsearch1 a{
  padding: 1rem;
  border-bottom: 1px;
  cursor:pointer;
  text-decoration:none;
  color:#F68A1E

}



.nm-msearch1{
  box-sizing: border-box;
  display:flex;
  background-color: #ffffff;
  width:100%;
  flex-direction:column;
  font-size: 1.2rem;
  height: 15vh;
  margin-top:7rem;
  display: none;
 
}

.nm-msearch1 a{
  padding: 1rem;
  border-bottom: 1px;
  cursor:pointer;
  text-decoration:none;
  color:#000000

}







.search1{
  flex: 1 1 calc(80% - 1rem);
  max-width: calc(80% - 1rem);
  padding:1rem;
  height:6vh;
  background-color: #ffffff;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
 border: 1px solid #F68A1E;
}

.search1{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:1rem;
}

.search1 input{
  width: 100%;
  flex: 1 1 ;
  height: 5vh;
  font-size: 1rem;
  border: none;
  outline: none;

 
}

.searchCont1{
  flex: 1 1 ;
  max-width:100%;
  align-items: center;
  justify-content: center;
  display: flex;
}





@media (max-width:1024px){

  .bv-video{
     
      border-radius:4rem;
      margin-top:1rem;
  }


}

@media (max-width:768px){

  .bv-video{
      border-radius:2rem;
      -webkit-border-radius:2rem;
      -moz-border-radius:2rem;
      -ms-border-radius:2rem;
      -o-border-radius:2rem;
}


.search1{
  flex: 1 1 calc(100% - 1rem);
  max-width: calc(100% - 1rem);
  padding:1rem;
  height:6vh;
 
}


}


.sec-header {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  font-size: 2rem;
}

.sec-row-h {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.sec-card-h {
  flex: 1 1 calc(20% - 1rem); /* Adjust width to cover spaces automatically */
  max-width: calc(20% - 1rem); /* Ensure cards don’t exceed the row width */
  height: 55vh;
  border-radius: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sec-card-h img {
  width: 100%;
  height: 30vh;
  border-radius: 1rem;
}

.section {
  padding-top: 1rem;
  padding-left: 2rem; /* Updated padding */
  padding-right: 2rem; /* Updated padding */
  padding-bottom: 4rem;
}



@media (max-width: 768px) {
  .sec-card-h {
      flex: 1 1 calc(50% - 1rem); /* 2 cards per row for small screens */
      max-width: calc(50% - 1rem);
  }
}

@media (max-width: 480px) {
  .sec-card-h {
      flex: 1 1 100%; /* 1 card per row for extra small screens */
      max-width: 100%;
  }
}


.bv-container-c .container-c{

  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
 

}

.bv-video-c{
  width:100%;
  border-radius:4rem;
  z-index:-1;
  margin-top:-4rem;
 
}

@media (max-width:1024px){

  .bv-video-c{
     
      border-radius:4rem;
      margin-top:1rem;
  }


}

@media (max-width:768px){

  .bv-video-c{
      border-radius:2rem;
      -webkit-border-radius:2rem;
      -moz-border-radius:2rem;
      -ms-border-radius:2rem;
      -o-border-radius:2rem;
}


}


.sec-header-c {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  font-size: 2rem;
}

.sec-row-c {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.sec-card-c {
  flex: 1 1 calc(25% - 1rem); /* Adjust width to cover spaces automatically */
  max-width: calc(25% - 1rem); /* Ensure cards don’t exceed the row width */
  height: 55vh;
  border-radius: 1rem;
  box-sizing: border-box;
}

.sec-card-c img {
  width: 100%;
  height: 43vh;
  border-radius: 1rem;
}

.section-c {
  padding-top: 1rem;
  padding-left: 2rem; /* Updated padding */
  padding-right: 2rem; /* Updated padding */
  padding-bottom: 4rem;
}



@media (max-width: 768px) {
  .sec-card-c {
      flex: 1 1 calc(50% - 1rem); /* 2 cards per row for small screens */
      max-width: calc(50% - 1rem);
  }
}

@media (max-width: 480px) {
  .sec-card-c {
      flex: 1 1 100%; /* 1 card per row for extra small screens */
      max-width: 100%;
  }
}


.cart-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem;
  height: calc(50vh - 6rem); /* Adjust height relative to the viewport */
}

.cart-summary {
  display: flex;
  flex-direction: column;
  width:20dvw;
  height: 100%; /* Allow the summary to grow */
  padding: 1rem;
  border-radius: 2rem;
}

.cart-products {
  display: flex;
  flex-direction: column;
  width:60dvw;
  height: 100%; /* Allow the products section to grow */
  border-radius: 2rem;
}

.products-row{
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  gap:1rem;
}
.product-row-item{


width:14dvw;
height:100%;
padding: 1rem;
}
.product-row-item img{
  width:13dvw;
  height:20dvh;
  
}

.hire-purchase-calcs button {
  width: 15dvw;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: #74C365;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2rem;
}


/* Media queries for responsiveness */
@media (max-width: 1024px) {
  .cart-summary, .cart-products {
      flex-basis: 100%; /* Stack elements on top of each other */
      width: 100%;
  }

  .cart-row {
      height: auto;
      flex-direction: column;
  }
}

@media (max-width: 768px) {
  .cart-summary span, .cart-products span {
      font-size: 1.5rem;
  }

  .cart-summary {
      padding: 0.5rem;
  }

  .cart-row {
      height: auto;
      flex-direction: column;
  }
}

@media (max-width: 480px) {
  .cart-summary span, .cart-products span {
      font-size: 1.2rem;
  }

  .cart-summary, .cart-products {
      padding: 0.5rem;
  }

  .cart-row {
      height: auto;
      flex-direction: column;
  }
}










.nav-header {
  height: 10vh;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  justify-content: space-evenly;
  background-color: #ffffff;
  width: 100%;
  align-items: center;
}


.product-header {
  height: 10vh;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  background-color: #F68A1E;
 margin-top: 5rem;
 margin-bottom: 5rem;
 align-items: center;
 font-size: 3rem;
 width: 100%;
}



.header-image {
  width: 100px;
  height: 80px;
}


/*
Homepage Css
*/

.home {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 40vh; /* Adjusted height for the container */
  margin-top: 2rem;
}

.section1 {
  position: relative;
  width: 25%;
  height: 100%;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #ffffff;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  position: relative;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.category-list li:hover {
  background-color: #F68A1E;
}

.category-image, .subcategory-image {
  width:50px; /* Adjust size if needed */
  height: 50px;
  border-radius: 5px;
}


.subcategories-overlay {
  position: absolute; /* Changed from fixed to absolute */
  top: 100%; /* Position below the category list */
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 1rem;
  box-sizing: border-box;
  display: none; /* Hide by default */
  overflow-y: auto;
  z-index: 10; /* Ensure it appears over section1 */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ccc; /* Optional: to separate from section1 */
}

.subcategories-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subcategories-overlay li {
  padding: 0.5rem;
  background-color: #f8f8f8;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
}

.subcategories-overlay li:hover {
  background-color: #F68A1E;
}

.section2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section3-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 20%;
  height: 100%;
}

.section3 {
  width: 100%;
  height: 20vh;
  background-color: green;
  display: flex;
  flex-direction: column;
}

.section3-child{
  display:flex;
  flex-direction: row;
  padding: 2rem;
  font-size: 1.5rem;
  align-items: center;
 
}


.nvb-main{
  display:flex;
  flex-direction: row;
  justify-content:space-between;
  padding: 28px;
  background-color: #ffffff;
margin-top: -2.5rem;
  right:0;

 position:fixed;
 z-index: 1;
 width: 90%;

}

.search-main{

  background-color: #ffffff;
margin-top: -2.5rem;

 z-index: 1;
 width: 100%;

}



.nvb-sec{
  display:flex;
  flex-direction: row;
  gap:12px;
}


.nvb-sub{
  display: flex;
  flex-direction: row;
  gap:1rem;

}

.nvb-msub{
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}


.m-version{
  display:none
}


.nm-menu{
  position:fixed;
  top:3.89rem; 
  padding: 3rem 2rem;
  box-sizing: border-box;
  left:0;
  display:flex;
  background-color: #ffffff;
  width:100%;
  flex-direction:column;
  font-size: 1.2rem;
  z-index:999;
  height: calc(100vh - 3.89rem);
  transform: translateX(-150%);
  transition: all 300ms ease-in-out; 
  overflow-y: auto; 
}

.nm-menu a{
  padding: 1rem;
  border-bottom: 1px;
  cursor:pointer;
  text-decoration:none;
  color:#000000

}


.nm-dmenu{
  position:fixed;
  top:3.89rem; 
  padding: 3rem 2rem;
  box-sizing: border-box;
  left:0;
  display:flex;
  background-color: #ffffff;
  width:20%;
  flex-direction:column;
  font-size: 1.2rem;
  z-index:999;
  height: calc(100vh - 3.89rem);
  transform: translateX(-150%);
  transition: all 300ms ease-in-out; 
  overflow-y: auto; 
}

.nm-dmenu a{
  padding: 1rem;
  border-bottom: 1px;
  cursor:pointer;
  text-decoration:none;
  color:#000000

}


.nm-dsearch{
  position:fixed;
  top:3.89rem;
  padding: 3rem 2rem;
  box-sizing: border-box;
  left:0;
  display:flex;
  background-color: #ffffff;
  width:100%;
  flex-direction:column;
  font-size: 1.2rem;
  z-index:999;
  height: calc(30vh - 3.89rem);
  transform: translateY(-150%);
  transition: all 300ms ease-in-out;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  overflow-y: auto; 
}

.nm-dsearch a{
  padding: 1rem;
  border-bottom: 1px;
  cursor:pointer;
  text-decoration:none;
  color:#000000

}



.nm-msearch{
  box-sizing: border-box;
  display:flex;
  background-color: #ffffff;
  width:100%;
  flex-direction:column;
  font-size: 1.2rem;
  height: 15vh;
  margin-top:7rem;
  display: none;
 
}

.nm-msearch a{
  padding: 1rem;
  border-bottom: 1px;
  cursor:pointer;
  text-decoration:none;
  color:#000000

}





.left-section, .right-section {
  display: flex;
  align-items: center;
}

.spacer {
  flex: 1;
}

.material-icons {
  font-size: 24px;
  cursor: pointer;
  margin: 0 10px;
}

.right-section i:first-child {
  margin-right: 20px;
}




.search{
  flex: 1 1 calc(60% - 1rem);
  max-width: calc(60% - 1rem);
  padding:1rem;
  height:6vh;
  background-color: #ffffff;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
 border: 1px solid #000000;
}

.search{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:1rem;
}

.search input{
  width: 100%;
  flex: 1 1 ;
  height: 5vh;
  font-size: 1rem;
  border: none;
  outline: none;

 
}

.searchCont{
  flex: 1 1 ;
  max-width:100%;
  align-items: center;
  justify-content: center;
  display: flex;
}


.nm-dcontact{
  position:fixed;
  top:3.89rem;
  padding: 5rem;
  box-sizing: border-box;
  right:0;
  display:flex;
  background-color: #ffffff;
  width:40%;
  flex-direction:column;
  font-size: 1.2rem;
  z-index:999;
  height: calc(100vh - 3.89rem);
  transform: translateX(270%);
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(270%);
  -moz-transform: translateX(270%);
  -ms-transform: translateX(270%);
  -o-transform: translateX(270%);
  overflow-y: auto; 
}

/* .nm-dcontact a,p{
  padding: 1rem;
  border-bottom: 1px;
  cursor:pointer;
  text-decoration:none;
  color:#000000;
  gap:0.5rem;
  display: flex;
  font-size: 0.9rem;

} */


.nm-dperson{
  position:fixed;
  top:3.89rem;
  padding: 5rem;
  box-sizing: border-box;
  right:0;
  display:flex;
  background-color: #ffffff;
  width:40%;
  flex-direction:column;
  font-size: 1.2rem;
  z-index:999;
  height: calc(100vh - 3.89rem);
  transform: translateX(270%);
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(270%);
  -moz-transform: translateX(270%);
  -ms-transform: translateX(270%);
  -o-transform: translateX(270%);
  overflow-y: auto; 
}

.forgot{
  padding: 2rem;
  border-bottom: 1px;
  cursor:pointer;
  text-decoration:none;
  color:#000000;
  gap:0.5rem;
  display: flex;
  font-size: 0.9rem;
  
}

.nm-dperson a{
  padding: 1rem;
  border-bottom: 1px;
  cursor:pointer;
  text-decoration:none;
  color:#000000;
  gap:0.5rem;
  display: flex;
  font-size: 0.9rem;

}

.verify{
  display: flex;
  flex-direction: row;
  gap:0.5rem;
  flex-wrap: nowrap;
  padding:1rem

}
.verifyInput{

 text-align: center;
}


.nm-dperson input{
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}

.nm-dperson button{
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 1rem;

}

.nm-dperson button:hover{
  background-color: #ffffff;
  color: #000000;
}

.sidebar-item.active {
  background-color: #f06040;
  color: #fff;
}

.logOutBtn{
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 1rem;
  margin-top: 2rem;
  text-align: center;

}

.logOutBtn:hover{
  background-color: #f06040;
  color: white;
  border-color: aqua;
  border-width: 0.5rem;
}






@media (max-width: 768px) {

  .d-version{
      display:none
  }

  .m-version{
      display:block;
     
  }

  .nm-msearch{
      display:block;
  }

  .nm-dcontact{
      width:100%
  }

  .nm-dperson{
      width:100%
  }
 
  .nvb-main{

     width: 100%;
  
  }
  


}

.prd {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;

}

.crd {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;

}
/* .prd-sec2{
margin-left: -40rem;
} */


.crt-sec2{
width: 22dvw;
height: 22dvh;  
}


.prd-sec3-image {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  overflow-y: auto;
}

.prd-sec3-card {
  
  max-width: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
}
.prd-sec2-card {

  max-width: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
  
}

.prd-sec3-card img {
  width: 80%;
  height: 10vh;
  border-radius: 1rem;  
}

.prd-sec-card2 img {
  width: 25dvw;
  height: 40vh;
  border-radius: 1rem;  
}

.prd-sec3 {
  flex: 1; 
  max-width: calc(80% - 10rem);
  border-radius: 1rem;
  height: 50vh;
  overflow-y: auto;
}

.prd-sec3-size {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  overflow-y: auto;
}

.prd-sec3-size p {
  padding: 1rem;
  background-color: white;
  text-align: center;
  color: #000000;
  border: 0.2px solid #000000;
  border-radius: 0.5rem;
}

.prd-sec3-btn {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}

.selected-size {
  background-color: #f06040;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.prd-sec3-btn button {
  width: 50%;
  padding: 1rem;
  border-radius: 1.5rem;
  background-color: #F68A1E;
  color: #ffffff;
  font-size: 1.5rem;
}

.prd-sec3-btn-calc button {
  width: 20dvw;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: #74C365;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.prd-sec3-btn-calc  button:hover {
  background-color: #ffffff;
  color: #F68A1E;
}

.prd-sec3-btn  button:hover {
  background-color: #ffffff;
  color: #F68A1E;
}

.prd-sec1 {
  display: none;
}

@media (max-width: 768px) {
  .prd {
      flex-direction: column;
  }
  .prd-sec1 {
      display: none;
  }

  .prd-sec3 {
      flex: 1 1 100%; 
      max-width: 120%;
      border-radius: 1rem;
      height: 80vh;
      overflow-y: auto;
  }

  .prd-sec3-card img {
      width: 30vw;
      height: 10vh;
      border-radius: 1rem;  
  }
  
  .prd-sec-card2 img {
      width: 100vw;
      height: 80vh;
      border-radius: 1rem;
  }
}

.sec-header {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  font-size: 2rem;
}

.sec-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.sec-card {
  flex: 1 1 calc(25% - 1rem);
  max-width: calc(25% - 1rem);
  height: 55vh;
  border-radius: 1rem;
  box-sizing: border-box;
}

.sec-card img {
  width: 100%;
  height: 43vh;
  border-radius: 1rem;
}

.section {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .sec-card {
      flex: 1 1 calc(50% - 1rem);
      max-width: calc(50% - 1rem);
  }
}

@media (max-width: 480px) {
  .sec-card {
      flex: 1 1 100%;
      max-width: 100%;
  }
}


.sec-header-m {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.sec-header-mini-m {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding-top:2rem;
}

.sec-row-m {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}

.sec-card-m {
  flex: 1 1 calc(33% - 1rem); /* Adjust width to cover spaces automatically */
  max-width: calc(33% - 1rem); /* Ensure cards don’t exceed the row width */
  height: 50vh;
  border-radius: 1rem;
  box-sizing: border-box;
}


.sec-card-m img {
  width: 100%;
  height: 43vh;
  border-radius: 1rem;
}

.section-m {
  padding-top: 1rem;
  padding-left: 2rem; /* Updated padding */
  padding-right: 2rem; /* Updated padding */
  padding-bottom: 4rem;
}

.cate-name{
  text-align: center;
  font-size: 1.5rem;
}

@media (max-width: 1350px) {
  .sec-card-m {
      flex: 1 1 calc(50% - 1rem); /* 2 cards per row for small screens */
      max-width: calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  .sec-card-m {
      flex: 1 1 calc(100% - 1rem); /* 2 cards per row for small screens */
      max-width: calc(100% - 1rem);
  }
}

@media (max-width: 480px) {
  .sec-card-m {
      flex: 1 1 100%; /* 1 card per row for extra small screens */
      max-width: 100%;
  }
}


.bv-container .container{

  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;

}

.bv-video{
  width:100%;
  border-radius:4rem;

 
}

@media (max-width:1024px){

  .bv-video{
     
      border-radius:4rem;
      margin-top:1rem;
  }


}

@media (max-width:768px){

  .bv-video{
      border-radius:2rem;
      -webkit-border-radius:2rem;
      -moz-border-radius:2rem;
      -ms-border-radius:2rem;
      -o-border-radius:2rem;
}


}






























