:root {
  --cwg-red: #c62828;
  --cwg-red-dark: #991f24;
  --cwg-ink: #20242a;
  --cwg-muted: #66707b;
  --cwg-paper: #fbfaf8;
  --cwg-surface: #ffffff;
  --cwg-line: #e5e1dc;
  --cwg-soft-red: #fff0ee;
  --cwg-gold: #c79746;
  --cwg-radius: 18px;
  --cwg-shadow: 0 18px 48px rgba(32, 36, 42, 0.09);
}

html {
  scroll-behavior: smooth;
}

body,
body a,
body p,
body input,
body textarea,
body select,
body button {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: var(--cwg-paper);
  color: var(--cwg-ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--cwg-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

body a {
  color: var(--cwg-red-dark);
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body a:hover,
body a:focus {
  color: var(--cwg-red);
  text-decoration: none;
}

body img {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(1180px, calc(100% - 40px));
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--cwg-line);
  box-shadow: 0 8px 30px rgba(32, 36, 42, .05);
}

.w3ls-header {
  min-height: 42px;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  background: var(--cwg-ink);
}

.w3ls-header-right {
  float: none;
  display: flex;
  justify-content: flex-end;
}

.w3ls-header-right ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

.w3ls-header-right ul li.dropdown {
  float: none;
  border: 0;
}

.w3ls-header-right ul li a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .02em;
}

.w3ls-header-right ul li a:hover,
.w3ls-header-right ul li a:focus {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.w3ls-header-right ul li a i.fa {
  margin-right: 7px;
  color: #ffb6af;
}

.agile-its-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 96px;
  padding: 16px 0;
}

.logo,
.agileits_search {
  float: none;
  margin: 0;
}

.logo {
  flex: 0 0 auto;
}

.cwg-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cwg-ink);
}

.cwg-brand:hover,
.cwg-brand:focus {
  color: var(--cwg-ink);
}

.cwg-brand-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: var(--cwg-red);
  box-shadow: 0 10px 22px rgba(198, 40, 40, .2);
}

.cwg-brand-mark svg {
  width: 40px;
  height: 40px;
  overflow: visible;
}

.cwg-brand-mark path {
  fill: #fff;
  stroke: none;
}

.cwg-brand-mark circle {
  fill: none;
  stroke: #fff;
  stroke-width: 3.5;
}

.cwg-brand-copy {
  display: flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  letter-spacing: -.035em;
}

.cwg-brand-copy strong {
  color: var(--cwg-red);
  font-family: inherit;
  font-weight: 800;
}

.cwg-brand-copy span {
  color: var(--cwg-ink) !important;
  font-family: inherit;
  font-weight: 700;
}

.agileits_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: min(680px, 64%);
}

.agileits_search form {
  position: relative;
  display: flex;
  flex: 1 1 420px;
  height: 48px;
  overflow: hidden;
  border: 1px solid #d9d5d0;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(32, 36, 42, .02);
}

.agileits_search input[type="search"],
.agileits_search input[type="text"] {
  flex: 1 1 auto;
  height: 100%;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: var(--cwg-ink);
  font-size: 14px;
}

.agileits_search input::placeholder {
  color: #9299a2;
}

.agileits_search button.btn {
  width: 52px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: var(--cwg-ink);
  color: #fff;
}

.agileits_search button.btn:hover {
  background: var(--cwg-red);
}

.post-w3layouts-ad,
.cwg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.post-w3layouts-ad {
  margin: 0;
  border: 1px solid var(--cwg-red);
  background: var(--cwg-red) !important;
  color: #fff;
}

.post-w3layouts-ad:hover {
  border-color: var(--cwg-red-dark);
  background: var(--cwg-red-dark) !important;
  color: #fff;
  transform: translateY(-1px);
}

.w3layouts-breadcrumbs {
  padding: 14px 0;
  border-bottom: 1px solid var(--cwg-line);
  background: #f3f0ed;
}

.w3layouts-breadcrumbs .agile-breadcrumbs,
.w3layouts-breadcrumbs .agile-breadcrumbs a {
  color: var(--cwg-muted) !important;
  font-size: 13px;
}

.main-content {
  background: var(--cwg-paper);
}

.cwg-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  background:
    radial-gradient(circle at 78% 30%, rgba(198, 40, 40, .08), transparent 27%),
    linear-gradient(140deg, #fff 0%, #fffaf7 58%, #f8eee9 100%);
  border-bottom: 1px solid var(--cwg-line);
}

.cwg-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  align-items: center;
  gap: 70px;
}

.cwg-hero .container::before,
.cwg-hero .container::after,
.w3-categories .container::before,
.w3-categories .container::after,
.recent-blog .container::before,
.recent-blog .container::after {
  display: none;
  content: none;
}

.cwg-hero-copy {
  grid-column: 1;
}

.cwg-hero-art {
  grid-column: 2;
}

.cwg-eyebrow {
  margin: 0 0 14px;
  color: var(--cwg-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cwg-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
}

.cwg-hero-copy > p:not(.cwg-eyebrow) {
  max-width: 700px;
  margin-top: 22px;
  color: #59636e;
  font-size: 19px;
  line-height: 1.65;
}

.cwg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cwg-button-primary {
  background: var(--cwg-red);
  color: #fff;
  box-shadow: 0 12px 24px rgba(198, 40, 40, .18);
}

.cwg-button-primary:hover {
  background: var(--cwg-red-dark);
  color: #fff;
  transform: translateY(-2px);
}

.cwg-button-secondary {
  border: 1px solid #d6d1cb;
  background: rgba(255, 255, 255, .8);
  color: var(--cwg-ink);
}

.cwg-button-secondary:hover {
  border-color: var(--cwg-red);
  background: #fff;
  color: var(--cwg-red-dark);
}

.cwg-hero-art {
  display: grid;
  place-items: center;
}

.cwg-hero-art svg {
  width: min(100%, 320px);
  filter: drop-shadow(0 24px 35px rgba(32, 36, 42, .1));
}

.cwg-hero-art circle:first-child {
  fill: #fff;
  stroke: #eaded7;
  stroke-width: 2;
}

.cwg-hero-art path {
  fill: var(--cwg-red);
}

.cwg-hero-art circle:not(:first-child) {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
}

.w3-categories {
  padding: 76px 0 66px;
  background: var(--cwg-paper);
}

.w3-categories h3,
.w3l-popular-ads h3,
.recent-blog > h3,
.trending-ads h2,
.popular-recent h3 {
  margin: 0 0 34px;
  color: var(--cwg-ink);
  font-size: clamp(30px, 3vw, 42px);
  text-align: center;
}

.w3-categories h3::before,
.w3-categories h3::after,
.w3l-popular-ads h3::before,
.w3l-popular-ads h3::after,
.recent-blog > h3::before,
.recent-blog > h3::after {
  display: none;
}

.w3-categories .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.w3-categories .container > .col-md-3 {
  float: none;
  width: auto;
  padding: 0;
}

.w3-categories .container > .clearfix {
  display: none;
}

.focus-grid {
  width: 100%;
  margin: 0;
  border: 0 !important;
}

.focus-grid a {
  display: block;
}

.focus-border,
.focus-layout {
  height: 100%;
}

.focus-layout {
  display: flex;
  min-height: 172px;
  padding: 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid var(--cwg-line);
  border-radius: var(--cwg-radius);
  background: var(--cwg-surface);
  box-shadow: 0 8px 24px rgba(32, 36, 42, .045);
}

.focus-layout:hover {
  border-color: #ddc5be;
  background: #fff;
  box-shadow: var(--cwg-shadow);
  transform: translateY(-4px);
}

.focus-image {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0;
  border-radius: 17px;
  background: var(--cwg-soft-red);
  color: var(--cwg-red);
}

.focus-image svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.focus-layout h4,
.focus-layout h4.clrchg {
  margin: 22px 0 0;
  color: var(--cwg-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
  text-align: left;
}

.focus-layout:hover h4.clrchg {
  color: var(--cwg-red-dark);
}

.w3l-popular-ads {
  padding: 72px 0 82px;
  background: #f2efec;
}

.w3l-popular-ads-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.w3l-popular-ads-info > .col-md-2 {
  float: none;
  width: auto;
  padding: 0;
}

.w3l-popular-ads-info > .clearfix {
  display: none;
}

.portfolio-description {
  min-height: 142px;
  padding: 22px;
  border: 1px solid var(--cwg-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(32, 36, 42, .04);
}

.portfolio-description h4 {
  margin-bottom: 8px;
}

.portfolio-description h4 a {
  color: var(--cwg-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 750;
}

.portfolio-description p {
  color: var(--cwg-muted);
  font-size: 13px;
}

.portfolio-description > a span {
  display: inline-block;
  margin-top: 16px;
  padding: 0;
  border: 0;
  color: var(--cwg-red);
  font-size: 13px;
  font-weight: 750;
}

.portfolio-description > a span::after {
  content: " →";
}

.portfolio-description:hover {
  box-shadow: var(--cwg-shadow);
  transform: translateY(-3px);
}

.single-page,
.total-ads,
.blog-list {
  padding: 54px 0 72px;
  background: var(--cwg-paper);
}

.single-page #searchform {
  margin-bottom: 44px;
}

.single-page #searchform .select-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 24px 28px;
  border: 1px solid var(--cwg-line);
  border-radius: var(--cwg-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(32, 36, 42, .05);
}

.single-page #searchform .select-box > .ads-list {
  float: none;
  width: auto;
  margin: 0;
}

.single-page #searchform .select-box > .clearfix {
  display: none;
}

.single-page #searchform .select-box label {
  display: block;
  margin: 0 0 7px;
  color: var(--cwg-ink);
  font-size: 13px;
  font-weight: 750;
}

.single-page #searchform .select-box select,
.single-page #searchform .select-box input[type="text"],
.single-page #searchform .select-box input[type="search"] {
  width: 100%;
  height: 46px;
  border: 1px solid #d9d5d0;
  border-radius: 11px;
  background: #fff;
  color: var(--cwg-ink);
}

.single-page #searchform .select-box input[type="text"],
.single-page #searchform .select-box input[type="search"] {
  padding: 0 46px 0 13px;
}

.single-page #searchform .select-box .search-product {
  position: relative;
}

.single-page #searchform .select-box .search-product button {
  border: 0;
  background: transparent;
  color: var(--cwg-red);
}

.product-desc {
  display: block;
}

.product-view,
.product-details-grid,
.page-intro,
.blog-block {
  box-sizing: border-box;
}

.product-view {
  padding: 34px;
  border: 1px solid var(--cwg-line);
  border-radius: var(--cwg-radius);
  background: #fff;
  box-shadow: 0 10px 32px rgba(32, 36, 42, .05);
}

.product-view h1,
.page-intro h1 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
}

.product-view h2,
.page-intro h2 {
  margin: 34px 0 12px;
  font-size: 28px;
}

.product-view h3,
.page-intro h3 {
  margin: 26px 0 10px;
  font-size: 22px;
}

.product-view p,
.product-view li,
.page-intro p,
.page-intro li {
  color: #4f5964;
  font-size: 16px;
  line-height: 1.75;
}

.product-view p {
  margin: 0 0 16px;
}

.product-view ul,
.product-view ol,
.page-intro ul,
.page-intro ol {
  margin: 0 0 22px 22px;
}

.article-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f6f3f0;
}

.article-dates span {
  color: var(--cwg-muted);
  font-size: 13px;
}

.product-details-grid .sidebarBlock,
.cat-list {
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid var(--cwg-line);
  border-radius: 16px;
  background: #fff;
}

h4.footer-head {
  margin-bottom: 16px;
  color: var(--cwg-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .01em;
}

.blog-list .container,
.recent-blog .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-list .page-intro,
.blog-list .navigation,
.blog-list .adsbygoogle,
.recent-blog > h3 {
  grid-column: 1 / -1;
}

.blog-block {
  float: none;
  width: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--cwg-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(32, 36, 42, .045);
}

.blog-block > a {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee9e5;
}

.blog-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.blog-block:hover img {
  transform: scale(1.035);
}

.blog-info {
  padding: 19px 20px 22px;
}

.blog-info h4 {
  color: var(--cwg-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.3;
}

.blog-info p {
  margin-top: 12px;
  color: var(--cwg-muted);
  font-size: 12px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d7d2cd;
  border-radius: 11px;
  background: #fff;
  color: var(--cwg-ink);
  font-size: 15px;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: 3px solid rgba(198, 40, 40, .12);
  border-color: var(--cwg-red);
}

.wpcf7-form input[type="submit"] {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: var(--cwg-red);
  color: #fff;
  font-weight: 750;
}

.wpcf7-form input[type="submit"]:hover {
  background: var(--cwg-red-dark);
}

.wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--cwg-muted);
  font-size: 13px;
  line-height: 1.5;
}

.w3-agileits-footer-top {
  padding: 58px 0 46px;
  background: #1d2228;
}

.wthree-footer-grid h4.footer-head {
  color: #fff;
  font-size: 17px;
}

.wthree-footer-grid p,
.wthree-footer-grid ul li a {
  color: #adb5bd;
  font-size: 14px;
  line-height: 1.65;
}

.wthree-footer-grid ul li a:hover {
  color: #fff;
}

.wthree-footer-grid ul li a i.fa {
  color: #df6c67;
}

.agileits-footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #171b20;
}

.agileits-footer-bottom p {
  color: #8f98a2;
  font-size: 12px;
}

@media (max-width: 991px) {
  .agile-its-header {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .agileits_search {
    width: 100%;
  }

  .cwg-hero .container {
    grid-template-columns: 1fr;
  }

  .cwg-hero-art {
    display: none;
  }

  .w3-categories .container,
  .w3l-popular-ads-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-view,
  .product-details-grid {
    float: none;
    width: 100%;
  }

  .product-details-grid {
    margin-top: 22px;
    padding: 0;
  }
}

@media (max-width: 700px) {
  .container,
  .w3l-popular-ads-info {
    width: min(100% - 28px, 1180px);
  }

  .w3ls-header {
    padding: 0 10px;
  }

  .w3ls-header-right {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .w3ls-header-right ul {
    min-width: max-content;
  }

  .cwg-brand-mark {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .cwg-brand-mark svg {
    width: 34px;
    height: 34px;
  }

  .cwg-brand-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    font-size: 19px;
    line-height: 1.05;
  }

  .agileits_search {
    align-items: stretch;
    flex-direction: column;
  }

  .agileits_search form {
    flex-basis: 48px;
  }

  .post-w3layouts-ad {
    width: 100%;
  }

  .cwg-hero {
    padding: 52px 0 58px;
  }

  .cwg-hero h1 {
    font-size: 42px;
  }

  .cwg-hero-copy > p:not(.cwg-eyebrow) {
    font-size: 17px;
  }

  .cwg-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cwg-button {
    width: 100%;
  }

  .w3-categories {
    padding: 54px 0;
  }

  .w3-categories .container,
  .w3l-popular-ads-info,
  .blog-list .container,
  .recent-blog .container {
    grid-template-columns: 1fr;
  }

  .single-page #searchform .select-box {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .focus-layout {
    min-height: 145px;
  }

  .w3l-popular-ads {
    padding: 54px 0 62px;
  }

  .single-page,
  .total-ads,
  .blog-list {
    padding: 32px 0 52px;
  }

  .product-view {
    padding: 24px 20px;
  }

  .product-view h1,
  .page-intro h1 {
    font-size: 36px;
  }

  .article-dates {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .cwg-hero h1 {
    font-size: 36px;
  }

  .w3-categories h3,
  .w3l-popular-ads h3,
  .recent-blog > h3 {
    font-size: 30px;
  }
}
