:root {
  --black: black;
  --default: #dc5f00;
  --transparent: #fff0;
  --white: white;
  --border-color: #292929;
  --grey: #1e1e1e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-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-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: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.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 #00000040;
}

.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;
  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;
  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;
  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;
  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-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;
  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;
  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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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: 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;
  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: .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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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) {
  .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;
    inset: 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;
  }
}

body {
  background-color: var(--black);
  color: #fff;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  line-height: 28px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 0;
  line-height: 26px;
}

blockquote {
  border-left: 5px solid var(--default);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}





/* --- Masterpiece Hero Section v2 Styles --- */

.hero-masterpiece {
    position: relative;
   
    overflow: hidden;
    background-color: #000;
    color: #fff;
    display: flex;

    justify-content: center;
    margin-top: 20px;

/* --- ADD THESE LINES --- */
    width: 100%;
  
    
    /* This makes sure it never gets TALLER than the screen */
    height: 100vh;
   
    
   
}

/* Layer 1: Background Image Slider */
.hero-bg-slider {
    position: absolute;
    top: 0px;
    margin-bottom: 30;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    
}

.hero-bg-slide {
    position: absolute;
    width: 100%;
    height: 100%;
background-size: cover !important;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.1);
}

.hero-bg-slide.active {
    opacity: 1;
    transform: scale(1);
    transition-duration: 10s; /* Creates the slow zoom (Ken Burns) */
}

/* Dark Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* Layer 2: Content Slider */
.hero-content-slider {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 1100px;
    height: 50vh; /* Control the content area size */
    text-align: left;
    margin: 0 auto;
}

.hero-content-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

/* Text Animation wrapper */
.content-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

   text-align: center;   /* <-- This centers the text inside this wrapper */
    
}
.hero-bg-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the area without stretching */
    object-position: center; /* Keeps the focus centered */
}
.content-wrapper > * {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.content-wrapper h1 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1; /* Add this line */
    white-space: nowrap; /* <-- ADD THIS LINE */
}
.hero-content-slide.active .content-wrapper > * {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation delays */
.hero-content-slide.active .content-wrapper h1 { transition-delay: 0.3s; }
.hero-content-slide.active .content-wrapper p { transition-delay: 0.45s; }
.hero-content-slide.active .content-wrapper .slide-button { transition-delay: 0.6s; }


.content-wrapper p {
font-size: 1.2rem;
max-width: 600px;
margin-bottom: 30px;
margin-left: auto;   /* <-- ADD THIS LINE */
margin-right: auto;  /* <-- ADD THIS LINE */
line-height: 1.6;
white-space: nowrap; 
text-align: center;
}
.slide-button {
    display: inline-block;
    padding: 15px 35px;
    background-color: #ff6b6b; /* Example button color */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.slide-button:hover {
    background-color: #ff4747;
}

/* --- Responsive CSS for Mobile Screens --- */
@media (max-width: 768px) {

    /* Make the hero section a bit shorter on mobile */
    .hero-masterpiece {
        height: 90vh; 
    }

    /* Reduce heading font size drastically */
    .content-wrapper h1 {
        font-size: 2.5rem; /* Was 5rem */
        line-height: 1.2;
    }

    /* Reduce paragraph font size */
    .content-wrapper p {
        font-size: 1rem; /* Was 1.2rem */
        max-width: 100%; /* Allow it to use full width */
    }

    /* Make the button slightly smaller */
    .slide-button {
        padding: 12px 28px;
        font-size: 0.9rem;
    }

    /* --- Re-layout the UI Controls for Mobile --- */

    /* Change the main controls container to be a column */
    .hero-controls {
        flex-direction: column;
        left: 20px; /* Add some side padding */
        right: 20px;
        bottom: 30px;
        gap: 20px; /* Space between the stacked items */
    }
    
    /* Center the pagination text */
    .hero-pagination {
        font-size: 1rem;
        order: 2; /* Change display order: arrows -> progress -> pagination */
    }

    /* Make the progress bar take up more width */
    .hero-progress-bar-container {
        width: 80%;
        order: 3;
    }

    /* Move the navigation arrows to span the full width */
    .hero-nav-arrows {
        width: 100%;
        display: flex;
        justify-content: space-between;
        order: 1;
    }

    .hero-nav-arrows button {
        margin: 0;
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
}

/* UI Controls */
.hero-controls {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-pagination {
    font-size: 1.2rem;
    font-weight: 500;
}
.hero-pagination .divider { margin: 0 10px; }

.hero-progress-bar-container {
    width: 25%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}
.hero-progress-bar {
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: width 0.2s linear;
}
.hero-progress-bar.active {
    width: 100%;
    transition-duration: 5s; /* MUST match JS interval time */
}

.hero-nav-arrows button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.hero-nav-arrows button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}


@media (max-width: 768px) {

    /* ... your other mobile styles ... */


    /* Reduce heading font size drastically */
    .content-wrapper h1 {
        font-size: 2.5rem; /* Was 5rem */
        line-height: 1.2;
        
        white-space: normal; /* <-- ADD THIS LINE to allow h1 to wrap */
    }

    /* Reduce paragraph font size */
    .content-wrapper p {
        font-size: 1rem; /* Was 1.2rem */
        max-width: 100%; /* Allow it to use full width */
        
        white-space: normal; /* <-- ADD THIS LINE to allow p to wrap */
    }

    
}


/* --- MASTERPIECE CLIENT SCROLLER DESIGN --- */

.hero-partners {
    padding: 80px 0;
    background-color: #1a1a1a;
    text-align: center;
    overflow: hidden; /* Crucial for clipping the marquee */
    margin-bottom: 80px;
    margin-top: 20px;
    /* Ensure no extra padding or margins are pushing things out here */
}

.clients-title {
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hero-partners-moving {
    display: flex; /* Makes all client cards sit in a single row */
    width: max-content; /* Allows the container to be wider than the screen */
    align-items: center; /* Vertically centers content if cards have different heights */
    animation: scroll 80s linear infinite; /* The continuous scroll animation */
}

.client-card {
    display: flex;
    flex-direction: column; /* Stacks logo above the name */
    align-items: center; /* Centers logo and name horizontally within the card */
    justify-content: center; /* Centers content vertically if card height allows */

    background-color: #111; /* Darker background for the card */
    border: 1px solid var(--border-color, #292929); /* Subtle border */
    border-radius: 12px;
    padding: 30px;

    min-width: 220px; /* Ensures cards have a decent size */
    margin: 0 20px; /* Space between each client card */
    flex-shrink: 0; /* Prevents cards from shrinking */

    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.client-card-logo {
    height: 70px; /* Fixed height for logos */
    max-width: 100%; /* Ensures logos don't overflow their card */
    object-fit: contain; /* Scales images down while maintaining aspect ratio */
    width: auto; /* Allow width to adjust based on aspect ratio */

    /* Premium monochrome effect for logos */
    filter: grayscale(1) brightness(0) invert(1);
    opacity: 0.7;
    transition: filter 0.4s ease, opacity 0.4s ease;
}

.client-card-name {
    color: #999; /* Subtle grey text */
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px; /* Space between logo and name */
    text-align: center;
    white-space: nowrap; /* Prevents long names from wrapping */
    transition: color 0.4s ease;
}

/* --- HOVER EFFECTS --- */
.client-card:hover {
    transform: translateY(-8px); /* Lifts the card */
    border-color: var(--default, #dc5f00); /* Highlight border */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5); /* Subtle shadow */
}

.client-card:hover .client-card-logo {
    filter: none; /* Reverts logo to original color */
    opacity: 1;
}

.client-card:hover .client-card-name {
    color: var(--default, #dc5f00); /* Highlights name text */
}

/* --- ANIMATION PAUSE ON HOVER --- */
.hero-partners:hover .hero-partners-moving {
    animation-play-state: paused; /* Pauses the scroll animation */
}

/* --- KEYFRAME ANIMATION FOR SCROLL --- */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Moves exactly half the total width */
    }
}

/* ==================================================================
   MOBILE-FRIENDLY ADDITIONS
   Paste this new code block at the bottom of your CSS file.
==================================================================
*/

@media (max-width: 768px) {

    .hero-partners {
        /* Reduce top/bottom padding for smaller screens */
        padding: 50px 0;
        margin-bottom: 50px;
        margin-top: 10px;
    }

    .clients-title {
        /* Smaller title for mobile */
        font-size: 1.8rem; /* Approx 28px */
        margin-bottom: 30px;
    }

    .hero-partners-moving {
        /* Speed up animation slightly as the total width is less */
        /* This is optional, but can feel better on mobile */
        animation-duration: 60s; 
    }

    .client-card {
        /* Make cards smaller to fit more on screen */
        min-width: 160px; 
        
        /* Reduce space between cards */
        margin: 0 10px; 
        
        /* Reduce internal padding */
        padding: 25px 20px; 
        border-radius: 10px;
    }

    .client-card-logo {
        /* Reduce logo height to fit smaller card */
        height: 50px; 
    }

    .client-card-name {
        /* Slightly smaller text */
        font-size: 14px; 
        
        /* Reduce space between logo and name */
        margin-top: 15px; 
    }
}






.numbers-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.numbers-section-v2 h2 {

  line-height: 40px;
  margin-top: -50px;
}
.numbers-item {
    position: relative; /* Needed for icon positioning */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Aligns content to the bottom */
    align-items: center;
    padding-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover */
}
/* Hover Effect */
.numbers-item:hover {
    transform: scale(1.05); /* Lifts the box slightly */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); /* Adds a subtle shadow */
}

/* Icon Styling */
.stat-icon {
    font-size: 50px; /* Icon size */
    color: rgba(255, 255, 255, 0.1); /* Make it very subtle */
    position: absolute;
    top: 30px; /* Position it near the top */
    right: 30px;
    transition: color 0.3s ease;
}

.numbers-item:hover .stat-icon {
    color: rgba(255, 255, 255, 0.3); /* Make icon brighter on hover */
}

/* Ensure the text box has a higher z-index to be clickable */
.number-text-box {
    position: relative;
    z-index: 2;
}
.numbers-item.numbers-item-grey {
  background-color: #4a4a4a;
}


/* --- Masterpiece Statistics Section Styles --- */

/* The main container for the section */
.numbers-section-v2 {
    padding: 100px 0;
    background-color: #121212; /* A deep, rich black */
}

/* The grid that holds the cards */
.numbers-grid-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    perspective: 1500px; /* Essential for the 3D effect */
}

/* The Glass Card itself */
.stat-card {
    position: relative;
    padding: 40px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05); /* The semi-transparent glass */
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px); /* The frosted glass effect */
    -webkit-backdrop-filter: blur(10px);
    transform-style: preserve-3d; /* Allows child elements to be transformed in 3D space */
    transition: transform 0.1s ease, box-shadow 0.4s ease;
    text-align: center;
}

/* The colored glow behind the card */
.stat-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    filter: blur(80px); /* Creates the soft glow */
    opacity: 0.4;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: -1;
}

/* Assigning a unique gradient glow to each card */
.stat-card.item-1::before { background: linear-gradient(90deg, #3a8dff, #623aff); }
.stat-card.item-2::before { background: linear-gradient(90deg, #ff3a3a, #ff9f3a); }
.stat-card.item-3::before { background: linear-gradient(90deg, #3affb7, #3a8dff); }
.stat-card.item-4::before { background: linear-gradient(90deg, #ff3ae0, #ff9f3a); }

/* The content inside the card */
.stat-card-content {
    transform: translateZ(40px); /* Lifts the content off the card for a 3D look */
}

/* Improved icon styling */
.stat-icon-v2 {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Styles for the counting number and the label text */
.numbers-section-v2 .number-text-big {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
}
.numbers-section-v2 .number-text-small {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- HOVER EFFECTS --- */
.stat-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
.stat-card:hover::before {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
}



/* ==================================================================
   MOBILE-FRIENDLY ADDITIONS FOR STATISTICS
   Paste this new code block at the bottom of your CSS file.
==================================================================
*/

@media (max-width: 991px) {
    /* --- Styles for the FIRST statistics section --- */
    .numbers-grid {
        /* On tablets, go from 4 columns to 2 columns */
        grid-template-columns: 1fr 1fr;
    }

    /* --- Styles for the SECOND (V2) statistics section --- */
    .numbers-section-v2 {
        /* Reduce padding on the entire section */
        padding: 60px 0;
    }

    .numbers-grid-v2 {
        /* Reduce the gap between cards on tablets */
        gap: 25px;
    }

    .stat-card {
        /* Reduce padding inside the cards */
        padding: 30px;
    }

    .numbers-section-v2 .number-text-big {
        /* Make the big number slightly smaller */
        font-size: 3.5rem;
    }
}


@media (max-width: 479px) {
    /* --- Styles for the FIRST statistics section --- */
    .numbers-grid {
        /* On phones, go from 2 columns to 1 column */
        grid-template-columns: 1fr;
    }

    /* --- Styles for the SECOND (V2) statistics section --- */
    .numbers-section-v2 {
        padding: 50px 0;
    }

    .numbers-grid-v2 {
        /* Use auto-fit with a smaller minimum size for phones */
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .stat-card {
        padding: 25px;
    }

    .stat-icon-v2 {
        /* Reduce icon size */
        font-size: 2.5rem;
    }

    .numbers-section-v2 .number-text-big {
        /* Further reduce the big number for small phones */
        font-size: 3rem;
    }

    .numbers-section-v2 .number-text-small {
        /* Slightly smaller label */
        font-size: 0.9rem;
    }
}




.numbers-item.numbers-item-orange {
  background-color: #dc5f00;
}

.numbers-item.numbers-item-dark {
  background-color: #191919;
}

.numbers-item.numbers-item-grey-light {
  background-color: #939393;
}

.number-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.number-circle.circle-dark {
  background-color: #242424;
}

.number-circle.number-circle-black {
  background-color: #0f0f0f;
}

.number-circle.circle-orange {
  background-color: var(--default);
}

.number-circle.circle-grey {
  background-color: #b7b7b7;
}

.number-text-box {
  margin-top: auto;
}

.number-text-small {
  text-transform: capitalize;
}

.number-text-big {
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 500;
  line-height: 50px;
}

.services-section {
  padding-top: 150px;
}

.main-title {
  border-bottom: 1px solid var(--default);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 80px;
  font-weight: 600;
  line-height: 50px;
}

/* section tight to avoid too much gap under your big heading */
.t-section{ background:var(--bg); color:var(--white); padding:32px 0 24px; }
.t-container{ width:100%; max-width:1400px; margin-inline:auto; padding-inline: clamp(12px, 4vw, 24px); }

.t-head{ margin-bottom:2px; }
.t-title{ margin:0; font-weight:900; font-size: clamp(28px, 5vw, 60px); line-height:1; }
.t-rule{ display:block; height:2px; margin-top:8px; background:linear-gradient(90deg,var(--accent),transparent 70%); }

/* viewport */
.t-viewport{ position:relative; overflow:hidden; margin-top:14px; }

/* slides (only one visible) */
.t-slide{ position:absolute; inset:0; display:none; opacity:0; transform: translateY(10px); }
.t-slide.is-active{
  position:relative; display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));  /* two-up full width */
  gap: 24px;
  animation: tIn .45s ease both;
}
@keyframes tIn{ from{opacity:0; transform:translateY(10px);} to{opacity:1; transform:translateY(0);} }

/* card */
.t-card{
  background: linear-gradient(180deg,var(--card1),var(--card2));
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 24px;
  box-shadow: var(--shadow);
  display:block;
}
.t-card--ghost{ background:transparent; border-color:transparent; box-shadow:none; }

/* head row */
.t-card-head{
  display:flex; align-items:center; gap:12px;
  padding-bottom:12px; margin-bottom:14px;
  border-bottom:1px solid var(--border);
}
.t-quote{
  width:22px; height:22px; display:grid; place-items:center;
  font-size:18px; line-height:1; color:var(--accent);
}
.t-name{
  margin:0; font-size: clamp(18px, 2vw, 22px); font-weight:800; letter-spacing:.2px; color:#fff;
}

/* body */
.t-card-body{
  display:grid; grid-template-columns: 112px 1fr; gap:16px; align-items:start;
}
.t-img{
  width:112px; height:112px; object-fit:cover; border-radius:14px; background:#202020;
  box-shadow: 0 10px 24px rgba(0,0,0,.45);
}
.t-text{ margin:0; color:var(--muted); font-size: clamp(15px,1.5vw,18px); line-height:1.6; }

/* dots only (no prev/next) */
.t-dots{ display:flex; gap:8px; justify-content:center; margin-top:12px; }
.t-dot{
  width:8px; height:8px; border-radius:50%;
  background: rgba(255,255,255,.28); transition: transform .2s ease, background .2s ease;
}
.t-dot.is-active{ background: var(--accent); transform: scale(1.12); }

/* responsive: 1 card stack on small screens */
@media (max-width: 860px){
  .t-slide.is-active{ grid-template-columns: 1fr; }
  .t-card-body{ grid-template-columns: 96px 1fr; }
  .t-img{ width:96px; height:96px; }
}

.shop-link {
  color: #1d1d1d;
  text-decoration: underline;
}

.shop-button {
  color: #f8ff00;
  background-color: #000;
  align-self: flex-end;
  margin-top: auto;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 20px;
}

.cart-quantity {
  color: var(--white);
  background-color: #fff0;
  min-width: auto;
  height: auto;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  position: static;
  inset: 0% 0% auto auto;
}

.main-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}


.hero-section {
  padding-top: 20px;
  padding-bottom: 50px;
}

.hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 150px;
  display: grid;
}

.hero-big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  line-height: 100px;
}

.hero-paragraph {
  margin-bottom: 0;
  font-weight: 300;
}

.hero-projects-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.hero-projects-link-text {
  border-bottom: 1px solid var(--white);
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.hero-proect-link-arrow {
  width: 20px;
  margin-left: 10px;
}

.hero-under-text {
  border-left: 5px solid var(--default);
  text-transform: uppercase;
  margin-top: 100px;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.hero-partners {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.hero-partners.partners-about {
  margin-top: 0;
}

.hero-partners-moving {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.hero-client-logo {
  margin-right: 100px;
}

.numbers-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.numbers-item {
  border-radius: 5px;
  flex-flow: column;
  height: auto;
  min-height: 320px;
  padding: 20px;
  display: flex;
}

.numbers-item.numbers-item-grey {
  background-color: #4a4a4a;
}

.numbers-item.numbers-item-orange {
  background-color: #dc5f00;
}

.numbers-item.numbers-item-dark {
  background-color: #191919;
}

.numbers-item.numbers-item-grey-light {
  background-color: #939393;
}

.number-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.number-circle.circle-dark {
  background-color: #242424;
}

.number-circle.number-circle-black {
  background-color: #0f0f0f;
}

.number-circle.circle-orange {
  background-color: var(--default);
}

.number-circle.circle-grey {
  background-color: #b7b7b7;
}

.number-text-box {
  margin-top: auto;
}

.number-text-small {
  text-transform: capitalize;
}

.number-text-big {
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 500;
  line-height: 50px;
}

.services-section {
  padding-top: 150px;
}


/* ======================================================
   FIX FOR PORTFOLIO TITLE (h2) and ALL PROJECTS (a) OVERLAP
   Replace your old .main-title-box, .main-title, 
   and .all-projects rules with these.
========================================================= */

.main-title-box {
    position: relative;
    display: flex;                 /* 1. Use flexbox to align children */
    justify-content: space-between; /* 2. Pushes title (left) and link (right) apart */
    align-items: baseline;          /* 3. Aligns them by their text baseline */
    
    /* 4. Moved these from .main-title to the parent */
    border-bottom: 1px solid var(--default);
    margin-bottom: 50px;
}

.main-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; /* Remove margin, parent handles it */
    font-size: 80px;
    font-weight: 600;
    line-height: 50px; /* Note: 50px is very short for 80px font */
}

.all-projects {
    /* 5. Removed all 'position: absolute' properties */
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none; /* Added for good practice */
    flex-shrink: 0; /* Prevents the link from shrinking on small screens */
    transition: color 0.3s ease;
}

.all-projects:hover {
    color: var(--default); /* Added a hover effect */
}

.main-title {
  border-bottom: 1px solid var(--default);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 80px;
  font-weight: 600;
  line-height: 50px;
}

.services-item {
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-nunmber {
  border: 1px solid var(--border-color);
  background-color: #191919;
  border-radius: 4px;
  padding: 7px;
  display: inline-block;
}

.service-text {
  text-transform: uppercase;
  flex: none;
  margin-left: 15px;
  font-size: 40px;
  font-weight: 200;
  line-height: 30px;
}

.service-img {
  border-radius: 10px;
  flex: none;
  width: 600px;
  margin-left: auto;
}

.who-we-are-section {
  padding-top: 150px;
}

.who-we-are-section.wo-we-are-about {
  padding-top: 100px;
}

.mission-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.mission-title.mission-title-right {
  justify-content: flex-end;
  align-items: center;
}

.mission-plus {
  flex: 0 auto;
  width: 70px;
}

.mission-heading {
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.mission-heading.mission-heading-right {
  text-align: right;
  margin-left: 0;
  margin-right: 30px;
}

.mission-content {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.mission-text-box {
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.mission-paragraph {
  margin-bottom: 100px;
  font-size: 22px;
  line-height: 28px;
}

.mission-paragraph.mission-paragraph-right {
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 20px;
}

.mission-orange-box {
  border: 1px solid var(--default);
  background-color: var(--default);
  border-radius: 5px;
  align-self: flex-start;
  width: 30px;
  height: 30px;
}

.mission-orange-box.mission-transparent {
  background-color: var(--transparent);
  margin-top: 20px;
  margin-left: 20px;
}

.mission-img {
  border-radius: 10px;
  flex: 0 auto;
  width: 240px;
  margin-left: 40px;
}

.mission-img.mission-img-right {
  margin-left: 0;
}

.work-section {
  padding-top: 150px;
}

.work-section.work-page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-title-box {
  position: relative;
}

.all-projects {
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 0;
}

.work-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-item {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.work-img {
  width: 100%;
}

.heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.work-category {
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
}






.testimonials-section {
  padding-top: 150px;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trstimonials-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
}

.trstimonials-item:hover {
  background-color: var(--transparent);
}

.testimonial-item-box {
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
  display: flex;
}

.testimonials-quote {
  width: 20px;
}

.testimonial-heading {
  text-transform: capitalize;
  margin: 0 0 0 20px;
  font-size: 28px;
  font-weight: 200;
  line-height: 26px;
}

.testimonials-img-txt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-img {
  background-color: #191919;
  border-radius: 10px;
  width: 140px;
  padding-top: 10px;
}

.testimonials-txt {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 22px;
  line-height: 24px;
}





.blog-section {
  padding-top: 150px;
}

.blog-list-wrapper {
  margin-top: 50px;
}

.blog-list-wrapper.blog-list-page {
  margin-top: 0;
}

.blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-arrow {
  background-color: #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.blog-left {
  border: 1px none var(--border-color);
  border-radius: 10px;
  flex: 1;
  padding: 0;
}

.blog-author {
  object-fit: cover;
  border: 3px solid #333;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.link-to-single {
  margin-left: auto;
}

.blog-image {
  border-radius: 5px;
  width: 390px;
  margin-left: auto;
}

.blog-item {
  border: 1px solid var(--border-color);
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.blog-category {
  border: 1px solid var(--border-color);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.blog-heading {
  color: var(--white);
  text-transform: uppercase;
  width: 80%;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}

.blog-author-and-arrow {
  border-top: 1px solid var(--border-color);
  width: 20%;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.blog-arrow-icon {
  width: 25px;
}

.footer {
  margin-top: 50px;
}

.phone-link {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Clashdisplay, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.copyright-text {
  color: #fff;
}

.socials {
  justify-content: center;
  display: flex;
}

.inner-footer {
  border-style: solid;
  border-width: 1px 1px 15px;
  border-color: var(--border-color);
  text-align: center;
  border-radius: 5px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.copyright {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.backtotop {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  display: flex;
}

.mail-link {
  color: #fff;
  text-align: center;
  font-size: 36px;
  text-decoration: none;
  display: inline-block;
}

.social-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-link.last-social {
  margin-right: 0;
}

.social-text {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
}

.social-arrow {
  width: 15px;
  margin-left: 10px;
}

.right-copyright {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license {
  color: var(--white);
  text-transform: capitalize;
  margin-right: 20px;
  text-decoration: none;
}

.sitemap {
  margin-top: 20px;
}

.inner-sitemap {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.sitemap-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 200;
  line-height: 60px;
}

.stemap-text {
  border: 1px solid var(--border-color);
  background-color: #000000b3;
  border-radius: 5px;
  margin-left: 20px;
  padding: 10px;
}

.clients-section, .team-section {
  padding-top: 150px;
}

.team-scials {
  position: absolute;
  inset: 10px 10px auto auto;
}

.social-link-2 {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  display: flex;
}

.team-job {
  font-size: 16px;
  line-height: 20px;
}

.team-image-wrapp {
  border: 1px solid var(--border-color);
  background-color: var(--black);
  color: #1d1d1d;
  text-align: center;
  border-radius: 5px;
  padding: 60px 20px 0;
  position: relative;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-image {
  width: 20px;
}

.team-img {
  object-fit: cover;
  width: auto;
  height: 247px;
}

.team-heading {
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.team-details {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.contact-text {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
}

.social-arrow-2 {
  width: 16px;
  margin-left: auto;
}

.input-style {
  border: 1px solid var(--border-color);
  color: #fff;
  background-color: #fff0;
  border-radius: 5px;
  flex: 1;
  align-self: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding: 25px 20px 20px;
  line-height: 20px;
}

.input-style:active {
  color: #fff;
}

.input-style:focus {
  color: #fff;
  background-color: #fff0;
  font-size: 20px;
  font-weight: 400;
}

.input-style:focus-visible {
  color: #fff;
  font-weight: 400;
}

.input-style[data-wf-focus-visible] {
  color: #fff;
  font-weight: 400;
}

.input-style::placeholder {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.input-style:lang(en) {
  color: #fff;
  font-weight: 400;
}

.input-style.textarea {
  min-height: auto;
  padding-bottom: 100px;
}

.form-stack {
  grid-row-gap: 20px;
  padding: 0;
}

.contact-stack {
  margin-top: 0;
  padding: 0;
}

.comtact-main-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
}

.comtact-main-title.contact-title-with-border {
  text-transform: capitalize;
  border-bottom: 1px #fff;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.social-item {
  color: #fff;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-text-2 {
  text-transform: capitalize;
  margin-right: 10px;
  line-height: 20px;
  text-decoration: underline;
}

.contact-link {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.contact-link.contact-last-link {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.contact-location {
  width: 100%;
  margin-bottom: 30px;
}

.footer-socials {
  align-self: stretch;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.footer-socials.contact-socials {
  margin-top: 0;
}

.submit-button {
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #dc5f00;
  border: 1px solid #242424;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.success-message {
  background-color: #fff0;
  border: 1px solid #272727;
}

.single-cell {
  align-items: stretch;
}

.contact-form-block {
  border: 5px #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.error-message {
  background-color: #c4ecce;
}

.product-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.prod-description-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}

.single-prod-right {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 50px;
}

.prod-description {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.quantity {
  float: left;
  border-color: var(--border-color);
  background-color: #000;
  border-radius: 0;
  height: 43px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-prod-title {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 400;
}

.refund-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.option-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.single-prod-left {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 50px;
}

.select-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #303030;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.refund-div {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  margin-top: 20px;
  padding: 40px;
}

.buy-now-button {
  display: none;
}

.single-prod-price {
  line-height: 21px;
}

.add-to-cart-button {
  background-color: var(--white);
  color: #000;
  margin-top: 20px;
  margin-left: 20px;
}

.single-prod-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  margin-bottom: 0;
}

.shop-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.shop-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-item {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: all .2s;
}

.shop-item:hover {
  border-color: var(--default);
}

.shop-image-wrapper {
  padding: 20px 40px;
  display: block;
}

.shop-image-image {
  width: 100%;
}

.shop-text-wrapp {
  text-align: center;
  background-color: #181818;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 30px;
}

.shop-prod-title {
  border-bottom: 1px solid var(--border-color);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.default-button {
  color: #000;
  text-transform: uppercase;
  background-color: #c4ef17;
  border: 1px solid #c4ef17;
  padding: 17px 23px;
  font-weight: 600;
  transition: all .2s;
}

.default-button:hover {
  color: #c4ef17;
  background-color: #000;
}

.default-button.order-button {
  border-color: var(--border-color);
  background-color: var(--white);
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.default-button.order-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.sigle-work-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-work-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-main-work-img {
  margin-bottom: 20px;
}

.single-main-title-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 200;
  line-height: 40px;
}

.single-left-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-left-item {
  border-left: 1px solid var(--white);
  padding-left: 20px;
}

.single-detail-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
}

.single-details-text {
  font-size: 18px;
}

.button {
  border: 1px solid var(--default);
  background-color: var(--transparent);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 50px;
  padding: 10px 40px;
}

.single-post-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-author-and-category {
  margin-bottom: 20px;
}

.single-post-text-cell {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 30px;
}

.single-post-img {
  mix-blend-mode: normal;
  border-radius: 0;
  position: static;
  top: 10px;
}

.single-blog-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  position: static;
}

.blog-category-2 {
  color: #19191a;
  border: 1px solid #0003;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.blog-category-2.single-category {
  border-color: var(--default);
  color: #fff;
  border-radius: 0;
  margin-left: 0;
}

.signel-post-image-cell {
  background-color: #fff0;
  border-radius: 0;
}

.single-img-wrapper {
  position: sticky;
  top: 10px;
}

.single-stack {
  padding: 0;
}

.single-upper {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 30px 30px 40px;
}

.blog-page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pages-body {
  cursor: auto;
}

.checkout {
  color: var(--black);
  margin-top: 40px;
}

.checkout-button {
  background-color: var(--default);
  border-style: solid;
  border-color: #000;
}

.utility-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.utility-h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item.last-list-item {
  margin-bottom: 0;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

.style-guide {
  margin-top: 0;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.block-quote {
  border-left-color: var(--default);
}

.quick-stack-2 {
  padding: 0;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
}

.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: 600;
}

.sample-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.ordered-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

._30mb-space {
  border-bottom: 1px solid #272727;
  height: 30px;
  margin-bottom: 30px;
}

.list-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.sample-link-2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.utility-p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.utility-p.change-paragrap {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.cart-wrapper {
  color: var(--black);
}

.close-button {
  cursor: pointer;
}

.delete-me {
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(#55bdbe, #3da9af);
  border: 1px solid #7acfd8;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 2px 5px #00000017;
}

.delete-me:hover {
  box-shadow: 0 2px 20px 5px #0000000d;
}

.delete-me.more-template {
  z-index: 5555;
  background-image: linear-gradient(180deg, var(--default), #6d2f00);
  text-transform: uppercase;
  border-style: none;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: fixed;
  inset: auto 20px 10px auto;
}

@media screen and (min-width: 1440px) {
  .menu-item {
    padding: 10px 0;
    font-size: 20px;
  }

  .menu-item.w--current {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
  }

  .header-inner {
    justify-content: flex-end;
    display: flex;
  }

  .main-menu {
    flex: none;
    align-self: center;
    margin-left: auto;
  }

  .main-container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  
  .hero-big-text {
    font-size: 201px;
  }

  .hero-under-text {
    font-size: 39px;
  }

  .hero-partners {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--border-color);
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .service-img {
    width: 770px;
  }

  .mission-paragraph {
    margin-top: 20px;
    margin-bottom: 130px;
    margin-left: 20px;
  }

  .mission-paragraph.mission-paragraph-right {
    margin-top: 130px;
    margin-bottom: 20px;
  }

  .mission-orange-box {
    border: 1px solid var(--default);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .mission-orange-box.mission-transparent {
    background-color: var(--transparent);
    align-self: flex-start;
  }

  .mission-img {
    object-fit: cover;
    border-radius: 10px;
    align-self: stretch;
    margin-left: 20px;
  }

  .mission-img.mission-img-right {
    margin-left: 0;
    margin-right: 20px;
  }

  .blog-image {
    width: 420px;
  }

  .blog-heading {
    font-size: 50px;
    line-height: 55px;
  }

  .contact-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .single-left-item {
    padding-left: 40px;
  }

  .single-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-item {
    padding: 10px 0;
  }

  .menu-item.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container {
    max-width: 1700px;
  }
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
  }

  .menu-item {
    color: var(--white);
    font-weight: 300;
  }

  .menu-item.w--current {
    color: var(--default);
    border-bottom-style: none;
  }

  .cart-button {
    justify-content: center;
    width: auto;
    height: auto;
    padding: 15px;
  }

  .main-menu {
    border: 1px solid var(--white);
    background-color: #000;
    border-radius: 0;
    padding: 20px;
  }

  .icon {
    color: var(--white);
    font-size: 33px;
  }

  .shop-button {
    color: var(--white);
    align-self: flex-start;
    margin-top: 25px;
  }

  .menu-button {
    border: 1px solid var(--white);
    flex: 0 auto;
    order: 1;
    margin-left: 20px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .hero-section {
    background-position: 50% 100%;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-under-text {
    margin-top: 60px;
  }

  .numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-item {
    display: block;
  }

  .service-text {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .service-img {
    flex: 0 auto;
    order: 0;
    margin-left: 0;
    display: block;
  }

  .mission-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .blog-left {
    flex: 1;
  }

  .blog-image {
    width: 300px;
  }

  .blog-heading {
    width: 100%;
  }

  .blog-author-and-arrow {
    width: 50%;
  }

  .socials {
    display: flex;
  }

  .team-image-wrapp {
    padding: 60px 60px 0;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .single-prod-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .shop-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .single-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cart-wrapper {
    color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 150px;
  }

  .menu-button {
    margin-left: 10px;
  }

  .service-img {
    width: 100%;
  }

  .work-list {
    grid-template-columns: 1fr;
  }

  .blog-left {
    margin-bottom: 20px;
  }

  .blog-image {
    width: 100%;
  }

  .blog-item {
    margin-bottom: 0;
    display: block;
  }

  .blog-heading, .blog-author-and-arrow {
    width: 100%;
  }

  .phone-link {
    font-size: 50px;
    line-height: 50px;
  }

  .socials {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .copyright {
    display: block;
  }

  .social-link {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .right-copyright {
    justify-content: space-between;
    margin-top: 20px;
  }

  .inner-sitemap {
    display: block;
  }

  .sitemap-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 50px;
  }

  .stemap-text {
    margin-left: 0;
  }

  .contact-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 60px;
  }

  .footer-socials {
    margin-top: 40px;
  }

  .single-prod-grid, .shop-list {
    grid-template-columns: 1fr;
  }

  .single-work-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .single-left-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .single-left-item {
    border-bottom: 1px solid var(--white);
    border-left-style: none;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    width: 120px;
  }

  .header-right-side {
    margin-top: 0;
  }

  .cart-button {
    padding: 8px;
  }

  .header-inner {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-big-text {
    font-size: 60px;
    line-height: 40px;
  }

  .hero-under-text {
    font-size: 26px;
    line-height: 35px;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .main-title {
    font-size: 30px;
    line-height: 19px;
  }

  .mission-content {
    display: block;
  }

  .mission-paragraph {
    margin-bottom: 20px;
  }

  .mission-paragraph.mission-paragraph-right {
    margin: 10px 0 0;
  }

  .mission-orange-box.mission-transparent {
    margin-left: 0;
  }

  .mission-img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .all-projects {
    top: 0;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .testimonials-img-txt {
    display: block;
  }

  .testimonial-img {
    width: 100%;
  }

  .testimonials-txt {
    margin-left: 0;
    padding-top: 20px;
  }

  .phone-link {
    font-size: 34px;
    line-height: 40px;
  }

  .copyright-text {
    padding-right: 20px;
  }

  .inner-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .backtotop {
    flex: none;
    width: 60px;
    height: 60px;
  }

  .mail-link {
    font-size: 28px;
  }

  .inner-sitemap {
    padding: 20px;
  }

  .sitemap-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .team-image-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-img {
    width: auto;
  }

  .social-item {
    margin-bottom: 15px;
  }

  .contact-location {
    width: 80%;
  }

  .footer-socials {
    margin-top: 30px;
    display: block;
  }

  .submit-button {
    float: none;
    background-image: none;
    margin-top: 10px;
    padding: 20px 60px;
    font-size: 19px;
  }

  .quantity {
    float: none;
  }

  .option-list {
    grid-template-columns: 1fr;
  }

  .select-field {
    color: #fff;
  }

  .add-to-cart-button {
    margin-left: 0;
  }

  .single-post-text-cell {
    padding: 20px;
  }

  .single-blog-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .delete-me {
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
  }
}

#darkyn21 {
  align-self: end;
}

#w-node-_300d1045-815b-d871-744a-2aa00050ca14-3c872027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#darkyn42, #darkyn36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#darkyn30 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#darkyn35 {
  grid-column: span 2 / span 2;
}

#w-node-_08bc5feb-2130-9b76-71de-0ef14c34c536-affb563a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_08bc5feb-2130-9b76-71de-0ef14c34c537-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c539-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53b-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53d-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53f-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c541-affb563a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #darkyn18 {
    order: 9999;
  }

  #darkyn42 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #darkyn36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #darkyn30 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #darkyn31, #darkyn32, #darkyn33, #darkyn34 {
    grid-column: span 2 / span 2;
  }

  #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c536-affb563a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}












































        /* --- ALL OF YOUR CSS FROM THE CANVAS IS PASTED BELOW --- */
        
        :root {
          /* --- Theme Variables: Edit these to restyle! --- */
          --accent-color: #FF7E00;
          --card-bg: #1a1a1a;
          --card-bg-hover: #2a2a2a;
          --card-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          --card-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.6);
          --transition-main: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          --transition-slow: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          --transition-fast: 0.3s ease;
          --transition-ease-out: 0.4s ease-out;
        }
        
        
        /* --- SERVICES SECTION: PREMIUM REDISIGN (FINAL POLISH) --- */
        
        .services-wrapp {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            align-items: stretch;
        }
        
        .services-item-link {
            display: flex; /* Use flex to make the child fill the height */
            text-decoration: none;
            color: inherit;
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            background-color: var(--card-bg);
            transition: all var(--transition-main);
            box-shadow: var(--card-shadow);
        }
        
        /* Subtle "press" effect for touch devices */
        .services-item-link:active {
            transform: translateY(2px);
            box-shadow: var(--card-shadow);
        }
        
        .services-item {
            position: relative;
            width: 100%;
            min-height: 350px;
            overflow: hidden;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end; /* Push content to bottom */
            padding: 20px;
            flex-grow: 1; /* Allows the item to grow and fill the link container */
        }
        
        .service-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; /* CRITICAL: Ensures video covers the area without distortion */
            z-index: 0;
            filter: brightness(0.6) grayscale(100%);
            transition: filter var(--transition-slow), transform var(--transition-slow);
        }
        
        .service-gradient-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 35%, rgba(0,0,0,0) 75%);
            transition: background 0.6s ease;
        }
        
        .service-content {
            position: relative;
            z-index: 2;
            color: white;
            text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
            transition: opacity var(--transition-main), transform var(--transition-main);
        }
        
        .service-nunmber {
            font-size: 1.1em;
            font-weight: 600;
            margin-bottom: 5px;
            color: var(--accent-color);
            opacity: 0.8;
        }
        
        .service-text {
            font-size: 1.8em; /* Adjusted font-size for better fit */
            font-weight: 800;
            line-height: 1.2; /* Adjusted line-height */
            text-transform: uppercase;
            position: relative;
            margin-bottom: 15px;
            word-wrap: break-word;
        }
        
        /* Animated Underline */
        .service-text::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 0%;
            height: 3px;
            background-color: var(--accent-color);
            transition: width var(--transition-ease-out);
        }
        
        /* Service Info on Hover */
        .service-info-hover {
            position: absolute;
            bottom: 20px; /* Adjusted to match new padding */
            left: 20px;
            z-index: 3;
            display: flex;
            align-items: center;
            color: var(--accent-color);
            opacity: 0;
            /* Start 15px down */
            transform: translateY(15px);
            transition: opacity var(--transition-main), transform var(--transition-main);
        }
        
        .info-hover-text, .info-hover-icon {
            font-size: 1.1em;
            font-weight: 700;
        }
        
        .info-hover-text {
            margin-right: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .info-hover-icon {
            transition: transform var(--transition-fast);
        }
        
        
        /* --- HOVER EFFECTS (FOR MOUSE USERS ONLY) --- */
        /* This block will be ignored by touch-only devices */
        @media (hover: hover) {
            .services-item-link:hover {
                transform: translateY(-8px);
                box-shadow: var(--card-shadow-hover);
                background-color: var(--card-bg-hover);
            }
        
            .services-item-link:hover .service-img {
                filter: brightness(1) grayscale(0%);
                transform: scale(1.05);
            }
        
            .services-item-link:hover .service-gradient-overlay {
                background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0) 70%);
            }
        
            .services-item-link:hover .service-text::after {
                width: 100%;
            }
        
            .services-item-link:hover .service-info-hover {
                opacity: 1;
                transform: translateY(0); /* Move up to original position */
                transition-delay: 0.2s; /* Let this fade in slightly after the rest */
            }
        
            .services-item-link:hover .info-hover-icon {
                transform: translateX(5px);
            }
        }
        
        
        /* --- RESPONSIVE ADJUSTMENTS --- */
        @media screen and (max-width: 991px) {
            .services-item {
                min-height: 320px;
                padding: 20px;
            }
            .service-text {
                font-size: 1.7em;
            }
        }
        
        @media screen and (max-width: 767px) {
            .services-wrapp {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            .services-item {
                min-height: 280px; /* Use min-height here too */
            }
            .service-text {
                font-size: 1.6em;
            }
        }







/* This CSS provides the same hover effect as the Tailwind utility classes 
  in the portfolio.html file.
*/

/* 1. Base styling for the portfolio item link.
  The 'group' class from Tailwind is represented by the .work-item selector.
*/
.work-item {
  display: block;
  background-color: #1f1f1f; /* Corresponds to 'bg-sky-dark-light' */
  border-radius: 0.5rem;      /* Corresponds to 'rounded-lg' */
  overflow: hidden;         /* Corresponds to 'overflow-hidden' */
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); /* Corresponds to 'shadow-lg' */
  
  /* Corresponds to 'transition-all duration-300 ease-in-out'
    This smooths the "lift" and "shadow" animations.
  */
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* 2. The hover effect for the card (lift and shadow).
  This is triggered by hovering over the .work-item itself.
*/
.work-item:hover {
  /* Lifts the card up. 
    Corresponds to 'hover:-translate-y-2'
  */
  transform: translateY(-0.5rem);
  
  /* Increases the shadow for a "premium" feel.
    Corresponds to 'hover:shadow-2xl'
  */
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

/* 3. Wrapper to clip the scaling image.
  Corresponds to the 'overflow-hidden' on .work-img-wrapp
*/
.work-img-wrapp {
  overflow: hidden;
}

/* 4. Base styling for the image.
*/
.work-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  
  /* Smooths the "scale" animation.
    Corresponds to 'transition-transform duration-500 ease-in-out'
  */
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* 5. The hover effect for the image (a smoother, more professional scale and slight rotation).
  This is triggered when the parent .work-item is hovered,
  which is what Tailwind's 'group-hover' does.
*/
.work-item:hover .work-img {
  /* A more subtle scale (1.05 instead of 1.1) and a slight 1-degree rotation
     gives a more dynamic and professional feel.
  */
  transform: scale(1.05) rotate(1deg);
}

































/* --- Animated Scroll Down Text Circle (Revised for Positioning & Color) --- */

.scroll-down-circle-container {
    /* REMOVED absolute positioning, now uses margin for spacing */
    position: relative; 
    margin-top: -75px; /* Pull it up to overlap the hero slightly */
    margin-bottom: 50px; /* Space between the circle and the next section */
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Adding a subtle background to give it more presence */
    background-color: rgba(0, 0, 0, 0.4); 
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.rotating-text-svg {
    width: 100%;
    height: 100%;
    animation: spin 20s linear infinite;
    transition: animation-play-state 0.3s ease;
}

/* IMPORTANT: Style the SVG text directly using its path ID */
.rotating-text-svg text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    fill: #ffffff; /* --- FIXED: Text color to WHITE --- */
}

/* The invisible circular path (no need to style) */
#circle-path {
    fill: none;
    stroke: none;
}

/* The arrow icon in the center */
.scroll-arrow {
    position: absolute;
    color: #FF7E00; /* Orange brand color */
    font-size: 28px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --- Keyframes for the Spinning Animation --- */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* --- Premium Hover Effects --- */
.scroll-down-circle-container:hover .rotating-text-svg {
    animation-play-state: paused;
}

.scroll-down-circle-container:hover .scroll-arrow {
    transform: translateY(8px);
}

/* --- Mobile Responsiveness --- */
@media screen and (max-width: 767px) {
    .scroll-down-circle-container {
        width: 120px;
        height: 120px;
        margin-top: -60px; /* Adjust overlap for mobile */
        margin-bottom: 30px; /* Adjust spacing for mobile */
    }

    .rotating-text-svg text { /* Targeting text for mobile */
        font-size: 12px;
        letter-spacing: 2px;
    }

    .scroll-arrow {
        font-size: 24px;
    }
}






/* This is the main container for your two columns.
  'display: flex' is the key instruction that tells the 
  image and text boxes to sit side-by-side.
*/
#darkyn42 {
  display: flex; /* This is the most important line! */
  align-items: flex-start; /* Aligns items to the top */
  gap: 40px; /* Adjust this to control the space between the columns */
}

/* This targets the first column (the image).
  'flex: 1' tells it to take up available space.
  We can give it a specific width if needed.
*/
.signel-post-image-cell {
  flex: 1; /* This makes the column flexible */
  min-width: 50%; /* Prevents it from getting too small */
}

/*
  This targets the second column (the text).
  It will also take up available space.
*/
.single-post-text-cell {
  flex: 1;
  min-width: 45%;
}

        /* --- Our Values Section --- */
        .values-section {
            padding-top: 80px;
            padding-bottom: 80px;
            border-bottom: 1px solid #222;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 60px;
        }

        .value-item {
            padding: 30px;
            border: 1px solid #222;
            border-radius: 10px;
            background-color: #111;
            transition: all 0.3s ease;
        }

        .value-item:hover {
            transform: translateY(-10px);
            border-color: #f37b21; /* Accent color from template */
        }

        .value-icon {
            font-size: 2.5rem;
            color: #f37b21;
            margin-bottom: 20px;
        }

        .value-item h4 {
            font-size: 1.4rem;
            margin-bottom: 10px;
            color: #fff;
        }

        .value-item p {
            font-size: 0.9rem;
            color: #aaa;
            line-height: 1.6;
        }

        /* --- Our Process Section --- */
        .process-section {
            padding-top: 80px;
            padding-bottom: 80px;
            background-color: #0c0c0c;
        }

        .process-timeline {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 60px;
        }

        .process-step {
            padding: 30px;
            border: 1px solid #222;
            border-radius: 10px;
            position: relative;
        }

        .process-number {
            font-size: 1.5rem;
            font-weight: 700;
            color: #f37b21;
            margin-bottom: 15px;
        }

        .process-step h4 {
            font-size: 1.3rem;
            margin-bottom: 10px;
            color: #fff;
        }

        .process-step p {
            font-size: 0.9rem;
            color: #aaa;
            line-height: 1.6;
        }

        /* --- Call to Action Section --- */
        .cta-section {
            padding: 100px 30px;
            text-align: center;
            background-color: #111;
            border-top: 1px solid #222;
        }

        .cta-heading {
            font-size: 2.5rem;
            color: #fff;
            margin-bottom: 15px;
        }

        .cta-subheading {
            font-size: 1.1rem;
            color: #aaa;
            max-width: 600px;
            margin: 0 auto 30px auto;
        }

        .cta-button-wrap {
            display: flex;
            justify-content: center;
            gap: 20px;
        }

        .cta-button {
            padding: 15px 30px;
            border-radius: 5px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .cta-button.primary {
            background-color: #f37b21;
            color: #0c0c0c;
        }

        .cta-button.primary:hover {
            background-color: #fff;
        }

        .cta-button.secondary {
            background-color: transparent;
            color: #fff;
            border: 1px solid #444;
        }

        .cta-button.secondary:hover {
            background-color: #fff;
            color: #0c0c0c;
            border-color: #fff;
        }
        
        /* --- Responsive Tweaks --- */
        @media (max-width: 991px) {
            .values-grid, .process-timeline {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 767px) {
            .values-grid, .process-timeline {
                grid-template-columns: 1fr;
            }
            .cta-heading {
                font-size: 2rem;
            }
        }









        /* =====================================================
   SKY MEDIA KE — ABOUT PAGE FINAL COMPACT & ENHANCED
   Increased font sizes, fixed FAQ alignment, all hovers
   NO change to site backgrounds or core design
===================================================== */

/* ==== Global === */
section {
  position: relative;
  padding: 65px 0 70px;
}
.main-title {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 800;
  letter-spacing: 0.6px;
}
.lead {
  font-size: 19px;
  line-height: 1.7;
  opacity: 0.95;
}

/* ==== Story Section ==== */
.story-section .story-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 35px;
}
.story-section img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  object-fit: cover;
  transition: .35s ease;
}
.story-section img:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(255,106,0,0.25);
}
@media(max-width: 900px){
  .story-section .story-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* ==== Process Section ==== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.process-step {
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 26px;
  transition: .3s ease;
}
.process-step:hover {
  transform: translateY(-5px);
  border-color: #ff6a00;
  box-shadow: 0 0 22px rgba(255,106,0,0.25);
  background: rgba(255,255,255,0.03);
}
.process-step i {
  color: #ff6a00;
  font-size: 28px;
  margin-bottom: 12px;
}
.process-step h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 6px;
}
.process-step p {
  font-size: 17px;
  line-height: 1.6;
}

/* ==== Engagement Section ==== */
.engage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.engage-card {
  background: #121212;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 26px;
  transition: .3s ease;
}
.engage-card:hover {
  transform: translateY(-6px);
  border-color: #ff6a00;
  box-shadow: 0 0 25px rgba(255,106,0,.25);
}
.engage-card i {
  color: #ff6a00;
  font-size: 28px;
  margin-bottom: 10px;
}
.engage-card h4 {
  font-size: 19px;
  margin-bottom: 6px;
}
.engage-card p {
  font-size: 17px;
  line-height: 1.6;
}

/* ==== Principles ==== */
.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.pill {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 14px 20px;
  background: rgba(255,255,255,0.03);
  color: #f5f5f5;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .3s ease;
  font-size: 16px;
}
.pill i {
  color: #ff6a00;
  font-size: 18px;
}
.pill:hover {
  background: rgba(255,106,0,0.12);
  border-color: #ff6a00;
  transform: translateY(-3px);
}

/* ==== Awards ==== */
.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.award-item {
  background: #101010;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all .3s ease;
}
.award-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: .4s ease;
}
.award-item:hover img {
  transform: scale(1.05);
}
.award-item:hover {
  border-color: #ff6a00;
  box-shadow: 0 0 25px rgba(255,106,0,.25);
}
.award-caption {
  text-align: center;
  padding: 14px 10px;
  font-weight: 600;
  font-size: 17px;
}

/* ==== Hire Us ==== */
.hire-wrap {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 28px;
}
.hire h2 {
  font-size: 40px;
  margin-bottom: 12px;
}
.hire p {
  font-size: 18px;
  line-height: 1.6;
}
.hire-checks {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 6px;
}
.check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f5f5f5;
  font-size: 17px;
  transition: .3s ease;
}
.check i {
  color: #ff6a00;
  margin-top: 3px;
}
.check:hover {
  transform: translateX(6px);
  color: #ff6a00;
}
.hire-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 24px;
  transition: .3s ease;
}
.hire-card:hover {
  border-color: #ff6a00;
  box-shadow: 0 0 20px rgba(255,106,0,0.25);
}
.badge {
  display: inline-block;
  border: 1px solid #ff6a00;
  color: #ff6a00;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 6px;
  transition: .3s ease;
}
.badge:hover {
  background: #ff6a00;
  color: #000;
}

/* Buttons */
.btn-orange,
.btn-ghost {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  transition: .3s ease;
  font-size: 15px;
  text-align: center;
}
.btn-orange {
  background: #ff6a00;
  color: #000;
  border: 2px solid #ff6a00;
}
.btn-orange:hover {
  background: transparent;
  color: #ff6a00;
}
.btn-ghost {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.btn-ghost:hover {
  background: #fff;
  color: #000;
}

/* ==== FAQ Section ==== */
.faq-wrap {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  overflow: hidden;
}
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: all .3s ease;
}
.faq-button {
  width: 100%;
  background: transparent;
  border: none;
  color: #f5f5f5;
  text-align: left;
  padding: 18px 22px;
  font-size: 19px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all .3s ease;
  line-height: 1.4;
}
.faq-button:hover {
  color: #ff6a00;
  background: rgba(255,106,0,0.05);
}
.faq-item[aria-expanded="true"] .faq-button {
  color: #ff6a00;
  background: rgba(255,255,255,0.03);
}
.faq-icon {
  color: #ff6a00;
  font-weight: 700;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}
.faq-panel {
  display: none;
  padding: 0 22px 16px 40px;
  color: #ddd;
  font-size: 18px;
  line-height: 1.7;
}
.faq-item[aria-expanded="true"] .faq-panel {
  display: block;
  background: rgba(255,255,255,0.02);
}
.faq-item:hover {
  background: rgba(255,255,255,0.015);
}

/* Hover effect highlight for cursor-linked components */
.hover-active {
  box-shadow: 0 0 25px rgba(255,106,0,.25)!important;
  transition: box-shadow .3s ease;
}

/* ==== Responsive Adjustments ==== */
@media(max-width: 900px){
  section { padding: 55px 0; }
  .main-title { font-size: 34px; }
  .lead { font-size: 17px; }
  .hire-wrap { grid-template-columns: 1fr; }
  .hire h2 { font-size: 34px; }
  .faq-button { font-size: 18px; }
  .faq-panel { font-size: 17px; }
}
body.about-page .story-section p { font-size: 18px !important; }







/* === Animated Divider === */
    .divider {
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, rgba(255,106,0,0) 0%, rgba(255,106,0,0.9) 50%, rgba(255,106,0,0) 100%);
      margin: 70px 0;
      animation: pulseGlow 3s infinite ease-in-out;
      box-shadow: 0 0 10px rgba(255,106,0,0.3);
    }
    @keyframes pulseGlow {
      0%, 100% { opacity: .4; box-shadow: 0 0 20px rgba(255,106,0,0.2); }
      50% { opacity: 1; box-shadow: 0 0 40px rgba(255,106,0,0.6); }
    }

    /* === Hero Section === */
    .portfolio-hero {
      padding: 40px 0 60px;
      text-align: center;
      color: #fff;
      background: radial-gradient(circle at center, rgba(255,106,0,0.15), transparent 60%);
    }
    .portfolio-hero h1 {
      font-size: 56px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 10px;
      text-transform: uppercase; 
      -webkit-text-fill-color: white;
     
      animation: fadeInDown 1s ease both;
    }
    .portfolio-hero p {
      font-size: 20px; color: #ccc; opacity: .9; max-width: 740px; margin: 0 auto;
      animation: fadeInUp 1.3s ease both;
    }

    @keyframes fadeInDown {
      from { transform: translateY(-25px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }
    @keyframes fadeInUp {
      from { transform: translateY(25px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    /* === Featured Video Section === */
    .featured-section {
      padding: 100px 0;
      background: rgba(255,255,255,0.02);
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .featured-section::before {
      content: '';
      position: absolute;
      top: -50%; left: -50%;
      width: 200%; height: 200%;
      background: radial-gradient(circle, rgba(255,106,0,0.05) 0%, transparent 60%);
      animation: moveGlow 8s infinite alternate;
    }
    @keyframes moveGlow {
      0% { transform: translate(0, 0); opacity: .5; }
      100% { transform: translate(10%, 10%); opacity: .8; }
    }
    .featured-section h2 {
      font-size: 44px; color: #fff; margin-bottom: 20px;
    }
    .featured-section span { color: #ff6a00; }
    .featured-section p {
      color: #ccc; font-size: 18px; max-width: 720px;
      margin: 0 auto 40px; line-height: 1.7;
    }
    .featured-video {
      position: relative;
      max-width: 900px; margin: 0 auto;
      border-radius: 16px; overflow: hidden;
      box-shadow: 0 0 30px rgba(255,106,0,0.3);
      transform: scale(0.98);
      transition: all .5s ease;
    }
    .featured-video:hover { transform: scale(1); box-shadow: 0 0 40px rgba(255,106,0,0.5); }
    .featured-video video { width: 100%; border-radius: 16px; }

    /* === Filter Buttons === */
    .filter-bar { text-align: center; margin: 40px 0 50px; }
    .filter-btn {
      display: inline-block; margin: 0 10px; padding: 10px 26px;
      border: 1px solid rgba(255,255,255,.2); border-radius: 50px;
      color: #fff; font-weight: 600; transition: all .3s ease; cursor: pointer;
      letter-spacing: .5px;
    }
    .filter-btn.active, .filter-btn:hover {
      background: linear-gradient(90deg, #ff6a00, #ff9c33);
      color: #000; border-color: #ff6a00;
      box-shadow: 0 0 20px rgba(255,106,0,0.4);
      transform: translateY(-3px);
    }

    /* === Portfolio Grid (NEW) === */
    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
      gap: 35px;
    }
    .project-card {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      background: #111;
      aspect-ratio: 4 / 3; /* Ensures consistent card shape */
      transition: transform .4s ease-out, box-shadow .4s ease-out;
      /* Styles for filter animation */
      transform-origin: center;
    }
    .project-card.hide {
        transform: scale(0.8);
        opacity: 0;
        transition: transform .3s ease-in, opacity .3s ease-in;
        pointer-events: none; /* Make hidden items unclickable */
        position: absolute; /* Remove from layout flow when hidden */
    }
    .project-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .project-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 40px rgba(255,106,0,0.3);
    }
    .project-card:hover img {
      transform: scale(1.1);
    }
    /* New overlay renamed to project-info */
    .project-info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 60px 25px 25px; /* More padding for a better gradient effect */
      background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 70%, #000 100%);
      transform: translateY(100%); /* Start hidden below the card */
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .project-card:hover .project-info {
      transform: translateY(0); /* Slide in on hover */
    }
    .project-info h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      margin: 5px 0 0;
      text-shadow: 0 2px 5px rgba(0,0,0,0.5);
      line-height: 1.3;
    }
    /* New category tag style */
    .project-category-tag {
      display: inline-block;
      background: rgba(255, 106, 0, 0.9);
      color: #000;
      padding: 4px 12px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    /* === Load More Button === */
    .load-more { text-align: center; margin: 60px 0; }
    .load-more a {
      display: inline-block; padding: 14px 32px; background: #ff6a00;
      color: #000; font-weight: 700; border-radius: 8px;
      text-transform: uppercase; transition: .3s ease;
      box-shadow: 0 0 20px rgba(255,106,0,0.4);
    }
    .load-more a:hover {
      background: transparent; color: #ff6a00;
      border: 2px solid #ff6a00; transform: translateY(-2px);
      box-shadow: 0 0 25px rgba(255,106,0,0.6);
    }

    @media(max-width: 768px) {
      .portfolio-hero h1 { font-size: 42px; }
      .featured-section h2 { font-size: 32px; }
      .filter-btn { margin: 6px 6px; padding: 8px 18px; }
      .portfolio-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 25px;
      }
    }



    
    /* Larger Typography & Tight Layout */
    .services-hero {padding: 40px 0 20px; text-align: center; color: #fff;}
    .services-hero h1 {font-size: 58px; font-weight: 800; margin-bottom: 15px;}
    .services-hero p {font-size: 21px; opacity: .9; max-width: 760px; margin: 0 auto;}

    .service-block-wrapper {padding: 0 0 80px;}

    .service-block {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      align-items: center;
      gap: 50px;
      margin-bottom: 40px;
      padding: 50px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      background-color: rgba(255, 255, 255, 0.02);
      transition: all 0.4s ease-in-out;
    }

    .service-block:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 106, 0, 0.5);
    }
    
    .service-block:last-child {margin-bottom: 0;}

    .service-block:nth-child(even) {grid-template-columns: 1fr 1.1fr;}
    .service-block:nth-child(even) .service-text {order: 2;} /* Re-order text for alternating layout */

    .service-text h2 {font-size: 38px; margin-bottom: 14px; color: #fff;}
    .service-text p {font-size: 19px; line-height: 1.8; color: #ddd; margin-bottom: 12px;}
    .service-features li {color: #f5f5f5; font-size: 18px; margin: 6px 0; list-style: none;}
    .service-features li::before {content: "• "; color: #ff6a00; padding-right: 8px;}
    
    .service-images {display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px;}
    .service-images img {width: 100%; border-radius: 10px; object-fit: cover; border: 1px solid rgba(255, 255, 255, 0.08); transition: .4s ease;}
    .service-images img:hover {transform: scale(1.04); box-shadow: 0 0 25px rgba(255, 106, 0, .25);}
    
    .service-cta {margin-top: 25px;}
    .service-cta a {display: inline-block; margin-right: 12px; padding: 14px 30px; border-radius: 6px; font-weight: 700; text-transform: uppercase; font-size: 15px; transition: .3s ease; text-decoration: none;}
    
    .btn-orange {background: #ff6a00; color: #000; border: 2px solid #ff6a00;}
    .btn-orange:hover {background: transparent; color: #ff6a00; transform: translateY(-2px);}
    .btn-ghost {border: 2px solid #fff; color: #fff;}
    .btn-ghost:hover {background: #fff; color: #000; transform: translateY(-2px);}

    /* Final CTA Section */
    .final-cta {
      text-align: center;
      padding: 100px 20px;
      background: rgba(255, 255, 255, 0.03);
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .final-cta h2 {font-size: 42px; color: #fff; margin-bottom: 15px;}
    .final-cta p {font-size: 20px; color: #ccc; max-width: 650px; margin: 0 auto 30px auto; line-height: 1.7;}


    @media(max-width: 900px){
      .service-block, .service-block:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 35px;
      }
      .service-block:nth-child(even) .service-text {order: 0;}
      .services-hero h1 {font-size: 44px;}
      .service-text h2 {font-size: 32px;}
      .final-cta h2 {font-size: 34px;}
    }



    .works-hero {
      text-align: center;
      padding: 80px 20px 60px;
     
    }
    .works-hero h1 {
      font-size: 56px;
      font-weight: 800;
  
      margin-bottom: 12px;
      letter-spacing: -0.5px;
    }
    .works-hero p {
      max-width: 750px;
      margin: 0 auto;
      color: #ccc;
      font-size: 19px;
      line-height: 1.6;
    }

    .divider {
      height: 3px;
      width: 100%;
      margin: 60px 0;
      background: linear-gradient(90deg, rgba(255,106,0,0), rgba(255,106,0,0.8), rgba(255,106,0,0));
      animation: glow 3s infinite ease-in-out;
    }
    @keyframes glow {
      0%, 100% { opacity: .5; box-shadow: 0 0 20px rgba(255,106,0,.4); }
      50% { opacity: 1; box-shadow: 0 0 40px rgba(255,106,0,.7); }
    }

    .gallery-container {
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 20px 100px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 20px;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 14px;
      cursor: pointer;
      border: 1px solid rgba(255,255,255,0.08);
      background: rgba(255,255,255,0.02);
      transition: all .4s ease;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .6s ease, opacity .6s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.06);
      opacity: .9;
    }

    .gallery-item::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
      opacity: 0;
      transition: opacity .4s ease;
    }

    .gallery-item:hover::after {
      opacity: 1;
    }

    .gallery-caption {
      position: absolute;
      bottom: 15px;
      left: 20px;
      font-size: 18px;
      color: #fff;
      font-weight: 600;
      letter-spacing: .5px;
      opacity: 0;
      transition: opacity .4s ease;
    }

    .gallery-item:hover .gallery-caption {
      opacity: 1;
      text-shadow: 0 0 10px rgba(255,106,0,0.8);
    }

    /* Lightbox Styling */
    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.92);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 12px;
      box-shadow: 0 0 30px rgba(255,106,0,0.4);
    }

    .lightbox.active {
      display: flex;
      animation: fadeIn .4s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.96); }
      to { opacity: 1; transform: scale(1); }
    }

    .lightbox-close {
      position: absolute;
      top: 25px;
      right: 40px;
      color: #ff6a00;
      font-size: 28px;
      cursor: pointer;
      transition: .3s;
    }

    .lightbox-close:hover {
      color: #fff;
      transform: rotate(90deg);
    }

    @media(max-width: 768px) {
      .works-hero h1 { font-size: 40px; }
      .gallery-caption { font-size: 16px; }
    }



body { cursor: none; }
.cursor, .cursor-follower {
  position: fixed;
  pointer-events: none; 
 z-index: 2147483647; 
  border-radius: 50%;
}
.cursor {
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 0.8;
}
.cursor-follower {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.3);
}
.cursor.active, .cursor-follower.active {
  opacity: 0.5;
  transform: scale(1.4);
}


/* This rule targets ONLY the homepage body */
body.homepage {
  /* This hides the static background image */
  background-image: none !important; 
}




/* ======================================================
   GRAPHICAL SECTION ENHANCEMENTS
   This file provides the "mastered design" enhancements
   to separate your sections.
========================================================= */

/* --- 1. Consistent Section Spacing ---
   This adds clean "breathing room" above and below each section.
*/
.section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* On mobile, reduce the spacing */
@media (max-width: 767px) {
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/


/* This is your link (e.g., "All Projects") */
.all-projects {
    /* Removed position: absolute */
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    flex-shrink: 0; /* Stops it from wrapping on small screens */
    transition: color 0.3s ease;
    padding-left: 15px; /* Add some space from the title */
}

.all-projects:hover {
    color: var(--default); /* Add hover effect */
}


/* --- 3. Mobile Fix for Titles ---
   On mobile, stack the title and link, and reduce font size.
*/
@media (max-width: 767px) {
    .main-title-box {
        flex-direction: column; /* Stack title and link */
        align-items: flex-start; /* Align both to the left */
        border-bottom: none; /* Remove border */
        margin-bottom: 30px;
    }

    .main-title {
        font-size: 40px; /* Make title smaller */
        line-height: 1.1; /* Give it normal line height */
        margin-bottom: 10px; /* Space between title and link */
        
        /* Add the orange border back, but just under the text */
        border-bottom: 2px solid var(--default);
        padding-bottom: 5px;
    }

    .all-projects {
        font-size: 16px;
        padding-left: 0; /* Reset padding */
    }
}


/* ======================================================
   GRAPHICAL DIVIDER IDEAS
   Choose one of these to use between your sections.
========================================================= */

/* --- IDEA 1: The "Luminous Divider" (High-Tech) --- 
   This is a "blade" of light that pulses.
   (This is the one I've added to your index.html)
*/
hr.luminous-divider {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(220, 95, 0, 0.7) 50%,  /* Your brand color */
        rgba(0, 0, 0, 0) 100%
    );
    border: none;
    margin: 0; /* The .section-spacing class handles the space */
    box-shadow: 0 0 15px rgba(220, 95, 0, 0.5); /* The "glow" */
    animation: pulseGlow 4s infinite ease-in-out;
}

@keyframes pulseGlow {
    0%, 100% { 
        opacity: 0.6; 
        box-shadow: 0 0 15px rgba(220, 95, 0, 0.4); 
    }
    50% { 
        opacity: 1; 
        box-shadow: 0 0 30px rgba(220, 95, 0, 0.8); 
    }
}

/* Base Button Styles */
a.whatsapp-cta {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background: radial-gradient(circle at 30% 30%, #FAD961, #F76B1C);
  color: #000000;
  text-decoration: none;
  border: 1px solid rgba(40, 40, 40, 0.3);
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3),
    inset 0 2px 3px rgba(255, 255, 255, 0.4);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: gold-pulse 2s infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

/* Hover State */
a.whatsapp-cta:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4),
    inset 0 2px 3px rgba(255, 255, 255, 0.5);
  animation: none;
  color: #FFFFFF;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

/* Pulse Animation */
@keyframes gold-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 107, 28, 0.7),
      0 5px 15px rgba(0, 0, 0, 0.3),
      inset 0 2px 3px rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(247, 107, 28, 0),
      0 5px 15px rgba(0, 0, 0, 0.3),
      inset 0 2px 3px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(247, 107, 28, 0),
      0 5px 15px rgba(0, 0, 0, 0.3),
      inset 0 2px 3px rgba(255, 255, 255, 0.4);
  }
}

/* Icon Styles */
a.whatsapp-cta .fa-whatsapp {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}


/* --- IDEA 2: The "Parallax Breaker" (Cinematic) ---
   How to use: 
   1. Remove <hr class="luminous-divider"> from index.html
   2. Add <div class="parallax-breaker"></div> in its place
   3. Change 'images/your-parallax-image.jpg' to your image
*/
.parallax-breaker {
    height: 300px; 
    width: 100%;
    
    /* --- IMPORTANT: Change this to your image path --- */
    background-image: url('images/your-parallax-image.jpg'); 
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* This creates the parallax effect */
    position: relative;
    overflow: hidden;
}

/* Adds a dark overlay so it's not too bright */
.parallax-breaker::before {
    content: '';
    position: absolute;
    top: 0; left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

/* ======================================================
   NEW: TESTIMONIAL CARD GRAPHICAL ENHANCEMENT
   (Fixes "empty space" problem)
========================================================= */

.t-card {
    /* 1. Add a visible background (like your stat cards) */
    background: rgba(255, 255, 255, 0.05); 
    
    /* 2. Add a visible border */
    border: 1px solid rgba(255, 255, 255, 0.1);
    
    /* 3. Add a subtle shadow */
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);

    /* 4. Make it glassmorphic to match */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    /* 5. Keep the existing padding and radius */
    border-radius: 15px; 
    padding: 26px; 
    
    /* 6. Add a hover effect */
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.t-card:hover {
    transform: translateY(-8px);
    border-color: var(--default);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5), 0 0 20px rgba(220, 95, 0, 0.3);
}

/* This was the old, invisible background. We override it. */
.t-card {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* This hides the "ghost" card, which is now unnecessary */
.t-card--ghost {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

/* Keep the card head border */
.t-card-head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* ======================================================
           DRAGGABLE FLOATING VIDEO BUTTON (Your Idea)
        ========================================================= */

        /* This is your brand's orange color */
        :root {
            --default-orange: #dc5f00;
        }

        .draggable-video-cta {
            position: fixed;
            bottom: 30px;
            left: 30px;
            z-index: 1000;
            display: flex;
            align-items: center;
            cursor: grab; /* Cursor indicates it's draggable */
            user-select: none; /* Prevents text selection while dragging */
        }

        /* This class is added by JS when dragging */
        .draggable-video-cta.is-dragging {
            cursor: grabbing;
            opacity: 0.8;
            transition: none; /* Disable transitions while dragging */
            z-index: 1001; /* Ensure it's on top while dragging */
        }

        /* --- 1. The Circular Play Icon --- */
        .video-icon-wrapper {
            width: 60px;
            height: 60px;
            background: radial-gradient(circle at 30% 30%, #FAD961, #F76B1C);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            color: #000;
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
            border: 1px solid rgba(40, 40, 40, 0.3);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3),
                inset 0 2px 3px rgba(255, 255, 255, 0.4);
            
            /* Pulse animation */
            animation: gold-pulse 2s infinite; 
            
            /* Smooth transitions for hover */
            transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
        }

        .draggable-video-cta:hover .video-icon-wrapper {
            transform: scale(1.15); /* Enlarge icon on hover */
            color: #fff;
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
            animation-play-state: paused; /* Pause pulse on hover */
        }

        /* Pulse Animation */
        @keyframes gold-pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(247, 107, 28, 0.7),
                0 5px 15px rgba(0, 0, 0, 0.3),
                inset 0 2px 3px rgba(255, 255, 255, 0.4);
            }
            70% {
                box-shadow: 0 0 0 15px rgba(247, 107, 28, 0),
                0 5px 15px rgba(0, 0, 0, 0.3),
                inset 0 2px 3px rgba(255, 255, 255, 0.4);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(247, 107, 28, 0),
                0 5px 15px rgba(0, 0, 0, 0.3),
                inset 0 2px 3px rgba(255, 255, 255, 0.4);
            }
        }


        /* --- 2. The "Premium Popup" Text --- */
        .video-hover-popup {
            /* Hidden by default */
            opacity: 0;
            visibility: hidden;
            
            /* Positioned to the right of the icon */
            position: absolute;
            left: 100%; /* Start at the right edge of the icon */
            top: 50%;
            
            /* Style the popup */
            background: #fff;
            color: #000;
            padding: 10px 20px 10px 15px;
            border-radius: 0 50px 50px 0; /* Pill shape on one side */
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            white-space: nowrap;
            
            /* Premium animation */
            transform: translate(-20px, -50%); /* Start hidden inside */
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        /* --- 3. The Hover Effect --- */
        .draggable-video-cta:hover .video-hover-popup {
            opacity: 1;
            visibility: visible;
            transform: translate(0, -50%); /* Slide out */
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        /* --- 4. Mobile: Hide the popup text --- */
        @media (max-width: 767px) {
            .video-hover-popup {
                display: none; /* Too complex for mobile, just show the icon */
            }
        }

        /* ======================================================
           STYLES FOR VIDEO LIGHTBOX
        ========================================================= */

        /* --- 1. The Lightbox Overlay (The Popup Player) --- */
        .video-lightbox-overlay {
            position: fixed;
            inset: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            z-index: 9998;
            display: flex;
            justify-content: center;
            align-items: center;
            
            /* Hidden by default */
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }

        .video-lightbox-overlay.is-open {
            opacity: 1;
            visibility: visible;
        }

        /* --- 2. The Video Container (Inside the Lightbox) --- */
        .video-lightbox-container {
            position: relative;
            width: 90%;
            max-width: 1100px;
            aspect-ratio: 16 / 9;
            background: #000;
            border-radius: 10px;
            box-shadow: 0 0 50px rgba(0,0,0,0.7);
            
            /* Animation */
            transform: scale(0.9);
            transition: transform 0.4s ease;
        }

        .video-lightbox-overlay.is-open .video-lightbox-container {
            transform: scale(1);
        }

        .video-lightbox-container video {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

        /* --- 3. The Close Button (Inside the Lightbox) --- */
        .video-lightbox-close {
            position: absolute;
            top: -45px;
            right: 0;
            background: transparent;
            border: none;
            color: #fff;
            font-size: 45px;
            font-weight: 200;
            line-height: 1;
            cursor: pointer;
            z-index: 9999;
            transition: transform 0.3s ease, color 0.3s ease;
        }

        .video-lightbox-close:hover {
            transform: scale(1.1) rotate(90deg);
            color: var(--default-orange); /* Uses your orange brand color */
        }


        /* --- 4. Mobile Adjustments for Lightbox --- */
        @media (max-width: 767px) {
            .video-lightbox-container {
                width: 95%;
            }
            .video-lightbox-close {
                top: 10px;
                right: 10px;
                font-size: 30px;
                background: rgba(0,0,0,0.3);
                border-radius: 50%;
                width: 40px;
                height: 40px;
                line-height: 40px;
            }
        }



                .main-container {
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 10px;
            padding-right: 10px;
        }
        
        /* --- Base Portfolio Styles (from your file) --- */
        .work-section {
            padding-top: 150px;
        }
        
        .main-title-box {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            border-bottom: 1px solid var(--default);
            margin-bottom: 50px;
        }

        .main-title {
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 80px;
            font-weight: 600;
            line-height: 50px;
        }
        
        .all-projects {
            color: var(--white);
            text-transform: uppercase;
            font-size: 18px;
            text-decoration: none;
            flex-shrink: 0;
        }

        .work-list {
            grid-column-gap: 20px;
            grid-row-gap: 40px;
            grid-template-rows: auto;
            grid-template-columns: 1fr 1fr 1fr;
            grid-auto-columns: 1fr;
            display: grid;
            
            /* --- THIS IS THE FIX --- */
            /* This stops the grid from stretching items,
               making all cards respect their aspect ratio. */
            align-items: start;
        }

        .w-dyn-item {
            color: var(--white);
            text-decoration: none;
            display: block;
        }

        .work-item-link {
            color: var(--white);
            text-decoration: none;
            display: block;
        }
        
        .work-img-wrapp {
             display: block;
            overflow: hidden;
            border-radius: 16px;
            aspect-ratio: 4 / 3;
            background: #111;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
        .work-img-wrapp:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        }
        .work-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .work-img-wrapp:hover .work-img {
            transform: scale(1.1);
        }

        .heading {
            margin-top: 30px;
            margin-bottom: 20px;
            font-size: 40px;
            font-weight: 200;
            line-height: 40px;
        }

        .work-category {
            text-transform: uppercase;
            background-color: #1e1e1e;
            border-radius: 5px;
            padding: 8px;
            font-size: 16px;
            font-weight: 600;
            line-height: 17px;
            display: inline-block;
        }


        /* --- 1. "FILM REEL" CARD --- */
        .film-reel-card {
            position: relative;
            display: block;
            border-radius: 16px;
            overflow: hidden;
            cursor: pointer;
            background: #111;
            aspect-ratio: 4 / 3;
            transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
        }

        /* --- 2. The Video (Hidden by default) --- */
        .film-reel-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.5s ease;
            z-index: 1;
        }

        /* --- 3. Static Content (Visible by default) --- */
        .film-reel-static-content {
            position: relative;
            z-index: 2;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            background: #1a1a1a;
            transition: opacity 0.4s ease;
        }

        .film-reel-static-content .heading {
            font-size: 1.5rem;
            margin-top: 15px;
            margin-bottom: 10px;
            color: #fff;
        }

        .film-reel-static-content .work-category {
            font-size: 0.8rem;
        }

        .film-reel-icon {
            font-size: 3rem;
            color: var(--default, #dc5f00);
            opacity: 0.8;
            transition: transform 0.3s ease;
        }

        /* --- 4. The "Film Strip" Overlay (Hidden by default) --- */
        .film-reel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            display: flex;
            justify-content: space-between;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .film-reel-perforations {
            width: 15px;
            height: 100%;
            background:
                radial-gradient(circle at center, transparent 40%, rgba(0, 0, 0, 0.7) 42%);
            background-size: 15px 15px;
        }

        /* --- 5. PREMIUM HOVER EFFECT (Desktop Only) --- */
        /* We use @media (hover: hover) to disable this on mobile */
        @media (hover: hover) {
            .film-reel-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 10px 40px rgba(220, 95, 0, 0.3);
            }

            .film-reel-card:hover .film-reel-static-content {
                opacity: 0;
            }

            .film-reel-card:hover .film-reel-video {
                opacity: 1;
            }

            .film-reel-card:hover .film-reel-overlay {
                opacity: 1;
            }
        }


        /* ======================================================
           6. VERTICAL VIDEO LIGHTBOX (FOR 9:16)
        ========================================================= */

        .vertical-video-lightbox-overlay {
            position: fixed;
            inset: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            z-index: 9998;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }

        .vertical-video-lightbox-overlay.is-open {
            opacity: 1;
            visibility: visible;
        }

        .vertical-video-lightbox-container {
            position: relative;
            height: 90%;
            max-width: 500px;
            aspect-ratio: 9 / 16;
            background: #000;
            border-radius: 10px;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
            transform: scale(0.9);
            transition: transform 0.4s ease;
        }

        .vertical-video-lightbox-overlay.is-open .vertical-video-lightbox-container {
            transform: scale(1);
        }

        .vertical-video-lightbox-container video {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

        .video-lightbox-close {
            position: absolute;
            top: -45px;
            right: 0;
            background: transparent;
            border: none;
            color: #fff;
            font-size: 45px;
            font-weight: 200;
            line-height: 1;
            cursor: pointer;
            z-index: 9999;
            transition: transform 0.3s ease, color 0.3s ease;
        }

        .video-lightbox-close:hover {
            transform: scale(1.1) rotate(90deg);
            color: var(--default, #dc5f00);
        }
        
        /* --- 7. Mobile Responsive Fixes --- */
        @media (max-width: 991px) {
            .work-list {
                grid-template-columns: 1fr 1fr; /* 2 columns on tablet */
            }
        }

        @media (max-width: 767px) {
            .work-list {
                grid-template-columns: 1fr; /* 1 column on mobile */
            }
            .main-title {
                font-size: 40px;
            }
            .video-lightbox-close {
                top: 10px;
                right: 10px;
                font-size: 30px;
                background: rgba(0, 0, 0, 0.3);
                border-radius: 50%;
                width: 40px;
                height: 40px;
                line-height: 40px;
            }
        }
        
      /* --- REPLACE your old .service-images video styles with this --- */

.service-images video {
  object-fit: cover;
  width: 100%;
  
  /* This is the key change. 
    We let the video's height be automatic, but set a max-height
    so it doesn't get TOO big. You can adjust this value.
  */
  max-height: 650px; /* <--- Adjust this value as needed */

  /* You can also use aspect-ratio to keep its shape */
  /* aspect-ratio: 16 / 9; */ /* <-- This is an alternative to max-height */

  border-radius: 12px; /* A larger radius might look better */
  
  /* We don't need margins anymore */
  margin-bottom: 0; 
}

/* We should also REMOVE or comment out 
  the old mobile media query for this.
*/

/* @media (max-width: 767px) {
  .service-images video {
    height: 200px; 
    margin-bottom: 10px;
  }
} 
*/


.main-title {
  margin-top: 80px;    /* Adjust this value for space ABOVE the heading */
  margin-bottom: 40px; /* Adjust this value for space BELOW the heading */
}



/* ======================================================
   NEW: SHIMMER LOADING EFFECT
========================================================= */

/* This is the placeholder style for your wrappers */
.sk-loading-shimmer {
  position: relative; /* Required for the shimmer animation */
  overflow: hidden;  /* Hides the shimmer as it moves */
  background-color: #2a2a2a; /* Dark gray placeholder color */
}

/* This creates the moving "shine" element */
.sk-loading-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* The gradient that creates the shine */
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0.08) 50%, 
    rgba(255, 255, 255, 0) 100%
  );
  
  transform: translateX(-100%); /* Start off-screen */
  animation: sk-shimmer 1.5s infinite linear;
}

/* The animation that moves the shine */
@keyframes sk-shimmer {
  100% {
    transform: translateX(100%); /* Move across the screen */
  }
}

/* THIS IS THE KEY: 
  Your JS adds the 'is-loaded' class. This CSS rule
  hides the shimmer animation *after* the content is loaded.
*/
.sk-loading-shimmer.is-loaded::after,
.is-loaded .sk-loading-shimmer::after,
img.sk-loading-shimmer.is-loaded::after {
  display: none;
}

/* This hides the (initially empty) <img> tag and
  lets the placeholder background show.
  It fades in smoothly when 'is-loaded' is added.
*/
.sk-loading-shimmer img {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.sk-loading-shimmer img.is-loaded {
  opacity: 1;
}




a:focus {
  outline: none;
  box-shadow: none;
}







/* ==================================================================
   CORRECTED HEADER STYLES (Solid-to-Translucent on Scroll)
   This is the COMPLETE code, including mobile menu styles.
   ================================================================== */

/* --- 1. Main Header Bar (Default State: Solid & Sticky) --- */
#skm-header {
    position: sticky !important; /* Sticks to the top */
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 990 !important;
    
    /* Appearance (Solid) */
    background-color: var(--grey, #1e1e1e) !important;
    border-bottom: 1px solid var(--border-color, #292929) !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3) !important;
    
    /* Sizing & Animation */
    padding: 10px 0 !important;
    transition: padding 0.3s ease,
                background-color 0.3s ease,
                border-color 0.3s ease,
                box-shadow 0.3s ease,
                backdrop-filter 0.3s ease !important;
}

/* --- 2. Scrolled State (Translucent & Fixed) --- */
#skm-header.is-scrolled {
    /* Appearance (Translucent) */
    background-color: rgba(30, 30, 30, 0.85) !important; /* 85% opacity */
    border-bottom: 1px solid rgba(41, 41, 41, 0.8) !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3) !important;
    
    /* Frosted glass effect */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    /* Sizing */
    padding: 5px 0 !important; /* Shrinks padding */
}

/* --- 3. Inner Header Styles --- */
.header-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    background-color: transparent !important; /* This is key */
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    float: none !important;
}

/* --- 4. Logo --- */
.logo-img {
    width: 200px;
    flex-shrink: 0;
    transition: width 0.3s ease;
}
#skm-header.is-scrolled .logo-img {
    width: 160px; /* Shrinks the logo */
}

/* --- 5. Desktop Navigation --- */
.skm-desktop-nav {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
    flex: 0 auto !important;
    float: none !important;
    position: relative !important;
}

.skm-desktop-nav > .menu-item,
.skm-desktop-nav > .nav-dropdown-wrapper > .menu-item {
    position: relative;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    padding: 10px 5px !important;
    margin-left: 15px;
    margin-right: 15px;
    transition: color 0.3s ease, font-size 0.3s ease;
    border: none !important;
}
#skm-header.is-scrolled .skm-desktop-nav > .menu-item,
#skm-header.is-scrolled .skm-desktop-nav > .nav-dropdown-wrapper > .menu-item {
    font-size: 16px;
}
.skm-desktop-nav > .menu-item::after,
.skm-desktop-nav > .nav-dropdown-wrapper > .menu-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: var(--default);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.skm-desktop-nav > .menu-item:hover,
.nav-dropdown-wrapper:hover > .menu-item {
    color: var(--default) !important;
}
.skm-desktop-nav > .menu-item:hover::after,
.nav-dropdown-wrapper:hover > .menu-item::after {
    width: 100%;
}
.skm-desktop-nav > .menu-item.w--current {
    color: var(--white) !important;
    border: none !important;
}
/* This adds the orange underline to the "HOME" link, matching your image */
.skm-desktop-nav > .menu-item.w--current::after {
    width: 100%;
}

/* --- 6. Desktop Mega-Menu --- */
.nav-dropdown-wrapper {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
}
.nav-dropdown-list.skm-mega-dropdown {
    background: var(--grey, #1e1e1e) !important;
    border: 1px solid var(--border-color, #292929) !important;
    border-top: 3px solid var(--default, #dc5f00) !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.7) !important;
    width: 600px !important;
    min-width: 600px !important;
    padding: 0 !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    z-index: 1000 !important;
    transform: translateX(-50%) translateY(10px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    display: block !important;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease !important;
}
.nav-dropdown-wrapper:hover .skm-mega-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
}
.skm-desktop-nav .nav-dropdown-toggle::after {
    content: '▾';
    font-size: 12px;
    color: var(--white);
    margin-left: 8px;
    opacity: 0.6;
    display: inline-block;
    transition: all 0.3s ease;
}
.nav-dropdown-wrapper:hover .nav-dropdown-toggle::after {
    opacity: 1;
    color: var(--default);
    transform: rotate(180deg);
}

/* --- 7. Mega-Menu Internal Layout --- */
.skm-mega-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.skm-mega-col {
    padding: 25px;
}
.skm-mega-links {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--border-color, #292929);
}
.skm-mega-links .nav-dropdown-link {
    color: var(--white, #fff) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-transform: none !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--border-color, #292929) !important;
    transition: all 0.3s ease !important;
    display: block !important; 
    width: 100% !important;
    background: none !important;
}
.skm-mega-links .nav-dropdown-link:last-child {
    border-bottom: none !important;
}
.skm-mega-links .nav-dropdown-link:hover {
    color: var(--default, #dc5f00) !important;
    padding-left: 10px !important;
}
.skm-mega-feature {
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.skm-mega-feature .fa-star {
    font-size: 24px;
    color: var(--default, #dc5f00);
    margin-bottom: 15px;
}
.skm-mega-feature h4 {
    font-size: 18px;
    color: var(--white, #fff);
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}
.skm-mega-feature p {
    font-size: 14px;
    color: #aaa;
    line-height: 1.5;
    margin-bottom: 20px;
}
.skm-mega-button {
    display: inline-block;
    background: var(--default, #dc5f00);
    color: var(--white, #fff);
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.skm-mega-button:hover {
    background: var(--white, #fff);
    color: var(--black, #000);
}

/* ==================================================================
   8. MOBILE NAVIGATION SYSTEM (ALL YOUR ORIGINAL CODE)
   ================================================================== */

/* ==================================================================
   MOBILE NAV FOOTER STYLES (THE FIX)
   ================================================================== */

/* This styles the footer area */
.skm-nav-footer {
    text-align: center; /* Center the button and icons */
}

/* 1. This styles the "Get in Touch" button */
.skm-nav-footer .skm-cta-button {
    display: inline-block;
    background: var(--default, #dc5f00);
    color: var(--white, #fff);
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none; /* Removes the underline */
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-bottom: 25px; /* Adds space below the button */
}

.skm-nav-footer .skm-cta-button:hover {
    background: var(--white, #fff);
    color: var(--black, #000);
}

/* 2. This styles the social icon area */
.skm-nav-footer .skm-socials {
    display: flex;
    justify-content: center;
    gap: 20px; /* Adds space between icons */
}

/* 3. This styles each individual icon link */
.skm-nav-footer .skm-socials a {
    color: #aaa; /* Sets a nice grey color */
    text-decoration: none; /* Removes the underline */
    font-size: 24px; /* Makes the icons bigger */
    transition: color 0.3s ease, transform 0.3s ease;
}

.skm-nav-footer .skm-socials a:hover {
    color: var(--default, #dc5f00); /* Highlight on hover */
    transform: scale(1.1);
}

.skm-mobile-toggle {
    display: none;
    z-index: 1001;
    position: relative;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.skm-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--white);
    border-radius: 3px;
    position: absolute;
    left: 0;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.skm-bar:nth-child(1) { top: 0; }
.skm-bar:nth-child(2) { top: 50%; transform: translateY(-50%); }
.skm-bar:nth-child(3) { bottom: 0; }

.skm-nav-scrim {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.skm-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    max-width: 400px;
    height: 100vh;
    height: 100dvh;
    background-color: var(--grey, #1e1e1e);
    border-left: 1px solid var(--border-color, #292929);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s;
}

.skm-nav-header {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    height: auto;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* This makes the mobile menu header shrink with the main header */
#skm-header.is-scrolled .skm-nav-header {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 50px;
}

.skm-nav-close {
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    padding: 10px;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.skm-nav-close:hover {
    opacity: 1;
    color: var(--default);
    transform: rotate(90deg);
}

.skm-nav-main {
    flex-grow: 1;
    padding: 20px 0;
    overflow-y: auto;
}

.skm-nav-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skm-nav-main li {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.skm-nav-main a {
    display: block;
    padding: 18px 40px;
    font-size: 24px;
    font-weight: 300;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.skm-nav-main a:hover {
    color: var(--default);
    background-color: rgba(0, 0, 0, 0.2);
}

.skm-nav-footer {
    padding: 30px 40px;
    border-top: 1px solid var(--border-color, #292929);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
    flex-shrink: 0;
}

/* ==================================================================
   9. "nav-is-open" STATE (TOGGLED BY JS)
   ================================================================== */

body.nav-is-open {
    overflow: hidden;
}

body.nav-is-open .skm-nav-overlay {
    transform: translateX(0);
    visibility: visible;
}
body.nav-is-open .skm-nav-scrim {
    opacity: 1;
    visibility: visible;
}

body.nav-is-open .skm-bar:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
body.nav-is-open .skm-bar:nth-child(2) {
    opacity: 0;
}
body.nav-is-open .skm-bar:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

body.nav-is-open .skm-nav-main li {
    opacity: 1;
    transform: translateX(0);
}
body.nav-is-open .skm-nav-main li:nth-child(1) { transition-delay: 0.20s; }
body.nav-is-open .skm-nav-main li:nth-child(2) { transition-delay: 0.25s; }
body.nav-is-open .skm-nav-main li:nth-child(3) { transition-delay: 0.30s; }
body.nav-is-open .skm-nav-main li:nth-child(4) { transition-delay: 0.35s; }
body.nav-is-open .skm-nav-main li:nth-child(5) { transition-delay: 0.40s; }

body.nav-is-open .skm-nav-footer {
    opacity: 1;
    transform: translateY(0);
}


/* ==================================================================
   10. BREAKPOINT (991px)
   ================================================================== */
@media screen and (max-width: 991px) {
    
    .skm-desktop-nav {
        display: none !important; /* Hide desktop nav */
    }
    
    .skm-mobile-toggle {
        display: block !important; /* Show mobile toggle */
        margin-left: 20px;
    }
    
    .logo-img {
        width: 150px;
    }
    
    #skm-header.is-scrolled .logo-img {
        width: 130px; /* Shrinks mobile logo */
    }

    /* This hides Webflow's default (and broken) menu button */
    .header-inner .menu-button.w-nav-button {
        display: none !important;
    }
}


/* ==================================================================
   HEADER CTA BUTTON STYLES
   ================================================================== */

.skm-header-cta {
    display: inline-block;
    background: var(--default, #dc5f00);
    color: var(--white, #fff) !important; /* !important to override other link styles */
    padding: 10px 22px !important; /* !important to override .menu-item padding */
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-left: 20px; /* Adds space next to "Contact" */
}

.skm-header-cta:hover {
    background: var(--white, #fff);
    color: var(--black, #000) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* This makes the button shrink along with the other links */
#skm-header.is-scrolled .skm-header-cta {
    font-size: 15px;
    padding: 8px 20px !important;
}