/*------------------------------------------------------------------
[Typography]

Body copy:    15px/1.65em 'CircularStd', 'Bebas Neue', Arial, Verdana, sans-serif
Header:     30px/1.65em 'CircularStd', 'Bebas Neue', Arial, Verdana, sans-serif
Input, textarea:  14px 'CircularStd','Bebas Neue', Arial, Verdana, sans-serif
Sidebar heading:  12px 'CircularStd','Bebas Neue', Arial, Verdana, sans-serif
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation / .top_bar
3. Footer / #footer
4. Content / #page_content_wrapper
5. Social Sharing / #social_share_wrapper
6. Sidebar / .sidebar_wrapper
7. Form & Input
8. Pagination / .pagination
9. Widgets
10. Portfolio, Gallery and Template Elements
11. Contact Form Captcha / #captcha-wrap
12. Woocommerce Elements
13. Grid Rotator Plugin
14. Login Plugin Elements
-------------------------------------------------------------------*/

:root {
  --black: black;
  --yellow: #ffde00;
  --white: white;
  --grey-bg: #e7e7e7;
  --transparent: #3c313100;
}

/* ==========================================================================
   Mandatory Core WordPress Structural Alignment Classes
   ========================================================================== */

.alignleft   { float: left; margin: 5px 20px 20px 0; }
.alignright  { float: right; margin: 5px 0 20px 20px; }
.aligncenter { display: block; margin: 5px auto 20px auto; text-align: center; }

.sticky { 
    border: 4px solid #000000; 
    box-shadow: 6px 6px 0px #000000; 
}

.bypostauthor { 
    background-color: rgba(0, 0, 0, 0.03); 
}

/* --- Caption Layout Styling Targets --- */
.wp-caption {
    background: #ffffff;
    border: 2px solid #000000;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}

.wp-caption-text, 
.gallery-caption {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin: 5px 0 0 0;
    padding: 5px;
}

/* --- Front-end Post Tags Layout Formatting --- */
.grungy-post-tags-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
    padding-top: 20px;
    border-top: 2px dashed #000000;
}

.tags-label {
    font-size: 13px;
    font-weight: 900;
    color: #000000;
}

.tags-links-row a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000000 !important;
    background-color: #ffffff;
    border: 2px solid #000000;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tags-links-row a:hover {
    background-color: #000000;
    color: #ffffff !important;
}
.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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 {
  color: var(--black);
  background-color: #e7e7e7;
  font-family: Syne, sans-serif;
  font-size: 19px;
  line-height: 24px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

.inner-header {
  border: 2px solid #000;
  border-radius: 0 0 15px 15px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.top-bar {
  background-color: var(--yellow);
  position: relative;
  overflow: hidden;
}

.cart-quantity {
  color: var(--black);
  background-color: #fff0;
  min-width: auto;
  height: auto;
  margin-top: -7px;
  padding: 0;
  font-family: Syne, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}

.main-container {
  border: 1px #000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar {
  background-color: #fff0;
}

.menu-item {
  color: var(--black);
  text-transform: uppercase;
  position: relative;
  background-image: url('../images/menu-dec1.png');
  background-position: 0 41%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-left: 30px;
  padding: 0 0 0 24px;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  line-height: 28px;
  transition: all .3s;
}

.menu-item:hover {
  background-image: url('../images/menu-hover.png');
}

.menu-item.w--current {
  color: var(--black);
  background-image: url('../images/menu-hover.png');
  text-decoration: underline;
}

.nav-menu {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.inner-navbar {
  background-color: var(--white);
  border-top: 2px solid #000;
  border-radius: 0 0 15px 15px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  display: flex;
}

.cart-button {
  background-color: var(--grey-bg);
  border: 2px solid #000;
  border-radius: 50px;
  margin-left: 30px;
}

.tob-bar-category-text {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  display: inline-block;
  position: relative;
}

.tech-cateogry-moving-section {
  z-index: 1;
  aspect-ratio: auto;
  position: absolute;
  top: 17px;
  left: 90px;
  overflow: visible;
}

.moving-tech-list {
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  display: flex;
}

.moving-tech-item {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.comment-icon {
  margin-left: 0;
  margin-right: 19px;
}

.moving-tech-text {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

.top-blog-section {
  padding-top: 50px;
  padding-bottom: 70px;
}

.top-blog-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-site-main  .top-blog-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-blog-item {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.top-blog-item.business-item {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.top-blog-img-wrapper {
  display: block;
  position: relative;
}

.top-blog-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.tob-blog-line {
  margin-left: 2px;
  position: absolute;
  inset: auto auto -8px 10px;
}

.top-blog-content.entertanment-content {
  background-color: var(--white);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 20px;
}

.top-blog-title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
}

.top-blog-title.entertanment-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 34px;
}

.top-blog-time-box {
  border: 2px solid #000;
  border-style: solid none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 11px;
  display: flex;
  position: static;
}

.post-time-text {
  text-transform: uppercase;
  font-family: Bebas Neue, sans-serif;
  font-size: 19px;
  line-height: 16px;
}

.top-blog-read-box {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.read-more {
  margin-right: 40px;
  text-decoration: none;
  position: relative;
}

.read-more.read-more-education {
  float: right;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  bottom: 40px;
  right: 80px;
}

.read-more.read-more-travel {
  flex: none;
  margin-left: auto;
  margin-right: 40px;
}

.read-more.entertanment-read-more {
  order: 0;
  margin-left: auto;
}

.read-more-text {
  color: var(--black);
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 15px 21px 15px 19px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 21px;
  text-decoration: none;
}

.top-blog-arrow {
  width: 52px;
  display: block;
  position: absolute;
  top: 2px;
  right: -40px;
}

.header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.education-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.main-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.title-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.title-icon {
  margin-left: 20px;
}

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

.education-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #000;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.education-img-wrapper {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  display: block;
  overflow: hidden;
}

.education-img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
}

.education-content {
  background-color: var(--yellow);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 40px;
  position: relative;
}

.education-title-wrapper {
  color: var(--black);
  text-decoration: none;
  display: block;
}

.education-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
}

.top-blog-left-arrow.subscribe-arrow {
  display: none;
}

.business-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

._2col-blogs {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

._2col-blog-item {
  background-color: var(--white);
  border: 2px solid #000;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 0;
  padding: 40px;
}

._2col-blogs-wrapper {
  border: 2px solid #000;
  border-bottom-style: none;
}

._2col-blogs-item {
  background-color: var(--grey-bg);
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2col-blogs-icon-wrapp {
  z-index: 1;
  background-color: var(--yellow);
  border: 2px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

._2col-blogs-title {
  z-index: 1;
  aspect-ratio: auto;
  color: var(--black);
  font-family: Syne, sans-serif;
  font-size: 19px;
  font-weight: 600;
  position: relative;
}

._2col-blogs-img {
  object-fit: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

._2col-blogs-overlay {
  background-color: #000000b3;
  display: none;
  position: absolute;
  inset: 0%;
}

.travel-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.travel-list {
  background-image: url('../images/line_03.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.travel-item {
  color: var(--black);
  background-image: url('../images/line_03.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.travel-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 36px;
  font-weight: 400;
  line-height: 39px;
}

.arrow {
  background-color: var(--grey-bg);
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  display: flex;
  position: absolute;
  top: 2px;
  right: -40px;
}

.entertainment-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.entertanment-list {
  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;
}

.entertanment-item {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
}

.entertanment-img-wrapper {
  background-color: var(--yellow);
  border: 0 #000;
  border-bottom: 2px solid #000;
  border-radius: 15px;
  padding: 20px;
  display: flex;
}

.entertanment-img {
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 50%  !important;
  width: auto;
}

.body {
  background-image: url('../images/body-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.newsletter-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.inner-newsletter {
  background-image: url('../images/newsletter-texture.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #000;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.newsletter-icon {
  flex: none;
}

.newsletter-title {
  text-transform: uppercase;
  margin: 0 20px;
  font-size: 36px;
  line-height: 30px;
}

.newsletter-text {
  margin-right: 20px;
  font-size: 18px;
  line-height: 20px;
}

.subscribe-form-block {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
}

.subscribe-form {
  position: relative;
}

.subscribe-field {
  border: 2px solid #000;
  border-radius: 50px;
  width: 300px;
  height: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 15px;
}

.subscribe-field::placeholder {
  color: var(--black);
  font-size: 18px;
  line-height: 19px;
}

.submit-button {
  background-color: var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.inner-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/footer-decor.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.social-footer {
  background-image: url('../images/social-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 40px;
}

.social-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--yellow);
  border: 2px solid #000;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 20px;
  display: grid;
}

.social-item {
  background-image: url('../images/social_line.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.social-text {
  color: var(--black);
  margin-left: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  line-height: 25px;
}

.tags-footer {
  background-color: var(--yellow);
  border: 2px solid #000;
  border-radius: 15px;
  padding: 40px;
  display: flex;
}

.tags-footer-inner {
  background-image: url('../images/tagsbg_03.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  padding: 20px;
}

.tags-item {
  border: 2px solid var(--yellow);
  background-color: var(--black);
  color: var(--yellow);
  border-radius: 50px;
  margin-bottom: 13px;
  margin-right: 10px;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .3s;
}

.tags-item:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.tags-item.w--current {
  border: 2px solid var(--yellow);
  background-color: var(--black);
  color: var(--yellow);
  border-radius: 30px;
  margin-bottom: 14px;
  margin-right: 14px;
  padding: 10px 21px;
  line-height: 20px;
  transition: all .3s;
  display: inline-block;
}

.tags-item.w--current:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.copyright {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.copyright-text {
  color: var(--white);
  font-size: 18px;
  line-height: 20px;
}

.copyright-text.license-text {
  margin-right: 20px;
  text-decoration: none;
}

.copyright-rightside {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.backtop {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.backtop-image {
  flex: none;
}

.about-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-about {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding: 20px;
  display: grid;
}

.about-img {
  border-radius: 15px !important;
}

.about-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 40px;
}

.about-paragraph {
  font-size: 18px;
  line-height: 26px;
}

.about-quote {
  border-left-color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.about-span {
  background-color: var(--yellow);
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 5px 8px;
  display: inline-block;
}

.numerator-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.numerator-item {
  background-color: var(--white);
  text-align: center;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 50px;
  transition: all .3s;
}

.numerator-item:hover {
  background-color: var(--yellow);
}

.numerator-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 86px;
  font-weight: 400;
  line-height: 60px;
}

.numerator-span {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 17px;
}

.single-post-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-post-inner {
  display: block;
}

.single-post-img-wrapper {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
}

.single-post-img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.single-post-content {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 15px;
  padding: 40px;
}

.single-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 52px;
}

.single-rich {
  margin-top: 30px;
}

.cateogries-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.categories-list {
  grid-column-gap: 31px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-link {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 15px;
  padding: 17px;
  text-decoration: none;
  display: block;
}

.blog-img {
  border-radius: 15px;
  width: 100%;
}

.blog-img-wrapp {
  overflow: hidden;
}

.category-title {
  color: var(--black);
  text-align: center;
  margin-top: 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.prod-description {
  border-top: 2px solid #00000040;
  border-bottom: 1px #00000040;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-section {
  background-color: var(--transparent);
  padding-top: 50px;
  padding-bottom: 0;
}

.single-prod-left {
  border: 2px solid var(--black);
  background-color: var(--white);
  border-radius: 15px;
  padding: 50px;
}

.single-prod-grid {
  grid-column-gap: 51px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.refund-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.option-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #00000040;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.paragraph {
  margin-bottom: 0;
}

.buy-now-button {
  display: none;
}

.single-prod-right {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 30px;
}

.single-prod-title {
  margin: 0 0 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 40px;
}

.single-prod-image {
  width: 100%;
}

.refund-div {
  color: #28282a;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  margin-top: 50px;
  padding: 30px;
}

.quantity {
  float: left;
  background-color: #fff0;
  border-color: #28282a;
  border-radius: 10px;
  height: 52px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.add-to-cart-button {
  color: #fff;
  background-color: #28282a;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 15px 20px;
}

.select-field {
  color: #000;
  background-color: #fff0;
  border: 1px solid #28282a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-prod-price {
  background-color: #e7e7e7;
  border-radius: 20px;
  padding: 7px 12px;
  font-size: 20px;
  line-height: 21px;
  display: inline-block;
}

.shop-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.shop-item {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 50px 40px;
  text-decoration: none;
  display: block;
  position: relative;
}

.shop-image {
  width: 100%;
}

.shop-heading {
  text-align: center;
  margin-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 30px;
}

.order-text {
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
}

.swirl-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price {
  background-color: #e7e7e7;
  border-radius: 20px;
  padding: 11px 15px 8px;
  font-family: Bebas Neue, sans-serif;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
}

.contact-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 15px;
  display: grid;
}

.default-image {
  border-radius: 15px;
  width: 100%;
}

.contact-info {
  padding-right: 40px;
}

.contatc-title {
  text-transform: uppercase;
  font-family: Bebas Neue, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 42px;
}

.input-field {
  border: 2px solid #000;
  border-radius: 28px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 21px;
}

.input-field::placeholder {
  color: var(--black);
}

.input-field.textarea {
  padding-bottom: 100px;
}

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

.submit {
  background-color: var(--yellow);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 20px;
  width: 100%;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  transition: all .3s;
}

.submit:hover {
  background-color: var(--white);
}

.next, .previous {
  border-width: 2px;
  border-color: var(--black);
  border-radius: 0px;
  margin-top: 0px;
}

.top-blog-category {
  background-color: var(--yellow);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 15px;
  padding: 5px 12px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  right: auto;
}

.faq-inner {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 15px;
  margin-top: 50px;
  padding: 15px;
}

.accordion {
  margin-top: 0;
}

.accordion_toggle {
  border: 2px solid var(--black);
  background-color: var(--white);
  color: #fff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 20px 10px 11px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  overflow: visible;
}

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

.accordion-paragraph {
  color: var(--black);
  background-color: #0000;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 30px;
}

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

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

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

.dropdown-list {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: block;
  position: static;
}

.accordion-title {
  color: var(--black);
  text-transform: capitalize;
  order: 0;
  margin-top: 5px;
  margin-left: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

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

.quick-stack {
  padding: 0;
}

.sitemap-heading {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.style-guide {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 40px;
}

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

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

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

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

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

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

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

.block-quote {
  border-left-color: #2e3946;
}

.interactive {
  background-image: linear-gradient(#fff, #a1aebd);
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 100px;
}

.interactive.sitemap-div {
  background-color: #fff;
  background-image: none;
  border: 2px solid #000;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 40px 0;
}

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

.utility-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

.paragraph-5.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;
}

.checkout {
  background-color: var(--transparent);
  padding: 40px 0;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 5px;
}

.text-block {
  color: var(--black);
}

.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(#000, #020707);
  border-style: none;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
  position: fixed;
  inset: auto 20px 10px auto;
}

@media screen and (min-width: 1440px) {
  .top-blog-title {
    font-size: 37px;
  }

  .hero-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .quantity {
    border-radius: 5px;
  }

  .add-to-cart-button {
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .select-field {
    height: 60px;
    font-size: 17px;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .inner-header {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .top-blog-list {
    grid-column-gap: 55px;
    grid-row-gap: 60px;
  }

  .tob-blog-line {
    margin-left: 12px;
  }

  .top-blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-blog-time-box {
    justify-content: space-between;
    align-items: center;
  }

  .read-more.read-more-education {
    margin-top: 0;
  }

  .header {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .education-item {
    grid-template-columns: .75fr 1.75fr;
  }

  .education-content {
    position: relative;
  }

  .top-blog-left-arrow.subscribe-arrow {
    display: block;
  }

  .entertanment-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .newsletter-title {
    font-size: 44px;
  }

  .newsletter-text {
    margin-left: 27px;
    font-size: 21px;
  }

  .subscribe-form-block {
    margin-left: auto;
  }

  .subscribe-field {
    width: 360px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 19px;
    padding-bottom: 18px;
    padding-left: 19px;
  }

  .submit-button {
    padding-top: 18px;
    padding-bottom: 15px;
  }

  .inner-footer {
    background-image: url('../images/footer-decor.png');
    background-size: 100%;
  }

  .tags-footer-inner {
    padding-bottom: 6px;
  }

  .tags-item.w--current {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .inner-about {
    place-items: center start;
  }

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

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

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

@media screen and (max-width: 991px) {
  .menu-item {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
  }

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

  .icon {
    color: var(--black);
    font-size: 30px;
  }

  .nav-menu {
    background-color: var(--yellow);
    border: 2px solid #000;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cart-button {
    border-color: var(--black);
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .menu-button {
    border: 2px solid var(--black);
    background-color: var(--grey-bg);
    border-radius: 5px;
    order: 1;
    padding: 8px 10px;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .cart {
    margin-left: auto;
    margin-right: 20px;
  }

  .read-more.read-more-education {
    position: absolute;
  }

  .education-item {
    grid-template-columns: 1.25fr;
  }

  .education-img {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .education-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    padding-bottom: 130px;
  }

  .top-blog-left-arrow {
    display: none;
  }

  .marketing-list, ._2col-blogs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .inner-newsletter {
    display: block;
  }

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

  .newsletter-text {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .subscribe-form-block {
    margin-left: 0;
  }

  .subscribe-field {
    width: 260px;
    margin-left: 0;
  }

  .submit-button {
    left: 147px;
    right: auto;
  }

  .inner-footer {
    grid-template-columns: 1fr;
  }

  .inner-about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .numerator-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .single-post-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .single-prod-left {
    padding: 20px;
  }

  .single-prod-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .shop-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .contact-info {
    padding-right: 0;
  }

  .style-guide {
    color: #2e3946;
    background-image: linear-gradient(#fefefe, #a8b4c2);
    border-radius: 10px;
    padding: 20px;
  }

  .interactive.sitemap-div {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .inner-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-blog-list {
    grid-template-columns: 1fr !important;
  }

  .read-more.read-more-travel {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .top-blog-left-arrow {
    display: block;
  }

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

  ._2col-blogs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  ._2col-blog-item {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .travel-item {
    display: block;
  }

  .travel-title {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }

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

  .entertanment-img {
    width: auto;
  }

  .social-inner {
    grid-template-columns: 1fr;
  }

  .social-item {
    background-size: 100% 8px;
  }

  .copyright {
    display: block;
  }

  .copyright-rightside {
    justify-content: space-between;
    margin-top: 10px;
  }

  .inner-about, .numerator-grid, .single-post-inner {
    grid-template-columns: 1fr;
  }

  .single-post-img-wrapper {
    position: static;
  }

  .hero-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 60px;
  }

  .single-prod-grid, .shop-list {
    grid-template-columns: 1fr;
  }

  .interactive {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px;
  }

  [class*="col-md-"] {
      position: relative;
      width: 100%;
      padding-right: 0px;
      padding-left: 0px;
      margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    width: 100px;
  }

  .cart-quantity {
    margin-top: 0;
    font-size: 24px;
  }

  .inner-navbar {
    padding-left: 0;
    padding-right: 20px;
  }

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

  .cart-icon {
    width: 25px;
  }

  .menu-button {
    padding: 4px 6px;
  }

  .read-more.read-more-education {
    right: auto;
  }

  .title-heading {
    font-size: 44px;
    line-height: 42px;
  }

  .education-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  ._2col-blog-item {
    padding: 20px;
  }

  ._2col-blogs-item {
    padding: 10px;
  }

  ._2col-blogs-title {
    font-size: 16px;
    line-height: 21px;
  }

  .inner-newsletter {
    padding: 20px;
  }

  .newsletter-title {
    font-size: 28px;
    line-height: 25px;
  }

  .social-footer, .tags-footer {
    padding: 20px;
  }

  .tags-item.w--current {
    display: block;
  }

  .hero-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .quantity {
    float: none;
  }

  .add-to-cart-button {
    margin-left: 0;
  }

  .select-field {
    color: var(--black);
  }

  .accordion_toggle {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .interactive {
    padding: 20px;
  }

  .delete-me {
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
  }
}

#w-node-_44874d52-170e-42c7-8ae7-669bb6842db6-7332d353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de22350-afe3-65e8-101e-980478e1ba30-b217e9df {
  justify-self: auto;
}

#w-node-_8de22350-afe3-65e8-101e-980478e1ba3d-b217e9df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73ec5895-66d0-8dd3-4268-43c43eaa1113-dc78bc32 {
  align-self: start;
}

#w-node-a81b237b-ae9c-914a-1aff-091ef296e675-0fc20c8c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a81b237b-ae9c-914a-1aff-091ef296e676-0fc20c8c, #w-node-a81b237b-ae9c-914a-1aff-091ef296e678-0fc20c8c, #w-node-a81b237b-ae9c-914a-1aff-091ef296e67a-0fc20c8c, #w-node-a81b237b-ae9c-914a-1aff-091ef296e67c-0fc20c8c, #w-node-a81b237b-ae9c-914a-1aff-091ef296e67e-0fc20c8c, #w-node-a81b237b-ae9c-914a-1aff-091ef296e680-0fc20c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8de22350-afe3-65e8-101e-980478e1ba30-b217e9df {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a81b237b-ae9c-914a-1aff-091ef296e675-0fc20c8c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}



.moving-tech-list {
    display: inline-flex;
    animation: scroll-text 20s linear infinite;
}



/* Keyframes for the scrolling effect */
@keyframes scroll-text {
    0% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* General styles for blog items */
.top-blog-item {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

/* Read more text styling */
.read-more-text {
    background-color: rgb(255, 255, 255);
}

/* Arrow styles */
.arrow {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: rgb(231, 231, 231);
}

/* Hidden blog category */
.top-blog-category {
    display: none;
}




/*Sidebar Area*/

#secondary {
  padding-top: 50px;
}

/* Container & Global Widget Style */
.grungy-card {
    background: #fff;
    border: 2px solid #000;
    padding: 25px;
    margin-bottom: 40px;
    box-shadow: 8px 8px 0px #000;
    border-radius: 12px;
    position: relative;
}

.widget-title {
    font-family: 'Arial Black', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 20px;
    background: #FFD700;
    display: inline-block;
    padding: 2px 12px;
    border: 2px solid #000;
    transform: rotate(-2deg); /* Tilted like your image tags */
}

/* Search Bar */
.search-form-grungy { display: flex; gap: 10px; }
.search-input {
    flex-grow: 1;
    border: 2px solid #000;
    padding: 12px;
    font-weight: 800;
    outline: none;
    width: 100%;
}
.search-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 0 20px;
    font-weight: 900;
    cursor: pointer;
}

/* Social Grid */
.author-badge {
    position: absolute;
    top: -15px;
    right: 15px;
    background: #000;
    color: #FFD700;
    padding: 5px 15px;
    font-weight: 900;
    transform: rotate(3deg);
}
.social-grid {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.social-item {
    padding: 20px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-decoration: none;
    color: #000;
    box-shadow: 4px 4px 0 #000;
    transition: 0.1s;
}
.social-item:hover {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0 #000;
    background: #FFD700;
}

/* Categories List */
.grungy-list { list-style: none; padding: 0; }
.grungy-list li {
    margin-bottom: 10px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}
.grungy-list li a {
    text-decoration: none;
    color: #000;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
}
.grungy-list li a:hover { color: #FFD700; }
.count {
    background: #000;
    color: #fff;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Tag Cloud */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-item {
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
    padding: 4px 10px;
    font-size: 0.8rem;
    font-weight: 700;
    background: #fff;
    box-shadow: 3px 3px 0 #000;
}
.tag-item:hover { background: #FFD700; }

/* Tabs & Newsletter */
.tab-headers { display: flex; gap: 5px; margin-bottom: 15px; border-bottom: 3px solid #000; padding-bottom: 10px; }
.tab-link { background: #fff; border: 2px solid #000; padding: 5px 15px; font-weight: 900; cursor: pointer; }
.tab-link.active { background: #FFD700; box-shadow: 4px 4px 0 #000; }

.mini-post { display: flex; align-items: center; gap: 15px; padding: 10px 0; border-bottom: 1px dashed #000; }
.post-count { font-weight: 900; color: #FFD700; -webkit-text-stroke: 1px #000; }

.mini-post a {
  color: #000;
  text-decoration: none;
  font-family: Bebas Neue, sans-serif;
}

.btn-block-grungy {
    width: 100%;
    margin-top: 15px;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: 12px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 4px 4px 0 #FFD700;
}

/* Social Icons sizing */
.social-item i {
    font-size: 1.2rem;
}

/* Category Icons */
.grungy-list li a i {
    margin-right: 10px;
    font-size: 0.8rem;
    color: #FFD700;
    -webkit-text-stroke: 1px #000; /* Matching your heavy stroke style */
}

/* Tab Icons */
.tab-link i {
    margin-right: 5px;
}

/* Newsletter Button Icon */
.btn-block-grungy i {
    margin-left: 8px;
    font-size: 0.9rem;
}

/* Hard Shadow Hover for Socials */
.social-item:hover {
    background: #FFD700;
    transform: translate(-3px, -3px);
    box-shadow: 7px 7px 0 #000;
}



/*Comments Area*/

/* --- Comments Area --- */
.comments-area {
    margin-top: 50px;
}

.comments-title {
    font-family: 'Arial Black', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 30px;
    background: #FFD700;
    display: inline-block;
    padding: 5px 15px;
    border: 3px solid #000;
    transform: rotate(-1deg);
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-body {
    border: 3px solid #000;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 6px 6px 0px #000;
    border-radius: 8px;
}

/* Indentation for Replies */
.comment-list .children {
    list-style: none;
    padding-left: 40px; /* This creates the indentation */
    border-left: 3px dashed #000;
    margin-left: 20px;
}

.comment-author .fn {
    background: #000;
    color: #FFD700;
    padding: 2px 8px;
    text-transform: uppercase;
    font-weight: 900;
}
.comment-author .fn a{
    color: #FFD700;
    text-decoration: none;
}

.avatar {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    margin-right: 10px;
    vertical-align: middle;
}

.comment-metadata a {
    font-size: 0.8rem;
    color: #666;
    text-decoration: none;
    font-weight: 700;
}

.comment-content {
    margin: 15px 0;
    font-weight: 600;
}

/* Reply Link Button */
.comment-reply-link {
    display: inline-block;
    background: #fff;
    border: 2px solid #000;
    padding: 5px 12px;
    font-size: 0.8rem;
    font-weight: 900;
    text-decoration: none;
    color: #000;
    box-shadow: 3px 3px 0px #000;
    transition: 0.1s;
}

.comment-reply-link:hover {
    background: #FFD700;
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0px #000;
}

/* Comment Form Styling */
.comment-respond {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 3px solid #000;
}

.comment-form textarea, 
.comment-form input {
    width: 100%;
    border: 3px solid #000;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    outline: none;
}

.comment-form-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.comment-form a{
  color: #000;
}
/* Responsive Indentation */
@media (max-width: 768px) {
    .comment-list .children {
        padding-left: 15px;
        margin-left: 10px;
    }
    .comment-form-inputs {
        grid-template-columns: 1fr;
    }
}



/*Main Menu*/

/* --- Dropdown Container --- */
.grungy-dropdown {
    position: relative;
    display: inline-block;
}

/* The actual list */
.grungy-dropdown-list {
    position: absolute;
    top: 100%;
    width: 230px;
    left: 0;
    display: none; /* Hidden by default */
    background-color: #fff;
    border: 3px solid #000;
    box-shadow: 6px 6px 0px #000;
    min-width: 200px;
    z-index: 1000;
    padding: 0px 0;
}

/* Show on Hover (Desktop) */
.grungy-dropdown:hover > .grungy-dropdown-list {
    display: block;
}

/* Dropdown Links */
.dropdown-link {
    display: block;
    padding: 12px 20px;
    color: var(--black);
    text-transform: uppercase;
    font-family: Bebas Neue, sans-serif;
    font-size: 28px;
    line-height: 28px;
    transition: all .3s;
    transition: 0.2s;
    text-decoration: none;
}

.dropdown-link:hover {
    background-color: #FFD700; /* Your Yellow */
}

/* --- Nested (Level 2) Logic --- */
.grungy-dropdown-nested {
    position: relative;
}

.grungy-dropdown-list.nested {
    top: -3px;
    left: 100%;
}

.grungy-dropdown-nested:hover > .grungy-dropdown-list.nested {
    display: block;
}

/* Icon Tweak */
.grungy-dropdown i {
    font-size: 0.7rem;
    margin-left: 5px;
    position: absolute;
    top: 6px;
}

.grungy-dropdown-nested i {
  top:20px
}

/* Responsive Indentation */
@media screen and (max-width: 991px) {
  /* --- Dropdown Container --- */
  .grungy-dropdown {
      position: relative;
      display: block;
  }

  /* The actual list */
  .grungy-dropdown-list {
      position: static;
      width: 220px;
      top: 100%;
      w: 0;
      display: block; /* Hidden by default */
      background-color: transparent;
      border: 0;
      box-shadow: 0;
      min-width: auto;
      z-index: 1000;
      padding: 10px 0;
      box-shadow: none;
  }

  /* Show on Hover (Desktop) */
  .grungy-dropdown:hover > .grungy-dropdown-list {
      display: block;
  }

  /* Dropdown Links */
  .dropdown-link {
      display: block;
      padding: 8px 20px;
      padding-left: 30px;
      color: #000;
      text-align: left;
      text-decoration: none;
      display: flex;
      align-items: center;
      font-size: 26px;
  }

  .dropdown-link:hover {
      background-color: #FFD700; /* Your Yellow */
  }

  /* --- Nested (Level 2) Logic --- */
  .grungy-dropdown-nested {
      position: relative;
  }

  .grungy-dropdown-list.nested {
      top: -3px;
      left: 100%;
  }

  .grungy-dropdown-nested:hover > .grungy-dropdown-list.nested {
      display: block;
  }

  /* Icon Tweak */
  .grungy-dropdown i {
      font-size: 0.7rem;
      margin-left: 5px;
  }



/* On mobile, we make the indicator even more obvious */
    .grungy-dropdown-list .dropdown-link::before {
        content: "â”€"; /* An L-bracket look */
        font-size: 1.1rem;
        top: 10px;
        margin-right: 10px;
    }

    .grungy-dropdown-list.nested .dropdown-link::before {
        content: "â”€â”€"; /* An L-bracket look */
        font-size: 1.1rem;
        top: 10px;
        margin-right: 10px;
    }
    
    /* Ensure the list doesn't have a shadow on mobile so it stays clean */
    .grungy-dropdown-list {
        box-shadow: none;
    }  

}

.top-blog-title a {
  color: #000;
  text-decoration: none;
}


:root {
    --tft-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    --tft-shadow: 6px 6px 0px var(--black);
    --tft-border: 2px solid var(--black);
    --tft-radius: 15px;
}



/* --- Masonry Gallery --- */
.tft-masonry-section {
    background-color: var(--grey-bg);
    padding-block: clamp(3rem, 8vw, 6rem);
}

.tft-masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(220px, 22vw, 350px);
    gap: 20px;
}

.tft-masonry-item {
    position: relative;
    border: var(--tft-border);
    border-radius: var(--tft-radius);
    overflow: hidden;
    background: var(--black);
    transition: var(--tft-transition);

    transition: all .3s;
}

.tft-card-2 { grid-row: span 2; }

.tft-masonry-link {
    display: block;
    width: 100%;
    height: 100%;
}

.tft-masonry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.1);
    transition: var(--tft-transition);
}

.tft-masonry-item:hover .tft-masonry-img {
    filter: grayscale(0%) contrast(1);
    transform: scale(1.08);
}

.tft-masonry-meta {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--black);
    color: var(--yellow);
    font-family: 'Bebas Neue', sans-serif;
    padding: 4px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    z-index: 2;
}

.tft-masonry-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: clamp(15px, 2vw, 25px);
    opacity: 1;
    transition: var(--tft-transition);
}

.tft-masonry-title {
    color: var(--white);
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.4rem, 2vw, 2rem);
    text-transform: uppercase;
    line-height: 0.9;
}

/* --- Intersection Observer Animations --- */
.tft-section-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s var(--tft-transition), transform 1s var(--tft-transition);
}

.tft-animate-in {
    opacity: 1;
    transform: translateY(0);
}

.tft-masonry-item:hover .tft-masonry-number {
  display: none;
}

/* --- Responsive Helpers --- */
@media screen and (max-width: 991px) {
    .tft-editorial-grid {
        grid-template-columns: 1fr;
    }
    .tft-masonry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tft-nav__dropdown-list {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none;
        border: none;
        padding-inline-start: 20px;
        transform: none;
    }
    .tft-nav__dropdown-wrapper.tft-is-active .tft-nav__dropdown-list {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .tft-masonry-grid {
        grid-template-columns: 1fr;
    }
}



/* Animations */
@keyframes tftGlitch {
  0% { transform: translate(0) }
  20% { transform: translate(-2px, 2px) }
  40% { transform: translate(-2px, -2px) }
  60% { transform: translate(2px, 2px) }
  80% { transform: translate(2px, -2px) }
  100% { transform: translate(0) }
}
@keyframes tftFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.tft-section-reveal {
  opacity: 0;
  visibility: hidden;
}
.tft-section-reveal.tft-animate-in {
  opacity: 1;
  visibility: visible;
  animation: tftFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}




/* --- Trending Stories Masonry V3 - Elite Refinements --- */
.tft-masonry-number {
    position: absolute;
    top: 20px;
    inset-inline-start: 20px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 4.5rem);
    line-height: 0.8;
    color: var(--white);
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
    transition: var(--tft-transition);
}

.tft-masonry-item:hover .tft-masonry-number {
    opacity: 0.8;
    color: var(--yellow);
    transform: scale(1.1) rotate(-5deg);
}

.tft-masonry-overlay {
    backdrop-filter: blur(4px); /* Glassmorphism */
    -webkit-backdrop-filter: blur(4px);
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: var(--tft-transition);
}

.tft-masonry-item:hover .tft-masonry-overlay {
    backdrop-filter: none; /* Normalize on hover for clarity */
    -webkit-backdrop-filter: none;
}

.tft-masonry-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
}

.tft-author {
    font-weight: 800;
    color: var(--yellow);
}

/* Grungy Corner Brackets */
.tft-masonry-link::before,
.tft-masonry-link::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 0px solid var(--yellow);
    transition: var(--tft-transition);
    pointer-events: none;
    z-index: 5;
    opacity: 0;
}

/* Top-Left Bracket */
.tft-masonry-link::before {
    top: 0;
    inset-inline-start: 0;
    border-top-width: 2px;
    border-inline-start-width: 2px;
}

/* Bottom-Right Bracket */
.tft-masonry-link::after {
    bottom: 0;
    inset-inline-end: 0;
    border-bottom-width: 2px;
    border-inline-end-width: 2px;
}

.tft-masonry-item:hover .tft-masonry-link::before {
    top: 15px;
    inset-inline-start: 15px;
    opacity: 1;
}

.tft-masonry-item:hover .tft-masonry-link::after {
    bottom: 15px;
    inset-inline-end: 15px;
    opacity: 1;
}

/* Responsive adjustments for V3 */
@media screen and (max-width: 767px) {
    .tft-masonry-number {
        font-size: 3rem;
    }
}




/* --- Modern Grungy Footer --- */

.site-footer {
    background: #111;
    color: #fff;
    padding: 80px 0 30px;
    border-top: 5px solid #000;
    margin-top: 60px;
}

.footer-logo img {
  width: 200px;
  margin-bottom: 40px;
}

.site-footer .row {
  margin-left: -60px;
}

.footer-widget {
    margin-bottom: 40px;
    padding-left:60px;
    padding-right: 0px;
}

.footer-widget p {
  margin-bottom: 20px;
}

.footer-title {
    font-family: 'Arial Black', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #FFD700; /* Yellow accent */
    margin-bottom: 25px;
    display: inline-block;
    border-bottom: 3px solid #FFD700;
    margin-top: 0;
}

.footer-description {
    line-height: 1.8;
    color: #ccc;
    font-weight: 500;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #FFD700;
    padding-left: 8px;
}

/* Newsletter in Footer */
.footer-newsletter {
    display: flex;
    border: 0px solid #fff;
    background: #fff;
}

.footer-newsletter input {
    border: none;
    padding: 12px;
    flex-grow: 1;
    outline: none;
    font-weight: 900;
    color: #333;
    width: 100%;
}

.footer-newsletter button {
    background: #000;
    color: #FFD700;
    border: none;
    padding: 0 20px;
    font-weight: 900;
    cursor: pointer;
}

/* Bottom Bar */
.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.copyright-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-flex p a {
  color: #fff;
}
.back-to-top {
    background: #FFD700;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 900;
    border: 3px solid #000;
    box-shadow: 4px 4px 0 #fff;
    transition: 0.1s;
}

.back-to-top:hover {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0 #fff;
}



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

  .site-footer .row {
      margin-left: 0px;
      margin-right: 0px;
  }
  .footer-widget {
      margin-bottom: 40px;
      padding-left: 10px;
      padding-right: 10px;
  }

  .footer-description {
    width:70%;
  }

}



/* Footer Widget Overrides */
.site-footer .grungy-card {
    background: transparent;
    border-color: #fff;
    color: #fff;
    box-shadow: 5px 5px 0 #333;
}

.site-footer .widget-title {
    color: #FFD700;
}

.site-footer .search-input {
    border-color: #fff;
}

.site-footer .author-badge {
    border: 2px solid #FFD700;
    color: #FFD700;
}

.site-footer .social-item {
    border-color: #fff;
    color: #fff;
}

.site-footer .social-item:hover {
    background: #FFD700;
    color: #000;
}

/* --- Fix for Footer Nav Menu Widget --- */

.site-footer .widget_nav_menu ul {
    list-style: none !important; /* Removes those dots */
    padding: 0 !important;
    margin: 0 !important;
}

.site-footer .widget_nav_menu ul li {
    margin-bottom: 0px;
    padding: 0;
    margin-left: -20px;
    padding-left: 20px;
}

.site-footer .widget_nav_menu ul li a {
    color: #fff !important; /* Removes default blue link color */
    text-decoration: none;
    font-family: Syne, sans-serif; /* Use your theme's font variable */
    font-size: 19px;
    font-weight: 700;
    transition: 0.2s ease-in-out;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
    text-transform: capitalize;
}

.site-footer .widget_nav_menu ul li a:hover {
    color: #FFD700 !important; /* Your signature yellow */
    transform: translateX(5px);
}

/* Fix for the sub-menu dots if they appear */
.site-footer .widget_nav_menu ul.sub-menu {
    padding-left: 15px !important;
    margin-top: 5px !important;
}

.footer-newsletter {
    display: flex;
    flex-direction: column; /* Stacked look like your image */
    gap: 10px;
}

.footer-newsletter input {
    background: #fff;
    border: 3px solid #000;
    padding: 15px;
    font-weight: 800;
    font-family: inherit;
    width: 100%;
}

.footer-newsletter button {
    background: #000;
    color: #fff;
    border: 3px solid #FFD700; /* Yellow highlight border */
    padding: 15px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 4px 4px 0 #FFD700;
}



.e-con-inner {
  max-width: 100% !important;
}


/* 1. Base State for the Item */
.top-blog-item {
    position: relative;
    background: #fff;
    border: 3px solid #000;
    box-shadow: 5px 5px 0px #000;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden; /* Keeps the category inside until we want it seen */
}

/* 2. The Hover Lift & Shadow Growth */
.top-blog-item:hover {
    transform: translate(-4px, -4px);
    box-shadow: 12px 12px 0px #000;
}

/* 3. Handle the Image Zoom */
.top-blog-img-wrapper {
    display: block;
}

.top-blog-img {
    transition: transform 0.4s ease;
    border-radius: 10px !important;
}

.top-blog-item:hover .top-blog-img {
    transform: scale(1.05);
}

/* 4. Fix the Category Display */
.top-blog-category {
    display: none; /* Hidden by default */
    position: absolute;
    top: 30px;
    left: 30px;
    background: #FFD700;
    color: #000;
    padding: 5px 12px;
    font-weight: 900;
    text-transform: uppercase;
    border: 2px solid #000;
    z-index: 10;
}

/* The Trigger: Make Category Block on Hover */
.top-blog-item:hover .top-blog-category {
    display: block !important;
    animation: grungyPop 0.3s forwards;
}

/* 5. Modern Animation for the Category */
@keyframes grungyPop {
    0% {
        transform: scale(0.5) rotate(-5deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* 1. Base State for the Arrow */
.top-blog-read-box .arrow {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform;
}

/* 2. Hover Trigger */
/* When you hover over the main item, the arrow inside spins */
.top-blog-item:hover .arrow {
    transform: rotate(90deg);
    background-color: var(--yellow);
}

/* Optional: If you want the "Read More" text to also shift slightly 
   to emphasize the arrow movement */
.top-blog-item:hover .read-more {
    gap: 12px; /* Increases space between text and arrow if using flex */
}



/* --- Education Item Base --- */
.education-item {
    position: relative;
    background: #fff;
    border: 3px solid #000;
    box-shadow: 6px 6px 0px #000;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

/* --- Card Lift & Shadow Growth --- */
.education-item:hover {
    transform: translate(-4px, -4px);
    box-shadow: 12px 12px 0px #000;
}

/* --- Image Zoom --- */
.education-img-wrapper {
    overflow: hidden;
    display: block;
}

.education-img {
    transition: transform 0.5s ease;
}

.education-item:hover .education-img {
    transform: scale(1.08);
}

/* --- Arrow Slide Animation --- */
.top-blog-arrow {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-10px);
    opacity: 0.7;
}

.education-item:hover .top-blog-arrow {
    transform: translateX(5px);
    opacity: 1;
}

/* --- Title Color Change --- */
.education-item:hover .education-title {
    color: #FFD700; /* Signature Yellow */
    -webkit-text-stroke: 1px #000; /* Makes it pop */
}

/* --- Decoration Icon Spin --- */
.main-title:hover .title-icon {
    animation: grungySpin 2s linear infinite;
}

@keyframes grungySpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Triggers hover styles when tabbing through links */
.education-item:focus-within {
    transform: translate(-4px, -4px);
    box-shadow: 12px 12px 0px #000;
    outline: none;
}

.business-item {
  box-shadow: 5px 0px 0px #000;
}
.business-item:hover {
  box-shadow: 5px 4px 0px #000;
}

/* --- Simple Underline Hover for Overlay Items --- */

/* 1. Ensure the title is ready for the line */
._2col-blogs-title {
    position: relative;
    display: inline-block; /* Crucial for the line width */
    padding-bottom: 5px;   /* Space for the line */
    transition: color 0.3s ease;
}

/* 2. Create the hidden line */
._2col-blogs-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0; /* Start at 0 */
    height: 2px; /* Thickness of the grungy line */
    background-color: #000; /* Your signature yellow */
    transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); /* Smooth expansion */
}

/* 3. Expand the line to 100% on hover */
._2col-blogs-item:hover ._2col-blogs-title::after {
    width: 100%;
}

/* 4. Optional: Subtle title color shift */
._2col-blogs-item:hover ._2col-blogs-title {
    color: ;
}

/* 5. Keep the image zoom very tiny so it doesn't distract */
._2col-blogs-item:hover ._2col-blogs-img {
    transform: scale(1.02);
}

/* --- Sophisticated Travel Module Hover --- */

/* 1. Base State */
.travel-item {
    display: flex;
    align-items: center;
    padding: 25px 0; /* Adjust to match your HTML spacing */
    background: transparent;
    border-bottom: 2px solid #000; /* Subtle separator line */
    text-decoration: none;
    position: relative;
    transition: padding 0.3s ease;
}

/* 2. Hover State: Subtle "Push" effect */
.travel-item:hover {
    padding-left: 10px; /* Item slides slightly right */
}

/* 3. The Yellow Travel Icon: "Throb" effect */
.travel-comment {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.travel-item:hover .travel-comment {
    transform: scale(1.1) rotate(-3deg);
    filter: drop-shadow(4px 4px 0px rgba(0,0,0,0.1));
}

/* 4. The Title: Simple Boldness */
.travel-title {
    color: #000;
    margin: 0 20px;
    flex-grow: 1;
    transition: color 0.2s ease;
}

.travel-item:hover .travel-title {
    color: #000;
    text-decoration: underline; /* Standard, clean interaction */
}

/* 5. The "Read More" Button: The Main Event */
.read-more-travel {
    background: transparent;
    border: 2px solid #000;
    border-radius: 50px; /* Matches your pill shape */
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 2px 2px 0px #000;
}

.travel-item:hover .read-more-travel {
    background: #FFD700; /* Subtle color splash on the button only */
    box-shadow: 4px 4px 0px #000;
    transform: translate(-2px, -2px);
}

/* 6. The Arrow inside the button: "Launch" effect */
.read-more-travel .arrow {
    transition: transform 0.3s ease;
}

.travel-item:hover .read-more-travel .arrow {
    transform: translateY(-3px) translateX(2px); /* Diagonal "up-right" launch */
}


.entertanment-list {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    /* This tells the grid: "Fit as many as you can, at least 250px wide, max 1fr" */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.entertanment-list {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

/* Default 4 columns */
.entertanment-list.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* 3 columns if user chose 3 items */
.entertanment-list.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* 2 columns if user chose 2 items */
.entertanment-list.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* Mobile Responsibility */
@media (max-width: 768px) {
    .entertanment-list.grid-cols-4,
    .entertanment-list.grid-cols-3,
    .entertanment-list.grid-cols-2 {
        grid-template-columns: 1fr 1fr; /* 2 columns on tablet */
    }
}

@media (max-width: 480px) {
    .entertanment-list.grid-cols-4,
    .entertanment-list.grid-cols-3,
    .entertanment-list.grid-cols-2 {
        grid-template-columns: 1fr; /* 1 column on phone */
    }
}

/* --- Heavy Grungy Entertainment Hover --- */

/* 1. The Card Container */
.entertanment-item {
    background: #fff;
    border: 3px solid #000;
    box-shadow: 2px 2px 0px #000; /* Chunky default shadow */
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 10px; /* Optional: adds a white frame around the content */
}

/* 2. The Lift & Shadow Growth */
.entertanment-item:hover {
    transform: translate(-6px, -6px); /* Stronger lift */
    box-shadow: 8px 8px 0px #000; /* Swaps to big yellow shadow */
}

/* 3. Image Zoom with Border */
.entertanment-img-wrapper {
    overflow: hidden;
    border: 2px solid #000;
    margin-bottom: 15px;
}

.entertanment-img {
    transition: transform 0.5s ease;
}

.entertanment-item:hover .entertanment-img {
    transform: scale(1.1) rotate(1deg); /* Slight tilt for that grungy feel */
}

/* 4. Title: The 0-100 Underline + Color Shift */
.entertanment-title {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}


.entertanment-item:hover .entertanment-title::after {
    width: 100%;
}


/* --- Read More Arrow Special Interaction --- */

/* 1. Base State for the Arrow Wrapper */


/* 2. Base State for the Image inside the Wrapper */
.entertanment-read-more .arrow img {
    transition: transform 0.3s ease;
    display: block;
}

/* 3. Hover State: Triggered when the card or button is hovered */
.entertanment-item:hover .arrow {
    background-color: #FFD700; /* BG turns yellow */
}

.entertanment-item:hover .arrow img {
    transform: rotate(90deg); /* Arrow spins 90 degrees */
}


/* --- Social Icon Styling --- */

.social-icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px; /* Space between icon and text */
}

/* Image styling */
.social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Font Icon styling */
.social-font-icon {
    font-size: 32px; /* Adjust size to match the 48px PNG icons */
    color: #000;
    transition: all 0.3s ease;
}

.social-item:hover .social-font-icon {
  
    transform: scale(1.1);
}

/* Ensure Font Awesome SVGs from Elementor behave */
.social-font-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}




/* --- Team Grid Styles --- */
.team-section {
    padding: 80px 0;
}

.team-grid {
    display: grid;
    gap: 30px;
}

.team-grid-4 { grid-template-columns: repeat(4, 1fr); }
.team-grid-3 { grid-template-columns: repeat(3, 1fr); }

/* The Item Card */
.team-item {
    background: #fff;
    border: 3px solid #000;
    padding: 15px;
    box-shadow: 8px 8px 0px #000;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
}

.team-item:hover {
    transform: translate(-5px, -5px);
    box-shadow: 15px 15px 0px #FFD700; /* Swaps to Yellow Shadow */
}

/* Image Styling */
.team-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 2px solid #000;
    margin-bottom: 20px;
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: grayscale(100%); /* Cool Grungy effect */
}

.team-item:hover .team-img {
    transform: scale(1.1);
    filter: grayscale(0%); /* Color pops on hover */
}

/* Info Styling */
.team-name {
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
}

.team-role {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.team-line {
    width: 0;
    height: 3px;
    background: #FFD700;
    margin: 15px auto 0;
    transition: width 0.4s ease;
}

.team-item:hover .team-line {
    width: 60px; /* Line expands on hover */
}

/* Responsive */
@media (max-width: 991px) {
    .team-grid-4, .team-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .team-grid-4, .team-grid-3 { grid-template-columns: 1fr; }
}

/* --- Team Title Spacing --- */
.team-section .main-title {
    margin-bottom: 50px; /* Space between title and the cards */
}

/* Ensure the team line in the cards looks sharp */
.team-line {
    width: 30px; /* Smaller starting point */
    height: 4px;
    background: #000;
    margin: 15px auto 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-item:hover .team-line {
    width: 80px;
    background: #FFD700; /* Turns yellow on hover */
}

.top-blog-category a {
  color: #000;
  text-decoration: none;
}


/* --- Category Index Grid --- */
.category-grid {
    display: grid;
    gap: 30px;
    padding: 60px 0;
}

.cat-grid-4 { grid-template-columns: repeat(4, 1fr); }
.cat-grid-3 { grid-template-columns: repeat(3, 1fr); }
.cat-grid-2 { grid-template-columns: repeat(2, 1fr); }

.category-card {
    background: #fff;
    border: 3px solid #000;
    padding: 30px;
    text-decoration: none;
    color: #000;
    box-shadow: 8px 8px 0px #000;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.category-card:hover {
    transform: translate(-6px, -6px);
    box-shadow: 15px 15px 0px #FFD700;
    border-color: #000;
}

.cat-count {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFD700;
    margin-bottom: 10px;
}

.cat-count span {
    color: #000;
    margin-left: 5px;
}

.cat-name {
    font-size: 32px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-weight: 900;
}

.cat-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 25px;
}

.cat-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.cat-btn img {
    transition: transform 0.3s ease;
}

.category-card:hover .cat-btn img {
    transform: translateX(5px);
}




/* Mobile */
@media (max-width: 991px) {
    .category-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .category-grid { grid-template-columns: 1fr; }
}


/* --- Complete Contact Form 7 Brutalist Overhaul --- */

/* 1. Force the Form Wrapper to use a clean vertical column layout */
.w-form form.wpcf7-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* 2. Target the CF7 form control spans to ensure fields stack correctly */
.w-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 20px; /* Uniform spacing between fields */
}

/* 3. Style the Input Fields & Textareas exactly like your screenshot */
.w-form .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100% !important;
    padding: 15px 25px !important;
    border: 2px solid #000000 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-family: inherit;
    box-sizing: border-box !important;
    border-radius: 30px !important; /* Makes them those clean pill-shapes */
    box-shadow: none !important;     /* Disables the heavy box-shadow for inputs if needed */
    transition: all 0.2s ease-in-out;
}

/* 4. Style the Textarea (Message field) individually for heights and rounded corners */
.w-form textarea.wpcf7-form-control {
    min-height: 140px !important;
    border-radius: 20px !important; /* Slightly tighter radius so deep textareas look proportional */
    resize: vertical;
}

/* 5. Field Focus State Interaction */
.w-form .wpcf7-form-control:not(.wpcf7-submit):focus {
    outline: none !important;
    border-color: #000000 !important;
    background-color: #fafafa !important;
}

/* 6. The Big Yellow Custom Submit Button */
.w-form .wpcf7-submit {
    width: 100% !important;
    background-color: #FFD700 !important; /* Your signature yellow */
    color: #000000 !important;
    padding: 16px 40px !important;
    border: 2px solid #000000 !important;
    border-radius: 30px !important; /* Match field rounding */
    font-size: 20px !important;
    font-weight: 900 !important;   /* Heavy bold text styling */
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out;
    box-shadow: none !important;
    margin-top: 10px;
}

/* Button Hover State */
.w-form .wpcf7-submit:hover {
    background-color: #000000 !important;
    color: #FFD700 !important; /* Inverts color cleanly on hover */
}

.wpcf7-form br {
  display: none;
}
 .wpcf7-textarea {
  height: 140px; 
 }


 .contact-img-wrapp img {
  border-radius: 10px !important;
 }


 /* --- Updated Accordion Interactivity Mechanics --- */

/* Base state: Hide the answer drawer completely by default */
.accordion_item .dropdown-list {
    display: none;
    padding: 20px 20px 55px;
    transition: all 0.3s ease-in-out;
    border-top: 0;
}

/* Open State: Show the drawer content when the parent card has the class hook */
.accordion_item.is-open {
    box-shadow: 0px 0px 0px #FFD700; /* Signature active box pop */
    border-color: #000000;
}

.accordion_item.is-open .dropdown-list {
    display: block; /* Reveals text instantly/smoothly */
}

/* Keep your accordion toggle spacing clean */
.accordion_toggle {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
}

#menu-main-menu {
  margin-bottom: 0;
}

/*Home 2*/

/* --- Grungy Brutalist Hero Slider Styles --- */
.grungy-slider-section {
    padding: 40px 0;
    position: relative;
}

.grungy-hero-swiper {
    position: relative;
    border: 3px solid #000000;
    box-shadow: 12px 12px 0px #000000;
    background: #ffffff;
}

.slide-inner-box {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr; /* Asymmetric side-by-side split */
    min-height: 500px;
}

.slide-img-side {
    border-right: 3px solid #000000;
    overflow: hidden;
}

.slide-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide-content-side {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.slide-sub {
    font-size: 14px;
    font-weight: 900;
    color: #555555;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.slide-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

/* Yellow Action Button inside slider */
.slide-btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #FFD700;
    color: #000000;
    text-decoration: none;
    padding: 15px 35px;
    border: 3px solid #000000;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 5px 5px 0px #000000;
    transition: all 0.2s ease;
}

.slide-btn:hover {
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0px #000000;
}

/* Custom Navigation Box Arrows */
.grungy-swiper-next, .grungy-swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 3px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 4px 4px 0px #000000;
    transition: all 0.2s ease;
}

.grungy-swiper-next:hover, .grungy-swiper-prev:hover {
    background: #FFD700;
    transform: translateY(-50%) translate(-2px, -2px);
    box-shadow: 6px 6px 0px #000000;
}

.grungy-swiper-prev { left: 20px; }
.grungy-swiper-next { right: 20px; }
/* Invert the arrow image for the previous button */
.grungy-swiper-prev img { transform: rotate(180deg); }

/* Responsive adjustments */
@media (max-width: 991px) {
    .slide-inner-box {
        grid-template-columns: 1fr;
    }
    .slide-img-side {
        border-right: none;
        border-bottom: 3px solid #000000;
        height: 300px;
    }
    .slide-title { font-size: 38px; }
}



/* Ensure the Swiper container remains rigidly locked within layout borders */
.grungy-hero-swiper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important; /* Prevents the horizontal breakout */
    position: relative;
    display: block;
}

/* Force Swiper slides to match parent sizing rules accurately */
.grungy-hero-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
}

.grungy-hero-swiper .swiper-slide {
    flex-shrink: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* --- Optimized Grungy Slider Layout --- */

.grungy-hero-swiper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    border: 3px solid #000000;
    box-shadow: 12px 12px 0px #000000;
    background: #ffffff;
}

/* 1. Force a strict 50/50 side-by-side grid split */
.slide-inner-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Strict equal half-and-half split */
    min-height: 550px; /* Adjust height based on your design preference */
    width: 100%;
}

/* 2. Image Wrapper Container: Force it to expand completely */
.slide-img-side {
    position: relative;
    width: 100%;
    height: 100%; /* Spans the entire height of the slide */
    border-right: 3px solid #000000;
    overflow: hidden;
}

/* 3. The Secret Sauce: Object-Fit Cover prevents image distortion */
.slide-img-side img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Crops cleanly to fill space without squeezing or stretching */
    object-position: center !important; /* Centers the focus point of your featured graphic */
    display: block;
}

/* 4. Text Content Side Container */
.slide-content-side {
    padding: 50px 50px 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    box-sizing: border-box;
}

.slide-title {
    font-size: 40px; /* Slightly scaled down so huge titles fit comfortably in 50% width */
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}


/* --- Mobile Responsive Rules --- */
@media (max-width: 991px) {
    /* Switch from 50/50 split to a single stacked block layout */
    .slide-inner-box {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    /* Give the image a fixed, proportional height box on mobile */
    .slide-img-side {
        border-right: none;
        border-bottom: 3px solid #000000;
        height: 320px; /* Explicit height so it looks like a clean card top */
    }

    .slide-content-side {
        padding: 35px 25px; /* Tighter padding for mobile screens */
    }

    .slide-title {
        font-size: 20px; /* Scales down smoothly on small viewports */
    }
}



/* --- Grungy Hybrid Grid Styles --- */
.grungy-hybrid-grid-section {
    padding: 60px 0;
}

.hybrid-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Exact 3-column distribution split */
    gap: 30px;
    align-items: stretch;
}

/* Base Card Framing Rules */
.hybrid-col.large-card {
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: 8px 8px 0px #000000;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hybrid-col.large-card:hover {
    transform: translate(-5px, -5px);
    box-shadow: 14px 14px 0px #FFD700;
}

.hybrid-img-wrapper {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 3px solid #000000;
    display: block;
}

.hybrid-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hybrid-col.large-card:hover .hybrid-img-wrapper img {
    transform: scale(1.06);
}

.hybrid-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hybrid-meta {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: #666666;
    margin-bottom: 10px;
}

.hybrid-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.hybrid-title a, .hybrid-list-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hybrid-title a:hover, .hybrid-list-title a:hover {
    color: #FFD700;
}

.hybrid-excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #444444;
    margin: 0;
}

/* --- Center Column Stack Styling --- */
.list-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.hybrid-list-item {
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: 6px 6px 0px #000000;
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 20px;
    transition: all 0.2s ease;
}

.hybrid-list-item:hover {
    transform: translate(-3px, -3px);
    box-shadow: 10px 10px 0px #000000;
}

.hybrid-list-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border: 2px solid #000000;
    overflow: hidden;
}

.hybrid-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hybrid-list-info {
    flex: 1;
}

.hybrid-list-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}

/* --- Responsive Layout Breaks --- */
@media (max-width: 1199px) {
    .hybrid-main-grid {
        grid-template-columns: 1fr 1fr; /* Switch to 2 columns on tablets */
    }
    .hybrid-col.large-card:last-child {
        grid-column: span 2; /* Stretch final post across baseline */
    }
}

@media (max-width: 767px) {
    .hybrid-main-grid {
        grid-template-columns: 1fr; /* Standard single-column stack on smartphones */
    }
    .hybrid-col.large-card:last-child {
        grid-column: span 1;
    }
    .hybrid-title {
    font-size: 18px;}
}

/* --- Refined Hybrid Layout Spacing Overrides --- */

.grungy-hybrid-grid-section .main-title {
    margin-bottom: 45px;
}

/* Tighten center stack flex gaps for 4 entries */
.list-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px !important; /* Reduced from 20px to balance heights */
    justify-content: space-between;
}

.hybrid-list-item {
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: 6px 6px 0px #000000;
    display: flex;
    align-items: center;
    padding: 15px 15px !important; /* Slightly tighter padding */
    gap: 15px !important;
    transition: all 0.2s ease;
}

/* Ensure clean thumbnail frame scaling dimensions */
.hybrid-list-thumb {
    width: 65px !important; /* Balanced size constraints */
    height: 65px !important;
    flex-shrink: 0;
    border: 2px solid #000000;
    overflow: hidden;
}

.hybrid-list-title {
    font-size: 22px !important; /* Keeps text inside bounds gracefully */
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}



/* ==========================================================================
   Header Style 2 Layout (Full Width Canvas / Inner Boxed Structure)
   ========================================================================== */

.full-width-header {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important; /* Forces layout flush edge-to-edge */
}

.header-boxed-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* --- Top Bar Structural Mechanics --- */
.h2-top-bar {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3px solid #000000;
    padding: 10px 20px;
    box-sizing: border-box;
}

.h2-top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Social Icon Blocks */
.h2-socials {
    display: flex;
    gap: 15px;
}

.h2-socials a {
    color: #000000;
    font-size: 16px;
    width: 32px;
    height: 32px;
    border: 2px solid #000000;
    border-radius: 50%; /* Keeps icons encased in smooth rounds */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.h2-socials a:hover {
    background-color: #FFD700;
    transform: scale(1.1);
}

/* Search Trigger Box Button */
.h2-search-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    user-select: none;
}

.h2-search-trigger:hover i {
    color: #FFD700;
}

/* Main Navbar Structural Realignment */
.header-style-2 .navbar {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3px solid #000000;
    padding: 15px 20px;
    box-sizing: border-box;
}

.inner-navbar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ==========================================================================
   Full Page Brutalist Search Modal Overlay Integration
   ========================================================================== */
.grungy-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98); /* Heavy crisp light mask overlay */
    z-index: 99999; /* Forces layer layout priority stack */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

/* Visibility Hook state toggled via javascript rules */
.grungy-search-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.close-search-overlay {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 60px;
    font-weight: 300;
    color: #000000;
    cursor: pointer;
    user-select: none;
    transition: transform 0.2s ease;
}

.close-search-overlay:hover {
    color: #FFD700;
    transform: rotate(90deg);
}

/* Brutalist Modal Form Architecture inputs */
.search-overlay-content {
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
}

.grungy-brutalist-search-form {
    display: flex;
    gap: 15px;
    border: 4px solid #000000;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 10px 10px 0px #000000;
}

.search-input-field {
    flex: 1;
    border: none !important;
    outline: none !important;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: inherit;
    padding: 10px;
    width: 100%;
}

.search-submit-btn {
    background-color: #FFD700;
    color: #000000;
    border: 3px solid #000000;
    font-size: 20px;
    font-weight: 900;
    padding: 0 35px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.search-submit-btn:hover {
    background-color: #000000;
    color: #FFD700;
}


/* --- Header 1 Search Icon Execution Styles --- */
.inner-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.h1-search-trigger {
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    user-select: none;
    margin-left: 10px;
    margin-right: 15px;
}

.h1-search-trigger:hover i {
    color: #FFD700;
    transform: scale(1.15);
}

/* --- Mobile Responsive Alignment Optimization --- */
@media (max-width: 991px) {
    /* Keeps the logo left, and moves both actions to the far right side */
    .inner-navbar {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .h1-search-trigger {
        margin-left: auto !important; /* Locks positions flush */
        margin-right: 10px !important; 
        font-size: 20px; /* Slightly larger targets for touch interactive items */
        z-index: 50; /* Keeps it layered above layout menu layers */
    }

    .menu-button {
        margin-left: 0 !important;
    }
}




/* ==========================================================================
   Grungy Personal Profile Hero Screen Section Layout
   ========================================================================== */

.grungy-personal-hero-section {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    /* Calculated viewport height minus height parameters of Header Style 2 */
    height: calc(100vh - 110px); 
    min-height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 3px solid #000000;
}

/* Halftone tint contrast optimization mask overlay layer */
.personal-hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Rich tint layer backing */
    z-index: 1;
}

.personal-hero-container {
    width: 100%;
    max-width: 800px; /* Locked content frame width limit bounds */
    padding: 0 20px;
    position: relative;
    z-index: 5;
    text-align: center;
}

.personal-hero-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- Avatar Image Framing Engine --- */
.personal-avatar-wrapper {
    width: 130px;
    height: 130px;
    border: 4px solid #000000;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 6px 6px 0px #FFD700; /* Signature active box pop accent color */
    margin-bottom: 30px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.personal-avatar-wrapper:hover {
    transform: scale(1.08) rotate(3deg);
}

.personal-avatar-wrapper img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* --- Typography Formatting Layout Blocks --- */
.personal-greeting-heading {
    font-size: 56px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    text-shadow: 3px 3px 0px #000000; /* High contrast text separation edge */
}

.personal-bio-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #e5e5e5;
    margin: 0 0 35px 0;
    max-width: 650px;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* --- Profile Micro Social Links Area --- */
.personal-hero-links {
    display: flex;
    gap: 15px;
}

.personal-social-link-item {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #000000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 3px 3px 0px #000000;
    transition: all 0.2s ease;
}

.personal-social-link-item:hover {
    background-color: #FFD700;
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0px #000000;
}

/* --- Kinetic Scroll Indicator Footer Node --- */
.personal-hero-scroll-node {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.scroll-node-text {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.scroll-node-bar {
    width: 2px;
    height: 40px;
    background-color: #FFD700;
    animation: grungyPulseHeight 2s infinite ease-in-out;
}

/* Pulse animation handler */
@keyframes grungyPulseHeight {
    0%, 100% { height: 25px; transform: scaleY(1); }
    50% { height: 45px; transform: scaleY(1.2); }
}

/* --- Viewport Screen Break Adaptations --- */
@media (max-width: 767px) {
    .grungy-personal-hero-section {
        height: auto;
        padding: 100px 0 80px 0; /* Ensures natural breathing dimensions on phones */
    }
    
    .personal-greeting-heading {
        font-size: 38px;
    }
    
    .personal-bio-paragraph {
        font-size: 15px;
    }

    .personal-hero-scroll-node {
        display: none; /* Strip decorative indicators off compressed viewports */
    }
}

.e-con {
  padding: 0 !important;
}
.e-con-inner {
  padding: 0 !important;
}

/* ==========================================================================
   Grungy Personal Blog Feed Section Layout
   ========================================================================== */

.grungy-personal-feed-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.personal-feed-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr; /* Asymmetric split grid */
    gap: 50px;
    align-items: start;
}

/* --- Section Heading Accent Style --- */
.personal-feed-heading {
    margin-bottom: 35px;
}

.personal-feed-heading h2 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.heading-accent-line {
    width: 60px;
    height: 5px;
    background-color: #000000;
}

/* --- Left Column: Brutalist Headline Card --- */
.personal-main-card {
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: 10px 10px 0px #000000;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.personal-main-card:hover {
    transform: translate(-4px, -4px);
    box-shadow: 14px 14px 0px #FFD700; /* Turns signature yellow on hover */
}

.main-card-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 3px solid #000000;
    display: block;
}

.main-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.personal-main-card:hover .main-card-img-wrapper img {
    transform: scale(1.04);
}

.main-card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000000;
    color: #ffffff;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    border: 2px solid #ffffff;
}

.main-card-body {
    padding: 35px;
}

.card-meta-date {
    font-size: 12px;
    font-weight: 900;
    color: #666666;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

 Tarik the title text up slightly */
.card-headline {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.card-headline a, .node-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.card-headline a:hover, .node-title a:hover {
    color: #FFD700;
    text-shadow: 1px 1px 0px #000000;
}

.card-excerpt-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 30px 0;
}

/* Interactive Card Link Button */
.card-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #000000;
    color: #ffffff;
    padding: 12px 25px;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
}

.personal-main-card:hover .card-read-btn {
    background: #FFD700;
    color: #000000;
}

/* --- Right Column: Numbered List Stack --- */
.trending-text-stack {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.trending-list-node {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding-bottom: 25px;
    border-bottom: 2px dashed #000000; /* Crisp grid print style divider */
}

.trending-list-node:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.node-number-index {
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    color: #000000;
    background: #FFD700;
    padding: 10px;
    border: 3px solid #000000;
    box-shadow: 4px 4px 0px #000000;
    min-width: 50px;
    text-align: center;
}

.node-content-area {
    flex: 1;
}

.node-meta-tag {
    font-size: 11px;
    font-weight: 900;
    color: #FFD700;
    background-color: #000000;
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 8px;
}

.node-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

.node-date {
    font-size: 12px;
    color: #666666;
}

/* --- Responsive Viewport Conversions --- */
@media (max-width: 991px) {
    .personal-feed-grid {
        grid-template-columns: 1fr; /* Drop asymmetric layers into vertical grids */
        gap: 60px;
    }
    
    .card-headline {
        font-size: 28px;
    }
}

/* ==========================================================================
   Grungy Home 4 Boxed Post Hero Layout
   ========================================================================== */

.grungy-boxed-hero-section {
    padding: 50px 0;
}

/* The actual boxed card holding boundaries together */
.boxed-hero-card {
    position: relative;
    width: 100%;
    min-height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 50px;
    box-sizing: border-box;
    
    /* Neo-Brutalist Frame Mechanics */
    border: 3px solid #000000;
    box-shadow: 12px 12px 0px #000000;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boxed-hero-card:hover {
    transform: translate(-3px, -3px);
    box-shadow: 15px 15px 0px #FFD700; /* Shifts to active theme accent pop */
}

/* Gradient text overlay contrast shield */
.boxed-hero-card .big-post-hero-tint-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9) 100%);
    z-index: 1;
}

.boxed-hero-card .big-post-hero-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 850px;
}

/* --- Hero Large Post Title --- */
.big-post-hero-title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.big-post-hero-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.big-post-hero-title a:hover {
    color: #FFD700;
}

/* --- Meta Footer Layouts --- */
.big-post-hero-meta-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
}

.meta-footer-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.meta-label {
    font-size: 11px;
    font-weight: 900;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meta-value {
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
}

/* --- Rounded Capsule Pill Elements --- */
.meta-pills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.meta-pill-node {
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 3px 14px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.meta-pill-node:hover {
    background-color: #FFD700;
    color: #000000;
    border-color: #000000;
    transform: translateY(-2px);
}

/* --- Responsive Layout Rules --- */
@media (max-width: 767px) {
    .boxed-hero-card {
        padding: 30px 20px;
        min-height: 450px;
    }

    .big-post-hero-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .big-post-hero-meta-footer {
        gap: 20px;
    }
}


/* ==========================================================================
   Grungy Flexible Variable Column Post Grid Component Layouts - FIXED
   ========================================================================== */

.grungy-flexible-grid-section {
    padding: 80px 0;
    /* FIXED: Transparent fallback ensures section adopts your page's custom master bg color */
    background-color: transparent !important; 
}

/* --- Section Header Row Accent Setup --- */
.flex-grid-header {
    margin-bottom: 45px;
    padding: 0 10px;
}

.flex-grid-section-title {
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    color: #000000;
}

.flex-grid-section-accent {
    width: 75px;
    height: 5px;
    background-color: #000000;
}

/* --- Core Display Grid Mechanics --- */
.flex-grid-wrapper {
    display: grid;
    align-items: stretch;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 10px; /* Aligns margins with layout borders cleanly */
}

/* Modifier 1: Standard 3-Column Distribution Split */
.flex-grid-wrapper.cols-3 {
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
}

/* Modifier 2: High-Density 4-Column Distribution - REDUCED GAP TO PREVENT ESCAPE */
.flex-grid-wrapper.cols-4 {
    grid-template-columns: repeat(4, 1fr); 
    gap: 15px !important; /* Tighter gap keeps elements within 1200px container bounds */
}

/* --- Card Frame Mechanics --- */
.flex-grid-card {
    background-color: #ffffff;
    border: 3px solid #000000;
    box-shadow: 6px 6px 0px #000000;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100% !important; /* Explicitly binds width calculations */
    min-width: 0; /* Important: Crucial grid hint to let text flex wrap properly without expanding card width */
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.flex-grid-card:hover {
    transform: translate(-3px, -3px);
    box-shadow: 10px 10px 0px #FFD700;
}

.flex-card-img-link {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 3px solid #000000;
    display: block;
}

.flex-card-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.flex-grid-card:hover .flex-card-img-link img {
    transform: scale(1.03);
}

/* --- Info Details Area Containers --- */
.flex-card-info {
    padding: 20px 15px; /* Tighter padding to save space in high-density grids */
    display: flex;
    flex-direction: column;
    flex: 1;
}

.flex-card-meta {
    font-size: 11px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap; /* Wraps metadata dates smoothly if room is scarce */
    align-items: center;
    gap: 6px;
}

.flex-card-title {
    font-size: 18px; /* Slightly scaled down to let 4-column headlines wrap neatly */
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    word-wrap: break-word; /* Prevents long string breaks from breaking container widths */
}

/* Force 4-column variant title styling adjustments dynamically */
.cols-4 .flex-card-title {
    font-size: 15px !important;
}

.flex-card-title a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

/* Diagnostic Diagonal Tiny Arrow Alignment */
.flex-arrow-diagonal {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
    transform: rotate(-45deg); 
    transition: transform 0.2s ease;
}

.flex-card-title a:hover {
    color: #FFD700;
}

.flex-card-title a:hover .flex-arrow-diagonal {
    transform: rotate(-45deg) translate(2px, -2px);
}

.flex-card-excerpt {
    font-size: 13px;
    line-height: 1.45;
    color: #444444;
    margin: 0;
}

/* --- Footer Action Button Framework Layouts --- */
.flex-grid-footer-action {
    margin-top: 55px;
    text-align: center;
}

.flex-grid-action-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    border: 3px solid #000000;
    box-shadow: 5px 5px 0px #000000;
    padding: 14px 40px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.flex-grid-action-btn:hover {
    background-color: #FFD700;
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0px #000000;
}

/* --- Responsive Layout Conversions --- */
@media (max-width: 1199px) {
    .flex-grid-wrapper.cols-4 {
        grid-template-columns: repeat(3, 1fr); 
        gap: 20px !important;
    }
}

@media (max-width: 991px) {
    .flex-grid-wrapper.cols-3, 
    .flex-grid-wrapper.cols-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px !important;
    }
}

@media (max-width: 650px) {
    .flex-grid-wrapper.cols-3, 
    .flex-grid-wrapper.cols-4 {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   Grungy Neo-Brutalist Navigation Pagination Components
   ========================================================================== */

.grungy-pagination-container {
    margin: 60px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Core WordPress structural navigation alignment elements */
.grungy-pagination-container .pagination {
    display: block;
}

.grungy-pagination-container .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px; /* Uniform grid gap constraints between page blocks */
    flex-wrap: wrap;
}

/* Base style rules mapping out individual numeric page links and texts */
.grungy-pagination-container .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 12px 20px;
    min-width: 45px;
    box-sizing: border-box;
    
    /* Signature theme framing rules */
    border: 3px solid #000000;
    box-shadow: 4px 4px 0px #000000;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Active current selected state item block modifier rules */
.grungy-pagination-container .page-numbers.current {
    background-color: #000000 !important;
    color: #FFD700 !important;
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px #000000 !important; /* Settles directly down flat onto canvas */
    cursor: default;
}

/* Non-current interaction hover physics mechanics triggers */
.grungy-pagination-container a.page-numbers:hover {
    background-color: #FFD700;
    color: #000000;
    transform: translate(-3px, -3px);
    box-shadow: 7px 7px 0px #000000;
}

/* Explicit scaling tweaks for text-based Prev/Next navigational targets */
.grungy-pagination-container .page-numbers.prev,
.grungy-pagination-container .page-numbers.next {
    letter-spacing: 1px;
    padding: 12px 25px;
}

/* Handle mid-break ellipsis span elements cleanly on extended pagination strings (...) */
.grungy-pagination-container span.page-numbers.dots {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000000;
    font-size: 16px;
    padding: 0 5px;
    cursor: default;
    transform: none !important;
}

/* Smartphone screen compression safety breaks */
@media (max-width: 550px) {
    .grungy-pagination-container .nav-links {
        gap: 8px;
    }
    .grungy-pagination-container .page-numbers {
        padding: 10px 14px;
        font-size: 12px;
    }
}



/* ==========================================================================
   Grungy Post Content Social Share Layout Blocks
   ========================================================================== */

.grungy-post-share-box {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 30px;
    background-color: #ffffff;
    border: 3px solid #000000;
    box-shadow: 8px 8px 0px #000000;
}

.share-title-label {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 20px;
}

.share-buttons-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* Base style rules mapping out individual share tiles */
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000000 !important;
    background-color: #ffffff;
    border: 2px solid #000000;
    box-shadow: 3px 3px 0px #000000;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.share-btn i {
    font-size: 14px;
}

/* Interaction physical bounce states tracking active colors on hover */
.share-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0px #000000;
}

.fb-share:hover { background-color: #3b5998 !important; color: #ffffff !important; }
.x-share:hover  { background-color: #000000 !important; color: #ffffff !important; }
.pin-share:hover { background-color: #cb2027 !important; color: #ffffff !important; }
.wa-share:hover { background-color: #25d366 !important; color: #ffffff !important; }

/* Responsive compression for small viewports */
@media (max-width: 767px) {
    .grungy-post-share-box {
        padding: 20px;
    }
    
    .share-buttons-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .share-btn {
        justify-content: center;
        padding: 12px 10px;
    }
    
    .share-text {
        font-size: 11px;
    }
}


/* ==========================================================================
   Grungy Custom Mailchimp For WordPress Form Components
   ========================================================================== */

.grungy-newsletter-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 400px; /* Adjust based on your sidebar/footer block container room */
    box-sizing: border-box;
}

/* --- Input Field Wrapper Framework --- */
.newsletter-input-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 3px solid #000000;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
}

.newsletter-input-box .input-icon {
    position: absolute;
    left: 18px;
    font-size: 16px;
    color: #000000;
}

.newsletter-input-box input[type="email"] {
    width: 100%;
    height: 100%;
    border: none !important;
    background: transparent !important;
    padding: 0 15px 0 50px;
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    outline: none !important;
    box-sizing: border-box;
}

/* Input placeholder text formatting rules */
.newsletter-input-box input[type="email"]::placeholder {
    color: #7f7f7f;
    font-weight: 900;
    opacity: 1;
}

/* --- Submit Action Button Framework Layout --- */
.newsletter-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 55px;
    background-color: #000000;
    color: #ffffff !important;
    border: 3px solid #000000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    
    /* Offset thick design accent layer shadow */
    box-shadow: 4px 4px 0px #FFD700;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Button interactive hover animation settings */
.newsletter-submit-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #FFD700;
}

.newsletter-submit-btn:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #FFD700;
}

.newsletter-submit-btn .button-arrow {
    font-size: 14px;
    /* Keeps your signature subtle angled vector orientation look intact */
    transform: rotate(0deg); 
}

/* --- Mailchimp Status Message Alert Overrides --- */
.mc4wp-alert {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px;
    border: 2px solid #000000;
    box-shadow: 3px 3px 0px #000000;
    box-sizing: border-box;
}

.mc4wp-success { background-color: #25d366 !important; color: #000000 !important; }
.mc4wp-error, .mc4wp-notice { background-color: #cb2027 !important; color: #ffffff !important; }



/* ==========================================================================
   Mandatory Core WordPress Accessibility Classes
   ========================================================================== */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #ffffff;
    border: 3px solid #000000;
    box-shadow: 4px 4px 0px #000000; /* Keeps your brutalist aesthetic if focused */
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 900;
    height: auto;
    left: 5px;
    padding: 15px 25px;
    position: absolute;
    top: 5px;
    text-transform: uppercase;
    width: auto;
    z-index: 100000;
}

.copyright-text a {
  color: #fff;
}