/*
 Theme Name: IBC Solutions Theme
 Theme URI: https://www.ibcconsult.com/
 Author: IBC Solutions Development Team
 Author URI: https://www.ibcconsult.com/
 Description: A custom theme created for IBC Solutions.
 Version: 1.0
 Text Domain: ibc-solutions-theme
*/
:root {
    --ibc-bg-dark: #111111;
    --ibc-bg-light: #f5f5f7;
    --ibc-text-main: #111111;
    --ibc-text-muted: #555555;
    --ibc-accent: #00a6e6;
    --ibc-max-width: 1450px;
    --ibc-radius-lg: 18px;
    --ibc-radius-md: 12px;
    --ibc-radius-pill: 999px;
    --ibc-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.16);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.grecaptcha-badge{
	display: none;
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
    color: var(--ibc-text-main);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ibc-page {
  min-height: 100vh;
  background: radial-gradient(circle at top left, #f0fbff 0, #ffffff 32%, #ffffff 100%);
  color: var(--ibc-text-main);
  position: relative;
  overflow-x: hidden; 
  padding-top: 150px;
}

.ibc-diagonal-visual {
  position: fixed;
  left: -35vw;
  bottom: -45vh;
  width: 200vw;
  height: 120vh;
  background-image: url("https://i.postimg.cc/g29q7W1q/download.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;

  transform: rotate(-22deg);
/*     position: absolute;
    left: -35vw;
    bottom: -45vh;
    width: 200vw;
    height: 120vh;
    background-image: url("./rings.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
    animation: ibc-diagonal-sweep 16s ease-in-out infinite alternate;
    transform: rotate(-22deg); */
}

@keyframes ibc-diagonal-sweep {
    0% {
        transform: translate(-15vw, 15vh) rotate(-22deg);
    }

    100% {
        transform: translate(15vw, -15vh) rotate(-22deg);
    }
}

.ibc-shell {
    max-width: var(--ibc-max-width);
    margin: 0 auto;
    padding: 24px 20px 30px;
    position: relative;
    z-index: 1;
}

#experience .ibc-section-header {
    flex-direction: column;
    align-items: flex-start;
}

/* Header / Nav */
.ibc-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #f6fbff;
    border-bottom: 1px solid rgba(0, 166, 230, 0.22);
}

.ibc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: var(--ibc-max-width);
    margin: 0 auto;
    padding: 12px 20px;
}

.ibc-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ibc-logo-mark {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ibc-logo-mark img {
    width: 130px;
    height: auto;
}

.ibc-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
}

.ibc-nav a {
    position: relative;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.ibc-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--ibc-accent);
    transition: width 0.22s ease-out;
}

.ibc-nav a:hover::after,
.ibc-nav a:focus-visible::after {
    width: 100%;
}

.ibc-nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: var(--ibc-text-main);
    padding: 4px 8px;
}

/* Hero */
.ibc-hero {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
    gap: 32px;
    align-items: center;
    margin-bottom: 40px;
}

.ibc-kicker {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--ibc-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.ibc-hero-title {
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.15;
    margin-bottom: 14px;
}

.ibc-hero-sub {
    font-size: 16px;
    color: var(--ibc-text-muted);
    margin-bottom: 22px;
    max-width: 540px;
}

.ibc-hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.ibc-btn-primary,
.ibc-btn-secondary {
    border-radius: var(--ibc-radius-pill);
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.ibc-btn-primary {
    background: var(--ibc-accent);
    color: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 166, 230, 0.25);
}

.ibc-btn-primary:hover {
    background: #0090c7;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(0, 166, 230, 0.28);
}

.ibc-btn-secondary {
    background: transparent;
    color: var(--ibc-text-main);
    border: 1px solid #d0d0d0;
}

.ibc-btn-secondary:hover {
    background: #f7f7f7;
    transform: translateY(-1px);
}

.ibc-hero-meta {
    font-size: 13px;
    color: var(--ibc-text-muted);
}

.ibc-hero-card {
    background: var(--ibc-bg-dark);
    color: #ffffff;
    border-radius: var(--ibc-radius-lg);
    padding: 26px 24px 24px;
    box-shadow: var(--ibc-shadow-soft);
    position: relative;
    overflow: hidden;
}

.ibc-hero-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at top right, rgba(0, 166, 230, 0.35), transparent 60%);
    opacity: 0.7;
    pointer-events: none;
}

.ibc-hero-card-inner {
    position: relative;
    z-index: 1;
}

.ibc-hero-card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ibc-hero-card-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}

.ibc-hero-card-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: var(--ibc-radius-pill);
    border: 1px solid rgba(255, 255, 255, 0.26);
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}

.ibc-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ibc-accent);
}

/* Finastra partner band */
.ibc-partner-band {
    margin-bottom: 40px;
}

.ibc-band-inner {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 18px 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 60, 134, 0.45), transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(0, 166, 230, 0.35), transparent 60%),
        linear-gradient(120deg, #110325 0%, #2b0650 40%, #7c0b6a 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.55);
}

.ibc-band-inner::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 60, 134, 0.45), transparent 60%),
        radial-gradient(circle at 80% 100%, rgba(0, 166, 230, 0.35), transparent 60%);
    opacity: 0.8;
    pointer-events: none;
}

.ibc-band-label {
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 11px;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.ibc-band-inner>div:last-child {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.92);
    max-width: 720px;
}

/* Section base */
.ibc-section {
    margin-bottom: 56px;
}
section[id],
#top {
  scroll-margin-top: 120px; 
}

.ibc-section-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 22px;
}

.ibc-section-title {
    font-size: 22px;
}

.ibc-section-sub {
    font-size: 13px;
    color: var(--ibc-text-muted);
    max-width: 420px;
}

#services .ibc-section-title,
#careers .ibc-section-title,
#experience .ibc-section-title,
#locations-contact .ibc-section-title {
    font-size: 26px;
}




/* Services */
.ibc-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ibc-service-card {
    background: var(--ibc-bg-light);
    border-radius: var(--ibc-radius-md);
    padding: 18px 18px 20px;
    border: 1px solid #ebebef;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ibc-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 166, 230, 0.12), transparent 55%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.ibc-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
    border-color: rgba(0, 166, 230, 0.35);
}

.ibc-service-card:hover::before {
    opacity: 1;
}

.ibc-service-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.ibc-service-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--ibc-accent);
    margin-bottom: 6px;
    font-weight: 700;
}

.ibc-service-text {
    font-size: 13px;
    color: var(--ibc-text-muted);
}

#services .ibc-section-header {
    flex-direction: column;
    align-items: flex-start;
}

#services .ibc-section-sub {
    max-width: none;
    width: 100%;
    font-weight: 500;
}

/* Stats */
.ibc-stats-strip {
    position: relative;
    border-radius: var(--ibc-radius-lg);
    background:
        radial-gradient(circle at top left, rgba(0, 166, 230, 0.28), transparent 55%),
        radial-gradient(circle at bottom right, rgba(0, 166, 230, 0.22), transparent 60%),
        #050810;
    color: #ffffff;
    padding: 24px 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    border: 1px solid rgba(0, 166, 230, 0.6);
    box-shadow:
        0 0 0 1px rgba(0, 166, 230, 0.18),
        0 22px 45px rgba(0, 0, 0, 0.6),
        0 0 32px rgba(0, 166, 230, 0.35);
    overflow: hidden;
}

.ibc-stats-strip::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 255, 255, 0.18), transparent 55%),
        radial-gradient(circle at 80% 100%, rgba(0, 166, 230, 0.2), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

.ibc-stat {
    position: relative;
    text-align: center;
    padding: 10px 8px;
}

.ibc-stat::before {
    content: "";
    position: absolute;
    top: 12%;
    bottom: 12%;
    right: -12px;
    width: 1px;
    background: linear-gradient(to bottom,
            transparent,
            rgba(0, 255, 255, 0.5),
            transparent);
    opacity: 0.7;
}

.ibc-stat:last-child::before {
    content: none;
}

.ibc-stat-number {
    font-size: 30px;
    font-weight: 650;
    margin-bottom: 6px;
    letter-spacing: 0.04em;
    color: #e8fbff;
    text-shadow:
        0 0 10px rgba(0, 255, 255, 0.75),
        0 0 22px rgba(0, 166, 230, 0.8),
        0 0 40px rgba(0, 166, 230, 0.7);
}

.ibc-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(214, 242, 255, 0.78);
}

/* Careers */
.ibc-careers-wrapper {
    border-radius: var(--ibc-radius-lg);
    border: 1px solid rgba(0, 166, 230, 0.4);
    background: linear-gradient(135deg, #ffffff, #f6fbff);
    padding: 24px 22px 22px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    position: relative;
    overflow: hidden;
}

.ibc-careers-wrapper::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 166, 230, 0.28), transparent 65%);
    right: -120px;
    top: -140px;
    opacity: 0.7;
    pointer-events: none;
}

.ibc-careers-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 2fr);
    gap: 22px;
    align-items: flex-start;
    grid-template-areas:
        "intro roles"
        "details details";
}

.ibc-careers-intro {
    grid-area: intro;
}

.ibc-careers-text {
    font-size: 14px;
    color: var(--ibc-text-muted);
    margin: 12px 0 18px;
}

.ibc-careers-box {
    background: #ffffff;
    border-radius: var(--ibc-radius-md);
    border: 1px dashed rgba(0, 166, 230, 0.6);
    padding: 16px 18px;
    font-size: 13px;
}

.ibc-careers-box-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--ibc-text-muted);
    margin-bottom: 10px;
    font-weight: 600;
}

.ibc-careers-right {
    grid-area: roles;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ibc-careers-list {
    list-style: none;
    display: grid;
    gap: 6px;
    padding: 0;
    margin: 0;
}

.ibc-careers-list li::before {
    content: none;
}

.ibc-role-button {
    width: 100%;
    border: 1px solid rgba(0, 166, 230, 0.35);
    border-radius: 999px;
    padding: 8px 14px;
    background: #ffffff;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease,
        box-shadow 0.15s ease;
}

.ibc-role-button::before {
    content: "▹";
    color: var(--ibc-accent);
    font-size: 12px;
    flex-shrink: 0;
}

.ibc-role-button:hover {
    background: #f5fbff;
    border-color: var(--ibc-accent);
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.ibc-role-button.is-active {
    background: var(--ibc-accent);
    color: #ffffff;
    border-color: var(--ibc-accent);
    box-shadow: 0 12px 24px rgba(0, 166, 230, 0.35);
}

.ibc-role-button.is-active::before {
    color: #ffffff;
}

.ibc-role-details {
    grid-area: details;
    background: #ffffff;
    border-radius: var(--ibc-radius-md);
    border: 1px solid rgba(0, 166, 230, 0.45);
    padding: 16px 18px 18px;
    font-size: 13px;
    line-height: 1.7;
}

.ibc-role-details-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.ibc-role-details-meta {
    font-size: 12px;
    color: var(--ibc-text-muted);
    margin-bottom: 12px;
}

.ibc-role-details-meta span+span::before {
    content: "•";
    margin: 0 6px;
    color: var(--ibc-text-muted);
}

.ibc-role-details h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 12px 0 6px;
    color: var(--ibc-text-muted);
}

.ibc-role-details ul {
    padding-left: 16px;
    margin: 4px 0 8px;
}

.ibc-role-details li {
    margin-bottom: 4px;
}

/* Locations & Contact */
.ibc-locations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ibc-location-card {
    background: var(--ibc-bg-light);
    border-radius: var(--ibc-radius-md);
    padding: 18px 18px 20px;
    border: 1px solid #ebebef;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ibc-location-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 166, 230, 0.12), transparent 55%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.ibc-location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
    border-color: rgba(0, 166, 230, 0.35);
}

.ibc-location-card:hover::before {
    opacity: 1;
}

.ibc-location-title {
    font-weight: 600;
    margin-bottom: 6px;
}

.ibc-location-body {
    font-size: 13px;
    color: var(--ibc-text-muted);
    line-height: 1.6;
    white-space: pre-line;
}

/* Footer */
.ibc-footer {
    font-size: 12px;
    color: var(--ibc-text-muted);
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

/* Responsive */
@media (max-width: 900px) {
    .ibc-page {
        padding-top: 140px;
    }

    .ibc-header {
        padding: 8px 16px;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
    }

    .ibc-logo-mark img {
        width: 110px;
    }

    .ibc-nav-toggle {
        display: inline-flex;
        font-size: 28px;
        padding: 2px 6px;
        margin-left: 8px;
    }

    .ibc-nav {
        display: none;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 10px;
        font-size: 13px;
        order: 3;
    }

    .ibc-nav.is-open {
        display: flex;
    }

    .ibc-hero {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 0;
    }

    .ibc-hero-card {
        order: -1;
    }

    .ibc-careers-inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "intro"
            "roles"
            "details";
    }

    .ibc-services-grid,
    .ibc-locations-grid,
    .ibc-stats-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ibc-careers-right {
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .ibc-shell {
        padding-inline: 16px;
    }

    .ibc-page {
        padding-top: 140px;
    }

    .ibc-header {
        padding: 6px 14px;
    }

    .ibc-logo-mark img {
        width: 100px;
    }

    .ibc-nav {
        font-size: 12px;
    }

    .ibc-services-grid,
    .ibc-stats-strip,
    .ibc-locations-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}