:root{ --apx-radius: 16px; --apx-shadow-sm: 0 4px 16px rgba(15,23,42,0.06); --apx-shadow-md: 0 12px 32px rgba(15,23,42,0.10); --apx-shadow-lg: 0 20px 48px rgba(15,23,42,0.16); } section.section h2.color-brand-1, section.section h3.color-brand-1{ font-weight: 800; letter-spacing: -0.02em; } .card-offer-style-3{ background: #fff; border-radius: var(--apx-radius); border: 1px solid rgba(15,23,42,0.06); box-shadow: var(--apx-shadow-sm); padding: 24px; transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease; height: 100%; } .card-offer-style-3:hover{ transform: translateY(-8px); box-shadow: var(--apx-shadow-lg); border-color: rgba(204,0,0,0.25); } .card-offer-style-3 .card-head{ margin-bottom: 14px; } .card-offer-style-3 .card-image{ border-radius: 14px; overflow: hidden; } .card-offer-style-3 .card-title{ min-width: 0; } px; overflow: hidden; } .card-offer-style-3 .card-title{ min-width: 0; } .card-offer-style-3 .card-title h4{ font-weight: 700; overflow-wrap: break-word; word-break: break-word; hyphens: auto; transition: color .25s ease; } .card-offer-style-3:hover .card-title h4{ color: var(--primary-color); } .card-offer-style-3 .box-button-offer .btn{ font-weight: 700; } .card-offer-style-3 .box-button-offer .btn svg{ transition: transform .3s ease; } .card-offer-style-3:hover .box-button-offer .btn svg{ transform: translateX(6px); } .btn.btn-brand-1{ border-radius: 999px; font-weight: 700; padding: 14px 32px; box-shadow: 0 10px 24px rgba(204,0,0,0.22); transition: transform .3s ease, box-shadow .3s ease; } .btn.btn-brand-1:hover{ transform: translateY(-3px); box-shadow: 0 16px 32px rgba(204,0,0,0.30); } .btn.btn-default{ border-radius: 999px; font-weight: 700; } .box-business-service img, .box-business-service .box-image-1, .box-business-service .box-image-3{ border-radius: var(--apx-radius); box-shadow: var(--apx-shadow-md); overflow: hidden; } .box-number-1{ border-radius: var(--apx-radius); box-shadow: var(--apx-shadow-lg); } .list-ticks li{ padding: 8px 0; font-weight: 500; } .card-blog-grid{ border-radius: var(--apx-radius); overflow: hidden; box-shadow: var(--apx-shadow-sm); transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease; background:#fff; } .card-blog-grid:hover{ transform: translateY(-8px); box-shadow: var(--apx-shadow-lg); } .card-blog-grid .card-image{ overflow:hidden; } .card-blog-grid .card-image img{ transition: transform .6s ease; } .card-blog-grid:hover .card-image img{ transform: scale(1.08); } .card-blog-grid .card-info{ padding: 20px 22px 24px; } section.section:has(input[type="email"]){ background: linear-gradient(135deg, rgba(204,0,0,0.05), rgba(6,106,76,0.07)); border-radius: 24px; padding: 48px 24px; } header.header.sticky-bar.stick{ box-shadow: 0 8px 24px rgba(15,23,42,0.08); } footer.footer h4, footer.footer h5{ font-weight:700; } .card-offer-style-3 .card-head{ display:flex; flex-direction:column; align-items:flex-start; } .card-offer-style-3 .card-image{ width:100%; margin-bottom:16px; } .card-offer-style-3 .card-image img{ width:100%; height:auto; display:block; } .card-offer-style-3 .card-title{ width:100%; }