@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* ===== PROFESSIONAL HERO RESET + UPGRADE ===== */
[data-element-id="elm_--0IY1UlYMc7nw4VVDRZUQ"] {
  margin-block-start: 0 !important;
}

/* Fix column spacing */
[data-element-id="elm_5APsxRGlc8A_prSJQNqFQQ"].zpelem-col {
  margin-block-start: 0 !important;
  padding: 60px 40px !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;

  /* Glass professional look 
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    */
}

/* Remove ALL bad spacing hacks */
[data-element-id="elm_nQvRxQ5rrhjWtb7GKrbB1A"].zpelem-heading,
[data-element-id="elm_7hYXIhNgDDVcbUKR3sRfvw"].zpelem-text,
[data-element-id="elm_hLTretT8uRyE58IRBKZB7g"].zpelem-button {
  margin-block-start: 0 !important;
}

/* ===== HEADING ===== */
[data-element-id="elm_nQvRxQ5rrhjWtb7GKrbB1A"] .zpheading {
  font-size: 52px !important;
  font-weight: 700 !important;
  font-family: "Manrope", sans-serif !important;
  line-height: 1.2 !important;
  text-align: left !important;
  color: #ffffff !important;
  letter-spacing: -0.5px;
}

/* Highlight "Zoho" */
[data-element-id="elm_nQvRxQ5rrhjWtb7GKrbB1A"] .zpheading strong {
  color: #0ABAB5 !important;
}

/* ===== TEXT ===== */
[data-element-id="elm_7hYXIhNgDDVcbUKR3sRfvw"] .zptext p {
  font-size: 18px;
  color: #d1d5db;
  text-align: center;
  max-width: 650px;
  margin: 20px auto;
  line-height: 1.7;
}

/* ===== BUTTON ===== */
[data-element-id="elm_hLTretT8uRyE58IRBKZB7g"] .zpbutton {
  background: #0ABAB5 !important;
  border-radius: 999px !important;
  padding: 14px 34px !important;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(10,186,181,0.3);
}

/* Button text */
[data-element-id="elm_hLTretT8uRyE58IRBKZB7g"] .zpbutton-content {
  transition: color 0.3s ease;
}

/* Hover */
[data-element-id="elm_hLTretT8uRyE58IRBKZB7g"] .zpbutton:hover {
  color: #0ABAB5 !important;
  background: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(10,186,181,0.45);
}

/* Hover text */
[data-element-id="elm_hLTretT8uRyE58IRBKZB7g"] .zpbutton:hover .zpbutton-content {
  color: #0ABAB5 !important;
}

/* ===== SECTION SPACING ===== */
.zprow-container[data-element-id="elm_--0IY1UlYMc7nw4VVDRZUQ"] {
  padding: 100px 20px !important;
}

/* ===== REMOVE BACKGROUND FROM HERO TEXT BOX ===== */
[data-element-id="elm_5APsxRGlc8A_prSJQNqFQQ"] {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Remove background from any inner box/container */
[data-element-id="elm_5APsxRGlc8A_prSJQNqFQQ"] .zpbox-container,
[data-element-id="elm_5APsxRGlc8A_prSJQNqFQQ"] .zpelement {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Optional: remove padding if you want cleaner overlay */
[data-element-id="elm_5APsxRGlc8A_prSJQNqFQQ"].zpelem-col {
  padding: 0 !important;
}

[data-element-id="elm_5APsxRGlc8A_prSJQNqFQQ"] * {
  background: transparent !important;
}
[data-element-id="elm_5APsxRGlc8A_prSJQNqFQQ"] h1,
[data-element-id="elm_5APsxRGlc8A_prSJQNqFQQ"] p {
  text-shadow: 0 10px 20px rgba(0,0,0,0.9);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  [data-element-id="elm_5APsxRGlc8A_prSJQNqFQQ"].zpelem-col {
    padding: 35px 20px !important;
  }

  [data-element-id="elm_nQvRxQ5rrhjWtb7GKrbB1A"] .zpheading {
    font-size: 34px !important;
  }

}

/* ===== WHAT WE DO SECTION (CLEAN + MODERN) ===== */

/* Section spacing fix */
[data-element-id="elm_5Gp_lpq9HuUtER8gd9Js5g"].zpsection {
  padding: 100px 20px !important;
  background: #f8fafc; /* subtle clean background */
  position: relative;
}

/* Remove bad spacing hacks */
[data-element-id="elm_3nBEA5EuK6o7Oj_KDla_aw"].zpelem-col,
[data-element-id="elm_Rs1OWIerawYGmld-x4C5yQ"].zpelem-heading {
  margin-block-start: 0 !important;
}

/* CENTER CONTENT */
[data-element-id="elm_3nBEA5EuK6o7Oj_KDla_aw"].zpelem-col {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/* ===== SECTION TITLE ===== */
[data-element-id="elm_Rs1OWIerawYGmld-x4C5yQ"] .zpheading {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
}

/* TEAL ACCENT LINE UNDER TITLE */
[data-element-id="elm_Rs1OWIerawYGmld-x4C5yQ"] .zpheading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #0ABAB5;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* OPTIONAL SUBTLE SECTION FADE-IN */
[data-element-id="elm_5Gp_lpq9HuUtER8gd9Js5g"] {
  animation: fadeUpSection 0.8s ease;
}

@keyframes fadeUpSection {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== SHAPE DIVIDER BRAND FIX ===== */
.zpshape-divider svg path {
  fill: #0ABAB5 !important;
  opacity: 0.08; /* subtle, not overpowering */
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  [data-element-id="elm_Rs1OWIerawYGmld-x4C5yQ"] .zpheading {
    font-size: 28px !important;
  }
    [data-element-id="elm_5Gp_lpq9HuUtER8gd9Js5g"] .zprow {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap;
  }

  /* Make each column full width */
  [data-element-id="elm_5Gp_lpq9HuUtER8gd9Js5g"] .zpelem-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Optional: spacing between cards */
  [data-element-id="elm_5Gp_lpq9HuUtER8gd9Js5g"] .zpelem-col {
    margin-bottom: 20px !important;
  }

  /* Remove last card extra spacing */
  [data-element-id="elm_5Gp_lpq9HuUtER8gd9Js5g"] .zpelem-col:last-child {
    margin-bottom: 0 !important;
  }
}

/* ===== CTA SECTION (PREMIUM UPGRADE) ===== */

[data-element-id="elm_sDYzhl5_4ijUNRfROftJOw"].zpsection {
  position: relative;
  padding: 110px 20px !important;
  overflow: hidden;
}

/* Stronger branded overlay */
[data-element-id="elm_sDYzhl5_4ijUNRfROftJOw"].zpsection::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(2, 6, 23, 0.9),
    rgba(10, 186, 181, 0.25)
  );
  z-index: 1;
}

/* Keep content above overlay */
[data-element-id="elm_sDYzhl5_4ijUNRfROftJOw"] .zpcontainer {
  position: relative;
  z-index: 2;
}

/* ===== IMAGE CLEANUP ===== */
[data-element-id="elm_HuJXbKYEpKsyNMYbwoGJgQ"] img {
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  opacity: 0.9;
}

/* ===== TEXT COLUMN ===== */

/* Small label */
[data-element-id="elm_n3xDBWoEhxOCHVGoi_YsHg"] .zpheading {
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0ABAB5 !important;
  font-weight: 600;
}

/* Main title */
[data-element-id="elm_3_W_z63dKLHHQuOj1WLqTA"] .zpheading {
  font-size: 42px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-top: 10px;
}

/* Description */
[data-element-id="elm_EXv9pXfxmrw19m3ZXCGjVQ"] .zptext p {
  font-size: 16px;
  color: #d1d5db;
  line-height: 1.7;
  margin-top: 15px;
  max-width: 500px;
}

/* ===== CTA BUTTON ===== */
[data-element-id="elm_UwaA2k7FHC39Ythf7aFdBA"] .zpbutton {
  background: linear-gradient(135deg, #0ABAB5, #089e99) !important;
  border-radius: 999px !important;
  padding: 14px 34px !important;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(10,186,181,0.4);
}

/* Hover */
[data-element-id="elm_UwaA2k7FHC39Ythf7aFdBA"] .zpbutton:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(10,186,181,0.6);
}

/* ===== LAYOUT IMPROVEMENT ===== */

/* Better vertical alignment */
[data-element-id="elm_URf67oOyRxSkD8FErQBJ_g"] {
  align-items: center !important;
}

/* Add spacing between columns */
[data-element-id="elm_KVbsHXkqXiGT2dUNfYPgng"] {
  padding-left: 40px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  [data-element-id="elm_KVbsHXkqXiGT2dUNfYPgng"] {
    padding-left: 0;
    text-align: center;
  }

  [data-element-id="elm_EXv9pXfxmrw19m3ZXCGjVQ"] .zptext p {
    margin: 15px auto;
  }

  [data-element-id="elm_3_W_z63dKLHHQuOj1WLqTA"] .zpheading {
    font-size: 28px !important;
  }
}
/* ===== CLIENT SECTION PREMIUM (SCOPED) ===== */

[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"].zpsection {
  padding: 110px 20px 60px !important;
  background: #f8fafc;
}
/* ===== HEADING ===== */
[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
[data-element-id="elm_-pbpPGYk1qkWtwIODKT7dw"] .zpheading {
  font-size: 38px !important;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 50px;
  position: relative;
}

[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
[data-element-id="elm_-pbpPGYk1qkWtwIODKT7dw"] .zpheading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #0ABAB5;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* ===== LOGO GRID FIX ===== */
[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpcarousel-content-inner .zpelem-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ===== LOGO CARD ===== */
[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpimage-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* ===== LOGO IMAGE ===== */
[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpimage-container img {
  max-height: 60px;
  width: auto !important;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  transition: all 0.3s ease;
}

/* ===== HOVER ===== */
[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpimage-container:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpimage-container:hover img {
  filter: grayscale(0%) opacity(1);
}

/* ===== ARROWS ===== */
[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpcarousel-arrows-container div {
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpcarousel-arrows-container div:hover {
  background: #0ABAB5;
}

[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpcarousel-arrows-container svg {
  fill: #0f172a;
}

[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpcarousel-arrows-container div:hover svg {
  fill: #ffffff;
}

/* ===== DOTS ===== */
[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpcarousel-controller {
  background: #cbd5f5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

[data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
.zpcarousel-controller-active {
  background: #0ABAB5 !important;
  width: 22px;
  border-radius: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  [data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
  .zpimage-container {
    padding: 14px;
  }

  [data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
  .zpimage-container img {
    max-height: 45px;
  }

  [data-element-id="elm_8oIdCq8enc4Zgplr7NMPTg"] 
  [data-element-id="elm_-pbpPGYk1qkWtwIODKT7dw"] .zpheading {
    font-size: 26px !important;
  }
}

/* ===== FAQ SECTION WRAPPER ===== */
[data-element-id="elm_aQ9kBFTKgtMGttTtrcHj7w"].zpsection {
  padding: 100px 20px 40px !important;
  background: #f8fafc;
}

/* ===== FAQ TITLE ===== */
[data-element-id="elm_TF1bEMxcF0N9DBYLlfDwYw"] .zpheading {
  font-size: 36px !important;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

/* Subtitle */
[data-element-id="elm_JGbqbBQsdBxv-GN7IOFszw"] .zpdivider-common {
  font-size: 15px;
  color: #64748b !important;
}

/* ===== ACCORDION CONTAINER ===== */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion-container {
  margin-top: 40px;
}

/* ===== EACH FAQ CARD ===== */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: none !important;
}

/* Hover */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Active (opened) */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion.zpaccordion-active {
  background: #0ABAB5;
}

/* ===== QUESTION TEXT ===== */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion-name {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  transition: 0.3s;
}

/* Active text color */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion-active .zpaccordion-name {
  color: #ffffff;
}

/* ===== ICON ===== */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordionicon svg {
  fill: #0f172a;
  transition: 0.3s;
}

[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion-active .zpaccordionicon svg {
  fill: #ffffff;
}

/* ===== ANSWER BOX ===== */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion-content {
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  padding: 20px 25px;
  margin-top: -10px;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  border: none !important;
}

/* ===== ANSWER TEXT ===== */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion-content p {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.7;
}

/* ===== INNER HEADINGS ===== */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion-content h3,
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 10px;
}

/* ===== REMOVE DEFAULT BORDERS ===== */
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] 
.zpaccordion-container.zpaccordion-style-01 .zpaccordion,
[data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] 
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  border: none !important;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  [data-element-id="elm_TF1bEMxcF0N9DBYLlfDwYw"] .zpheading {
    font-size: 26px !important;
  }

  [data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion {
    padding: 14px;
  }

  [data-element-id="elm_J5vxCr978ull6CU-FA8Cog"] .zpaccordion-content {
    padding: 15px;
  }
}

/* ═══════════════════════════════════════════════════
   6. HOME PAGE HERO BUTTON (Solid Round Corner)
═══════════════════════════════════════════════════ */
/* Base state */
.zpbutton.zpbutton-type-primary.zpbutton-style-roundcorner {
  background-color: #0ABAB5 !important;
  border-color: #0ABAB5 !important;
  transition: all 0.25s ease !important;
}

/* Button text */
.zpbutton.zpbutton-type-primary.zpbutton-style-roundcorner .zpbutton-content {
  color: #ffffff !important;
  transition: color 0.25s ease !important;
}

/* Hover state */
.zpbutton.zpbutton-type-primary.zpbutton-style-roundcorner:hover {
  background-color: #0ABAB5 !important;
  border-color: #0ABAB5 !important;
}

/* Button text on hover */
.zpbutton.zpbutton-type-primary.zpbutton-style-roundcorner:hover .zpbutton-content {
  color: #ffffff !important;
}

/* Active/click state */
.zpbutton.zpbutton-type-primary.zpbutton-style-roundcorner:active {
  background-color: #056b68 !important;
  border-color: #056b68 !important;
}

.zpbutton.zpbutton-type-primary.zpbutton-style-roundcorner:active .zpbutton-content {
  color: #ffffff !important;
}
/* Base */
[data-zs-menu-container] li a {
  position: relative !important;
  text-decoration: none !important;
  padding: 6px 14px !important;
  background-color: transparent !important;
  transition: all 0.2s ease !important;
}

/* Kill Zoho default underline */
[data-zs-menu-container] li a,
[data-zs-menu-container] li a:hover,
[data-zs-menu-container] li a:focus {
  text-decoration: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  outline: none !important;
}

/* Sliding underline via ::before */
[data-zs-menu-container] li a::before {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 0% !important;
  height: 2px !important;
  background-color: #0ABAB5 !important;
  transition: width 0.3s ease, left 0.3s ease !important;
}

/* Hover — line expands from center outward */
[data-zs-menu-container] li a:hover {
  background-color: transparent !important;
}

[data-zs-menu-container] li a:hover::before {
  width: 100% !important;
  left: 0% !important;
}

[data-zs-menu-container] li a:hover .theme-menu-name {
  color: #0ABAB5 !important;
}

/* Active/Selected — teal background + white text */
[data-zs-menu-container] li.theme-menu-selected a {
  background-color: #0ABAB5 !important;
  border-radius: 4px !important;
}

[data-zs-menu-container] li.theme-menu-selected a::before {
  display: none !important;
}
[data-zs-menu-container] li.theme-menu-selected .theme-menu-name {
  color: #ffffff !important;
  font-weight: 700 !important;
}
/* Nav link font size */
[data-zs-menu-container] li a .theme-menu-name {
  font-size: 18px !important;
  font-weight: 500 !important;
}
/* All box cards hover globally */
.zpbox-container.zplight-section:hover {
  border-color: #078a86 !important;
  box-shadow: 0 4px 20px rgba(7, 138, 134, 0.2) !important;
  background-color: rgba(7, 138, 134, 0.08) !important;
  transition: all 0.25s ease !important;
}
/* Heading color on hover */
.zpbox-container.zplight-section:hover .zpheading span {
  color: #078a86 !important;
  transition: color 0.25s ease !important;
}
/* Paragraph stays black on hover */
.zpbox-container.zplight-section:hover .zptext p span {
  color: #000000 !important;
  transition: color 0.25s ease !important;
}
/* Tab base state */
.zpelement.zptab {
  transition: all 0.25s ease !important;
  border-left: 3px solid transparent !important;
}
/* Tab hover state */
.zpelement.zptab:hover {
  background-color: rgba(7, 138, 134, 0.08) !important;
  border-left: 3px solid #078a86 !important;
  color: #000 !important;
}
/* Tab hover — name text */
.zpelement.zptab:hover .zptab-name {
  color: #078a86 !important;
}
/* Tab hover — icon */
.zpelement.zptab:hover .zptabicon svg path {
  fill: #078a86 !important;
}
/* Active/selected tab */
.zpelement.zptab.zptab-active,
.zpelement.zptab[aria-selected="true"] {
  background-color: rgba(7, 138, 134, 0.12) !important;
  border-left: 3px solid #078a86 !important;
}
/* Active tab — name text */
.zpelement.zptab.zptab-active .zptab-name,
.zpelement.zptab[aria-selected="true"] .zptab-name {
  color: #078a86 !important;
  font-weight: 600 !important;
}

/* Active tab — icon */
.zpelement.zptab.zptab-active .zptabicon svg path,
.zpelement.zptab[aria-selected="true"] .zptabicon svg path {
  fill: #078a86 !important;
}
/* Button base state */
.zpbutton.zpbutton-type-primary.zpbutton-outline {
  border-color: #078a86 !important;
  color: #078a86 !important;
  background-color: transparent !important;
  transition: all 0.25s ease !important;
}

/* Button text */
.zpbutton.zpbutton-type-primary.zpbutton-outline .zpbutton-content {
  color: #078a86 !important;
  transition: color 0.25s ease !important;
}

/* Button hover state */
.zpbutton.zpbutton-type-primary.zpbutton-outline:hover {
  background-color: #078a86 !important;
  border-color: #078a86 !important;
}

/* Button text on hover */
.zpbutton.zpbutton-type-primary.zpbutton-outline:hover .zpbutton-content {
  color: purple !important;
}

/* Button active/click state */
.zpbutton.zpbutton-type-primary.zpbutton-outline:active {
  background-color: #056b68 !important;
  border-color: #056b68 !important;
}

.zpbutton.zpbutton-type-primary.zpbutton-outline:active .zpbutton-content {
  color: #ffffff !important;
}
/* Global blob color override */
.zpshape-divider path {
  fill: #078a86 !important;
}

#zpshape-divider-common-87 path {
  fill: #078a86 !important;
}

/* ── Hide the static caption ── */
[data-zs-sitecaption] {
  visibility: hidden !important;
  position: relative !important;
  height: 18px !important;
}

/* ── Inject animated caption ── */
[data-zs-sitecaption]::after {
  visibility: visible !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  content: 'Enterprise, Software' !important;
  color: inherit !important;
  font-size: inherit !important;
  animation: captionRotate 6s infinite !important;
}
/* Remove the them site name & them-site-name-caption */
.theme-site-name-caption,
.theme-site-name,
.theme-site-caption {
  display: none !important;
}
/* ── Rotation animation
@keyframes captionRotate {
  0%   { content: 'Enterprise Solutions' !important; opacity: 1; }
  30%  { opacity: 0; }
  33%  { content: 'Software Development' !important; opacity: 0; }
  63%  { opacity: 1; }
  66%  { content: 'Data & Cloud Migration' !important; opacity: 1; }
  96%  { opacity: 0; }
  100% { content: 'Enterprise Solutions' !important; opacity: 0; }
}
 ── */