/*
Theme Name: Bluehost Blueprint
Theme URI: https://github.com/newfold-labs/wp-theme-bluehost-blueprint/
Author: Bluehost
Author URI: https://bluehost.com
Description: Bluehost Blueprint is a block-based, multi-purpose, WordPress theme. Compose your pages to fit any design you like with the power of Full Site Editing (FSE) and the included wide range of Block Patterns. The pre-built pages will help you populate and transform your website into a wonderful website. Customize colors and font pairings to create your own unique look and feel.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluehost-blueprint
Tags: blog, e-commerce, portfolio, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, block-patterns, wide-blocks, full-site-editing, template-editing
 */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
:root {
	--wp--preset--font-size--huge: clamp(6rem, 10vw, 10rem);
}
body {font-size: 16px; font-weight: 400; line-height: 1.5; font-family: 'Inter', sans-serif;}

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

h1 {font-size: 40px; font-weight: 700; 
	/* color: #0B2C3D; */
}
h2 {font-size: 32px; font-weight: 600;}
h3 {font-size: 24px; font-weight: 600;}
h4 {font-size: 20px; font-weight: 500;}

select {
	min-height: 2.25em;
}

textarea, select, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], .select2-container .select2-selection--single {
	border-radius: 2px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.2);
	line-height: 1.7;
	padding: 0.3rem 1rem;
	display: block;
}

input[type="submit"] {
	background-color: var(--wp--preset--color--accent-1);
	border-width: 0;
	border-radius: 2px;
	color: var(--wp--preset--color--base);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	cursor: pointer;
}

[class*="is-style-block-overlap"] + *:not([style*="margin-top"]) {
	margin-top: 0;
}

[class*="is-style-text-wrap-balance"],
[class*="is-style-text-wrap-balance"] p {
	text-wrap-style: balance;
}

div[class*="wp-block-"] figcaption {
	color: var(--wp--preset--color--contrast-midtone);
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
	margin-top: 8px;
	text-align: center;
}

div[class*="wp-block-"] .wp-block-image figcaption a {
	width: auto;
}

.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
	max-width: var(--wp--style--global--content-size);
}

/* Sticky Footer */
.wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.admin-bar .wp-site-blocks {
    min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 32px));
}

.wp-site-blocks > main,
.wp-site-blocks > .entry-content {
    flex: 1;
}

.wp-block-list {
    li {
        margin-top: 0.3rem;
        font-size: 16px;
        font-weight: 400;
    }
}
.custom-header {   
  padding: 16px 0px;
}

.wp-block-site-logo a:hover span {
  filter: drop-shadow(0 0 2em #646cffaa);
}
div#header-upper-top {background-color: #F5F7FA;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
div.top-menu {padding-bottom: 0px !important;  padding-top: 0px !important;}
.custom-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff; /* important to avoid transparency */
}
body.logged-in .custom-header { 
  top: 30px;
}

/* Prevent content from hiding behind header */
body.home {
  padding-top: 90px; /* adjust to your header height */
}

html {
  scroll-behavior: smooth;
}

/* Adjust this to your header height */
:target {
  scroll-margin-top: 100px;
}
h1#core-services,
h1#feature-teaser,
h1#product-teaser,
h1#roadmap {scroll-margin-top: 150px;}

.top-menu nav ul { gap: unset;}
.top-menu nav ul li  {
  padding: 0 2rem;
}
div.top-menu .wp-block-site-logo a img {width: 104px; height: 100px;}
.top-menu nav ul li a span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1F2933;
  text-decoration: none;
}

.top-menu nav ul li a.wp-block-navigation-item__content.active {
  width:100%;
  height: auto;
  gap: 10px;
  opacity: 1;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 32px;
  border-width: 0.5px;
  background: #FFFFFF;
  border: 0.5px solid var(--Primary-Blue, #1F4FD8);
  box-shadow: 0px 4px 4px 0px #0000001A;
}

.top-menu nav ul li a:hover {text-decoration: none;}

.top-menu nav ul li a.wp-block-navigation-item__content.active span {
  font-weight: 700;
}

.button-demo-link {
  width: 100%;
  height: 30px;
  gap: 8px;
  opacity: 1;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-radius: 24px;
  background: var(--Primary-Blue, #1F4FD8);
  cursor: pointer;
}
.button-demo-link a {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 16px;  
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: transparent;
  padding: 0px;
}
/* hero section */
.hero-section {
  width: 100%;
  height: 620px;
  gap: 8px;
  opacity: 1;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(31, 79, 216, 0.2) 100%);   
}
.hero-section .container {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .container .logo-container {
  width: 892px;
  height: 471px;
  opacity: 1;
  margin: 30px auto 0px;
  background-image: url("./assets/images/bg-logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  gap: 40px;
}
.hero-title-box {
  width: 326px;
  height: 40px;
  gap: 10px;
  opacity: 1;
  padding: 8px 16px;
  border-radius: 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #0000001A;
}
.hero-title-box .hero-title {  
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px; 
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Primary-Blue, #1F4FD8);    
  margin: 0px;
}
.title-row, .compliance-row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* space between Healthcare & Operations */
  padding: 0px;
}
.h1-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0px;
}
.h1-button {
  width: 337px;
  height: auto;
  gap: 10px;
  opacity: 1;
  border-radius: 8px;
  padding: 16px;
  background: var(--Primary-Blue, #1F4FD8);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 56px;  
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0px;
}
.compliance-row .title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 56px;  
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0px;
}
.hero-text-box {
  width: 858px;
  height: auto;
}
.hero-text-box .hero-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Neutrals-Charcoal, #1F2933);
  margin: 0px;
}
.hero-text-box .hero-text span { font-weight: 700;}
.icon-box {
  width: 110px;
  height: 48px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.icon-box .icons {
  width: 48px;
  height: 48px;
  opacity: 1;
}
.icon-box .icons.icon-1 {
  background-image: url("./assets/icons/icon-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  left: -10px;
}
.icon-box .icons.icon-2 {
  background-image: url("./assets/icons/icon-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 30px;
}
.icon-box .icons.icon-3 {
  background-image: url("./assets/icons/icon-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  left: 8px;
}
.action-button-box {
  width: 424px;
  height: 64px;
  gap: 16px;
  opacity: 1;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-primary {
  width: auto;
  height: auto;
  gap: 8px;
  opacity: 1;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 32px;
  background: var(--Primary-Blue, #1F4FD8);
  border: 1px solid var(--Primary-Navy, #1F4FD8);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;  
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.button-primary:hover {
  background:#FFFFFF;
  color: #1F4FD8;
  border: 1px solid var(--Primary-Navy, #1F4FD8);
}
.button-secondary {
  width: 143px;
  height: auto;
  gap: 8px;  
  opacity: 1;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 32px;
  border-width: 1px;
  border: 1px solid var(--Primary-Navy, #0B2C3D);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--Primary-Navy, #0B2C3D);
  cursor: pointer;
  background: #FFFFFF;
  text-decoration: none;
}
.button-secondary:hover {  
  color: #1F4FD8;
  border: 1px solid var(--Primary-Navy, #1F4FD8);
}
/* core service */
.core-service-section {
  width: 100%;
  height: 163px;
  gap: 8px;
  opacity: 1;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background: #ffffff;
  margin-top: 72px;
}
.core-service-section .container {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items:start;
  justify-content:space-between;
}
.left-container {
  width: 626px;
  height: 163px;
  gap: 24px;
  opacity: 1;
  display: grid;  
  align-items: start;
  justify-content: start;
}
.left-container h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--Neutrals-Charcoal, #1F2933);
  margin: 0px;
}
.left-container p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--Neutrals-Charcoal, #1F2933);
  margin: 0px;
}
.right-container {
  width: 230px;
  height: 163px;
  gap: 24px;
  opacity: 1;
  display: grid;  
  align-items: center;
  justify-content: end;
}

/* core-service-section2 */
.core-service-section2 {
  width: 100%;
  height: 672px;
  gap: 8px;
  opacity: 1;
  padding:0;
  background: #ffffff;
  margin-top: 72px;
}
/* GRID LAYOUT */
.core-service-section2 .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
/* Cards */
.column {
  height: 320px;
  border-radius: 0px;
  background: #FFFFFF; /* example */
  display: grid;
  align-items: center;
  justify-content: center; 
  gap: 16px; 
}

.placeholder-img {
  width: 100%;
  height: 160px;
  opacity: 1;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.placeholder-img.img1 {
  background-image: url("./assets/images/placeholder-Image-1.png");  
}
.placeholder-img.img2 {
  background-image: url("./assets/images/placeholder-Image-2.png");  
}
.placeholder-img.img3 {
  background-image: url("./assets/images/placeholder-Image-3.png");  
}
.placeholder-img.img4 {
  background-image: url("./assets/images/placeholder-Image-4.png");  
}
.placeholder-img.img5 {
  background-image: url("./assets/images/placeholder-Image-5.png");  
}
.placeholder-img.img6 {
  background-image: url("./assets/images/placeholder-Image-6.png");  
}
.column h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;  
  line-height: 140%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0px;
}
.column p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6B6B6B;
  margin: 0px;
}

/* Meatrix section */
.meatrix-section {
  width: 100%;
  height: auto;
  gap: 8px;
  opacity: 1;
  padding:0;
  background: #ffffff;
  margin-top: 72px;
}
.meatrix-section .container {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items:center;
  justify-content:center;
}
.meatrix-container {
  width: 768px;
  height: 221px;
  gap: 16px;
  opacity: 1;
  display: grid;
  align-items: center;
  justify-content: center; 
}
.meatrix-container h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0px;
}
.meatrix-container p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0px;
}
.meatrix-container p span {
  font-weight: 700;
  color: var(--Primary-Blue, #1F4FD8);
}
.meatrix-container2 {
  width: 100%;
  height: 652px;
  display: flex;
  gap: 48px;
  align-items: start;
  justify-content: space-between;
}
/* Column widths for desktop */
.meatrix-column {
  width: 303px;
  height: auto;
  display: grid; 
  align-items: center;
  justify-content: center;  
  gap: 64px;
  opacity: 1; 
}
.meatrix-column2 {
  width: 450px;
  height: auto;
  display: grid; 
  align-items: center;
  justify-content: center; 
}
.column-item {
  width: 240px;
  height: 216px;
  gap: 24px;
  opacity: 1;
  display: grid; 
  align-items: center;
  justify-content: center; 
}
.meatrix-img{
  width: 100%;
  height: 56px;
  opacity: 1;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.meatrix-img.img1 {
  background-image: url("./assets/icons/meatrix-icon-1.png");
}
.meatrix-img.img2 {
  background-image: url("./assets/icons/meatrix-icon-2.png");
}
.meatrix-img.img3 {
  background-image: url("./assets/icons/meatrix-icon-3.png");
}
.meatrix-img.img4 {
  background-image: url("./assets/icons/meatrix-icon-4.png");
}
.meatrix-img2{
  width: 450px;
  height: 540px;
  opacity: 1;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.meatrix-img2.img7 {
  background-image: url("./assets/images/placeholder-Image-7.png");  
}
.column-item p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #6B6B6B;
  margin: 0px;
}
.column-item p span {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;  
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0px;
}
.column-item h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;  
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0px;
}

.action-box-2 {
  width: 100%;
  height: 64px;
  gap: 16px;
  opacity: 1;
  padding-top: 36px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.meatrix-column2 .button-primary {
  width: auto;
  height: auto;
  gap: 8px;
  opacity: 1;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 32px;
  background: var(--Primary-Blue, #1F4FD8);
  border: 1px solid var(--Primary-Navy, #1F4FD8);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.meatrix-container2 figure {
    margin: 0 auto;
}

/* meatscribe */
.meatscribe-section {
  width: 100%;
  height: 600px;
  gap: 80px;
  opacity: 1;
  padding:0; 
  margin-top: 72px;
  background: #1F4FD80D;
  border-radius: 32px;
}
.meatscribe-section .container {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items:center;
  justify-content:center;
}
.meatscribe-container {
  width: auto;
  min-height: 476px;
  display: flex;
  align-items: start; 
  justify-content: flex-start;
  margin: 64px auto;
}
.meatscribe-column {
  width: 560px;
  display: flex; /* allows child to stretch */
}

.meatscribe-column .placeholder-img {
  width: 100%;
  height: 466px;
  background-position: left top;
  background-size: contain;
  border-radius: unset;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.meatscribe-column .placeholder-img.img8 {
  background-image: url("./assets/images/placeholder-Image-8.png"); 
}
.meatscribe-items {
  width: 100%;
  height: 367px; /* 🔥 fills full column height */
  padding: 48px;
  display: grid;
  gap: 24px;
  background: #FFFFFF;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.meatscribe-items h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0px;
}
.meatscribe-items p {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0px;
  color: var(--Primary-Blue, #1F4FD8);
  padding-top: 24px;
}
.meatscribe-items ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.meatscribe-items ul li {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--Neutrals-Charcoal, #1F2933);
  padding-left: 28px;
  background-image: url("./assets/icons/check_circle.png");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.meatscribe-items .action-box-2 {
  width: 100%;
  height: auto;
  gap: 0px;
  opacity: 1;
  padding-top: 0;
  align-items: flex-start;
  justify-content: start;
  display: flex;
}
.p-4 {  padding: 16px;}
.p-8 {  padding: 32px;}
.p-10 {  padding: 40px;}
.p-12 {  padding: 48px;}


.roadmap-section {
  width: 100%;
  height: auto;
  gap: 80px;
  opacity: 1;
  padding:0; 
  margin-top: 72px; 
  border-radius: 0px;
}
.roadmap-section .container {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items:center;
  justify-content:center;
}
.roadmap-container {
  width: 768px;
  height: 190px;
  gap: 24px;
  opacity: 1;
  display: grid;
  align-items: start; 
  justify-content: flex-start;
  margin: 0px auto;
}
.roadmap-container h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0px;
}
.roadmap-container p {
  font-family: 'Inter', sans-serif;  
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0px;
}


@media (max-width: 768px) {
  body.home {
      padding-top: 30px;
  }
  .button-demo-link-parent {
    position: absolute;
    right: 60px;
  }
  .button-demo-link {   
    padding: 6px 15px;    
    height: 26px;
  }
  .button-demo-link a {
    font-size: 16px;
  }
  .top-menu nav ul li a.wp-block-navigation-item__content.active {    
    padding: 8px 16px !important;
    text-decoration: none !important;
  }
  .custom-header {
    padding: 8px 0px;
  }
  div.top-menu .wp-block-site-logo a img {
    width: 48px;
    height: 47px;
  }

  /* Hero section height auto */
  .hero-section {
    height: auto;
    padding: 24px 0px;
    border-radius: 24px;
  }
  /* Container */
  .hero-section .container {
    align-items: flex-start;
  }
  /* Logo container */
  .hero-section .container .logo-container {
    width: 100%;
    height: auto;
    margin-top: 24px;
    gap: 24px;
    background-size: 90%;
  }
  .hero-title-box {
    width: auto;
    height: auto;
  }
  .title-row, .compliance-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .title-row h1 { text-align: center;  }
  .h1-title { font-size: 40px;}
  .h1-button {
    width: 295px;
    height: auto;    
    padding: 8px;    
    font-size: 40px;
    margin: 0px auto;
  }
  .compliance-row .title {font-size: 40px;}
  .icon-box { margin: 0px auto;  }

  /* Description text */
  .hero-text-box { width: auto; padding: 0 12px;  }
  .hero-text-box .hero-text {font-size: 16px;}
  .action-button-box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .button-primary {
    width: 214px;
    max-width: 214px;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button-secondary {
    width: 143px;
    max-width: 143px;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core-service-section {height: auto;}
  .core-service-section .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .left-container {
    width: 100%;
    height: auto;
    gap: 12px;
  }
  .left-container h2 {font-size: 36px;}
  .left-container p { font-size: 16px;}
  .right-container {
    width: 100%;
    height: 80px;    
    justify-content: start;
  }
  .core-service-section2 {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .core-service-section2 .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .meatrix-section { margin-top: 36px; }
  .meatrix-container { width: 100%; height: auto;}
  .meatrix-container h1 {font-size: 36px;}
  .meatrix-container p {font-size: 16px;}

  .meatrix-container2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
    height: auto;
  }
  /* Reorder columns */
  .meatrix-column:nth-child(1) {
    order: 1; /* 1 stays first */
  }
  .meatrix-column2 {
    order: 3; /* 2 goes last */
    width: 100%; /* full width on mobile */
  }
  .meatrix-column:nth-child(3) {
    order: 2; /* 3 goes second */
  }
  /* Make all columns full width */
  .meatrix-column,
  .meatrix-column2 {
    width: 100%;
  }

  .meatrix-img2 {
    width: 335px;
    height: 300px;  
  }
  .meatscribe-section {
    width: 100%;
    height: auto;    
    margin-top: 36px;    
  }
  .meatscribe-container {
    width: auto;
    min-height: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 32px auto;
    height: auto;
  }
  .meatscribe-column {
    width: 100%;
    display: flex;
  }
  .meatscribe-items {
    width: 76%;
    height: auto;
    padding: 20px;
    display: grid;
    gap: 12px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    margin: 0px auto;
  }
  .meatscribe-items h2 { font-size: 35px;}
  .meatscribe-items p {font-size: 20px; padding-top: 20px;}
  .meatscribe-items ul li { padding-bottom: 5px;}
  .meatscribe-items .action-box-2 {padding-bottom: 20px; }
  .meatscribe-column .placeholder-img {
    width: 88%;
    height: 251px;
    background-position: center top;
    border-radius: unset;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin: 0px auto;
  }
  .roadmap-section {margin-top: 36px;}
  .roadmap-container {width: 100%; height: auto;}
  .roadmap-container h2 {font-size: 36px;}
  .roadmap-container p {font-size: 16px;}
}

/* accordion-section */
.accordion-section {
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  gap: 80px;
  opacity: 1;
  padding:0; 
  margin-top: 72px; 
  border-radius: 0px;
  display: none;
}

.accordion-section .container {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items:center;
  justify-content:center;
}

.accordion {
  width: 100%;
  display: grid;
  gap: 0px;
}

.accordion-item {
  width: 100%;
  border-radius: 0px;
  background: #ffffff;    
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 14px 0px;
}

/* Button style */
.accordion-summary {
  width: 100%;
  text-align: left;
  padding: 0px 0px;
  font-family: 'Inter', sans-serif; 
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  cursor: pointer;
  border: none;
  background: none;
  position: relative;
  outline: none;
  user-select: none;
  color: var(--Neutrals-Charcoal, #1F2933);  
}

.accordion-item.open .accordion-summary {
  color: var(--Primary-Blue, #1F4FD8);
}
/* Icon with images */
.accordion-summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;       /* size of your icon */
  height: 32px;
  background-image: url("./assets/icons/keyboard_arrow_down.png"); /* down arrow */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease, background-image 0.3s ease;
}

/* When open, show up arrow */
.accordion-item.open .accordion-summary::after {
  background-image: url("./assets/icons/keyboard_arrow_up.png"); /* up arrow */
}
/* Content wrapper */
.accordion-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 0 2px;
  transition: height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.accordion-content ul {
  margin: 10px 0 0px;
  text-align: left;
  padding-left: 30px;
}
.accordion-content ul li {
  font-family: 'Inter', sans-serif; 
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: #000000;
  line-height: 150%;
  letter-spacing: 0%;
}
.accordion-content p {
  margin: 15px 0 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
}

/* roadmap-philosophy-section */
.roadmap-philosophy-section {
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  gap: 80px;
  opacity: 1;
  padding:0; 
  margin-top: 72px; 
  border-radius: 0px;
}
.roadmap-philosophy-section .container {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items:center;
  justify-content:center;
}
.philosophy-container {
  width: 100%;  
  height: 175px;
  gap: 10px;
  border-radius: 32px;
  padding: 32px;
  display: grid;
  /* Overlay color on top of image */
  background-image:
    linear-gradient(rgba(31, 79, 216, 0.8), rgba(31, 79, 216, 0.8)),
    url("./assets/images/roadmap-philosophy.jpg");

  background-size: cover;
  background-repeat: no-repeat;  
  background-position: center center;
}
.philosophy-container h5 {  
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Neutrals-White, #FFFFFF);
  margin: 30px auto 0px;
}
.philosophy-container p {  
  font-weight: 400;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Neutrals-White, #FFFFFF);
  margin: 0px auto;
}
/* roadmap-philosophy-section */
/* partners section */
.partners-section {
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  gap: 80px;
  opacity: 1;
  padding:0; 
  margin-top: 72px; 
  border-radius: 0px;
}
.partners-section .container {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items:center;
  justify-content:center;
}
.partners-container {
  width: 100%; 
  height: 800px;
  gap: 80px;
  opacity: 1;
  border-radius: 32px;
  border-width: 2px;
  padding: 48px;
  background: #1F4FD80D;
  border: 2px solid var(--Primary-Blue, #1F4FD8);
  display: flex; 
  align-items:start;
  justify-content:space-between;
}
.flex-1 {
  flex: 1 1 0%;
}
.partners-content {  
  height: 796px;
  gap: 28px;  
  opacity: 1;
  display: grid;
  align-items:start;
  justify-content:space-between;
}
.partners-image {  
  height: 796px;
  opacity: 1;
  border-radius: 32px;
  background-image: url("./assets/images/partners-image.png"); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.partners-content h2 {  
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--Primary-Blue, #1F4FD8);
  margin: 0px;
}
.partners-content p {
  margin: 0px; 
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--Neutrals-Charcoal, #1F2933);
}
.partners-items {
  width: 100%;
  height: auto;
}
.partners-content span {
  margin: 0px; 
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--Neutrals-Charcoal, #1F2933);
} 
.partners-content ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.partners-content ul li { 
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--Neutrals-Charcoal, #1F2933);
  padding-left: 28px;
  background-image: url(./assets/icons/check_circle.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.btn-contact-us {
  width: 100%;
  height: auto;
  gap: 8px;
  opacity: 1;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 32px;
  border-width: 1px;
  background: var(--Primary-Blue, #1F4FD8);
  border: 1px solid var(--Primary-Blue, #1F4FD8);  
  font-weight: 700;
  font-style: Bold;
  font-size: 16px; 
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--Neutrals-White, #FFFFFF);
  transition: background-color 0.3s ease,
              color 0.3s ease,
              border-color 0.3s ease;
  text-align: center;
  text-decoration: none;
}
.btn-contact-us:hover {
  color: var(--Primary-Blue, #1F4FD8);
  background: var(--Neutrals-White, #FFFFFF);
}

.desktop-only { display: block; }
.mobile-only { display: none; }
.partners-cta {
  width: 100%;
  display: grid;
  gap: 12px;
}

/* partnerssection */
@media (max-width: 768px) {
  .accordion-summary { padding: 0px 22px 0px 0px; font-size: 20px;  }
  .accordion-summary::after {    right: 0px;  }
  .roadmap-philosophy-section {margin-top: 36px;}
  .philosophy-container { height: 185px; padding: 16px; }
  .philosophy-container h5 {font-size: 18px;margin: 0px auto 0px; }
  .philosophy-container p {font-size: 16px;}

  .partners-container { 
    flex-direction: column;
    height: auto;
    padding: 24px;
    gap: 40px;
  }
  .partners-content {height: auto;}
  .partners-content h2 { font-size: 32px; }
  .partners-content p {font-size: 16px; }
  .btn-contact-us {
    width: auto;
  }
  .flex-1 {
    flex: auto;
  }
  .partners-image {
    height: 480px;
    width: 300px;
    margin-bottom: 30px;
  }

  .desktop-only { display: none; }
  .mobile-only { display: block; }  
  .grid-in-mobile {
    display: grid;
  }
}


/* footer */
footer.wp-block-template-part {
  width: 100%;
  height: auto;
  gap: 32px;
  opacity: 1;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;  
  background: #1F4FD80D;
}

.footer-custom {
	background-color: transparent;
}
.footer-custom div {gap: var(--wp--preset--spacing--10);}
.footer-left div {display: none;}
.footer-section {
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  gap: 80px;
  opacity: 1;
  padding:0; 
  margin-top: 0px; 
  border-radius: 0px;
}
.footer-section .container {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items:center;
  justify-content:center;
}
.footer-container {
  width: 100%;  
  height: auto;
  gap: 0px;
  border-radius: 0px;
  padding: 0px;
  display: grid; 
  align-items:start;
  justify-content:center;
}
.footer-container-upper {
  width: 600px;
  height: 219px;
  display: flex;
  flex-direction: column;
  align-items: center;     /* centers logo horizontally */
  justify-content: center; /* centers vertically */
  text-align: center;      /* centers text */
  gap: 2px;
  padding-top: 60px;
}
.footer-container-upper img {
  margin-bottom: 10px;
}
.footer-container-upper p {  
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0px;
}
.footer-social-box {
  width: 132px;
  height: 24px;
  gap: 12px;
  opacity: 1;
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  margin: 0px auto 20px;
}
.footer-menu-box {
  width: 390px;
  height: 24px;
  gap: 32px;
  opacity: 1;
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  margin: 0px auto 20px;
}
.footer-menu-box a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--Neutrals-Charcoal, #1F2933);
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-container-upper {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-social-box {    
    margin: 20px auto 20px;
  }
  .footer-menu-box {
    width: auto;
    height: auto;
    gap: 16px;    
    display: grid;
  }
  .footer-menu-box a {   
    text-align: center;
  }
}

.bottom-menu nav ul { gap: unset;}
.bottom-menu nav ul li  {
  padding: 0 2rem;
}
.bottom-menu nav ul li a:hover span {
  filter: drop-shadow(0 0 2.25em #646cffaa);
}
.bottom-menu nav ul li::before {
  content: "|";
  position: absolute;
  left: 0;
  color: #0B2C3Daa;
}
.bottom-menu nav ul li:first-child::before {
  content: "";
}

.hero-area-container {
  width: 100%;
  min-height: 380px;
  background-image: url("./assets/images/Hero-Wave-2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;

  display: flex;
  align-items: center;
}

.left-box,
.right-box {
  flex: 1;
  min-height: 100%;
}
.right-box {
  background-image: url("./assets/images/Doctor-visiting-Patient.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.left-box {
  padding: 2rem 3rem;
}
.right-box {  
  min-height: 380px;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 1rem;
}

.url-box a {
  color: #0B2C3D;
  font-weight: 600;
  text-decoration: none;
}

.url-box a {
  padding: 10px 20px;
  background: linear-gradient(90deg, #0B2C3D, #0F766E);
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  text-transform: capitalize;
}

.url-box a:hover {
  background: linear-gradient(90deg, #0F766E, #0B2C3D);
}

@media (max-width: 768px) {
  .custom-header {    
    top: 0px;
  }
  body.logged-in .custom-header { 
    top: 30px;
  }
  .hero-area-container {
    flex-direction: column;
    text-align: center;
  }

  .left-box,
  .right-box {
    width: 100%;
  }

  .right-box {
    min-height: 240px;
    background-position: center;
  }
}


@media (min-width: 1200px) {
  .hero-area-container {
    min-height: 380px;
  }
}


.product-teaser-section {
  width: 100%;
  background: linear-gradient(135deg, #F5F7FA 0%, #eaf0f8 100%);
  color: #000;
  padding: 60px 20px;
  box-sizing: border-box;
}

.product-teaser-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 10px;
}

.section-header p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.product-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.product-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.product-card .product-image {
  height: 150px;
  width: 100%;
  background-color: #f9fafb;
  border-radius: 8px;
  margin-bottom: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: #000000;
}

.product-card p {
  font-size: 0.95rem;
  opacity: 0.85;
  color: #000000;
}

/* Responsive */
@media (max-width: 768px) {
  .product-cards {
    flex-direction: column;
    align-items: center;
  }
  .product-card {
    max-width: 90%;
  }
}

/* Key Features */
.key-feature-section {
  width: 100%;  
  background-image: url(./assets/images/key-features.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  color: #000;
  padding: 0px 0px;
  box-sizing: border-box;
  min-height: 800px;  
}
.key-feature-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 505px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.feature-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* roadmap */
.roadmap {
  padding: 80px 20px;
  background: #f9fafb;
  text-align: center;
}

.roadmap h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.roadmap .subtitle {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 50px;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.roadmap-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.roadmap-card:hover {
  transform: translateY(-6px);
}

.roadmap-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.roadmap-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.roadmap-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .roadmap-grid {
    grid-template-columns: 1fr;
  }
  .key-feature-section {  
    min-height: 350px;  
  }
  .key-feature-section h2 {
    font-size: 20px; margin: 2px auto;
  }
  .key-feature-section p {
    font-size: 11px;
    margin: 1px auto;
  }
  .feature-cards {
    gap: 6px;  
    margin-top: 138px;
    width: 100%;
  }
  .feature-card {
    flex: auto;
    border-radius: 12px;
    padding: 6px;    
    display: block;
    width: 20%;
  }
  .feature-card h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
}


.investor-relations {
  padding: 90px 20px;
  background: #f8fafc;
}

.ir-container {
  max-width: 1200px;
  margin: auto;
}

.ir-header {
  text-align: center;
  margin-bottom: 60px;
}

.ir-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}

.ir-header p {
  font-size: 16px;
  color: #475569;
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
}

.ir-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ir-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ir-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.ir-icon {
  font-size: 40px;
  margin-bottom: 18px;
}

.ir-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #020617;
}

.ir-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
}

/* Responsive */
@media (max-width: 900px) {
  .ir-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ir-grid {
    grid-template-columns: 1fr;
  }
}


.contact-us {
  padding: 10px 20px;
  background: #ffffff;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}

.contact-header p {
  font-size: 16px;
  color: #475569;
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* Contact Info */
.contact-info h3 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #020617;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.info-item .icon {
  font-size: 20px;
}

.info-item p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* Form */
.contact-form {
  background: #f8fafc;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.form-group {
  margin-bottom: 18px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 14px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2563eb;
}

.contact-form button {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: #2563eb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #1e40af;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
