/*
Theme Name: myclone
Theme URI: https://kortezthemes.com/gigantic-marketing/
Author: valtot
Author URI: https://kortezthemes.com
Description: Gigantic Marketing is a multi-Purpose WordPress theme for all kinds of marketing services, such as marketing consulting, business consulting, advertising consulting, financial advisors, insurance brokers, investment consultants, accountant services, HR consulting and many more.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gigantic-marketing
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, education

Gigantic Marketing WordPress Theme, Copyright 2026 kortezthemes
Gigantic Marketing is distributed under the terms of the GNU General Public License v3
*/

/* Reset Default Blocks Gap */
body.editor-styles-wrapper .wp-site-blocks > * {
  	margin-block-start: 0;
}
.wp-site-blocks > * {
  	margin-block-start: 0;
}

/* Support Alignfull */
body {
  	overflow-x: hidden;
}
.entry-content .alignfull {
	margin-left: calc( -50vw + 50%);
	margin-right: calc( -50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}

/*Custom Box Shadow [is-style-sb-box-shadow]*/
.wp-block-image.is-style-sb-box-shadow img,
.wp-block-column.is-style-sb-box-shadow,
.wp-block-columns.is-style-sb-box-shadow,
.wp-block-group.is-style-sb-box-shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-sb-box-shadow-medium img,
.wp-block-column.is-style-sb-box-shadow-medium,
.wp-block-columns.is-style-sb-box-shadow-medium,
.wp-block-group.is-style-sb-box-shadow-medium {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-sb-box-shadow-large img,
.wp-block-column.is-style-sb-box-shadow-large,
.wp-block-columns.is-style-sb-box-shadow-large,
.wp-block-group.is-style-sb-box-shadow-large {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.wp-block-image.is-style-sb-box-shadow-hover img:hover,
.wp-block-column.is-style-sb-box-shadow-hover:hover,
.wp-block-columns.is-style-sb-box-shadow-hover:hover,
.wp-block-group.is-style-sb-box-shadow-hover:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

/*Secondary button [is-style-sb-button-secondary]*/
div.is-style-sb-button-secondary .wp-element-button{
  color: var(--wp--preset--color--secondary-accent-text);
  background-color: var(--wp--preset--color--secondary-accent);
  border: 3px solid var(--wp--preset--color--secondary-accent) !important;
}
div.is-style-sb-button-secondary .wp-element-button:hover,
div.is-style-sb-button-secondary .wp-element-button:focus,
div.is-style-sb-button-secondary .wp-element-button:active {
    color: #ffffff;
    background-color: var(--wp--preset--color--hover);
    border-color: var(--wp--preset--color--hover) !important;
}
/*SVG icon color support [sb-duotone-primary] [sb-duotone-secondary]*/
.sb-duotone-primary {
  filter: var(--wp--preset--duotone--primary);
}
.sb-duotone-secondary {
    filter: var(--wp--preset--duotone--secondary);
}

/*WooCommerce Compatibility*/
.woocommerce ul.products li.product a img {
  border-radius: 6px;
  height: 350px;
  object-fit: cover;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2.5% 2.992em 0;
  width: 23.1%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin-top: 20px !important;
}
.woocommerce-page .input-text {
  padding: 11px 30px;
  border: 1px solid #817e7e;
  border-radius: 6px;
}
.woocommerce-page .wc-block-components-product-name {
    font-size: var(--wp--preset--font-size--small);
    text-decoration: none;
    font-weight: var(--wp--custom--font-weight--semi-bold);
}
.woocommerce .bt-woo-breadcrumb-center .woocommerce-breadcrumb {
  text-align: center;
}
.woocommerce .bt-woo-breadcrumb-left .woocommerce-breadcrumb {
  text-align: left;
}
.woocommerce .bt-woo-breadcrumb-right .woocommerce-breadcrumb {
  text-align: right;
}
/*Single Product Gallary*/
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+1),
.woocommerce .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce .flex-control-thumbs li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce .flex-control-thumbs li img.flex-active,
.woocommerce .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce span.onsale {
  background-color: var(--wp--preset--color--light);
}
/*Single Product Page Price*/
.woocommerce .wp-block-add-to-cart-form form.cart div.quantity {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/*Single Product Tab*/
.wp-block-woocommerce-product-details ul.wc-tabs {
    border-bottom: none;
}

/* Navigation */
@media screen and (min-width: 600px){
    .wp-block-navigation ul.wp-block-navigation-submenu li {
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .wp-block-navigation ul.wp-block-navigation-submenu li:last-child {
        border: none;
    }
}

/* Header */
.site-header-shell {
  width: 100%;
}

.site-header-brand {
  min-height: 52px;
}

.site-header-logo {
  margin: 0;
}

.site-header-logo img {
  display: block;
  height: auto;
  max-height: 102px;
  max-width: 100%;
  width: auto;
}

.wp-site-blocks > .wp-block-group.alignfull.has-contrast-color .wp-block-site-logo.aligncenter,
.wp-site-blocks > .wp-block-group.alignfull.has-contrast-color .wp-block-site-logo.aligncenter .custom-logo-link,
.wp-block-group.alignfull.is-style-default.has-contrast-color.has-text-color.is-vertical.is-content-justification-center .wp-block-site-logo.aligncenter,
.wp-block-group.alignfull.is-style-default.has-contrast-color.has-text-color.is-vertical.is-content-justification-center .wp-block-site-logo.aligncenter .custom-logo-link {
  width: 40px !important;
  max-width: 40px !important;
  margin-left: auto;
  margin-right: auto;
}

.wp-site-blocks > .wp-block-group.alignfull.has-contrast-color .wp-block-site-logo.aligncenter img,
.wp-site-blocks > .wp-block-group.alignfull.has-contrast-color .wp-block-site-logo.aligncenter .custom-logo,
.wp-block-group.alignfull.is-style-default.has-contrast-color.has-text-color.is-vertical.is-content-justification-center .wp-block-site-logo.aligncenter img,
.wp-block-group.alignfull.is-style-default.has-contrast-color.has-text-color.is-vertical.is-content-justification-center .wp-block-site-logo.aligncenter .custom-logo {
  width: 40px !important;
  max-width: 40px !important;
  height: auto !important;
}

div.is-default-size.aligncenter.wp-block-site-logo .custom-logo-link,
div.is-default-size.aligncenter.wp-block-site-logo .custom-logo-link img,
div.is-default-size.aligncenter.wp-block-site-logo img.custom-logo {
  width: 40px !important;
  max-width: 40px !important;
  height: auto !important;
}

.site-header-nav .wp-block-navigation-item__content {
  color: var(--wp--preset--color--heading);
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-header-nav .wp-block-navigation-item__content::after {
  background: var(--wp--preset--color--primary);
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.65);
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 100%;
}

.site-header-nav .wp-block-navigation-item__content:hover,
.site-header-nav .wp-block-navigation-item__content:focus {
  color: var(--wp--preset--color--primary);
}

.site-header-nav .wp-block-navigation-item__content:hover::after,
.site-header-nav .wp-block-navigation-item__content:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-header-nav .current-menu-item > .wp-block-navigation-item__content,
.site-header-nav .current_page_item > .wp-block-navigation-item__content,
.site-header-nav .current-menu-ancestor > .wp-block-navigation-item__content,
.site-header-nav .wp-block-navigation-item__content[aria-current="page"] {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}

.site-header-nav .current-menu-item > .wp-block-navigation-item__content::after,
.site-header-nav .current_page_item > .wp-block-navigation-item__content::after,
.site-header-nav .current-menu-ancestor > .wp-block-navigation-item__content::after,
.site-header-nav .wp-block-navigation-item__content[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

@media screen and (max-width: 781px) {
  .site-header-brand {
    justify-content: center;
    min-height: 0;
    width: 100%;
  }

  .site-header-nav {
    margin-top: 10px;
  }

  .site-header-nav .wp-block-navigation__responsive-container-open {
    border: 1px solid rgba(20, 20, 22, 0.14);
    border-radius: 6px;
    padding: 8px 12px;
  }
}

/* Footer */
.site-footer-shell {
  background:
    linear-gradient(rgba(24, 64, 124, 0.9), rgba(24, 64, 124, 0.9)),
    url("assets/images/footer-img.jpg") center/cover no-repeat;
}

.site-footer-shell p,
.site-footer-shell li,
.site-footer-shell a {
  color: var(--wp--preset--color--accent-text);
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.site-footer-links li {
  margin-bottom: 8px;
}

.site-footer-links a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus {
  opacity: 0.8;
}

@media screen and (max-width: 781px) {
  .site-footer-bottom {
    gap: 8px;
    justify-content: center;
    text-align: center;
  }
}

/* Blog home */
.blog-home-shell {
  background:
    radial-gradient(circle at top left, rgba(231, 74, 62, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(24, 64, 124, 0.08), transparent 26%),
    linear-gradient(180deg, #f8f4ef 0%, #f3eee7 100%);
}

.blog-home-hero {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.blog-home-kicker {
  letter-spacing: 0.16em;
}

.blog-home-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 11ch;
}

.blog-home-description {
  color: var(--wp--preset--color--body);
  margin-left: auto;
  margin-right: auto;
  max-width: 58ch;
}

.blog-home-layout {
  align-items: flex-start;
}

.blog-post-card {
  border: 1px solid rgba(20, 20, 22, 0.08);
  box-shadow: 0 20px 40px rgba(20, 20, 22, 0.06);
  overflow: hidden;
}

.blog-post-card .wp-block-post-featured-image {
  height: 100%;
  margin: 0;
}

.blog-post-card .wp-block-post-featured-image a,
.blog-post-card .wp-block-post-featured-image img {
  display: block;
  height: 100%;
  width: 100%;
}

.blog-post-card .wp-block-post-featured-image img {
  min-height: 100%;
  object-fit: cover;
}

.blog-post-terms {
  line-height: 1;
}

.blog-post-terms a {
  background: rgba(231, 74, 62, 0.1);
  border-radius: 999px;
  color: #e74a3e;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post-title {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.18;
}

.blog-post-title a {
  color: var(--wp--preset--color--heading);
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-post-title a:hover,
.blog-post-title a:focus {
  color: #e74a3e;
}

.blog-post-meta,
.blog-post-meta a,
.blog-post-meta .wp-block-post-date,
.blog-post-meta .wp-block-post-author-name {
  color: rgba(20, 20, 22, 0.62);
}

.blog-post-excerpt {
  color: var(--wp--preset--color--body);
}

.blog-post-excerpt p {
  line-height: 1.75;
  margin: 0;
}

.blog-post-excerpt .wp-block-post-excerpt__more-link {
  color: #e74a3e;
  display: inline-flex;
  font-weight: 700;
  margin-top: 12px;
  text-decoration: none;
}

.blog-home-pagination {
  margin-top: var(--wp--preset--spacing--large);
}

.blog-home-pagination .wp-block-query-pagination-previous,
.blog-home-pagination .wp-block-query-pagination-next,
.blog-home-pagination .page-numbers {
  background: #fff;
  border: 1px solid rgba(20, 20, 22, 0.08);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(20, 20, 22, 0.04);
  color: var(--wp--preset--color--heading);
  min-width: 44px;
  padding: 10px 14px;
  text-decoration: none;
}

.blog-home-pagination .current {
  background: #e74a3e;
  border-color: #e74a3e;
  color: #fff;
}

.blog-home-sidebar .blog-sidebar-stack {
  position: sticky;
  top: 32px;
}

.blog-sidebar-card {
  border: 1px solid rgba(20, 20, 22, 0.08);
  box-shadow: 0 18px 36px rgba(20, 20, 22, 0.06);
}

.blog-sidebar-card h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.blog-sidebar-card ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.blog-sidebar-card li {
  border-bottom: 1px solid rgba(20, 20, 22, 0.08);
  margin: 0;
  padding: 12px 0;
}

.blog-sidebar-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar-card a {
  color: var(--wp--preset--color--heading);
  text-decoration: none;
}

.blog-sidebar-card a:hover,
.blog-sidebar-card a:focus {
  color: #e74a3e;
}

.blog-sidebar-search .wp-block-search__inside-wrapper {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(20, 20, 22, 0.12);
  border-radius: 999px;
  overflow: hidden;
  padding: 4px;
}

.blog-sidebar-search .wp-block-search__input {
  border: 0;
  box-shadow: none;
  padding: 12px 14px;
}

.blog-sidebar-search .wp-block-search__button {
  background: #e74a3e;
  border: 0;
  border-radius: 999px;
  color: #fff;
  margin: 0;
  min-height: 44px;
  min-width: 44px;
}

.blog-sidebar-card .wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}

.blog-sidebar-card .wp-block-latest-posts__post-date {
  color: rgba(20, 20, 22, 0.58);
  font-size: 0.82rem;
}

.blog-sidebar-card .wp-block-tag-cloud a {
  background: rgba(24, 64, 124, 0.08);
  border-radius: 999px;
  display: inline-flex;
  margin: 0 8px 8px 0;
  padding: 8px 12px;
}

@media screen and (max-width: 781px) {
  .blog-home-shell {
    padding-top: var(--wp--preset--spacing--large) !important;
    padding-bottom: var(--wp--preset--spacing--large) !important;
  }

  .blog-post-card {
    overflow: visible;
  }

  .blog-post-card-layout {
    flex-direction: column;
  }

  .blog-post-media,
  .blog-post-content,
  .blog-home-main,
  .blog-home-sidebar {
    flex-basis: 100% !important;
  }

  .blog-post-content {
    padding-left: var(--wp--preset--spacing--medium) !important;
  }

  .blog-post-card .wp-block-post-featured-image,
  .blog-post-card .wp-block-post-featured-image img {
    border-radius: 28px 28px 0 0 !important;
  }

  .blog-home-sidebar .blog-sidebar-stack {
    position: static;
  }
}

/* Home hero */
.home-hero-shell {
  background:
    radial-gradient(circle at top left, rgba(231, 74, 62, 0.1), transparent 30%),
    linear-gradient(180deg, #f6f4f2 0%, #f2efec 100%);
  padding-top: var(--wp--preset--spacing--x-large) !important;
  padding-bottom: var(--wp--preset--spacing--x-large) !important;
}

.home-hero-layout {
  align-items: center;
}

.home-hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 700px;
}

.home-hero-copy > :not(.home-hero-actions) {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.home-hero-actions {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-hero-kicker {
  letter-spacing: 0.16em;
}

.home-hero-title {
  font-size: clamp(3.35rem, 6.2vw, 5.2rem);
  letter-spacing: -0.04em;
  line-height: 0.94;
  margin-bottom: 18px !important;
  max-width: none;
}

.home-hero-description {
  color: #4e5560;
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  line-height: 1.65;
  margin-bottom: 28px !important;
  max-width: 36ch;
}

.home-hero-actions .wp-block-button__link {
  box-shadow: 0 16px 28px rgba(231, 74, 62, 0.2);
  min-width: 170px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.home-hero-actions .wp-block-button__link:hover,
.home-hero-actions .wp-block-button__link:focus {
  box-shadow: 0 18px 32px rgba(231, 74, 62, 0.26);
  opacity: 0.97;
  transform: translateY(-1px);
}

.home-hero-image-column {
  display: flex;
  justify-content: center;
}

.home-hero-image-frame {
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
  width: 100%;
}

.home-hero-image {
  margin: 0;
}

.home-hero-image img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 781px) {
  .home-hero-shell {
    padding-top: var(--wp--preset--spacing--large) !important;
    padding-bottom: var(--wp--preset--spacing--large) !important;
  }

  .home-hero-copy-column,
  .home-hero-image-column {
    flex-basis: 100% !important;
  }

  .home-hero-copy {
    align-items: center;
    max-width: none;
    text-align: center;
  }

  .home-hero-title,
  .home-hero-description {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }

  .home-hero-actions {
    justify-content: center;
  }

  .home-hero-image-frame {
    max-width: 300px;
  }

  .home-hero-image img {
    max-width: 260px;
  }
}

/* Home benefits */
.home-benefits-section,
#services-rates {
  background: var(--wp--preset--color--background) !important;
  max-width: none !important;
  width: 100%;
}

.home-benefits-section > .wp-block-columns:first-child,
#services-rates > .wp-block-columns:first-child {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  width: 100%;
}

.home-benefits-section > .wp-block-columns,
#services-rates > .wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  width: 100%;
}

.home-benefits-kicker,
#services-rates h6 {
  color: #e74a3e !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-benefits-title,
.home-benefits-title strong,
#services-rates h2,
#services-rates h2 strong {
  color: var(--wp--preset--color--heading) !important;
}

.home-benefits-actions .wp-block-button__link,
#services-rates .wp-block-buttons .wp-block-button__link {
  background: linear-gradient(135deg, #f05a4f, #e94a3f) !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 30px rgba(233, 74, 63, 0.28);
  color: #fff !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.home-benefits-actions .wp-block-button__link:hover,
.home-benefits-actions .wp-block-button__link:focus,
#services-rates .wp-block-buttons .wp-block-button__link:hover,
#services-rates .wp-block-buttons .wp-block-button__link:focus {
  box-shadow: 0 18px 32px rgba(233, 74, 63, 0.36);
  opacity: 0.98;
  transform: translateY(-1px);
}

.home-benefits-card,
#services-rates .wp-block-columns:last-child > .wp-block-column > .wp-block-group {
  background: #ffffff !important;
  border: 1px solid rgba(20, 20, 22, 0.08);
  box-shadow: 0 20px 38px rgba(20, 20, 22, 0.08) !important;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.home-benefits-grid {
  align-items: stretch;
}

.home-benefits-grid > .wp-block-column {
  display: flex;
}

.home-benefits-grid > .wp-block-column > .home-benefits-card,
#services-rates .home-benefits-grid > .wp-block-column > .wp-block-group {
  align-items: center;
  border-radius: 24px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 390px;
  padding: 48px 30px 38px !important;
  text-align: center;
  width: 100%;
}

.home-benefits-grid > .wp-block-column > .home-benefits-card > * {
  width: 100%;
}

.home-benefits-card-title,
#services-rates .wp-block-columns:last-child h4 {
  color: var(--wp--preset--color--heading) !important;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 12px !important;
  text-align: center;
}

.home-benefits-card-copy,
#services-rates .wp-block-columns:last-child p {
  color: #4f5563;
}

.home-benefits-grid .home-benefits-card-copy,
#services-rates .home-benefits-grid p.has-small-font-size {
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 19ch;
  text-align: center;
}

.home-benefits-icon,
#services-rates .wp-block-columns:last-child .has-xxx-large-font-size {
  color: #8f6de5;
  line-height: 1;
  margin-bottom: 12px;
}

.home-benefits-grid .home-benefits-icon,
#services-rates .home-benefits-grid .has-xxx-large-font-size {
  font-size: 3.7rem !important;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 781px) {
  .home-benefits-card,
  #services-rates .wp-block-columns:last-child > .wp-block-column > .wp-block-group {
    height: auto;
  }

  .home-benefits-grid > .wp-block-column > .home-benefits-card,
  #services-rates .home-benefits-grid > .wp-block-column > .wp-block-group {
    min-height: 0;
    padding: 32px 24px !important;
  }

  .home-benefits-actions,
  #services-rates .wp-block-buttons {
    justify-content: center;
  }

  .home-benefits-title,
  .home-benefits-kicker,
  .home-benefits-card-copy,
  #services-rates h2,
  #services-rates h6,
  #services-rates p {
    text-align: center;
  }
}

/* Services and Rates */
.services-rates-page {
  background:
    radial-gradient(circle at top left, rgba(231, 74, 62, 0.08), transparent 34%),
    radial-gradient(circle at top right, rgba(24, 64, 124, 0.08), transparent 30%);
}

.services-rates-hero {
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

.service-package-card,
.services-cta-card {
  background: #fff;
  border: 1px solid rgba(20, 20, 22, 0.06);
  box-shadow: 0 16px 34px rgba(20, 20, 22, 0.06);
}

.services-rates-layout {
  justify-content: center;
}

.services-rates-layout > .wp-block-column {
  flex-basis: 100% !important;
  max-width: 820px;
}

.services-card {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  text-align: center;
}

.services-card .wp-block-heading {
  text-align: center;
}

.services-card .wp-block-buttons {
  justify-content: center;
}

.services-card .services-rates-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 68ch;
  text-align: left;
}

.services-note-card {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  text-align: center;
}

.services-note-card .wp-block-heading,
.services-note-card p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.services-note-card p:not(:first-child) {
  max-width: 68ch;
}

.services-rates-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.services-rates-list li {
  color: var(--wp--preset--color--body);
  line-height: 1.7;
  padding-left: 28px;
  position: relative;
}

.services-rates-list li::before {
  color: #e74a3e;
  content: "\2022";
  font-size: 1.2rem;
  left: 6px;
  position: absolute;
  top: -1px;
}

.services-rates-button .wp-block-button__link {
  box-shadow: 0 16px 28px rgba(231, 74, 62, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.services-rates-button .wp-block-button__link:hover,
.services-rates-button .wp-block-button__link:focus {
  box-shadow: 0 18px 30px rgba(231, 74, 62, 0.28);
  opacity: 0.96;
  transform: translateY(-1px);
}

.services-package-grid {
  align-items: stretch;
}

.service-package-card {
  height: 100%;
}

.service-package-card .service-package-price {
  color: var(--wp--preset--color--heading);
  margin-bottom: 0;
}

.services-cta-card {
  background: linear-gradient(135deg, rgba(231, 74, 62, 0.08), rgba(24, 64, 124, 0.05)), #fff;
  margin-top: var(--wp--preset--spacing--small);
}

@media screen and (max-width: 781px) {
  .services-rates-page {
    padding-top: var(--wp--preset--spacing--large) !important;
    padding-bottom: var(--wp--preset--spacing--large) !important;
  }

  .services-rates-hero {
    text-align: left;
  }
}

/* Contact page */
.contact-page-shell {
  background: var(--wp--preset--color--background);
}

/* Blogs and projects */
.portfolio-card .wp-block-image {
  margin: 0;
}

.portfolio-card .wp-block-image a,
.portfolio-card .wp-block-image img {
  display: block;
  width: 100%;
}

.portfolio-card .wp-block-image img {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.contact-page-card {
  max-width: 1120px;
}

.contact-page-hero {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.contact-page-kicker,
.contact-panel-label,
.contact-detail-label {
  color: #e74a3e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-page-copy {
  color: var(--wp--preset--color--body);
  line-height: 1.7;
}

.contact-page-layout {
  align-items: stretch;
}

.contact-info-panel,
.contact-form-panel {
  border-radius: 0;
  overflow: visible;
}

.contact-info-panel {
  background: transparent;
  box-shadow: none;
  color: inherit;
  padding: 0;
}

.contact-info-panel p,
.contact-info-panel h1,
.contact-info-panel h2,
.contact-info-panel h3,
.contact-info-panel h4,
.contact-info-panel h5,
.contact-info-panel h6 {
  color: inherit;
}

.contact-info-panel .contact-panel-label,
.contact-info-panel .contact-detail-label {
  color: #8b8b8b;
}

.contact-form-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.contact-social-stack {
  display: grid;
  gap: 12px;
}

.contact-social-stack .wp-block-buttons,
.contact-social-stack .wp-block-button {
  margin: 0;
  width: 100%;
}

.contact-social-button .wp-block-button__link {
  border: 1px solid transparent;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  min-width: 0;
  padding: 15px 18px;
  text-align: center;
  text-transform: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  width: 100%;
}

.contact-social-button .wp-block-button__link:hover,
.contact-social-button .wp-block-button__link:focus {
  box-shadow: 0 10px 18px rgba(231, 74, 62, 0.18);
  opacity: 0.98;
  transform: translateY(-1px);
}

.contact-social-facebook .wp-block-button__link {
  background: #e74a3e;
  color: #fff;
}

.contact-social-linkedin .wp-block-button__link {
  background: #e74a3e;
  border-color: #e74a3e;
  color: #fff;
}

.contact-social-instagram .wp-block-button__link {
  background: #e74a3e;
  color: #fff;
}

.contact-social-whatsapp .wp-block-button__link {
  background: #e74a3e;
  color: #fff;
}

.contact-details-block {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.contact-details-block a {
  color: #e74a3e;
  text-decoration: none;
}

.contact-detail-value {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.45;
}

.contact-details-divider {
  background: #cfcfcf;
  border: 0;
  margin: 4px 0;
  opacity: 1;
}

.contact-form-wrap {
  margin: 0;
  max-width: none;
}

.contact-form-wrap .wpcf7 {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

.contact-form-wrap .wpcf7-form {
  display: grid;
  gap: 18px;
}

.contact-form-wrap .wpcf7-form p {
  display: grid;
  gap: 10px;
  margin: 0;
}

.contact-form-wrap .wpcf7-form label {
  color: var(--wp--preset--color--heading);
  display: block;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
}

.contact-form-wrap .wpcf7-form label br {
  display: none;
}

.contact-form-wrap .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0;
}

.contact-form-wrap input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-form-wrap textarea,
.contact-form-wrap select {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(20, 20, 22, 0.12);
  border-radius: 12px;
  box-sizing: border-box;
  color: var(--wp--preset--color--heading);
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 100%;
  padding: 14px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  width: 100% !important;
}

.contact-form-wrap input:not([type="submit"])::placeholder,
.contact-form-wrap textarea::placeholder {
  color: rgba(20, 20, 22, 0.45);
}

.contact-form-wrap input:not([type="submit"]):focus,
.contact-form-wrap textarea:focus,
.contact-form-wrap select:focus {
  background: #fffdfb;
  border-color: rgba(231, 74, 62, 0.48);
  box-shadow: 0 0 0 4px rgba(231, 74, 62, 0.12);
  outline: none;
}

.contact-form-wrap textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form-wrap input[type="submit"] {
  background: #e74a3e;
  border: none;
  border-radius: 999px;
  box-shadow: 0 14px 24px rgba(231, 74, 62, 0.22);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 14px 24px;
  width: auto;
}

.contact-form-wrap input[type="submit"]:hover,
.contact-form-wrap input[type="submit"]:focus {
  box-shadow: 0 18px 30px rgba(231, 74, 62, 0.28);
  opacity: 0.96;
  transform: translateY(-1px);
}

.contact-form-wrap .wpcf7-spinner {
  margin: 0 0 0 12px;
}

.contact-form-wrap .wpcf7-not-valid-tip {
  color: #cc3a2d;
  font-size: 0.86rem;
  margin-top: 8px;
}

.contact-form-wrap .wpcf7-response-output {
  border-radius: 14px;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 8px 0 0;
  padding: 12px 14px;
}

.contact-form-wrap .wpcf7 form.sent .wpcf7-response-output {
  background: rgba(33, 155, 96, 0.08);
  border-color: rgba(33, 155, 96, 0.28);
}

.contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-wrap .wpcf7 form.failed .wpcf7-response-output,
.contact-form-wrap .wpcf7 form.aborted .wpcf7-response-output {
  background: rgba(204, 58, 45, 0.06);
  border-color: rgba(204, 58, 45, 0.24);
}

@media screen and (max-width: 781px) {
  .contact-page-shell {
    padding-top: var(--wp--preset--spacing--large) !important;
    padding-bottom: var(--wp--preset--spacing--large) !important;
  }

  .contact-page-card {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .contact-info-panel,
  .contact-form-panel {
    padding: 22px;
  }

  .contact-social-stack .wp-block-buttons {
    width: 100%;
  }

  .contact-form-wrap input[type="submit"] {
    width: 100%;
  }
}
