/*
Theme Name: Boldd-Theme
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.4.1780671230
Updated: 2026-06-05 14:53:50

*/


html, body {
    margin: 0 !important;
    padding: 0 !important;
}
/* تقليل المسافة بين الحقول */
.wpcf7 form p {
    margin-bottom: 12px !important;
}

/* تقليل المسافة بين الليبل والإنبوت */
.wpcf7 form p label {
    margin-bottom: 4px;
    display: block;
}

/* إزالة أي مسافة إضافية */
.wpcf7-form-control-wrap {
    margin-bottom: 0 !important;
}

/* تقليل ارتفاع الحقول */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    margin-bottom: 0 !important;
}
.wpcf7 form p {
    margin-bottom: 8px !important;
}

/* =========================================
   BLOG GRID - ag_blog_posts_current_lang
========================================= */
.ag-blog-grid{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 1024px){
    .ag-blog-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px !important;
    }
}

@media (max-width: 767px){
    .ag-blog-grid{
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
}

/* =========================================
   BLOG CARD
========================================= */
.ag-blog-card{
    border: 1px solid #e8e8e8 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: #fff !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.05) !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.ag-blog-card:hover{
    transform: translateY(-4px) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.08) !important;
    border-color: #dcdcdc !important;
}

/* =========================================
   CARD IMAGE
========================================= */
.ag-blog-card > a:first-child{
    display: block !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.ag-blog-card img{
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform .35s ease !important;
}

.ag-blog-card:hover img{
    transform: scale(1.04) !important;
}

@media (max-width: 767px){
    .ag-blog-card img{
        height: 220px !important;
    }
}

/* =========================================
   CARD CONTENT
========================================= */
.ag-blog-card > div:last-child{
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

/* =========================================
   TITLE
========================================= */
.ag-blog-card h3{
    margin: 0 0 14px !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}

.ag-blog-card h3 a{
    color: #111 !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    transition: color .2s ease !important;
}

.ag-blog-card h3 a:hover{
    color: #000 !important;
}

/* =========================================
   EXCERPT
========================================= */
.ag-blog-card p{
    margin: 0 0 18px !important;
    color: #666 !important;
    line-height: 1.9 !important;
    font-size: 15px !important;
    flex: 1 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* =========================================
   READ MORE BUTTON
========================================= */
.ag-blog-card a[style*="border-radius:30px"]{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: flex-start !important;
    padding: 12px 18px !important;
    border-radius: 999px !important;
    background: #111 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    transition: all .25s ease !important;
    margin-top: auto !important;
}

.ag-blog-card a[style*="border-radius:30px"]:hover{
    background: #000 !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

/* =========================================
   PAGINATION FIX
========================================= */
.ag-pagination{
    text-align: center !important;
    margin-top: 42px !important;
    width: 100% !important;
}

.ag-pagination ul{
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ag-pagination ul li{
    list-style: none !important;
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ag-pagination ul li::marker{
    content: "" !important;
}

.ag-pagination a,
.ag-pagination span{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 46px !important;
    height: 46px !important;
    padding: 0 16px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    color: #333 !important;
    background: #fff !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    transition: all .25s ease !important;
}

.ag-pagination a:hover{
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}

.ag-pagination .current{
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}

.ag-pagination .prev,
.ag-pagination .next{
    min-width: auto !important;
    padding: 0 18px !important;
}

/* =========================================
   RTL SUPPORT
========================================= */
html[dir="rtl"] .ag-blog-card > div:last-child{
    text-align: right !important;
}

html[dir="rtl"] .ag-blog-card a[style*="border-radius:30px"]{
    align-self: flex-start !important;
}

html[dir="rtl"] .ag-pagination ul{
    direction: rtl !important;
}


/* =========================================================
   FINAL ARABIC FONT FIX
   Safe for TranslatePress + Elementor + Astra/WP
   Applies Cairo to text only and protects all icon systems
========================================================= */

/* 1) Arabic page base */
html[lang="ar"] body,
body.translatepress-ar {
    direction: rtl;
    text-align: right;
    line-height: 1.8;
    font-family: 'Cairo', sans-serif !important;
}

/* 2) Apply Cairo ONLY to real text elements */
html[lang="ar"] body :where(
    h1,h2,h3,h4,h5,h6,
    p,a,span,li,ul,ol,
    strong,b,em,small,
    label,
    input,textarea,select,button,
    th,td,
    blockquote,
    figcaption,
    .elementor-heading-title,
    .elementor-icon-box-title,
    .elementor-icon-box-description,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-button-text,
    .menu-item a,
    .nav-link,
    .wp-block-heading,
    .wp-block-button__link
),
body.translatepress-ar :where(
    h1,h2,h3,h4,h5,h6,
    p,a,span,li,ul,ol,
    strong,b,em,small,
    label,
    input,textarea,select,button,
    th,td,
    blockquote,
    figcaption,
    .elementor-heading-title,
    .elementor-icon-box-title,
    .elementor-icon-box-description,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-button-text,
    .menu-item a,
    .nav-link,
    .wp-block-heading,
    .wp-block-button__link
) {
    font-family: 'Cairo', sans-serif !important;
}

/* 3) IMPORTANT: do NOT force Cairo on icon wrappers */
html[lang="ar"] .elementor-icon,
html[lang="ar"] .elementor-icon-box-icon,
html[lang="ar"] .elementor-image-box-img,
html[lang="ar"] .elementor-menu-toggle,
html[lang="ar"] .menu-item,
body.translatepress-ar .elementor-icon,
body.translatepress-ar .elementor-icon-box-icon,
body.translatepress-ar .elementor-image-box-img,
body.translatepress-ar .elementor-menu-toggle,
body.translatepress-ar .menu-item {
    font-family: inherit !important;
}

/* 4) Restore common icon font systems */
html[lang="ar"] .eicon,
html[lang="ar"] [class^="eicon-"],
html[lang="ar"] [class*=" eicon-"],
body.translatepress-ar .eicon,
body.translatepress-ar [class^="eicon-"],
body.translatepress-ar [class*=" eicon-"] {
    font-family: "eicons" !important;
}

html[lang="ar"] .fa,
html[lang="ar"] .fas,
html[lang="ar"] .far,
html[lang="ar"] .fab,
html[lang="ar"] .fal,
html[lang="ar"] [class^="fa-"],
html[lang="ar"] [class*=" fa-"],
body.translatepress-ar .fa,
body.translatepress-ar .fas,
body.translatepress-ar .far,
body.translatepress-ar .fab,
body.translatepress-ar .fal,
body.translatepress-ar [class^="fa-"],
body.translatepress-ar [class*=" fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* brands */
html[lang="ar"] .fab,
body.translatepress-ar .fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* 5) Restore icon pseudo-elements */
html[lang="ar"] .eicon::before,
html[lang="ar"] [class^="eicon-"]::before,
html[lang="ar"] [class*=" eicon-"]::before,
body.translatepress-ar .eicon::before,
body.translatepress-ar [class^="eicon-"]::before,
body.translatepress-ar [class*=" eicon-"]::before {
    font-family: "eicons" !important;
}

html[lang="ar"] .fa::before,
html[lang="ar"] .fas::before,
html[lang="ar"] .far::before,
html[lang="ar"] .fab::before,
html[lang="ar"] .fal::before,
html[lang="ar"] [class^="fa-"]::before,
html[lang="ar"] [class*=" fa-"]::before,
body.translatepress-ar .fa::before,
body.translatepress-ar .fas::before,
body.translatepress-ar .far::before,
body.translatepress-ar .fab::before,
body.translatepress-ar .fal::before,
body.translatepress-ar [class^="fa-"]::before,
body.translatepress-ar [class*=" fa-"]::before {
    font-family: inherit !important;
}

/* 6) Protect SVG icons */
html[lang="ar"] svg,
html[lang="ar"] svg *,
body.translatepress-ar svg,
body.translatepress-ar svg * {
    font-family: initial !important;
}

/* 7) Mobile menu toggle fix */
html[lang="ar"] .elementor-menu-toggle i,
html[lang="ar"] .elementor-menu-toggle .eicon-menu-bar,
html[lang="ar"] .elementor-menu-toggle .eicon-close,
body.translatepress-ar .elementor-menu-toggle i,
body.translatepress-ar .elementor-menu-toggle .eicon-menu-bar,
body.translatepress-ar .elementor-menu-toggle .eicon-close {
    font-family: "eicons" !important;
}

/* 8) Never style pseudo-elements globally in Arabic */
html[lang="ar"] *::before,
html[lang="ar"] *::after,
body.translatepress-ar *::before,
body.translatepress-ar *::after {
    font-family: inherit;
}

body.single-project .ast-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-project #primary,
body.single-project #main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-project .site-content > .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #fff !important;
}


.ah-project-category-shortcode{
    font-size:14px;
    line-height:1.7;
    color:#111827;
}

.ah-project-category-shortcode a{
    color:#ff6600;
    text-decoration:none;
    font-weight:600;
}

.ah-project-category-shortcode a:hover{
    text-decoration:underline;
}

.ah-project-category-label{
    font-weight:700;
    color:#111827;
}
/* صفحة المشاريع فقط */
.page-id-REPLACE_ID,
.page-id-REPLACE_ID body,
.page-id-REPLACE_ID .site,
.page-id-REPLACE_ID .site-content,
.page-id-REPLACE_ID .ast-container,
.page-id-REPLACE_ID #primary,
.page-id-REPLACE_ID #main {
    background: #ffffff !important;
}

/* اجعل محتوى الصفحة يتمدد */
.page-id-REPLACE_ID .ast-container,
.page-id-REPLACE_ID .site-content > .ast-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* منع الانكماش */
.page-id-REPLACE_ID #primary,
.page-id-REPLACE_ID #main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}



الشورت كود 
[cluster_posts_carousel title="مقالات مرتبطة" posts="6" button_text="عرض التفاصيل" autoplay="true" speed="3500"]
الكود المخصص 


.ah-cluster-section {
    margin: 48px 0 24px;
    direction: rtl;
    position: relative;
}

.ah-cluster-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.ah-cluster-title {
    margin: 0;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.3;
    font-weight: 800;
    color: #0f172a;
}

.ah-cluster-carousel-wrap {
    position: relative;
    isolation: isolate;
}

.ah-cluster-viewport {
    overflow: hidden;
    border-radius: 30px;
    padding: 8px 2px 14px;
    touch-action: pan-y;
}

.ah-cluster-carousel {
    display: flex;
    gap: 24px;
    will-change: transform;
    transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
    direction: ltr;
}

.ah-cluster-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: calc((100% - 48px) / 3);
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    direction: rtl;
    backface-visibility: hidden;
}

.ah-cluster-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.ah-cluster-image-link {
    display: block;
    text-decoration: none;
}

.ah-cluster-image-box {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f4f6;
}

.ah-cluster-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ah-cluster-card:hover .ah-cluster-image-box img {
    transform: scale(1.06);
}

.ah-cluster-card-body {
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ah-cluster-card-title {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 800;
}

.ah-cluster-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.25s ease;
}

.ah-cluster-card-title a:hover {
    color: #0b63ce;
}

.ah-cluster-card-excerpt {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.9;
    color: #475569;
    flex-grow: 1;
}

.ah-cluster-card-footer {
    margin-top: auto;
}

.ah-cluster-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b63ce 0%, #0a84ff 100%);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(11, 99, 206, 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.ah-cluster-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(11, 99, 206, 0.28);
    opacity: 0.96;
}

.ah-cluster-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
    cursor: pointer;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.ah-cluster-nav:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22);
    background: #ffffff;
}

.ah-cluster-nav:active {
    transform: translateY(-50%) scale(0.98);
}

.ah-cluster-nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.ah-cluster-prev {
    left: -24px;
}

.ah-cluster-next {
    right: -24px;
}

.ah-cluster-nav svg {
    width: 22px;
    height: 22px;
    display: block;
}

.ah-cluster-dots {
    display: none;
}

@media (max-width: 1199px) {
    .ah-cluster-prev {
        left: -12px;
    }

    .ah-cluster-next {
        right: -12px;
    }
}

@media (max-width: 1024px) {
    .ah-cluster-card {
        flex: 0 0 calc((100% - 24px) / 2);
        min-width: calc((100% - 24px) / 2);
    }

    .ah-cluster-card-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .ah-cluster-section {
        margin-top: 36px;
    }

    .ah-cluster-title {
        font-size: 24px;
    }

    .ah-cluster-viewport {
        padding-bottom: 10px;
        border-radius: 24px;
    }

    .ah-cluster-carousel {
        gap: 16px;
    }

    .ah-cluster-card {
        flex: 0 0 86%;
        min-width: 86%;
        border-radius: 22px;
    }

    .ah-cluster-card-body {
        padding: 18px 16px 18px;
    }

    .ah-cluster-card-title {
        font-size: 18px;
        line-height: 1.55;
    }

    .ah-cluster-card-excerpt {
        font-size: 14px;
        line-height: 1.8;
    }

    .ah-cluster-nav {
        width: 44px;
        height: 44px;
        top: auto;
        bottom: -8px;
        transform: none;
    }

    .ah-cluster-nav:hover,
    .ah-cluster-nav:active {
        transform: none;
    }

    .ah-cluster-prev {
        left: calc(50% - 52px);
        right: auto;
    }

    .ah-cluster-next {
        right: calc(50% - 52px);
        left: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ah-cluster-carousel,
    .ah-cluster-card,
    .ah-cluster-image-box img,
    .ah-cluster-btn,
    .ah-cluster-nav {
        transition: none !important;
        animation: none !important;
    }
}




/*تنسيق الفورم */
.boldd-form {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.boldd-form:before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  background: rgba(0,0,0,0.03);
  border-radius: 50%;
}

.boldd-form-header {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}

.boldd-form-header h3 {
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #111111;
  letter-spacing: -1px;
}

.boldd-form-header p {
  margin: 0;
  font-size: 15px;
  color: #777777;
  line-height: 1.7;
}

.boldd-label,
.boldd-field label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}

.boldd-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.boldd-field {
  margin-bottom: 22px;
}

.boldd-field input,
.boldd-field textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  border-radius: 16px;
  padding: 16px 18px;
  font-size: 15px;
  color: #111111;
  transition: all 0.25s ease;
  outline: none;
}

.boldd-field textarea {
  min-height: 130px;
  resize: vertical;
}

.boldd-field input:focus,
.boldd-field textarea:focus {
  background: #ffffff;
  border-color: #111111;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.05);
}

.boldd-service-grid .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.boldd-budget .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.boldd-service-grid .wpcf7-list-item,
.boldd-budget .wpcf7-list-item {
  margin: 0;
}

.boldd-service-grid label,
.boldd-budget label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 18px;
  border-radius: 18px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  overflow: hidden;
}

.boldd-budget label {
  min-height: 58px;
  font-size: 14px;
}

.boldd-service-grid label:hover,
.boldd-budget label:hover {
  transform: translateY(-3px);
  border-color: #111111;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.14);
}

.boldd-service-grid input,
.boldd-budget input {
  display: none;
}

.boldd-service-grid label:has(input:checked),
.boldd-budget label:has(input:checked) {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
  box-shadow: 0 12px 30px rgba(0,0,0,0.14);
}

.boldd-service-grid .wpcf7-list-item-label,
.boldd-budget .wpcf7-list-item-label {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.boldd-upload label span {
  font-size: 12px;
  color: #888888;
  font-weight: 500;
  margin-left: 6px;
}

.boldd-upload input[type="file"] {
  background: #ffffff;
  border-style: dashed;
  padding: 16px;
}

.boldd-submit {
  margin-top: 10px;
}

.boldd-submit input[type="submit"] {
  width: 100%;
  border: none;
  background: #111111;
  color: #ffffff;
  padding: 18px 24px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
}

.boldd-submit input[type="submit"]:hover {
  transform: translateY(-2px);
  background: #000000;
  box-shadow: 0 16px 35px rgba(0,0,0,0.2);
}

.wpcf7-spinner {
  margin-top: 18px;
}

.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 16px !important;
  border-radius: 16px;
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 12px;
}

@media (max-width: 768px) {

  .boldd-form {
    padding: 26px;
    border-radius: 22px;
  }

  .boldd-form-header h3 {
    font-size: 30px;
  }

  .boldd-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .boldd-service-grid .wpcf7-form-control,
  .boldd-budget .wpcf7-form-control {
    grid-template-columns: 1fr;
  }

}