@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: #1756a9;
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: #f7f7f7;
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  border-bottom-color: #c9c9c9;
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #424242;
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: #424242;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

:root {
  --primary-color: #36454F; /* Charcoal grey */
  --secondary-color: #2c2c2c; /* Dark gray */
  --accent-yellow: #FFD700; /* Golden Yellow */
  --accent-light-yellow: #FFED4E; /* Light golden yellow */
  --accent-silver: #c0c0c0; /* Silver */
  --text-primary: #ffffff; /* White text for visibility on charcoal */
  --text-secondary: #e0e0e0; /* Light gray text */
  --text-muted: #b0b0b0; /* Muted light text */
  --border-color: #404040; /* Dark border */
  --hover-color: #333333; /* Hover state */
  --gradient-primary: linear-gradient(135deg, #FFD700, #FFED4E);
  --gradient-secondary: linear-gradient(135deg, #36454F, #2c2c2c);
  --gradient-charcoal: linear-gradient(135deg, #36454F, #2c2c2c, #1a1a1a);
}

html body {
  background: var(--gradient-charcoal) !important;
  color: var(--text-primary) !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
}

body, body p, body h1, body h2, body h3, body h4, body h5, body h6 {
  color: var(--text-primary) !important;
}

.btn, .btn-primary, .btn-secondary, .service-toggle, .btn-footer {
  color: #1a1a1a !important; /* Dark text on yellow buttons */
  font-weight: 600;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6, .hero p, .hero span, .hero .stat-number, .hero .stat-label, .service-card h1, .service-card h2, .service-card h3, .service-card h4, .service-card h5, .service-card h6, .service-card p, .service-card span, .service-card .stat-number, .service-card .stat-label, .floating-service-card h1, .floating-service-card h2, .floating-service-card h3, .floating-service-card h4, .floating-service-card h5, .floating-service-card h6, .floating-service-card p, .floating-service-card span, .floating-service-card .stat-number, .floating-service-card .stat-label, .cta-section h1, .cta-section h2, .cta-section h3, .cta-section h4, .cta-section h5, .cta-section h6, .cta-section p, .cta-section span, .cta-section .stat-number, .cta-section .stat-label, .service-card-header h1, .service-card-header h2, .service-card-header h3, .service-card-header h4, .service-card-header h5, .service-card-header h6, .service-card-header p, .service-card-header span, .service-card-header .stat-number, .service-card-header .stat-label, .stat-item h1, .stat-item h2, .stat-item h3, .stat-item h4, .stat-item h5, .stat-item h6, .stat-item p, .stat-item span, .stat-item .stat-number, .stat-item .stat-label,
.service-card-content h1,
.service-card-content h2,
.service-card-content h3,
.service-card-content h4,
.service-card-content h5,
.service-card-content h6,
.service-card-content p,
.service-card-content span,
.service-card-content .stat-number,
.service-card-content .stat-label, .team-member h1, .team-member h2, .team-member h3, .team-member h4, .team-member h5, .team-member h6, .team-member p, .team-member span, .team-member .stat-number, .team-member .stat-label, .feature-card h1, .feature-card h2, .feature-card h3, .feature-card h4, .feature-card h5, .feature-card h6, .feature-card p, .feature-card span, .feature-card .stat-number, .feature-card .stat-label, .project-card h1, .project-card h2, .project-card h3, .project-card h4, .project-card h5, .project-card h6, .project-card p, .project-card span, .project-card .stat-number, .project-card .stat-label {
  color: var(--text-primary) !important; /* White text on dark backgrounds */
}

.hero {
  color: var(--text-primary) !important;
}
.hero h1, .hero h2, .hero h3, .hero p {
  color: var(--text-primary) !important;
}

.site-header {
  background: var(--gradient-charcoal) !important;
  border: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  margin: 0 !important;
  padding: 0.1rem 0 !important; /* Reduced padding between text and border */
  position: relative;
  overflow: visible; /* Changed to visible so menu can extend beyond header */
  min-height: auto; /* Flexible height */
  height: auto; /* Flexible height */
}

/* Banner background decoration - Creative and enhanced use */
.header-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.35; /* Increased opacity for better visibility */
  z-index: 0;
  pointer-events: none;
  filter: blur(0.3px) brightness(0.85) contrast(1.1); /* Enhanced filter for better appearance */
}

/* Add a gradient overlay to blend banner with header background */
.header-banner-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(54, 69, 79, 0.7) 0%, rgba(54, 69, 79, 0.5) 50%, rgba(54, 69, 79, 0.7) 100%);
  z-index: 1;
}

.site-header::after {
  display: none !important; /* Remove the horizontal line */
}

.header-wrapper {
  position: relative;
  z-index: 1;
  background: transparent !important; /* Ensure transparent background */
  border: none !important; /* Remove any borders */
  display: flex;
  flex-direction: row; /* Horizontal layout on desktop */
  align-items: center;
  justify-content: space-between;
  max-width: 950px; /* Lean width */
  margin: 0 auto;
  padding: 0.5rem 1rem; /* Reduced padding between text and border */
  gap: 8.5rem; /* Match the gap between navigation items */
}
@media screen and (max-width: 900px) {
  .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.site-title {
  color: var(--text-primary) !important; /* White text on charcoal header */
  display: flex;
  align-items: center;
  gap: 0.8rem; /* Reduced gap for leaner look */
  text-decoration: none;
  flex-shrink: 0; /* Prevent logo area from shrinking */
}

.site-logo {
  height: 70px; /* Increased logo size */
  width: auto;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
  transition: transform 0.3s ease;
}

.site-logo:hover {
  transform: scale(1.1);
}

.company-name {
  font-size: 1.6rem; /* Increased font size */
  font-weight: 600;
  color: var(--accent-yellow) !important; /* Golden yellow color */
}

.site-nav {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 10;
  background: transparent !important; /* Transparent background */
  border: none !important; /* No borders */
  flex-shrink: 1;
  min-width: 0;
  flex: 1; /* Take available space */
}
@media screen and (max-width: 900px) {
  .site-nav {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.5rem;
    flex: none;
  }
}

.trigger {
  display: none !important; /* Hide old trigger - we use desktop-nav instead */
}

.page-link {
  color: var(--text-primary) !important; /* White text on charcoal background */
  padding: 0.5rem 1rem; /* Standard padding */
  font-size: 1rem; /* Standard font size */
  font-weight: 500; /* Slightly bolder for prominence */
  border-radius: 6px;
  transition: all 0.3s ease;
  background: transparent !important; /* Transparent by default */
}
.page-link:hover {
  background: var(--accent-yellow) !important; /* Yellow on hover */
  color: var(--primary-color) !important; /* Dark text on yellow */
}

.desktop-nav {
  display: flex !important;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: nowrap;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent !important; /* Completely transparent */
  border: none !important; /* No borders */
  padding: 0 !important; /* No padding */
  margin: 0 !important; /* No margin */
}
.desktop-nav .page-link {
  display: inline-block !important; /* Changed to inline-block for better visibility */
  visibility: visible !important;
  opacity: 1 !important;
  white-space: nowrap;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  color: var(--text-primary) !important; /* White text */
  text-decoration: none;
  background: transparent !important; /* Transparent background by default */
  border: none !important; /* No borders */
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-weight: 500;
}
.desktop-nav .page-link:hover {
  background: var(--accent-yellow) !important; /* Yellow background on hover */
  color: var(--primary-color) !important; /* Dark text on yellow */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}
.desktop-nav .page-link:active {
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .desktop-nav {
    flex-wrap: wrap !important;
    width: 100%;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 900px) {
  .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .site-nav {
    width: 100%;
    margin-top: 0.5rem;
    justify-content: flex-start;
  }
  .desktop-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
  }
  .desktop-nav .page-link {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
    background: transparent !important;
    color: var(--text-primary) !important;
    border-radius: 6px;
  }
  .desktop-nav .page-link:hover {
    background: var(--accent-yellow) !important;
    color: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .desktop-nav {
    gap: 0.4rem;
  }
  .desktop-nav .page-link {
    font-size: 0.85rem;
    padding: 0.4rem 0.7rem;
  }
  .site-logo {
    height: 50px;
  }
  .company-name {
    font-size: 1.3rem;
    color: var(--accent-yellow) !important;
  }
}
@media screen and (max-width: 600px) {
  .desktop-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.4rem;
    visibility: visible !important;
  }
  .desktop-nav .page-link {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    background: transparent !important;
    color: var(--text-primary) !important;
  }
  .desktop-nav .page-link:hover {
    background: var(--accent-yellow) !important;
    color: var(--primary-color) !important;
  }
  .company-name {
    font-size: 1.2rem;
  }
  .site-logo {
    height: 45px;
  }
}
@media screen and (max-width: 480px) {
  .desktop-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.3rem;
    visibility: visible !important;
  }
  .desktop-nav .page-link {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.75rem;
    padding: 0.35rem 0.5rem;
    font-weight: 500;
    background: transparent !important;
    color: var(--text-primary) !important;
  }
  .desktop-nav .page-link:hover {
    background: var(--accent-yellow) !important;
    color: var(--primary-color) !important;
  }
  .site-logo {
    height: 40px;
  }
  .company-name {
    font-size: 1.1rem;
  }
  .header-wrapper {
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .desktop-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.25rem;
    visibility: visible !important;
  }
  .desktop-nav .page-link {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.7rem;
    padding: 0.3rem 0.45rem;
    background: transparent !important;
    color: var(--text-primary) !important;
  }
  .desktop-nav .page-link:hover {
    background: var(--accent-yellow) !important;
    color: var(--primary-color) !important;
  }
  .company-name {
    font-size: 1rem;
  }
  .site-logo {
    height: 35px;
  }
}
.page-link {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: var(--text-primary) !important;
  background: transparent !important;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-link:hover {
  background: var(--accent-yellow) !important;
  color: var(--primary-color) !important; /* Dark text on yellow background */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.header-cta-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: var(--gradient-primary);
  color: #1a1a1a !important; /* Black text for contrast on yellow */
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0; /* Don't shrink */
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .header-cta-btn {
    display: none !important;
  }
}

.header-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
  text-decoration: none;
  color: #1a1a1a !important; /* Keep black on hover */
}

.cta-icon {
  font-size: 1.1rem;
  color: #1a1a1a !important; /* Black icon */
}

.cta-text {
  font-size: 0.85rem;
  color: #1a1a1a !important; /* Black text */
}

@media (max-width: 768px) {
  .header-cta-btn {
    display: none; /* Hide on mobile, can show in menu if needed */
  }
  .header-wrapper {
    padding: 0 0.5rem;
  }
}
.site-footer {
  background: var(--gradient-secondary) !important;
  border: none !important;
  margin: 0 !important;
  padding: 2rem 0 !important;
}

.wrapper {
  background-color: transparent !important;
  max-width: 1200px !important; /* Professional max-width for content */
  padding: 3rem 4rem !important; /* Increased padding for professional spacing */
  margin: 0 auto !important; /* Center the content */
}

.page-content {
  background-color: transparent !important;
  padding: 3rem 0 !important; /* Increased vertical padding */
  margin: 0 !important;
}

* {
  border: none !important;
}

.service-card,
.team-member,
.contact-form,
.service-pricing {
  border: 1px solid var(--border-color) !important;
}

.hero {
  text-align: center;
  padding: 5rem 2rem;
  background: var(--gradient-charcoal);
  border-radius: 15px;
  margin-bottom: 4rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  color: var(--text-primary);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 215, 0, 0.1), rgba(255, 237, 78, 0.1));
  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 1rem;
  color: var(--text-primary) !important;
  -webkit-text-fill-color: var(--text-primary) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.service-card {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
  transition: left 0.5s ease;
}

.service-card:hover::before {
  left: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 215, 0, 0.3);
  border-color: var(--accent-yellow);
}

.service-card h3 {
  color: var(--accent-yellow);
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: var(--gradient-primary);
  color: var(--text-primary) !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
  text-decoration: none;
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: var(--gradient-primary);
  color: var(--text-primary) !important;
}

.btn-secondary {
  background: var(--gradient-secondary);
  color: var(--text-primary) !important;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.team-member {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.team-member:hover::before {
  transform: scaleX(1);
}

.team-member:hover {
  transform: translateY(-8px);
  border-color: var(--accent-yellow);
  box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
}

.team-member img {
  width: 180px;
  height: 180px;
  max-width: 100%;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border: 4px solid var(--accent-yellow);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
}

.team-member .role {
  color: var(--accent-silver);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-member h3 {
  color: var(--accent-yellow);
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.team-member p {
  color: var(--text-secondary); /* Light gray text on dark card background */
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: center;
}

.contact-form {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 3rem;
  margin: 3rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--text-primary);
  font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--accent-yellow);
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.2);
}

.service-pricing {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 3rem;
  margin: 3rem 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.service-pricing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
}

.service-pricing h2 {
  color: var(--accent-yellow);
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h2 {
  position: relative;
  margin-bottom: 2rem;
}

h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

p {
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

section {
  margin-bottom: 4rem;
}

h1, h2 {
  text-align: center;
  margin-bottom: 2rem;
}

section h2 {
  color: var(--accent-yellow);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 3rem;
  position: relative;
}

section h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

.expertise-question h3,
.process-question h3,
.benefits-question h3,
.industries-question h3,
.faq-question h3 {
  text-align: left;
}

h3:not(.expertise-question h3):not(.process-question h3):not(.benefits-question h3):not(.industries-question h3):not(.faq-question h3) {
  text-align: center;
  color: var(--accent-yellow);
  margin-bottom: 1.5rem;
}

.btn {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn:hover::before {
  left: 100%;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-secondary); /* Light gray text on charcoal background */
  margin-bottom: 3rem;
  font-style: italic;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.feature-card {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
  border-color: var(--accent-yellow);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.feature-card h3 {
  color: var(--accent-yellow);
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-align: center;
}

.feature-card p {
  color: var(--text-secondary); /* Light gray text on dark card background */
  line-height: 1.7;
}

.faq-container {
  max-width: 800px;
  margin: 3rem auto;
}

.faq-item {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: var(--accent-yellow);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.1);
}

.faq-question {
  padding: 1.5rem 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--secondary-color);
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: var(--hover-color);
}

.faq-question h3 {
  color: var(--accent-yellow);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.faq-icon {
  font-size: 1.5rem;
  color: var(--accent-yellow);
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: var(--primary-color);
}

.faq-item.active .faq-answer {
  padding: 1.5rem 2rem;
  max-height: 200px;
}

.faq-answer p {
  color: var(--text-secondary); /* Light gray text on dark background */
  margin: 0;
  line-height: 1.6;
}

.process-container,
.benefits-container {
  max-width: 900px;
  margin: 3rem auto;
}

.process-item,
.benefits-item {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.process-item:hover,
.benefits-item:hover {
  border-color: var(--accent-yellow);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.1);
}

.process-question,
.benefits-question {
  padding: 1.5rem 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--secondary-color);
  transition: background-color 0.3s ease;
}

.process-question:hover,
.benefits-question:hover {
  background: var(--hover-color);
}

.process-question h3,
.benefits-question h3 {
  color: var(--accent-yellow);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.process-icon,
.benefits-icon {
  font-size: 1.5rem;
  color: var(--accent-yellow);
  font-weight: bold;
  transition: transform 0.3s ease;
}

.process-item.active .process-icon,
.benefits-item.active .benefits-icon {
  transform: rotate(45deg);
}

.process-answer,
.benefits-answer {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: var(--primary-color);
}

.process-item.active .process-answer,
.benefits-item.active .benefits-answer {
  padding: 1.5rem 2rem;
  max-height: 500px;
}

.process-answer p,
.benefits-answer p {
  color: var(--text-secondary); /* Light gray text on dark background */
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

.process-answer ul,
.benefits-answer ul {
  color: var(--text-secondary); /* Light gray text on dark background */
  margin: 0;
  padding-left: 1.5rem;
}

.process-answer li,
.benefits-answer li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.service-hero {
  background: var(--gradient-secondary);
  padding: 4rem 2rem;
  text-align: center;
  border-radius: 20px;
  margin: 2rem 0 4rem 0;
  position: relative;
  overflow: hidden;
}

.service-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 237, 78, 0.1));
  z-index: 1;
  pointer-events: none;
}

.service-hero h1 {
  color: var(--text-primary);
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.service-tagline {
  color: var(--text-secondary); /* Light gray text on charcoal background */
  font-size: 1.3rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.service-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.expertise-container {
  max-width: 1000px;
  margin: 3rem auto;
}

.expertise-item {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.expertise-item:hover {
  border-color: var(--accent-yellow);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.1);
}

.expertise-question {
  padding: 1.5rem 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--secondary-color);
  transition: background-color 0.3s ease;
}

.expertise-question:hover {
  background: var(--hover-color);
}

.expertise-question h3 {
  color: var(--accent-yellow);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.expertise-icon {
  font-size: 1.5rem;
  color: var(--accent-yellow);
  font-weight: bold;
  transition: transform 0.3s ease;
}

.expertise-item.active .expertise-icon {
  transform: rotate(45deg);
}

.expertise-answer {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: var(--primary-color);
}

.expertise-item.active .expertise-answer {
  padding: 2rem;
  max-height: 800px;
}

.expertise-subsection {
  margin-bottom: 2rem;
}

.expertise-subsection:last-child {
  margin-bottom: 0;
}

.expertise-subsection h4 {
  color: var(--accent-yellow);
  margin-bottom: 1rem;
  font-size: 1rem;
}

.expertise-subsection ul {
  color: var(--text-secondary); /* Light gray text on dark background */
  margin: 0;
  padding-left: 1.5rem;
}

.expertise-subsection li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.tech-stack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.tech-category {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.tech-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.1);
  border-color: var(--accent-yellow);
}

.tech-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.tech-category h3 {
  color: var(--accent-yellow);
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  text-align: center;
}

.tech-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.tech-tag {
  background: var(--accent-yellow);
  color: var(--text-primary);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tech-tag:hover {
  background: var(--text-primary);
  color: var(--accent-yellow);
  transform: scale(1.05);
}

.industries-container {
  max-width: 1000px;
  margin: 3rem auto;
}

.industries-item {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.industries-item:hover {
  border-color: var(--accent-yellow);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.1);
}

.industries-question {
  padding: 1.5rem 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--secondary-color);
  transition: background-color 0.3s ease;
}

.industries-question:hover {
  background: var(--hover-color);
}

.industries-question h3 {
  color: var(--accent-yellow);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.industries-icon {
  font-size: 1.5rem;
  color: var(--accent-yellow);
  font-weight: bold;
  transition: transform 0.3s ease;
}

.industries-item.active .industries-icon {
  transform: rotate(45deg);
}

.industries-answer {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: var(--primary-color);
}

.industries-item.active .industries-answer {
  padding: 1.5rem 2rem;
  max-height: 500px;
}

.industries-answer p {
  color: var(--text-secondary); /* Light gray text on dark background */
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

.industries-answer ul {
  color: var(--text-secondary); /* Light gray text on dark background */
  margin: 0;
  padding-left: 1.5rem;
}

.industries-answer li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.project-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.project-card {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.project-card:hover::before {
  transform: scaleX(1);
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
  border-color: var(--accent-yellow);
}

.project-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.project-card h3 {
  color: var(--accent-yellow);
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-align: center;
}

.project-card p {
  color: var(--text-secondary); /* Light gray text on dark card background */
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.service-cta {
  background: var(--gradient-secondary);
  padding: 4rem 2rem;
  text-align: center;
  border-radius: 20px;
  margin: 4rem 0;
  position: relative;
  overflow: hidden;
}

.service-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 237, 78, 0.1));
  z-index: 1;
}

.service-cta h2 {
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  position: relative;
  z-index: 2;
}

.service-cta p {
  color: var(--text-secondary);
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.service-cta .cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.cta-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary); /* Light gray text on charcoal background */
  font-size: 0.9rem;
}

.feature-icon {
  font-size: 1.2rem;
}

.cta-section {
  background: var(--gradient-secondary);
  padding: 4rem 2rem;
  text-align: center;
  border-radius: 20px;
  margin: 4rem 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 237, 78, 0.1));
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.cta-section h2 {
  color: var(--text-primary); /* White text on charcoal background */
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.cta-section p {
  color: var(--text-secondary); /* Light gray text on charcoal background */
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.cta-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  max-width: 600px;
  margin: 0 auto;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--accent-yellow) !important; /* Golden yellow for stats */
  margin-bottom: 0.5rem;
}

.stat-label {
  color: var(--text-secondary); /* Light gray text */
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1400px !important;
    padding: 4rem 5rem !important;
  }
  .hero h1 {
    font-size: 4rem;
  }
  section h2 {
    font-size: 3rem;
  }
  .service-hero h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 2560px) {
  .wrapper {
    max-width: 1600px !important;
    padding: 5rem 6rem !important;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1200px) {
  .wrapper {
    padding: 3rem 3rem !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .wrapper {
    padding: 2.5rem 2.5rem !important;
  }
  .services-grid,
  .team-grid,
  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
  .floating-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .wrapper {
    padding: 2rem 2rem !important;
  }
  .floating-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 2rem 1.5rem !important;
    max-width: 100% !important;
  }
  .page-content {
    padding: 2rem 0 !important;
  }
  .hero {
    padding: 3rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: 12px;
  }
  .hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .hero p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .services-grid,
  .team-grid,
  .features-grid,
  .floating-services-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
    margin: 2rem 0;
  }
  .feature-card {
    padding: 2rem 1.5rem;
  }
  .faq-question,
  .process-question,
  .benefits-question,
  .expertise-question,
  .industries-question {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
  .faq-question h3,
  .process-question h3,
  .benefits-question h3,
  .expertise-question h3,
  .industries-question h3 {
    font-size: 1rem;
  }
  .faq-answer,
  .process-answer,
  .benefits-answer,
  .expertise-answer,
  .industries-answer {
    padding: 0 1.25rem;
  }
  .faq-item.active .faq-answer,
  .process-item.active .process-answer,
  .benefits-item.active .benefits-answer,
  .expertise-item.active .expertise-answer,
  .industries-item.active .industries-answer {
    padding: 1rem 1.25rem;
  }
  .service-card,
  .team-member {
    padding: 2rem 1.5rem;
  }
  .cta-section,
  .service-cta {
    padding: 3rem 1.5rem;
    margin: 2rem 0;
    border-radius: 15px;
  }
  .cta-section h2,
  .service-cta h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .cta-section p,
  .service-cta p {
    font-size: 1.1rem;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .cta-buttons .btn {
    width: 100%;
    text-align: center;
  }
  .cta-stats,
  .service-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .service-hero {
    padding: 3rem 1.5rem;
    border-radius: 15px;
  }
  .service-hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .service-tagline {
    font-size: 1.1rem;
  }
  section h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
  .tech-stack-grid,
  .project-showcase {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .contact-form,
  .contact-form-container {
    padding: 2rem 1.5rem;
    border-radius: 12px;
  }
  .form-row {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  .team-member img {
    width: 150px;
    height: 150px;
    max-width: 100%;
  }
  .faq-container,
  .process-container,
  .benefits-container,
  .expertise-container {
    max-width: 100%;
    margin: 2rem 0;
  }
  .service-pricing {
    padding: 2rem 1.5rem;
  }
  .feature-icon,
  .service-icon {
    font-size: 2.5rem;
  }
  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 1.5rem 1rem !important;
  }
  .page-content {
    padding: 1.5rem 0 !important;
  }
  .hero {
    padding: 2rem 1rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
  }
  .hero h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .hero p {
    font-size: 0.95rem;
  }
  .service-card,
  .team-member,
  .feature-card {
    padding: 1.5rem 1rem;
    border-radius: 12px;
  }
  .contact-form,
  .contact-form-container {
    padding: 1.5rem 1rem;
  }
  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: 0.9rem;
    padding: 0.7rem;
  }
  .team-member img {
    width: 120px;
    height: 120px;
  }
  .btn {
    padding: 0.65rem 1.2rem;
    font-size: 0.85rem;
  }
  section h2 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
  .service-hero {
    padding: 2rem 1rem;
  }
  .service-hero h1 {
    font-size: 2rem;
  }
  .service-tagline {
    font-size: 1rem;
  }
  .cta-section,
  .service-cta {
    padding: 2rem 1rem;
  }
  .cta-section h2,
  .service-cta h2 {
    font-size: 1.75rem;
  }
  .cta-section p,
  .service-cta p {
    font-size: 1rem;
  }
  .faq-question,
  .process-question,
  .benefits-question,
  .expertise-question,
  .industries-question {
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
  }
  .faq-answer,
  .process-answer,
  .benefits-answer,
  .expertise-answer,
  .industries-answer {
    padding: 0 1rem;
    font-size: 0.9rem;
  }
  .faq-item.active .faq-answer,
  .process-item.active .process-answer,
  .benefits-item.active .benefits-answer,
  .expertise-item.active .expertise-answer,
  .industries-item.active .industries-answer {
    padding: 0.9rem 1rem;
  }
  .service-pricing {
    padding: 1.5rem 1rem;
  }
  .feature-icon,
  .service-icon {
    font-size: 2rem;
  }
  .services-grid,
  .team-grid,
  .features-grid {
    gap: 1.25rem;
    margin: 1.5rem 0;
  }
  .stat-item {
    padding: 1rem;
  }
  .stat-number {
    font-size: 1.75rem;
  }
  .stat-label {
    font-size: 0.8rem;
  }
}
.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 5;
}

.service-header h1 {
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.service-contact-link {
  flex-shrink: 0;
  position: relative;
  z-index: 6;
}

.service-contact-link .btn {
  white-space: nowrap;
  font-size: 0.9rem;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

.service-contact-link .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  text-decoration: none;
}

.service-contact-link .btn:active {
  transform: translateY(0);
}

.contact-form-container {
  max-width: 800px;
  margin: 0 auto;
  background: var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem; /* Increased gap between form rows */
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem; /* Increased gap between form fields in same row */
  margin-bottom: 0; /* Remove any default margin */
}
@media screen and (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0; /* Ensure no extra margin */
  width: 100%; /* Ensure full width within grid */
}

.form-group label {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.8rem;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  background: var(--primary-color);
  color: var(--text-primary);
  font-size: 0.9rem;
  transition: all 0.3s ease;
  width: 100%; /* Ensure full width */
  box-sizing: border-box; /* Include padding and border in width */
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent-yellow);
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
  width: 100%; /* Ensure full width */
  box-sizing: border-box; /* Include padding and border in width */
}

/* Single column form groups (like textarea) should have proper spacing */
.contact-form > .form-group {
  margin-bottom: 0; /* Remove margin, rely on gap */
}

.form-submit {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem; /* Reduced margin since we have gap */
}

.form-submit .btn {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  min-width: 150px;
}

@media screen and (max-width: 768px) {
  .service-header {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .service-header h1 {
    margin-bottom: 1rem;
  }
  .service-contact-link {
    align-self: center;
  }
  .contact-form-container {
    padding: 1.5rem;
    margin: 0 1rem;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 1.5rem; /* Maintain spacing on mobile */
  }
}
@media screen and (max-width: 480px) {
  .contact-form-container {
    padding: 1rem;
    margin: 0 0.5rem;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 0.7rem;
    font-size: 0.85rem;
  }
  .form-submit .btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
.services-overview p {
  text-align: center;
  margin-bottom: 2rem;
}

.floating-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns for 2 services per row */
  gap: 2rem;
  margin: 3rem 0;
}

.floating-service-card {
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.floating-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.05), rgba(255, 237, 78, 0.05));
  z-index: 1;
  pointer-events: none;
}

.floating-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
}

.floating-service-card.expanded {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255, 215, 0, 0.3);
  border-color: var(--accent-yellow);
}

.service-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.service-icon {
  font-size: 2.5rem;
  margin-right: 1rem;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-card-header h3 {
  color: var(--text-primary); /* White text on dark card background */
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
}

.service-card-content {
  position: relative;
  z-index: 2;
}

.service-card-content p {
  color: var(--text-secondary); /* Light gray text on dark card background */
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.service-features {
  margin-bottom: 2rem;
  display: none; /* Initially hidden */
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.feature-item {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.service-toggle {
  width: 100%;
  background: var(--gradient-primary);
  color: var(--text-primary) !important;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.service-toggle:active {
  transform: translateY(0);
}

.floating-service-card.expanded .service-toggle {
  background: linear-gradient(135deg, #FFED4E, #FFD700);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .floating-services-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 1.5rem;
    margin: 2rem 0;
  }
  .floating-service-card {
    padding: 1.5rem;
  }
  .service-card-header {
    flex-direction: column;
    text-align: center;
    margin-bottom: 1rem;
  }
  .service-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .floating-service-card {
    padding: 1rem;
  }
  .service-card-header h3 {
    font-size: 1.3rem;
  }
  .service-card-content p {
    font-size: 0.9rem;
  }
}
.site-footer {
  background: var(--gradient-charcoal);
  border-top: 1px solid var(--border-color);
  margin-top: 4rem;
}

.footer-main {
  padding: 4rem 0 2rem 0;
  background: var(--gradient-secondary);
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-main {
    padding: 3rem 0 1.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-main {
    padding: 2rem 0 1rem 0;
  }
}

.footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.05), rgba(255, 237, 78, 0.05));
  z-index: 1;
  pointer-events: none;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  position: relative;
  z-index: 2;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.footer-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer-section h3,
.footer-section h4 {
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  font-weight: 600;
  position: relative;
  flex-shrink: 0;
}

.footer-section h3 {
  font-size: 1.5rem;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-section h4 {
  font-size: 1.2rem;
  color: var(--accent-yellow);
}

.footer-section h4::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--gradient-primary);
  border-radius: 1px;
}

.footer-brand {
  max-width: 400px;
}

.footer-logo {
  margin: 0;
  padding: 0;
}

.footer-logo h3 {
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.2 !important;
  background: var(--gradient-primary) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.footer-tagline {
  color: var(--accent-yellow);
  font-style: italic;
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-size: 1rem;
  text-align: left;
  line-height: 1.3;
}

.footer-description {
  color: var(--text-secondary); /* Light gray text on charcoal background */
  line-height: 1.6;
  margin: 0 0 2rem 0;
  padding: 0;
  font-size: 0.95rem;
  text-align: left;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--text-secondary); /* Light gray text on charcoal background */
  font-size: 0.9rem;
}

.contact-icon {
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

.contact-item a {
  color: var(--accent-yellow);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: var(--accent-light-yellow);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  color: var(--text-secondary); /* Light gray text on charcoal background */
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-links a::before {
  content: "→";
  position: absolute;
  left: -1rem;
  opacity: 0;
  transition: all 0.3s ease;
  color: var(--accent-yellow);
}

.footer-links a:hover {
  color: var(--accent-yellow);
  padding-left: 1rem;
}

.footer-links a:hover::before {
  opacity: 1;
  left: 0;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1rem;
  background: var(--secondary-color);
  border-radius: 8px;
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
}

.social-link:hover {
  background: var(--accent-yellow);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  border-color: var(--accent-yellow);
}

.social-icon {
  font-size: 1.2rem;
}

.footer-cta {
  margin-top: 1rem;
}

.btn-footer {
  background: var(--gradient-primary);
  color: var(--text-primary) !important;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: auto;
  min-width: 140px;
  text-align: center;
  font-size: 0.85rem;
  white-space: nowrap;
}

.btn-footer:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
  text-decoration: none;
}

.footer-bottom {
  background: var(--primary-color);
  border-top: 1px solid var(--border-color);
  padding: 1.5rem 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copyright p {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: 2rem;
}

.footer-legal a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: var(--accent-yellow);
}

@media screen and (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .footer-brand {
    grid-column: 1/-1;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    padding: 3rem 0 2rem 0;
  }
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .footer-legal {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-main {
    padding: 2rem 0 1.5rem 0;
  }
  .footer-content {
    gap: 1.5rem;
  }
  .footer-section h3 {
    font-size: 1.3rem;
  }
  .footer-section h4 {
    font-size: 1.1rem;
  }
  .social-links {
    gap: 0.8rem;
  }
  .social-link {
    padding: 0.6rem 0.8rem;
  }
}
.thank-you-content {
  text-align: center;
  padding: 4rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.thank-you-icon {
  font-size: 5rem;
  margin-bottom: 2rem;
  animation: fadeInScale 0.5s ease-in-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.thank-you-title {
  color: var(--accent-yellow) !important;
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.thank-you-message {
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.thank-you-steps {
  margin: 3rem 0;
}

.thank-you-steps h3 {
  color: var(--text-primary) !important;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.thank-you-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.thank-you-card {
  background: var(--secondary-color);
  padding: 2rem;
  border-radius: 15px;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.thank-you-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2);
  border-color: var(--accent-yellow);
}

.thank-you-card-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.thank-you-card h4 {
  color: var(--accent-yellow) !important;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.thank-you-card p {
  color: var(--text-secondary) !important;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}

.thank-you-buttons {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.thank-you-buttons .btn {
  font-size: 1.1rem;
  padding: 1rem 2.5rem;
  min-width: 200px;
}

.thank-you-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
}

.thank-you-footer p {
  color: var(--text-secondary) !important;
  font-size: 0.95rem;
  margin: 0;
}

.thank-you-footer a {
  color: var(--accent-yellow) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.thank-you-footer a:hover {
  color: var(--accent-light-yellow) !important;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .thank-you-content {
    padding: 3rem 1.5rem;
  }
  .thank-you-title {
    font-size: 2.5rem;
  }
  .thank-you-message {
    font-size: 1.1rem;
  }
  .thank-you-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .thank-you-buttons {
    flex-direction: column;
    align-items: center;
  }
  .thank-you-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
}

/*# sourceMappingURL=main.css.map */