:root {
  --black: #000;
  --white: white;
  --transparent: rgba(255, 255, 255, 0);
  --green: #21d94f;
  --yellowish: #f2f047;
  --10px-radius: 10px;
}

.w-layout-blockcontainer {
  
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 10px;
  grid-template-columns: 40% 60%;
  justify-content: center;
  padding: 20px;
}
/* CSS to modify the existing w-layout grid to 3×2 */
.w-layout-layout-2.cleint-stack {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-rows: repeat(2, 250px) !important;
  gap: 10px !important; /* Small gap between items */
  width: 100% !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
}

/* Make all cells take their position in the grid but maintain animation properties */
.w-layout-layout-2.cleint-stack .w-layout-cell {
  position: relative !important;
  display: block !important;
  padding: 15px !important;
  margin-bottom: 0 !important;
  /* Keep original opacity transition for animation effect */
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.w-layout-cell.client-item:hover {
  transform: translateY(-5px) !important;
}

.processh1 {
  font-size: 28px !important;
  height: 40%;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.processp {
  font-size: 18px !important;
  text-align: justify;
  line-height: 1.4 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .w-layout-layout-2.cleint-stack {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(3, auto) !important;
  }
}

@media (max-width: 480px) {
  .w-layout-layout-2.cleint-stack {
    grid-template-columns: 1fr !important;
  }
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}
.feature-stack {
  display: grid;
  grid-template-columns: 40% 60%; /* First div 40%, second div 60% */
  grid-column-gap: 5px; /* Adjust spacing between columns */
  align-items: center; /* Align items vertically */
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  /* background-color: #3898ec; */
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  /* background-color: #3898ec; */
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  /* background-color: #3898ec; */
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  /* background-color: #3898ec; */
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem,
.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

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

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}

.body {
  color: var(--black);
  /* font-family: Space Grotesk, sans-serif; */
    font-family: "Times New Roman", Times, serif;
  font-size: 22px;
}

.header {
  width: 100%;
  position: absolute;
  top: 30px;
}
.w-container {
  margin: 30px;
}
.main-container {
  max-width: 1425px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-container-contact {
  max-width: 1425px;
  padding-left: 20px;
  padding-right: 20px;
}

.logo-image {
  width: 90px;
  /* height: 67px; */
}

.navbar {
  background-color: #fff;
  background-image: url("../images/glow.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 301px;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.6); Stronger shadow at the bottom */
}

.main-menu {
  margin-left: auto;
  margin-right: 10px;
}

.hero {
  /* background-color: var(--black); */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(44, 44, 44, 0.349),
    rgba(44, 44, 44, 0.349)
  );
  z-index: 1; /* Puts the gradient above the video */
  pointer-events: none; /* Ensures clicks go through */
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1; /* Keeps video behind everything */
}

.hero.inner-pages-hero {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/aboutus.jpg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-bottom: 120px;
}
.hero.inner-pages-hero-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/aboutus.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-bottom: 120px;
}
.hero.inner-pages-hero-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/heart.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-bottom: 120px;
}

.hero.inner-pages-hero-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/heart.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
}

.menu-item {
  /* text-transform: lowercase; */
  padding: 20px 15px;
  font-size: 20px;
}

.menu-item:hover {
  background-image: url("../images/dott_03.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.menu-item.w--current {
  color: var(--black);
  background-image: url("../images/dott_03.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  border-bottom: 1px #000;
}

.contact-link {
  background-color: var(--black);
  color: var(--white);
  border-radius: 50px;
  order: 1;
  padding: 20px 25px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}
.herro-image {
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hero-text-and-image {
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.494),
    rgba(255, 255, 255, 0.317)
  );
}
.driven-label {
  /* background-color: rgb(76, 216, 76); */
  /* padding: 0px 20px; */
}
.hero-big-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 600;
  z-index: 900;
  /* line-height: 120px; */
  position: relative;
  /* margin-bottom: 20px; Add some space below the first heading */
}

.hero-big-text2 {
  color: var(--green);
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  z-index: 900;
  /* line-height: 190px; */
  position: relative;
  /* margin-top: 20px; Add some space above the second heading */
}
.hero-small-text {
  color: var(--white);
  text-align: center;
  margin-top: 100px;
  font-size: 20px;
  line-height: 24px;
}

.work {
  background-color: #fff;
}

.work-title {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
  
}
.amendments-rules-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.amendments {
  /* width: 90%; */
}

.rules-title {
  color: var(--black);
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  margin-top: 50px;
  padding-bottom: 30px;
  text-align: justify;
}

.work-title-main {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 66px;
  font-weight: 300;
  line-height: 70px;
}

.work-list-wrapper {
  margin-top: 20px;
}

.work-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image {
  border: 4px solid var(--transparent);
  width: 100%;
  height: auto;
}

.read-more-text {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.project-title {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 150;
  line-height: 25px;
}

.read-more-link {
  background-color: var(--green);
  background-image: linear-gradient(
    to right,
    var(--green),
    var(--yellowish) 94%
  );
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
}

.work-item-wrapper {
  opacity: 1;
  /* position: relative; */
}

.project-image-and-category {
  text-decoration: none;
  display: block;
  position: relative;
}

.portfolio-text {
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.portfolio-category {
  color: var(--black);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.slash {
  color: var(--black);
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 50px;
}

.title-main {
  background-image: url("../images/glow.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 410px;
}

.awards {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/back.jpg");

  background-position: 90%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 230px;
  padding-bottom: 130px;
}

.awards-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.award-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: 50px;
}

.text-block {
  color: var(--white);
  font-size: 22px;
  line-height: 22px;
}

.awards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
  
}

.award-item {
  background-color: var(--white);
  padding: 30px;
}

.award-item:hover {
  background-image: linear-gradient(to right, var(--green), var(--yellowish));
}

.award-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: 22px;
}

.award-inner-style {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.award-line {
  background-color: var(--black);
  width: 50px;
  height: 2px;
  margin-right: 20px;
}

.award-title {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 28px;
}

.award-slash {
  color: var(--black);
  align-self: flex-start;
  margin-top: -5px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.award-year {
  color: var(--black);
  align-self: flex-start;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
}

/* Make blog section occupy 90% of window width */
.blog {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Make the container width 90% */
.w-layout-blockcontainer.main-container.w-container.main-container-service-1 {
  margin: 0% 2%; /* This creates a 5% margin on both left and right sides */
  width: auto; /* Let the width be calculated automatically */
  max-width: 1425px;
}

/* Keep your existing grid styling for the blog items */
.blog-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  width: 100%;
  opacity: 0;
  transform: translateY(35px);
  animation: fadeInUp 1s ease-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Rest of your styles remain the same */
.blog-image-link {
  display: block;
  overflow: hidden;
}

.blog-image {
  width: 100%;
  border-bottom: 2px solid black;
}

.blog-category-and-time {
  border-top: 2px solid #000;
  margin-top: 30px;
  height: 60px;
  padding-top: 30px;
}

.blog-category-and-time.single-blog-category {
  border-top-width: 1px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.meta-text {
  color: var(--black);
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
  text-decoration: none;
  display: inline;
}

.reading-time {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}

.blog-title {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 500;
  line-height: 45px;
}

.read-more {
  color: #000;
  background-color: #e0e0e0;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.2s;
}

.read-more:hover {
  background-color: var(--transparent);
}
.services {
  background-image: url("../images/service-bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

.service-title {
  color: var(--black);

  text-align: center !important;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 66px;
  font-weight: 300;
  line-height: 50px;
}

.process-title {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 46px;
  font-weight: 300;
  line-height: 50px;
}

.service-title.clients-title {
  color: var(--black);
  text-align: left;
  text-shadow: 0 1px 1px #f0f0f0;
  margin-bottom: 60px;
}

.services-black {
  overflow: hidden;
}

.services-black-wrapper {
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
}

.service-black-item {
  aspect-ratio: auto;
  background-color: var(--black);
  object-fit: fill;
  border-radius: 70px;
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  padding: 30px 50px;
  display: inline-block;
  overflow: visible;
}

.arrow-white {
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-left: 140px;
}

.service-white-text {
  color: var(--white);
  text-transform: uppercase;
  flex: none;
  order: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 28px;
}

.service-item-inner {
  align-items: center;
  display: flex;
}

.services-color {
  margin-top: 40px;
  overflow: hidden;
}

.services-color-wrap {
  white-space: nowrap;
  overflow: visible;
}

.services-color-item {
  border: 4px solid #000;
  border-radius: 70px;
  margin-right: 40px;
  padding: 30px 50px;
  display: inline-block;
}

.services-color-item:hover {
  border-style: solid;
  border-color: var(--transparent);
  background-image: linear-gradient(to right, var(--green), var(--yellowish));
}

.services-black-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: 32px;
  line-height: 28px;
}

.arrow-black {
  margin-right: 140px;
}

.features {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 100px;
  padding-right: 0;
}

.feature-stack {
  padding: 0;
}

.feature-text {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 66px;
  font-weight: 300;
}

.open-accordion-icon {
  border-radius: 0%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  display: none;
}

.accordion_content {
  border-bottom: 1px solid #000;
}

.accordion_item {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.accordion_item.w--open {
  width: 100%;
}

.accordion-paragraph {
  color: #10172b;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
}

.accordion-title {
  color: #10172b;
  text-transform: uppercase;
  order: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
}

.closed-acordion-icon {
  border-radius: 0%;
  flex: 0 auto;
  align-self: center;
  width: 20px;
  height: 3px;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  display: block;
}

.accordion_toggle {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #474950;
  background-color: var(--transparent);
  color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: -7px;
  padding: 20px 23px 20px 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  overflow: visible;
}

.accordion_toggle.w--open {
  background-color: #fff;
}

.dropdown-list {
  background-color: #fff;
  border: 1px #000;
  border-radius: 40px;
  margin-top: 0;
  padding: 10px 0 20px;
  display: block;
  position: static;
}

.footer {
  background-color: var(--black);
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.746),
    rgba(0, 0, 0, 0.791)
  ),
  url("../images/back.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-inner {
  padding-top: 140px;
  padding-bottom: 140px;
}

.footer-stack {
  padding: 0;
}

.footer-logo {
  margin-bottom: 30px;
  width: 110px;
}

.footer-text {
  color: #787878;
  width: 70%;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}
.footer-text-1 {
  color: #fff;
  width: 80%;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.footer-text.footer-text-links {
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  color: rgb(225, 223, 223);

}

.footer-text.foot-social {
  color: rgba(255, 255, 255, 0.3);
  -webkit-text-stroke-color: var(--transparent);
  text-transform: uppercase;
  width: 100%;
  margin-left: 20px;
  text-decoration: none;
}

.footer-text.foot-social.license {
  color: #fff;
}

.social-link-block {
  align-self: stretch;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.social-arrow {
  border: 1px solid var(--white);
  width: 30px;
  height: 10px;
}

.foot-arrow {
  display: none;
}

.copyright {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.copyright-text {
  color: var(--white);
}

.amendments-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-image: url("../images/recycle.jpg");
  width: 100%;
  padding: 50px;
    width: 100%;
    padding: 0px 40px 20px 40px ;
    font-size: 21px;
  /* border: 1px solid black; */
}

.container {
  height: 350px;
  width: 100%;
  /* left: calc(50% - 300px); */
  display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding: 10px;
}

.card {
  display: flex;
  height: 280px;
  width: 200px;
  font-size: 15px;
  background-color: #262626f3;
  border-radius: 10px;
  box-shadow: -1rem 0 1rem #6b6b6b;
  /*   margin-left: -50px; */
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
}

.card:not(:first-child) {
  margin-left: -50px;
}

.card:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
  background-image: linear-gradient(to right, var(--green), var(--yellowish));
}

.card:hover ~ .card {
  position: relative;
  left: 50px;
  transition: 0.4s ease-out;
}

.title {
  color: rgb(255, 255, 255);
  font-weight: 400;
  width: 80%;
  position: absolute;
  left: 20px;
  font-size: 20px;
  top: 15px;
  word-wrap: break-word; /* Ensures long words break onto the next line */
  overflow-wrap: break-word; /* Alternative for wider browser support */
  white-space: normal; /* Allows text to wrap */
  padding: 5px; /* Optional: Adds some spacing for better appearance */
}

.bar {
  position: absolute;
  top: 100px;
  left: 20px;
  height: 5px;
  width: 150px;
}

.emptybar {
  background-color: #2e3033;
  width: 100%;
  height: 100%;
}

.filledbar {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  background: rgb(0, 154, 217);
  background: linear-gradient(
    90deg,
    rgba(0, 154, 217, 1) 0%,
    rgba(217, 147, 0, 1) 65%,
    rgba(255, 186, 0, 1) 100%
  );
  transition: 0.6s ease-out;
}

.card:hover .filledbar {
  width: 120px;
  transition: 0.4s ease-out;
}

.circle {
  position: absolute;
  top: 150px;
  left: calc(50% - 60px);
}

.stroke {
  stroke: white;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: 0.6s ease-out;
}

svg {
  fill: #17141d;
  stroke-width: 2px;
}

.card:hover .stroke {
  stroke-dashoffset: 100;
  transition: 0.6s ease-out;
}

.sitemap-title {
  color: var(--white);
  padding: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 600;
  line-height: 80px;
}

.single-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.upper-single-work {
  padding: 0;
}

.work-details-title {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 46px;
  font-weight: 500;
  line-height: 36px;
}

.work-detail-box {
  border-bottom: 1px solid #000;
  align-self: stretch;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.work-detail-small-title {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.work-detail-text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}

.client-website-button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #e0e0e0;
  padding: 20px;
  font-size: 26px;
}

.work-upper-images-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  padding: 0;
}

.work-images-and-infos {
  background-color: var(--black);
  margin-top: 60px;
  padding: 100px;
}

.work-single-image {
  width: 100%;
  height: auto;
}

.work-infos {
  padding: 0;
}

.work-under-images {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.work-info-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.work-info-text {
  color: var(--white);
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 34px;
}

.work-detail-span {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
}

.single-post-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
}

.single-blog-img {
  width: 100%;
}

.author-upper {
  background-image: linear-gradient(to right, var(--green), var(--yellowish));
  align-items: center;
  padding: 10px;
  display: flex;
}

.author-img {
  background-color: #e6e6e6;
  border: 1px solid #000;
  padding-top: 10px;
}

.author-details {
  margin-left: 30px;
}

.author-name {
  margin-top: 0;
  font-weight: 300;
}

.author-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.author-socials {
  border: 1px solid #000;
  border-radius: 50px;
  width: 100%;
  align-items: center;
  padding: 5px 20px 5px 20px;
  display: flex;
}

.author-socials.member-socials:hover {
  background-image: linear-gradient(to right, var(--green), var(--yellowish));
}

.author-social-links {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.author-social-wrapper {
  display: inline-block;
}

.author-bio {
  border: 1px solid #000;
  padding: 30px;
}

.author-bio-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 500;
}

.author-bio-text {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.about-section {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
}

.mission-stack {
  align-items: center;
  padding: 0;
  position: relative;
}

.mission-image {
  text-align: center;
  padding-top: 300px;
  padding-bottom: 0;
}

.mission-column {
  border: 1px solid #000;
  padding: 25px;
}

.circle {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mission-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 300;
}
@keyframes moveRight {
  0% {
    transform: translate3d(-1250px, 0, 0);
  }
  100% {
    transform: translate3d(100px, 0, 0);
  }
}

@keyframes moveLeft {
  0% {
    transform: translate3d(100px, 0, 0);
  }
  100% {
    transform: translate3d(-1350px, 0, 0);
  }
}

.services-black-wrapper {
  animation: moveRight 8s linear infinite alternate;
}

.services-color-wrap {
  animation: moveLeft 8s linear infinite alternate;
}

.mission-paragraph {
  margin-bottom: 0;
  width: 320px;
  text-align: justify;
  font-size: 20px;
  line-height: 25px;
}

.team-image {
  margin-top: 80px;
}

.team-title {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 300;
  line-height: 38px;
}

.team-paragraph {
  /* border-bottom: 3px solid #000; */
  text-align: justify;
}

.team-heading {
  text-transform: uppercase;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 300;
  line-height: 66px;
}

.team-member-container {
  padding-top: 50px;
  overflow: hidden;
}

.team-members {
  white-space: nowrap;
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease-in-out;
}
.team-members-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px; /* Adjust as needed */
  margin: auto;
  overflow: hidden;
}
.member-item {
  text-align: center;
  margin-right: 100px;
  border: 1px solid black;
  display: inline-block;
  min-width: calc(100% / 3 - 20px); /* Show 3 at a time */
  flex-shrink: 0;
}
.rules-image {
  width: 315px;
  height: 375px;
}
.scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 20px;
  z-index: 10;
}

@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");
.waste-container {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

  > div {
    flex: 0 0 120px;
    border-radius: 0.5rem;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;

    &:nth-of-type(1) {
      background: url("../images/dangerous.jpg") no-repeat 50% / cover;
    }
    &:nth-of-type(2) {
      background: url("../images/biowaste.jpg") no-repeat 50% / cover;
    }
    &:nth-of-type(3) {
      background: url("../images/ewaste.jpg") no-repeat 50% / cover;
    }
    &:nth-of-type(4) {
      background: url("../images/plasticc.jpg") no-repeat 50% / cover;
    }
    &:nth-of-type(5) {
      background: url("../images/law.jpg") no-repeat 50% / cover;
    }
    &:nth-of-type(6) {
      background: url("../images/law.jpg") no-repeat 50% / cover;
    }
    &:nth-of-type(7) {
      background: url("../images/law.jpg") no-repeat 50% / cover;
    }
    &:nth-of-type(8) {
      background: url("../images/law.jpg") no-repeat 50% / cover;
    }
    &:nth-of-type(9) {
      background: url("../images/law.jpg") no-repeat 50% / cover;
    }
    &:nth-of-type(10) {
      background: url("../images/law.jpg") no-repeat 50% / cover;
    }

    .waste-content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      background: rgb(2, 2, 46);
      background: linear-gradient(
        0deg,
        rgba(2, 2, 46, 0.6755077030812324) 0%,
        rgba(255, 255, 255, 0) 100%
      );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 250px;
      box-shadow: 1px 3px 15px #7645d8;
      transform: translatey(-30px);
    }

    &:hover .waste-content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}

.scroll-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.scroll-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.left-scroll {
  left: 10px;
}

.right-scroll {
  right: 10px;
}
.member-image {
  background-color: #e6e6e6;
  border: 1px solid #000;
  padding: 50px 50px 0;
}

.member-title {
  border-bottom: 3px solid #000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}

.job-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.clients {
  background-color: #f0f0f0;
  background-image: url("../images/aboutus.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.processh1 {
}
.cleint-stack {
  /* grid-column-gap: 40px;
  grid-row-gap: 40px; */
  padding: 0;
}

.client-item {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.stats-and-testimonials {
  padding-top: 120px;
  padding-bottom: 120px;
}

.stats-stack {
  padding: 0;
}

.stats-box {
  border-bottom: 1px solid #000;
  align-self: stretch;
  align-items: center;
  padding: 2px;
  display: flex;
}

.arrow-icon {
  margin-right: 20px;
  padding: 10px;
}

.stats-text {
  font-size: 32px;
  font-weight: 300;
  line-height: 26px;
}

.tab-paragraph {
  color: var(--black);
  text-align: left;
  margin: 0;

  font-size: 24px;
  padding-bottom: 10px;
  line-height: 24px;
}

.tab-content-title {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  height: 80px;
  margin: 0px;
  font-weight: 500;
  font-size: 34px;
  height: 90px;
}


.tabs-menu {
  text-align: left;
}

.tabs-section {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.tabs {
  text-align: center;
}

.tabs-content {
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  height: 210px;
}

.tab-conent-image {
  float: left;
  background-color: #c6c6c6;
  border: 1px solid #000;
  width: auto;
  margin-right: 20px;
  padding-top: 20px;
  padding-right: 0;
}

.tab-link {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px #000;
  border-style: solid none none solid;
  margin-left: 0;
  margin-right: -6px !important;
  padding: 20px 25px;
  font-size: 26px;
  font-weight: 300;
}

.tab-link.w--current {
  background-color: #fff;
  background-image: linear-gradient(to right, var(--green), var(--yellowish));
  color: var(--black);
  border: 1px #000;
  border-style: solid none none solid;
  margin-left: 0;
  margin-right: 0;
}

.tab-link.last-link,
.tab-link.last-link.w--current {
  border-right-style: solid;
}

.contact {
    padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.contact-main {
  padding-top: 100px;
}

.contact-stack {
  padding: 0;
}
.main-stack {
  display: grid;
  grid-template-columns: 30% 70%;
  
}

.contact-cell {
  border: 1px #000;
  align-items: stretch;
}

.photo-1 {
  background: url("../images/dangerous.jpg");
  background-size: contain;
}
.photo-2 {
  background: url("../images/requirements.jpg");
  background-size: cover;
}
.photo-3 {
  background: url("../images/post1.png");
  background-size: cover;
}
.photo-4 {
  background: url("../images/plasticc.jpg");
  background-size: cover;
}
.conact-infos {
  flex: 1;
  align-self: stretch;
  padding: 0;
}

.contact-social {
  border: 1px solid #000;
  flex-direction: column;
  align-self: stretch;
  padding: 30px;
  text-decoration: none;
  display: flex;
}
.contact-social-main {
  flex-direction: column;
  align-self: stretch;
  padding: 30px;
  height: 311px;
  text-decoration: none;
  display: flex;
}

.social-box {
  text-align: left;
  border: 1px solid #000;
  border-radius: 50%;
  align-self: flex-end;
  width: 80px;
  height: 80px;
  margin-bottom: 140px;
  padding: 20px;
  display: inline-block;
}

.contact-social-text {
  align-items: center;
  display: flex;
}

.social-text {
  color: var(--black);
  text-transform: uppercase;
  align-self: flex-end;
  margin-left: 20px;
}

.form-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 23px;
}

.form-title-p {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

.form-text {
  margin-bottom: 20px;
}
.form-text-p {
  margin-bottom: 15px;
  /* text-align: justify; */
  color:rgb(99, 98, 98);
  font-size: 22px;
}

.input-field {
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-weight: 400;
}

.input-field::placeholder {
  color: rgb(90, 89, 89);
  font-size: 22px;
  font-weight: 300;
}

.input-field.textarea {
  height: 110px;
}

.send-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.required-text {
  text-transform: uppercase;
}

.submit-button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #e0e0e0;
  padding: 15px 40px;
  font-size: 26px;
  font-weight: 300;
}

.form {
  border: 1px #000;
  padding: 0;
}
.form-main {
  border: 1px #000;
  padding: 0;
}

.form-cell {
  border: 1px solid #000;
  flex-direction: row;
  height: 693px;
  overflow-y: scroll;
  align-items: stretch;
  padding: 30px;
}
.form-cell-main {
  flex-direction: row;
  /* border: 1px solid #000; */
  height: 693px;
  box-shadow: 0rem 0 10rem #979797;
  border-radius: 6px;
  padding: 10px;
  overflow-y: scroll;
  align-items: stretch;
}
.form-cell-main::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, and Edge */
}

.contact-details-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 80px;
  margin-bottom: 0;
  padding: 0;
}

.contact-details-item {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.contact-details-item.middle-detail {
  border-left-style: none;
  border-right-style: none;
}

.contact-detail-link {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.contact-detail-text {
  color: rgb(82, 81, 81);
  align-self: flex-end;
  margin-left: 25px;
  font-weight: 300;
}

.product {
  padding: 100px;
}

.product-stack {
  padding: 0;
}

.shop-media-big {
  background-color: #f2f2f2;
  border: 1px solid #1d1d1d;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 30px;
}

.shop-main-image {
  display: block;
}

.product-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 35px;
}

.product-price {
  background-color: var(--green);
  background-image: linear-gradient(to right, var(--green), var(--yellowish));
  border: 1px #1d1d1d;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.product-description {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
}

.option-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.add-to-cart {
  align-self: stretch;
}

.select-field {
  background-color: var(--transparent);
  color: var(--black);
  border: 1px solid #000;
}

.add-to-cart-button {
  background-color: var(--black);
  color: var(--white);
  align-self: flex-end;
  height: 50px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.add-box {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.quantity-2 {
  margin-bottom: 0;
}

.field-label {
  margin-bottom: 20px;
}

.return-policy {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 40px;
  padding-left: 0;
}

.return-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.shop-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.shop-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-item {
  text-align: center;
}

.shop-item-inner {
  text-align: center;
  border: 1px solid #1d1d1d;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 40px 20px;
}

.shop-image {
  height: 257px;
  display: block;
}

.shop-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.shop-price {
  border: 1px solid #1d1d1d;
  border-radius: 10px;
  padding: 8px 13px;
  font-size: 16px;
  font-weight: 200;
  display: inline-block;
}

.shop-price.shop-order {
  color: #1d1d1d;
  margin-left: 20px;
  margin-right: 0;
  font-weight: 400;
  text-decoration: none;
}

.block-quote {
  text-transform: uppercase;
  border-left-width: 6px;
  border-left-color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.list-item.last-list-item {
  margin-bottom: 0;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.ordered-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

._30mb-space {
  border-bottom: 1px solid #1d1d1d;
  height: 30px;
  margin-bottom: 30px;
}

.sample-link {
  color: #000200;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: underline;
}

.quick-stack {
  padding: 0;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.main-container-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
}

.style-guide {
  padding-top: 60px;
  padding-bottom: 130px;
}

.list-text {
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.h3-heading.list-heading {
  margin-bottom: 30px;
  font-weight: 400;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-3.change-paragrap {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.changelog-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
}

.cursor-wrapp {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  z-index: 9999;
  opacity: 0;
  background-color: #f9dc4a;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
}

.cursor.read-more-link {
  background-image: linear-gradient(
    to right,
    var(--green),
    var(--yellowish) 94%
  );
  border-radius: 50%;
}

.eye-icon {
  margin-bottom: 10px;
  display: block;
}

.read-more-text-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.cart {
  order: 1;
}

.cart-button {
  background-color: #000;
  border-radius: 30px;
  padding: 15px 20px;
}

.cart-quantity {
  color: #000;
  position: absolute;
  top: 7px;
  right: 10px;
}

.checkout-form {
  padding-top: 60px;
  padding-bottom: 60px;
}

.delete-me {
  background-image: linear-gradient(to right, #7776ff, #a834f2);
  border: 2px solid #bec8ce;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.3s;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.delete-me:hover {
  box-shadow: 0 2px 30px #a537f2;
}

.delete-me-2 {
  background-image: linear-gradient(to right, #7776ff, #a834f2);
  border: 2px solid #bec8ce;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.3s;
  display: block;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.delete-me-2:hover {
  color: #fff;
  box-shadow: 0 2px 30px rgba(142, 87, 249, 0.56);
}

@media screen and (max-width: 1920px) {
  .main-container {
    max-width: 1600px;
  }

  .work {
    padding-top: 120px;
  }

  .work-title {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .awards {
    background-position: 85%, 0 0;
  }

  .awards-title {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .award-heading {
    font-size: 61px;
    line-height: 54px;
  }

  .text-block {
    width: 60%;
  }

  .awards-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .award-item {
    background-color: var(--white);
    padding: 30px;
  }

  .award-text {
    color: var(--black);
    text-transform: uppercase;
    font-size: 22px;
  }

  .award-inner-style {
    align-items: center;
    display: flex;
  }

  .award-line {
    background-color: var(--black);
    width: 50px;
    height: 2px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .award-title {
    color: var(--black);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 28px;
  }

  .award-slash {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
  }

  .award-year {
    align-self: flex-start;
    font-size: 20px;
    font-weight: 300;
  }

  .reading-time,
  .blog-title,
  .service-title {
    color: var(--black);
  }

  .services-color {
    margin-top: 40px;
    overflow: hidden;
  }

  .services-color-wrap {
    white-space: nowrap;
    display: inline-block;
  }

  .services-color-item {
    border: 4px solid #000;
    border-radius: 70px;
    margin-right: 40px;
    padding: 30px 50px;
    display: inline-block;
  }

  .services-black-text {
    color: var(--black);
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
    line-height: 28px;
  }

  .arrow-black {
    margin-right: 140px;
  }

  .open-accordion-icon {
    width: auto;
    height: auto;
    padding: 0;
    display: none;
  }

  .accordion-paragraph {
    font-size: 17px;
    line-height: 26px;
  }

  .accordion-title {
    font-size: 22px;
  }

  .social-link-block {
    text-decoration: none;
  }

  .copyright {
    border-top: 1px solid var(--white);
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
  }

  .copyright-text {
    font-weight: 300;
  }

  .sitemap-title {
    color: var(--white);
  }

  .tab-paragraph {
    font-size: 24px;
  }

  
  .tab-link-text {
    font-size: 17px;
  }

  .form-block {
    flex: 1;
  }

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

  .product-description {
    line-height: 31px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .post-body-h4{
    text-align: center;
   }
   
  .contact-main {
    padding: 45px 25px 25px 25px;
  }
.work{
  /* background-color: #21d94f; */
}
.work {
    padding-top: 30px;
    
  }
  .work-title {
    color: var(--black);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
  }
  .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 21px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .main-container-contact {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
    margin: 5px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 1425px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .amendments-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 0px 40px 20px 40px ;
    font-size: 21px;
    /* text-align: justify;
    overflow-wrap: break-word;
    word-break: break-all; */
  }
  .container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding: 10px;
  }

  .card {
    max-width: 180px; /* Adjust based on content */
    flex-shrink: 0;
  }
  .title {
    color: rgb(255, 255, 255);
    font-weight: 400;
    width: 80%;
    position: absolute;
    left: 20px;
    font-size: 20px;
    top: 15px;
    word-wrap: break-word; /* Ensures long words break onto the next line */
    overflow-wrap: break-word; /* Alternative for wider browser support */
    white-space: normal; /* Allows text to wrap */
    padding: 5px; /* Optional: Adds some spacing for better appearance */
}

.project-title {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center !important;
  font-size: 25px;
  font-weight: 150;
  width: 100%;
  line-height: 25px;
}
  .work-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

  /* feature */
  .features {
    display: flex;
    justify-content: center;
  }
  .feature-stack {
    display: flex;
    flex-direction: row;
    gap: 40px;
    /* background-color: #6d1d71; */
    align-items: center; /* Keep items aligned vertically */
    justify-content: space-between; /* Adjust spacing */
    width: 90%; /* Make it occupy only 90% of the screen width */
    margin: 0 auto; /* Center it horizontally */
  }
  .feature-cell {
    flex: 1; /* Ensure equal width */
  }
  .feature-cell-1 {
    flex: 1; /* Ensure equal width */
  }

  .feature-text {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
  }
  .main-container-service {
    max-width: 1425px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .accordion_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space between text and icon */
    width: 100%; /* Ensure it stays within parent */
    white-space: normal; /* Allow text to wrap */
    overflow-wrap: break-word; /* Ensure words break properly */
    word-break: break-word; /* Break words if necessary */
    padding: 10px 10px 10px 0px; /* Add some padding for spacing */
  }

  .accordion-title {
    flex-grow: 1;
    max-width: 85%; /* Prevent overflow */
    height: 50px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .feature-image {
    width: 100%;
    max-width: 767px;
  }

  .open-accordion-icon,
  .closed-acordion-icon {
    flex-shrink: 0; /* Prevent icons from resizing */
    /* width: 20px;  */
    /* height: 20px;  */
  }

  /* feature */
  /* blog */
  .blog {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .blog-list {
    width: 100%;
    display: flex; /* Add flex display */
    flex-direction: row; /* Set direction to row */
    justify-content: space-between; /* Space items evenly */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
  }

  .blog-item {
    width: 32%; /* Set width to slightly less than 1/3 to account for gaps */
    margin-top: 15px;
    flex-shrink: 0; /* Prevent items from shrinking */
  }
  .main-container-service-1 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1425px;
    margin: 0 auto;
  }

  .blog-list.w-dyn-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 20px; /* Add some spacing between items */
  }

  .blog-item.w-dyn-item {
    width: calc(
      33.333% - 14px
    ); /* Calculate exact width for 3 items with gaps */
    margin-top: 15px;
    flex: 0 0 auto; /* Don't grow or shrink */
  }

  .blog-list-wrapper {
    /* background-color: #d7e81a; */
  }
  .blog-inner {
    display: flex;

    /* box-shadow: 0 5px 25px rgba(0, 0, 0, .25); */
    flex-direction: column;
    align-items: center; /* Center content */
    text-align: center; /* Ensure text is centered */
    width: 100%; /* Ensure it takes full width */
    max-width: 100%; /* Prevent any shrinking */
    gap: 10px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2),
      /* Bottom shadow */ 0 -5px 15px rgba(0, 0, 0, 0.2),
      /* Top shadow */ 5px 0 15px rgba(0, 0, 0, 0.2),
      /* Right shadow */ -5px 0 15px rgba(0, 0, 0, 0.2); /* Left shadow */
    height: 100%; /* Make all boxes the same height */

    box-sizing: border-box; /* Ensures padding doesn't affect width */
  }
  .w-container {
    margin: 0px;
  }

  .blog-image-link {
    width: 100%; /* Make the image take full width */
    display: flex;
    justify-content: center;
  }

  .blog-image {
    width: 100%; /* Ensure image is responsive */
    height: auto;
  }

  .blog-category-and-time,
  .blog-title,
  .read-more {
    border-top: none;
    margin-top: 0px !important;
    height: auto;
    padding-top: 5px;
    width: 100%; /* Make sure text and button stretch */
    margin-top: 0px; /* Add spacing */
  }
  .blog-title {
    color: var(--black);
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 300;
    height: 90px;

    line-height: 25px;
  }
  .meta-text {
    color: var(--black);
    text-transform: uppercase;
    margin-right: 0px;
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    text-decoration: none;

    display: inline;
  }

  .blog-category-and-time {
    height: 140px;
    max-height: auto;
  }
  .read-more {
    margin: 10px;
    border-radius: 6px;
    padding: 10px;
  }

  .header {
    top: 22px;
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
  }

  .logo {
    margin-right: auto;
  }

  .menu-button {
    margin-left: auto;
  }
  .hero.inner-pages-hero-contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sitemap-title {
    font-size: 88px;
    margin-top: 80px;
    line-height: 45px;
  }
  .contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .w-container {
  }
 

  .contact-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .contact-details-stack {
    margin-top: 50px;
  }

  .contact-cell {
    border-style: none;
  }

  .conact-infos {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: 1;
  }
  .contact-social {
    border: 1px solid #000;
    flex-direction: column;
    align-self: stretch;
    padding: 30px;
    height: 321px;
    text-decoration: none;
    display: flex;
  }
  .form-cell {
    text-align: justify;
  }
  .footer {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.746),
        rgba(0, 0, 0, 0.791)
      ),
      url("../images/back.jpg");
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw; /* Force full viewport width */
    max-width: 100%;
  }

  .w-layout-blockcontainer-contact {
    max-height: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #d9b121; */
    width: 100%;
    max-width: 100%;
  }

  .footer-inner {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-stack {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 100%;
  }
  .w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .footer-cell-1 {
    display: flex;
    flex: 3;
    /* align-items: center; */
    flex-direction: column;
    gap: 5px; /* Space between logo and text */
    justify-content: center;

    height: 250px;
  }
  .footer-logo {
    width: 120px;
  }
  .footer-text-1 {
    width: 420px;
    height: 110px;
    text-align: left;
    background-color: #000;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
  }
  .footer-cell {
    flex: 2;
    padding-top: 8px;
    height: 250px;
  }
  .footer-cell-links {
    flex: 1;
    display: flex;
    height: 250px;
  }
  .social-link-block {
    background-color: #000;
    padding: 9px;
    border-radius: 5px;
  }
  .footer-text-links {
    background-color: #ffffff26;
    color: #ffffff;
    padding: 7px;
    border-radius: 5px;
    width: 100px;
  }
  .footer-text.address {
    width: 92%;
  }
  .copyright {
    width: 90%;
  }
  .contact-stack {
    padding: 0;
  }

  .project-image {
    height: auto;
  }

  .awards-title {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .award-heading {
    margin-bottom: 0;
  }

  .text-block {
    width: 60%;
  }

  .awards-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .blog-list {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .feature-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .footer-text {
    width: 60%;
  }

  .upper-single-work {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .work-upper-images-grid {
    grid-column-gap: 80px;
    grid-row-gap: 77px;
  }

  .work-infos {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .work-under-images {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: 80px;
  }

  .cleint-stack {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .form-block {
    align-self: stretch;
  }

  .product-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

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

  .return-policy {
    background-color: #fff;
    padding: 30px 0;
  }

  .return-title {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 40px;
  }

  .shop-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .shop-item-inner {
    padding: 40px;
  }

  .shop-image {
    height: 370px;
  }

  .shop-price {
    font-size: 20px;
  }

  .main-container-2 {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
 

  .tab-content-title {
    color: var(--black);
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
    font-size: 28px;
    height: 80px;
    /* background-color: #3898ec; */
    font-weight: 500;
  }
  .tab-paragraph {
    font-size: 20px;
    text-align: justify;
    overflow-wrap: break-word;
    word-break: break-all;
  }
}
@media screen and (max-width: 991px) {
  .form-cell-main {
    flex-direction: row;
    box-shadow: 0rem 0 10rem #979797;
    padding: 10px;
    border-radius: 8px;
    /* border: 1px solid #000; */
    height: auto;
    align-items: stretch;
  }
  .post-body-h4{
    text-align: center;
   }
   .hero.inner-pages-hero-2 {
    background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     height: 600px;
     padding: 0;
     margin: 0;
     display: flex;
     align-items: center;
     justify-content: center;
  }
  /* home */
  .work {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .rules-title {
    color: var(--black);
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .award-title {
    color: var(--black);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
  }
  .award-line{
    display: none;
  }
  .photo-1 {
    background: url("../images/dangerous.jpg");
    background-size: cover;
  }
  .container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding: 10px;
  }

  .card {
    min-width: 200px; /* Adjust based on content */
    flex-shrink: 0;
  }
  .work-list-wrapper{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }
  .work-list {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 767px;
  }


  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity,
  .w-commerce-commerceaddtocartquantityinput,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .inner-pages-hero-home {
    height: 600px;
    position: relative;
    overflow: hidden;
  }
  .contact-main {
    padding-top: 25px;
  }
  .main-container {
    max-width: 1425px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-container-home-div{
    max-width: 1425px;
    padding: 0px;
  }
  .title {
    color: rgb(255, 255, 255);
    font-weight: 400;
    width: 80%;
    position: absolute;
    left: 20px;
    font-size: 20px;
    top: 15px;
    word-wrap: break-word; /* Ensures long words break onto the next line */
    overflow-wrap: break-word; /* Alternative for wider browser support */
    white-space: normal; /* Allows text to wrap */
    padding: 5px; /* Optional: Adds some spacing for better appearance */
}

  
  .form-title-p {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 33px;
  }
  .form-text-p {
  margin-bottom: 15px;
  font-size: 22px;
  text-align: justify;
  overflow-wrap: break-word;
  word-break: break-all;
}
.work-title {
  color: var(--black);
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  padding:0;
  font-size: 34px;
  font-weight:600;
  line-height: 35px;
}

.project-title {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center !important;
  font-size: 25px;
  font-weight: 150;
  width: 100%;
  line-height: 25px;
}
.project-image {
  border: 4px solid var(--transparent);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.amendments-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 0px 20px 0px 20px ;
  font-size: 21px;
  text-align: justify;
  overflow-wrap: break-word;
  word-break: break-all;
}
.awards {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/back.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  /* background-color: #d8c410; */
  padding-bottom: 0px;
}
.award-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 52px;
}

.text-block {
  color: var(--white);
  font-size: 22px;
  line-height: 22px;
  width: 100%;
  text-align: center;
}
.awards-wrapper {
  margin-top: 20px;
  display: block;
}


/* home */
  .team-title {
    font-size: 40px;
    text-align: center;
  }
  .service-title {
    font-size: 55px;
    line-height: 50px;
  }
  .process-title {
    font-size: 32px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .stats-and-testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .stats-and-testimonials-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    padding: 0px;
  }
  .service-title.clients-title {
    color: var(--black);
    text-align: left;
    text-shadow: 0 1px 1px #f0f0f0;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .mission-column {
    width: 100%; /* Full width to prevent side overflow */
    padding: 20px;
    border: 1px solid #000;
    box-sizing: border-box; /* Prevents padding from increasing size */
    word-wrap: break-word; /* Wraps long words */
    overflow-wrap: break-word; /* Ensures wrapping */
    white-space: normal; /* Prevents text from staying in one long line */
    max-width: 100%; /* Ensures it stays within parent */
  }

  /* feature */
  .features {
    /* background-color: #3898ec;  */
  }
  .feature-stack {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center; /* Align items vertically */
    /* background-color: #21d94f; */
  }
  .feature-text {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
  }
  .main-container-service {
    max-width: 1425px;
    /* background-color: #6d1d71; */
    padding-left: 0px;
    padding-right: 0px;
  }
  .feature-cell-1 {
    /* background-color: #7776ff; */
  }
  .accordion_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space between text and icon */
    width: 100%; /* Ensure it stays within parent */
    white-space: normal; /* Allow text to wrap */
    overflow-wrap: break-word; /* Ensure words break properly */
    word-break: break-word; /* Break words if necessary */
    padding: 10px 10px 10px 0px; /* Add some padding for spacing */
  }

  .accordion-title {
    flex-grow: 1;
    max-width: 85%; /* Prevent overflow */
    height: 50px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .feature-image {
    width: 100%;
    max-width: 767px;
  }

  .open-accordion-icon,
  .closed-acordion-icon {
    flex-shrink: 0; /* Prevent icons from resizing */
    /* width: 20px;  */
    /* height: 20px;  */
  }

  /* feature */
  /* serrvice video */
  .inner-pages-hero-service {
    height: 600px;
    position: relative;
    overflow: hidden;
  }
  .video-container {
    height: 100%;
    width: 100%;
  }

  .hero-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /* service video  */
  /* blog */

  .blog {
    padding-top: 15px;
    padding-bottom: 10px;
    /* background-color: #21d94f; */
  }

  .blog-list {
    width: 100%;
    display: flex; /* Add flex display */
    flex-direction: row; /* Set direction to row */
    justify-content: space-between; /* Space items evenly */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
  }

  .blog-item {
    width: 32%; /* Set width to slightly less than 1/3 to account for gaps */
    margin-top: 15px;
    flex-shrink: 0; /* Prevent items from shrinking */
  }
  .main-container-service-1 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1425px;
    margin: 0 auto;
  }

  .blog-list.w-dyn-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 20px; /* Add some spacing between items */
  }

  .blog-item.w-dyn-item {
    width: calc(
      33.333% - 14px
    ); /* Calculate exact width for 3 items with gaps */
    margin-top: 15px;
    flex: 0 0 auto; /* Don't grow or shrink */
  }

  .blog-list-wrapper {
    /* background-color: #d7e81a; */
  }
  .blog-inner {
    display: flex;

    /* box-shadow: 0 5px 25px rgba(0, 0, 0, .25); */
    flex-direction: column;
    align-items: center; /* Center content */
    text-align: center; /* Ensure text is centered */
    width: 100%; /* Ensure it takes full width */
    max-width: 100%; /* Prevent any shrinking */
    gap: 10px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2),
      /* Bottom shadow */ 0 -5px 15px rgba(0, 0, 0, 0.2),
      /* Top shadow */ 5px 0 15px rgba(0, 0, 0, 0.2),
      /* Right shadow */ -5px 0 15px rgba(0, 0, 0, 0.2); /* Left shadow */
    height: 100%; /* Make all boxes the same height */

    box-sizing: border-box; /* Ensures padding doesn't affect width */
  }
  .w-container {
    margin: 0px;
  }

  .blog-image-link {
    width: 100%; /* Make the image take full width */
    display: flex;
    justify-content: center;
  }

  .blog-image {
    width: 100%; /* Ensure image is responsive */
    height: auto;
  }

  .blog-category-and-time,
  .blog-title,
  .read-more {
    border-top: none;
    margin-top: 0px !important;
    height: auto;
    padding-top: 5px;
    width: 100%; /* Make sure text and button stretch */
    margin-top: 0px; /* Add spacing */
  }
  .blog-title {
    color: var(--black);
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 300;
    height: 90px;

    line-height: 25px;
  }
  .meta-text {
    color: var(--black);
    text-transform: uppercase;
    margin-right: 0px;
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    text-decoration: none;

    display: inline;
  }

  .blog-category-and-time {
    height: 140px;
    max-height: auto;
  }
  .read-more {
    margin: 10px;
    border-radius: 6px;
    padding: 10px;
  }

  /* blog */
  .main-menu {
    background-color: #fff;
    margin-right: 0;
  }
  .w-container {
    margin: 0px 30px 5px 30px;
  }
  .hero.inner-pages-hero-contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 575px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .conact-infos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: none;
  }
  .contact-stack {
    grid-column-gap: 70px;
    grid-row-gap: 30px;
  }

  .main-container-contact {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
    margin: 5px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 1425px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-details-stack {
    margin-top: 0px;
  }
  .sitemap-title {
    font-size: 80px;
    margin-top: 80px;
    line-height: 45px;
  }
  .footer {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.746),
        rgba(0, 0, 0, 0.791)
      ),
      url("../images/back.jpg");
    display: flex;
    background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
    flex-direction: column;
    align-items: center;
  }
  .footer-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  /* Logo and Description in One Row */
  .footer-cell-1 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 25px; /* Space between logo and text */
    text-align: left;
    width: 100%;
    justify-content: center;
  }

  .footer-logo {
    margin: 0;
    width: 100px;
  }
  .footer-text-1 {
    margin: 0;
    background-color: #000;
    padding: 15px 10px 15px 10px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
  .footer-cell-links {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    display: none;
    /* justify-content: center;
    text-align: center;
    width: 90%; */
  }
  /* Ensure all footer sections take full width */
  .footer-cell {
    display: flex;
    gap: 10px;
    justify-content: center;
    text-align: center;
    width: 100% !important;
  }

  .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
  }

  .footer-text-links,
  .footer-text {
    font-size: 18px;
    flex: 1;
    min-width: 140px;
    border-radius: 6px;
    text-align: center;
  }

  /* Social Links - Centered */
  .social-link-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
  }

  /* Copyright Section */
  .copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    text-align: center;
  }
  .copyright-text {
    background-color: #000;
    padding: 12px;
    border-radius: 6px;
  }
  .back-to-top {
    display: flex;
    justify-content: center;
  }

  .back-to-top img {
    width: 40px;
    height: auto;
  }
  .menu-item:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .menu-item.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
  }

  .herro-image {
    width: 290px;
  }

  .hero-big-text {
    font-size: 100px;
  }

  .work-list {
    grid-template-columns: 1fr 1fr;
  }

  .project-title {
    font-size: 40px;
    line-height: 39px;
  }

  .read-more-link {
    background-image: none;
    border-radius: 0%;
    width: 100%;
    height: auto;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .slash {
    align-self: center;
    margin-top: 20px;
    font-size: 40px;
  }

  .award-heading {
    font-size: 44px;
    line-height: 35px;
  }

  .text-block {
    width: 100%;
  }

  .awards-wrapper {
    display: block;
  }

  .award-item {
    margin-bottom: 20px;
  }

  .blog-list {
    display: block;
  }

  .blog-item {
    margin-bottom: 40px;
  }

  .blog-title {
    margin-top: 40px;
  }

  .feature-text {
    width: 100%;
  }

  .footer-inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-cell {
    padding-bottom: 20px;
    width: 20px;
  }
  .footer-text {
    width: 100%;
  }

  .logo {
    margin-right: auto;
  }

  .menu-button {
    margin-left: auto;
  }

  .main-menu {
    display: none;
  }
  .header {
    top: 22px;
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 10px;
    width: 100%;
  }
  .contact {
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .menu-button {
    color: var(--black);
    border: 1px solid #000;
    margin-left: auto;
    margin-right: 20px;
    padding: 10px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #fff;
  }

  .icon {
    font-size: 30px;
  }

  .work-images-and-infos {
    padding: 20px;
  }

  .team-members {
    text-align: center;
    white-space: normal;
  }

  .member-item {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .client-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-paragraph {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .tabs-section {
    margin-bottom: 0;
    padding: 40px 0px 0 0;
  }

  .tabs {
    margin-bottom: 0;
  }

  .tabs-content {
    padding: 20px;
  }

  .tab-conent-image {
    padding-right: 0;
  }

  .tab-link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-details-item.middle-detail {
    border-style: none solid;
  }

  .shop-image {
    height: 187px;
  }

  .shop-price.shop-order {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cursor.read-more-link {
    width: 150px;
    height: 150px;
    margin-top: auto;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .form-cell-main {
    flex-direction: row;
    box-shadow: 0rem 0 10rem #979797;
    padding: 10px;
    border-radius: 8px;
    /* border: 1px solid #000; */
    height: auto;
    align-items: stretch;
  }
/* singlepages */
.hero.inner-pages-hero-2 {
  background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: 450px;
   padding: 0;
   margin: 0;
   display: flex;
   align-items: center;
   justify-content: center;
}
.post-body{
 display: flex;
 flex-direction: column;
 gap: 20px;
}
.post-body-h4{
 font-size: 30px;
 text-align: center;
}
.single-post-wrapper{
 padding: 50px 20px 20px 20px;
}

.post-body-p{
  font-size: 22px;
 text-align: justify;
 overflow-wrap: break-word;
 word-break: break-all;

}
/*  */

  /* home */
  .rules-title {
    color: var(--black);
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .award-title {
    color: var(--black);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
  }
  .award-line{
    display: none;
  }
  .photo-1 {
    background: url("../images/dangerous.jpg");
    background-size: cover;
  }
  .container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding: 10px;
  }

  .card {
    min-width: 200px; /* Adjust based on content */
    flex-shrink: 0;
  }


  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity,
  .w-commerce-commerceaddtocartquantityinput,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .inner-pages-hero-home {
    height: 525px;
    position: relative;
    overflow: hidden;
  }
  .contact-main {
    padding-top: 25px;
  }
  .main-container {
    max-width: 1425px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-container-home-div{
    max-width: 1425px;
    padding: 0px;
  }
  .title {
    color: rgb(255, 255, 255);
    font-weight: 400;
    width: 80%;
    position: absolute;
    left: 20px;
    font-size: 20px;
    top: 15px;
    word-wrap: break-word; /* Ensures long words break onto the next line */
    overflow-wrap: break-word; /* Alternative for wider browser support */
    white-space: normal; /* Allows text to wrap */
    padding: 5px; /* Optional: Adds some spacing for better appearance */
}

  
  .form-title-p {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 33px;
  }
  .form-text-p {
  margin-bottom: 15px;
  font-size: 22px;
  text-align: justify;
  overflow-wrap: break-word;
  word-break: break-all;
}
.work-title {
  color: var(--black);
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  padding:0;
  font-size: 24px;
  font-weight:600;
  line-height: 35px;
}

.project-title {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center !important;
  font-size: 25px;
  font-weight: 150;
  width: 100%;
  line-height: 25px;
}
.project-image {
  border: 4px solid var(--transparent);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.amendments-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 0px 20px 0px 20px ;
  font-size: 21px;
  text-align: justify;
  overflow-wrap: break-word;
  word-break: break-all;
}
.awards {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/back.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  /* background-color: #d8c410; */
  padding-bottom: 0px;
}
.award-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 52px;
}

.text-block {
  color: var(--white);
  font-size: 22px;
  line-height: 22px;
  width: 100%;
  text-align: center;
}
.awards-wrapper {
  margin-top: 20px;
  display: block;
}


/* home */

  .hero.inner-pages-hero-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-title {
    font-size: 30px;
    text-align: center;
  }
  .team-paragraph {
    font-size: 22px;
    text-align: justify;
    overflow-wrap: break-word;
    word-break: break-all;
  }

  .mission-stack {
    display: flex;
    /* background-color: #21d94f; */
    flex-wrap: wrap; /* Force items to move to next line if needed */
    justify-content: center;
    gap: 10px;
  }

  .mission-column {
    width: 100%; /* Full width to prevent side overflow */
    padding: 20px;
    border: 1px solid #000;
    box-sizing: border-box; /* Prevents padding from increasing size */
    word-wrap: break-word; /* Wraps long words */
    overflow-wrap: break-word; /* Ensures wrapping */
    white-space: normal; /* Prevents text from staying in one long line */
    max-width: 100%; /* Ensures it stays within parent */
  }

  .mission-title {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
  }

  .mission-paragraph {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal; /* Ensures text never overflows */
    width: 100%;
    max-width: 100%; /* Ensures it doesn’t exceed container */
  }

  .service-title.clients-title {
    color: var(--black);
    text-align: left;
    text-shadow: 0 1px 1px #f0f0f0;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .service-title {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
  }
  .process-title {
    font-size: 22px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .tabs-content {
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px;
    height: max-content;
    text-align: justify;
  }
  .tab-paragraph {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    text-align: justify;
    overflow-wrap: break-word;
    word-break: break-all;
  }
  /* feature */
  .features {
    /* background-color: #3898ec;  */
  }
  .feature-stack {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center; /* Align items vertically */
    /* background-color: #21d94f; */
  }
  .feature-text {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
  }
  .main-container-service {
    max-width: 1425px;
    /* background-color: #6d1d71; */
    padding-left: 0px;
    padding-right: 0px;
  }
  .feature-cell-1 {
    /* background-color: #7776ff; */
  }
  .accordion_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space between text and icon */
    width: 100%; /* Ensure it stays within parent */
    white-space: normal; /* Allow text to wrap */
    overflow-wrap: break-word; /* Ensure words break properly */
    word-break: break-word; /* Break words if necessary */
    padding: 10px 10px 10px 0px; /* Add some padding for spacing */
  }

  .accordion-title {
    flex-grow: 1;
    max-width: 85%; /* Prevent overflow */
    height: 50px;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .open-accordion-icon,
  .closed-acordion-icon {
    flex-shrink: 0; /* Prevent icons from resizing */
    /* width: 20px;  */
    /* height: 20px;  */
  }

  /* feature */
  /* serrvice video */
  .inner-pages-hero-service {
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  .video-container {
    height: 100%;
    width: 100%;
  }

  .hero-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /* service video  */
  /* blog */

  .blog {
    padding-top: 15px;
    padding-bottom: 10px;
    /* background-color: #21d94f; */
  }
  .main-container-service-1 {
    /* background-color: #474950; */
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-list.w-dyn-items {
    display: flex !important;
    flex-direction: column !important; /* Stack items vertically */
    align-items: center !important; /* Center content if needed */
    gap: 0px !important;
  }

  .blog-item {
    width: 100% !important; /* Ensure each blog item takes full width */
    margin: 0 0 20px 0; /* Add spacing between stacked items */
  }
  .blog-list-wrapper {
    /* background-color: #d7e81a; */
  }
  .blog-inner {
    display: flex;
    /* background-color: #2e3db0; */
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, .25); */
    flex-direction: column;
    align-items: center; /* Center content */
    text-align: center; /* Ensure text is centered */
    width: 100%; /* Ensure it takes full width */
    max-width: 100%; /* Prevent any shrinking */
    gap: 15px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2),
      /* Bottom shadow */ 0 -5px 15px rgba(0, 0, 0, 0.2),
      /* Top shadow */ 5px 0 15px rgba(0, 0, 0, 0.2),
      /* Right shadow */ -5px 0 15px rgba(0, 0, 0, 0.2); /* Left shadow */

    box-sizing: border-box; /* Ensures padding doesn't affect width */
  }
  .w-container {
    margin: 0px;
  }

  .blog-image-link {
    width: 100%; /* Make the image take full width */
    display: flex;
    justify-content: center;
  }

  .blog-image {
    width: 100%; /* Ensure image is responsive */
    height: auto;
  }

  .blog-category-and-time,
  .blog-title,
  .read-more {
    border-top: none;
    margin-top: 0px;
    height: auto;
    padding-top: 5px;
    width: 100%; /* Make sure text and button stretch */
    margin-top: 0px; /* Add spacing */
  }
  .blog-title {
    color: var(--black);
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
  .meta-text {
    color: var(--black);
    text-transform: uppercase;
    margin-right: 0px;
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    text-decoration: none;
    display: inline;
  }
  .read-more {
    margin: 10px;
    border-radius: 6px;
    padding: 10px;
  }

  /* blog */
  .header {
    top: 22px;
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
    width: 100%;
  }

  .logo {
    margin-right: auto;
  }

  .menu-button {
    margin-left: auto;
  }

  .main-menu {
    display: none;
  }
  .hero.inner-pages-hero-contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sitemap-title {
    font-size: 65px;
    margin-top: 80px;
    line-height: 45px;
  }
  .form-cell {
    border: 1px solid #000;
    flex-direction: row;
    height: auto;
    overflow-y: scroll;
    align-items: stretch;
    padding: 30px 18px 20px 18px;
    text-align: justify;
  }
  .main-container-contact {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
    margin: 0px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .contact-details-stack {
    margin-top: 0px;
  }
  .contact-stack {
    grid-column-gap: 70px;
    grid-row-gap: 30px;
  }
  .w-container {
    margin: 0px 30px 5px 30px;
  }
  .footer {
    background-color: var(--black);
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.746),
        rgba(0, 0, 0, 0.791)
      ),
      url("../images/back.jpg");
  }
  .footer-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the content */
  }

  .footer-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Adjust spacing between footer sections */
    width: 100%; /* Ensure full width */
  }

  /* Logo and Description in One Row */
  .footer-cell-1 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 25px; /* Space between logo and text */
    text-align: left;
    width: 100%;
    justify-content: center;
  }

  .footer-logo {
    margin: 0;
    width: 100px;
  }
  .footer-text-1 {
    margin: 0;
    background-color: #000;
    padding: 15px 10px 15px 10px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
  /* Ensure all footer sections take full width */
  .footer-cell {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .footer-cell-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: none;
    justify-content: center;
    text-align: center;
    width: 90%;
  }

  .footer-text-links,
  .footer-text {
    font-size: 18px;
    flex: 1;
    min-width: 140px;

    border-radius: 6px;
    text-align: center;
  }

  /* Social Links - Centered */
  .social-link-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
  }

  /* Copyright Section */
  .copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    text-align: center;
  }
  .copyright-text {
    background-color: #000;
    padding: 12px;
    border-radius: 6px;
  }
  .back-to-top {
    display: flex;
    justify-content: center;
  }

  .back-to-top img {
    width: 40px;
    height: auto;
  }
  .work {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  

  .work-list {
    display: block;
  }

  .project-image {
    width: 100%;
    height: auto;
  }

  .work-item-wrapper {
    margin-bottom: 40px;
  }

  .project-image-and-category {
    width: 100%;
  }

  .slash {
    margin-top: 10px;
  }

  .awards {
    padding-top: 35px;
  }

  .blog-item {
    margin-top: 40px;
  }

  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-title {
    font-size: 50px;
    line-height: 50px;
  }
  .process-title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
  }

  .service-black-item {
    padding: 20px 30px;
  }

  .arrow-white {
    margin-left: 60px;
  }

  .services-color-item {
    padding: 20px 30px;
  }

  .arrow-black {
    margin-right: 60px;
  }

  .features {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .work-upper-images-grid {
    display: block;
  }

  .work-single-image {
    margin-bottom: 20px;
  }

  .work-under-images {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .author-details {
    margin-left: 20px;
  }

  .author-social-links {
    margin-left: 10px;
  }

  .author-social-links.hide-on-mobile {
    display: none;
  }

  .mission-image {
    padding-top: 0;
  }

  .circle {
    position: static;
  }

  .tabs-menu {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }

  .tabs-section {
    padding: 10px 0 0;
  }

  .tabs-content {
    margin-bottom: 0;
  }

  .tab-conent-image {
    padding-right: 0;
  }

  .tab-link {
    border: 1px #192944;
    border-bottom-style: solid;
    width: 100%;
  }

  .tab-link.w--current {
    border-left-style: none;
  }

  .tab-link.last-link {
    border-right-style: none;
  }

  .social-box {
    margin-bottom: 60px;
  }

  .product-name {
    margin-top: 20px;
  }

  .shop-list {
    display: block;
  }

  .shop-item {
    margin-bottom: 30px;
  }

  .shop-item-inner {
    margin-bottom: 20px;
  }

  .shop-image {
    height: auto;
  }

  .shop-price.shop-order {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 555px) {
  /* waste container */
  .waste-container {
    width: 95%;
    flex-wrap: nowrap; /* Prevent stacking */
    overflow-x: auto; /* Enable horizontal scrolling */
    justify-content: flex-start; /* Align items to the left */
    height: 500px; /* Keep original height */
    /* padding: 10px; */
    margin: 10px;
    border-radius: 6px;
    scrollbar-width: none; /* Hide scrollbar for a cleaner look */
  }

  .waste-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers */
  }

  .waste-container > div {
    flex: 0 0 120px; /* Keep original width */
    min-width: 120px; /* Ensure consistent width */
  }

  .waste-container > div:hover {
    flex: 0 0 250px; /* Keep hover effect */
  }
  /*  */

  .footer-cell-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px; /* Space between logo and text */
    text-align: left;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .form-cell-main {
    flex-direction: row;
    box-shadow: 0rem 0 10rem #979797;
    padding: 10px;
    border-radius: 8px;
    /* border: 1px solid #000; */
    height: auto;
    align-items: stretch;
  }
  
/* singlepages */
.hero.inner-pages-hero-2 {
   background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-body{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post-body-h4{
  font-size: 30px;
  text-align: center;
}
.single-post-wrapper{
  padding: 50px 20px 20px 20px;
}

.post-body-p{
   font-size: 22px;
  text-align: justify;
  overflow-wrap: break-word;
  word-break: break-all;

}
/*  */
  /* home */
  .container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding: 10px;
  }

  .card {
    min-width: 200px; /* Adjust based on content */
    flex-shrink: 0;
  }


  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity,
  .w-commerce-commerceaddtocartquantityinput,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .inner-pages-hero-home {
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .contact-main {
    padding-top: 25px;

  }
  .main-container {
    max-width: 1425px;
    /* background-color: #21d94f; */
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-container-home-div{
    max-width: 1425px;
    padding: 0px;
  }
  .title {
    color: rgb(255, 255, 255);
    font-weight: 400;
    /* background-color: #21d94f; */
    width: 80%;
    position: absolute;
    left: 20px;
    font-size: 20px;
    top: 15px;
    word-wrap: break-word; /* Ensures long words break onto the next line */
    overflow-wrap: break-word; /* Alternative for wider browser support */
    white-space: normal; /* Allows text to wrap */
    padding: 5px; /* Optional: Adds some spacing for better appearance */
}

  
  .form-title-p {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 33px;
  }
  .form-text-p {
  margin-bottom: 15px;
  font-size: 22px;
  text-align: justify;
  overflow-wrap: break-word;
  word-break: break-all;
}
.work-title {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 24px;
  font-weight:600;
  line-height: 70px;
}

.project-title {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 150;
  line-height: 25px;
}
.project-image {
  border: 4px solid var(--transparent);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.amendments-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 0px 20px 0px 20px ;
  font-size: 21px;
  text-align: justify;
  overflow-wrap: break-word;
  word-break: break-all;
}
.awards {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/back.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 0px;
}
.award-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 52px;
}
.text-block {
  color: var(--white);
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
.awards-wrapper {
  margin-top: 20px;
  display: block;
}


/* home */

  .hero.inner-pages-hero-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-title {
    font-size: 30px;
    text-align: center;
  }
  .team-paragraph {
    font-size: 22px;
    text-align: justify;
    overflow-wrap: break-word;
    word-break: break-all;
  }

  .mission-stack {
    display: flex;
    flex-wrap: wrap; /* Force items to move to next line if needed */
    justify-content: center;
    gap: 10px;
  }

  .mission-column {
    width: 100%; /* Full width to prevent side overflow */
    padding: 20px;
    border: 1px solid #000;
    box-sizing: border-box; /* Prevents padding from increasing size */
    word-wrap: break-word; /* Wraps long words */
    overflow-wrap: break-word; /* Ensures wrapping */
    white-space: normal; /* Prevents text from staying in one long line */
    max-width: 100%; /* Ensures it stays within parent */
  }

  .mission-title {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
  }

  .mission-paragraph {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal; /* Ensures text never overflows */
    width: 100%;
    max-width: 100%; /* Ensures it doesn’t exceed container */
  }

  .service-title.clients-title {
    color: var(--black);
    text-align: left;
    text-shadow: 0 1px 1px #f0f0f0;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .service-title {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
  }
  .process-title {
    font-size: 22px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .tabs-content {
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px;
    height: max-content;
    text-align: justify;
  }
  .tab-paragraph {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    text-align: justify;
    overflow-wrap: break-word;
    word-break: break-all;
  }

  /* feature */
  .features {
    /* background-color: #3898ec;  */
  }
  .feature-stack {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center; /* Align items vertically */
    /* background-color: #21d94f; */
  }
  .feature-text {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
  }
  .main-container-service {
    max-width: 1425px;
    /* background-color: #6d1d71; */
    padding-left: 0px;
    padding-right: 0px;
  }
  .feature-cell-1 {
    /* background-color: #7776ff; */
  }
  .accordion_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space between text and icon */
    width: 100%; /* Ensure it stays within parent */
    white-space: normal; /* Allow text to wrap */
    overflow-wrap: break-word; /* Ensure words break properly */
    word-break: break-word; /* Break words if necessary */
    padding: 10px 10px 10px 0px; /* Add some padding for spacing */
  }

  .accordion-title {
    flex-grow: 1;
    max-width: 85%; /* Prevent overflow */
    height: 50px;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .open-accordion-icon,
  .closed-acordion-icon {
    flex-shrink: 0; /* Prevent icons from resizing */
    /* width: 20px;  */
    /* height: 20px;  */
  }

  /* feature */
  /* serrvice video */
  .inner-pages-hero-service {
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .video-container {
    height: 100%;
    width: 100%;
  }

  .hero-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .stats-and-testimonials {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .stats-and-testimonials-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  /* service video  */
  /* blog */

  .blog {
    padding-top: 10px;
    padding-bottom: 10px;
    /* background-color: #21d94f; */
  }
  .main-container-service-1 {
    /* background-color: #474950; */
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-list {
    /* background-color: #192944; */
    width: 100%;
  }
  .blog-item {
    width: 100%;
    margin-top: 15px;
    /* background-color:#a834f2 ; */
  }
  .blog-list-wrapper {
    /* background-color: #d7e81a; */
  }
  .blog-inner {
    display: flex;
    /* background-color: #2e3db0; */
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, .25); */
    flex-direction: column;
    align-items: center; /* Center content */
    text-align: center; /* Ensure text is centered */
    width: 100%; /* Ensure it takes full width */
    max-width: 100%; /* Prevent any shrinking */
    gap: 15px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2),
      /* Bottom shadow */ 0 -5px 15px rgba(0, 0, 0, 0.2),
      /* Top shadow */ 5px 0 15px rgba(0, 0, 0, 0.2),
      /* Right shadow */ -5px 0 15px rgba(0, 0, 0, 0.2); /* Left shadow */

    box-sizing: border-box; /* Ensures padding doesn't affect width */
  }
  .w-container {
    margin: 0px;
  }

  .blog-image-link {
    width: 100%; /* Make the image take full width */
    display: flex;
    justify-content: center;
  }

  .blog-image {
    width: 100%; /* Ensure image is responsive */
    height: auto;
  }

  .blog-category-and-time,
  .blog-title,
  .read-more {
    border-top: none;
    margin-top: 30px;
    height: auto;
    padding-top: 5px;
    width: 100%; /* Make sure text and button stretch */
    margin-top: 0px; /* Add spacing */
  }
  .blog-title {
    color: var(--black);
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
  .meta-text {
    color: var(--black);
    text-transform: uppercase;
    margin-right: 0px;
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    text-decoration: none;
    display: inline;
  }
  .read-more {
    margin: 10px;
    border-radius: 6px;
    padding: 10px;
  }

  /* blog */
  .header {
    top: 22px;
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
  }

  .logo {
    margin-right: auto;
  }

  .menu-button {
    margin-left: auto;
  }

  .main-menu {
    display: none;
  }

  .contact-link {
    padding: 10px 15px;
    font-size: 14px;
  }

  .herro-image {
    width: 110px;
  }

  .hero.inner-pages-hero-contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .main-container-contact {
    max-width: 100%;
    padding: 0;
    margin: 0px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    /* background-color: #21d94f; */
  }
  .w-container {
    margin: 0px 20px 5px 20px;
  }
  .contact-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;

  }

  .contact-details-stack {
    margin-top: 0;
  }
  .form-cell {
    border: 1px solid #000;
    flex-direction: row;
    height: auto;
    overflow-y: scroll;
    align-items: stretch;
    padding: 30px 18px 20px 18px;
    text-align: justify;
  }
  .form-text {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 24px;
  }

  .hero-big-text {
    font-size: 50px;
  }

  .hero-small-text {
    font-size: 16px;
  }

  .work-title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }
 

  .read-more-text {
    font-size: 16px;
  }

  .project-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .read-more-link {
    width: 100%;
    height: auto;
  }

  .portfolio-text {
    display: block;
  }

  .slash {
    display: none;
  }

  .title-main {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

 

  .award-heading {
    line-height: 40px;
  }

  .text-block {
    width: 100%;
    line-height: 27px;
  }

  .award-line {
    display: none;
  }

  .award-title {
    font-size: 20px;
    line-height: 20px;
  }

  .award-slash {
    margin-top: 0;
  }

  .service-black-item {
    padding: 20px;
  }

  .arrow-white {
    width: 50px;
  }

  .service-white-text {
    font-size: 20px;
  }

  .services-color-item {
    padding: 20px;
  }

  .services-black-text {
    font-size: 20px;
  }

  .arrow-black {
    width: 50px;
  }

  .accordion-paragraph {
    font-size: 14px;
  }

  .accordion-title {
    font-size: 17px;
  }

  .copyright-text {
    font-size: 15px;
  }

  .menu-button {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
  }

  .icon {
    font-size: 20px;
  }

  .sitemap-title {
    font-size: 40px;
    margin-top: 80px;
    line-height: 45px;
  }

  .work-details-title {
    font-size: 30px;
  }

  .author-upper {
    padding: 20px;
    display: block;
  }

  .author-details {
    margin-top: 20px;
    margin-left: 0;
  }

  .author-bio {
    padding: 20px;
  }

  .team-title {
    line-height: 45px;
  }

  .team-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .team-member-container {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    overflow: hidden;
  }

  .member-item {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .member-title {
    font-size: 26px;
    line-height: 24px;
  }

  .arrow-icon {
    margin-right: 10px;
  }

  .stats-text {
    font-size: 20px;
  }

  .tab-content-title {
    font-size: 26px;
    height: 110px;
  }

  .tab-conent-image {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .required-text {
    font-size: 18px;
  }

  .submit-button {
    padding: 20px;
    font-size: 19px;
  }

  .contact-detail-text {
    font-size: 18px;
  }

  .product-name {
    font-size: 40px;
    line-height: 34px;
  }

  .product-price {
    font-size: 20px;
    line-height: 20px;
  }

  .option-list {
    display: block;
  }

  .shop-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-price {
    display: block;
  }

  .shop-price.shop-order {
    margin: 20px 0 10px;
    display: block;
  }

  .block-quote {
    font-size: 30px;
  }

  .style-guide {
    padding-top: 270px;
  }

  .cursor.read-more-link {
    width: 150px;
    height: 150px;
  }

  .cart-button {
    padding: 10px 15px;
  }

  .cart-quantity {
    right: 5px;
  }

  .footer {
    background-color: var(--black);
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.746),
        rgba(0, 0, 0, 0.791)
      ),
      url("../images/back.jpg");
  }
  .footer-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the content */
  }

  .footer-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Adjust spacing between footer sections */
    width: 100%; /* Ensure full width */
  }

  /* Logo and Description in One Row */
  .footer-cell-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px; /* Space between logo and text */
    text-align: left;
    width: 100%;
    justify-content: center;
  }

  .footer-logo {
    margin: 0;
    width: 100px;
  }
  .footer-text-1 {
    margin: 0;
    background-color: #000;
    padding: 15px 10px 15px 10px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
  /* Ensure all footer sections take full width */
  .footer-cell {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .footer-cell-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: none;
    justify-content: center;
    text-align: center;
    width: 90%;
  }

  .footer-text-links,
  .footer-text {
    font-size: 18px;
    flex: 1;
    min-width: 140px;

    border-radius: 6px;
    text-align: center;
  }

  /* Social Links - Centered */
  .social-link-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
  }

  /* Copyright Section */
  .copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    text-align: center;
  }
  .copyright-text {
    background-color: #000;
    padding: 12px;
    border-radius: 6px;
  }
  .back-to-top {
    display: flex;
    justify-content: center;
  }

  .back-to-top img {
    width: 40px;
    height: auto;
  }
}

#w-node-f38d456d-3635-bac4-5eca-3029bb8ed35a-7cd7b80b {
  align-self: end;
}

#w-node-bf97ac0e-f6f9-8dab-c8a1-05ae0ec6e1dd-7cd7b80b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e5c5e245-dac0-6b2c-8e18-4f1b2bce84cf-2bce84cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f383dd11-7cca-511d-f4d5-8144da8dda4d-9bacd122 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-df6583fc-05f3-9b58-a5d3-cbbbd7be00c9-9bacd122,
#w-node-_3aa6b197-111b-68d1-3f98-c18759e92ebb-9bacd122 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cba0bc29-f342-8390-ef2c-4ff8e5bd047a-9bacd122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8e18aae-2b3d-1133-855b-0bb50fcbeb30-9bacd122,
#w-node-_8cc640f9-422c-35c6-c965-4c87db941ea9-9bacd122 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4ecc4112-a3d4-d5ef-66ee-fe8377baa0a4-89473e4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_99cd89f5-f375-29c1-0c47-e2b3d61fede4-89473e4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7208e276-3a67-cd8a-18c5-365e57bdf6a6-89473e4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e75cff23-5b51-0696-c941-dc5ef72a1fab-89473e4d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e80cb42b-656d-0de1-6c4f-f1e06b9d672b-89473e4d,
#w-node-_9e559d37-15f3-9eea-1d4e-ae854fb594bc-7c5a2338,
#w-node-_746f2e8e-f551-3f70-a320-c6c405ac9ba2-c69f07eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_49c6eb3f-46a2-9e51-98bb-2c9ef0781bbb-c69f07eb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f215917-2b75-57b2-6f99-84a720e17d07-c69f07eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1cbcfd64-fc24-ce45-d54c-3f6252331fc9-28ae878f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c06e0d01-eea8-b1f7-828e-6f35c4166e2d-5a86cf4e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c06e0d01-eea8-b1f7-828e-6f35c4166e2e-5a86cf4e,
#w-node-c06e0d01-eea8-b1f7-828e-6f35c4166e30-5a86cf4e,
#w-node-c06e0d01-eea8-b1f7-828e-6f35c4166e32-5a86cf4e,
#w-node-c06e0d01-eea8-b1f7-828e-6f35c4166e34-5a86cf4e,
#w-node-c06e0d01-eea8-b1f7-828e-6f35c4166e36-5a86cf4e,
#w-node-c06e0d01-eea8-b1f7-828e-6f35c4166e38-5a86cf4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bf97ac0e-f6f9-8dab-c8a1-05ae0ec6e1dd-7cd7b80b,
  #w-node-e5c5e245-dac0-6b2c-8e18-4f1b2bce84cf-2bce84cc,
  #w-node-e80cb42b-656d-0de1-6c4f-f1e06b9d672b-89473e4d,
  #w-node-_9e559d37-15f3-9eea-1d4e-ae854fb594bc-7c5a2338,
  #w-node-_746f2e8e-f551-3f70-a320-c6c405ac9ba2-c69f07eb,
  #w-node-_5f215917-2b75-57b2-6f99-84a720e17d07-c69f07eb,
  #w-node-_1cbcfd64-fc24-ce45-d54c-3f6252331fc9-28ae878f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f383dd11-7cca-511d-f4d5-8144da8dda4d-9bacd122,
  #w-node-d8e18aae-2b3d-1133-855b-0bb50fcbeb30-9bacd122,
  #w-node-_8cc640f9-422c-35c6-c965-4c87db941ea9-9bacd122 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e75cff23-5b51-0696-c941-dc5ef72a1fab-89473e4d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49c6eb3f-46a2-9e51-98bb-2c9ef0781bbb-c69f07eb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}
