/*-- Use For Custom Styling --*/

.team-profile-list {
    padding-bottom: 120px;
}

.team-profile-card {
    margin-bottom: 35px;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(0, 188, 212, 0.12);
    box-shadow: 0 24px 60px rgba(44, 62, 80, 0.10);
}

.team-profile-card:last-child {
    margin-bottom: 0;
}

.team-profile-media {
    height: 100%;
    min-height: 420px;
    background: linear-gradient(180deg, rgba(0, 188, 212, 0.08) 0%, rgba(163, 216, 51, 0.08) 100%);
}

.team-profile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.team-profile-body {
    padding: 42px 40px;
}

.team-profile-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00bcd4;
}

.team-profile-body h3 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 1.2;
    color: #2f2f2f;
}

.team-profile-summary {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.85;
    color: #6f6f6f;
}

.team-profile-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.team-profile-panel {
    height: 100%;
    padding: 22px 24px;
    border-radius: 20px;
    background: rgba(163, 216, 51, 0.14);
    border-left: 4px solid #a3d833;
}

.team-profile-panel h4 {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2f2f2f;
}

.team-profile-panel ul {
    margin: 0;
    padding-left: 18px;
}

.team-profile-panel li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #5f5f5f;
}

.team-profile-panel li:last-child {
    margin-bottom: 0;
}

.team-profile-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.team-profile-tags li {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(0, 188, 212, 0.08);
    color: #00bcd4;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .team-profile-media {
        min-height: 340px;
    }

    .team-profile-body {
        padding: 32px 26px;
    }

    .team-profile-panels {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .team-profile-list {
        padding-bottom: 90px;
    }

    .team-profile-media {
        min-height: 280px;
    }

    .team-profile-body h3 {
        font-size: 28px;
    }

    .team-profile-summary,
    .team-profile-panel li {
        font-size: 14px;
    }
}

.testimonials-showcase {
    padding-bottom: 120px;
    background: linear-gradient(180deg, rgba(0, 188, 212, 0.04) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.testimonial-card-row {
    margin-top: -10px;
}

.testimonial-reference-card {
    --testimonial-accent: #00bcd4;
    --testimonial-soft: rgba(0, 188, 212, 0.10);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 34px 28px 28px;
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(0, 188, 212, 0.10);
    box-shadow: 0 22px 60px rgba(44, 62, 80, 0.10);
    overflow: hidden;
}

.testimonial-reference-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--testimonial-soft) 0%, rgba(255, 255, 255, 0) 48%);
    opacity: 0.9;
    pointer-events: none;
}

.testimonial-reference-card > * {
    position: relative;
    z-index: 1;
}

.testimonial-reference-card.accent-lime {
    --testimonial-accent: #a3d833;
    --testimonial-soft: rgba(163, 216, 51, 0.12);
}

.testimonial-reference-card.accent-blue {
    --testimonial-accent: #4d7fc5;
    --testimonial-soft: rgba(77, 127, 197, 0.12);
}

.testimonial-reference-quote {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--testimonial-accent);
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 12px 24px rgba(44, 62, 80, 0.18);
}

.testimonial-reference-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}

.testimonial-reference-avatar {
    width: min(100%, 250px);
    aspect-ratio: 4 / 5;
    align-self: center;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.15);
}

.testimonial-reference-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.testimonial-reference-meta {
    width: 100%;
}

.testimonial-reference-meta h3 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.3;
    color: #2f2f2f;
}

.testimonial-reference-meta p {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--testimonial-accent);
}

.testimonial-reference-copy {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.9;
    color: #6f6f6f;
}

.testimonial-reference-tags {
    margin: 0;
    margin-top: auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.testimonial-reference-tags li {
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--testimonial-soft);
    color: var(--testimonial-accent);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .testimonials-showcase {
        padding-bottom: 100px;
    }

    .testimonial-reference-card {
        padding: 30px 24px 24px;
    }

    .testimonial-reference-avatar {
        width: min(100%, 230px);
        aspect-ratio: 4 / 5;
    }
}

@media (max-width: 575px) {
    .testimonial-reference-meta h3 {
        font-size: 18px;
    }

    .testimonial-reference-copy {
        font-size: 14px;
        line-height: 1.8;
    }

    .testimonial-reference-avatar {
        width: min(100%, 210px);
        aspect-ratio: 4 / 5;
        border-radius: 18px;
    }
}

.social-cta-section {
    position: relative;
    overflow: hidden;
    background-position: center top;
    padding-bottom: 90px;
}

.social-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 21, 33, 0.68) 0%, rgba(10, 21, 33, 0.60) 45%, rgba(10, 21, 33, 0.36) 100%);
    pointer-events: none;
}

.social-cta-section > .container {
    position: relative;
    z-index: 1;
}

.social-cta-section .cards-section {
    top: 0;
    margin-top: 120px;
}

.social-cta-section .cards-section > [class*="col-"] {
    display: flex;
}

.social-cta-section .cards-section .card {
    width: 100%;
    height: 100%;
    display: flex;
}

.social-cta-section .cards-section .card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.social-cta-section .cards-section .buttton {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
}

.social-cta-section .subheading {
    color: #7fe8f4;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.social-cta-section .blog-heading {
    color: #ffffff;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.social-cta-section .blog-intro {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
}

@media (max-width: 991px) {
    .social-cta-section {
        padding-bottom: 80px;
    }

    .social-cta-section .cards-section {
        margin-top: 80px;
    }
}

@media (max-width: 575px) {
    .social-cta-section {
        padding-bottom: 60px;
    }

    .social-cta-section .cards-section {
        margin-top: 60px;
    }

    .social-cta-section .blog-intro {
        font-size: 16px;
    }
}

.contact-section {
    padding-bottom: 0;
}

.side-footer .text-white {
    font-size: 14px;
    line-height: 1.7;
}

.side-footer-credit {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.side-footer-credit:hover {
    color: #a3d833;
    border-bottom-color: #a3d833;
}

.site-footer {
    position: relative;
    padding: 34px 0 22px;
    background:
        radial-gradient(circle at top right, rgba(163, 216, 51, 0.14), transparent 28%),
        linear-gradient(180deg, #081823 0%, #0c2230 100%);
    color: #ffffff;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #00bcd4 0%, #8ae3ee 38%, #a3d833 100%);
}

.site-footer .container {
    position: relative;
    z-index: 1;
}

.site-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) auto auto;
    gap: 28px 40px;
    align-items: center;
}

.site-footer__brand {
    max-width: 520px;
}

.site-footer__logo {
    display: inline-flex;
    margin-bottom: 14px;
}

.site-footer__logo img {
    width: 170px;
    max-width: 100%;
    display: block;
}

.site-footer__brand p {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
}

.site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 24px;
}

.site-footer__nav a {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
}

.site-footer__nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #a3d833;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .25s ease;
}

.site-footer__nav a:hover {
    color: #ffffff;
}

.site-footer__nav a:hover::after {
    transform: scaleX(1);
}

.site-footer__contact {
    justify-self: end;
    text-align: right;
}

.site-footer__mail {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.site-footer__mail i {
    color: #83eaf5;
    font-size: 16px;
}

.site-footer__mail span {
    word-break: break-word;
}

.site-footer__mail:hover {
    color: #081823;
    background: #a3d833;
    border-color: #a3d833;
}

.site-footer__mail:hover i {
    color: #081823;
}

.site-footer__social {
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.site-footer__social li {
    display: inline-flex;
}

.site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #ffffff;
}

.site-footer__social a:hover {
    background: #00bcd4;
    border-color: #00bcd4;
    color: #081823;
    transform: translateY(-2px);
}

.site-footer__meta {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px 24px;
}

.site-footer__meta p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

.site-footer__credit a {
    color: #83eaf5;
    font-weight: 700;
}

.site-footer__credit a:hover {
    color: #a3d833;
}

.site-footer__heart {
    margin: 0 4px;
    color: #ff6b6b;
}

@media (max-width: 991px) {
    .site-footer {
        padding: 32px 0 22px;
    }

    .site-footer__main {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .site-footer__brand {
        max-width: 680px;
        margin: 0 auto;
    }

    .site-footer__contact {
        justify-self: center;
        text-align: center;
    }

    .site-footer__social {
        justify-content: center;
    }

    .site-footer__meta {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .site-footer {
        padding: 28px 0 20px;
    }

    .site-footer__main {
        gap: 22px;
    }

    .site-footer__logo img {
        width: 150px;
    }

    .site-footer__brand p,
    .site-footer__meta p {
        font-size: 13px;
    }

    .site-footer__nav {
        gap: 12px 18px;
    }

    .site-footer__nav a {
        font-size: 14px;
    }

    .site-footer__mail {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 12px 14px;
        border-radius: 18px;
    }
}
