/**
 * Modern CSS Reset
 * Based on modern best practices for 2025
 */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove default button styles */
button {
  border: none;
  background: none;
  cursor: pointer;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Improve consistency of table borders */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default fieldset styles */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Improve readability of focused elements */
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Remove outline for mouse users but keep for keyboard users */
:focus:not(:focus-visible) {
  outline: none;
}


/**
 * Font Declarations
 * 
 * Self-hosted fonts for optimal performance
 * Uses font-display: swap for better UX
 * 
 * @package DuploCloud
 * @since 1.0.0
 */

/* Poppins Light (300) */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/Poppins-Light.f7847222.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/Poppins-Regular.5a6c15af.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Poppins Medium (500) */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(fonts/Poppins-Medium.a19883c1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Poppins SemiBold (600) */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/Poppins-SemiBold.810728e0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Poppins Bold (700) */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/Poppins-Bold.b138d027.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Poppins Black (900) */
/*
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/poppins-black.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/


/**
 * Global Animations & Keyframes
 *
 * @package DuploCloud
 * @since 1.0.0
 */

/* ==========================================================================
   Carousel Animations
   ========================================================================== */
/* Scroll animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Infinite scroll animation - scrolls content from right to left */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Infinite scroll animation - scrolls content from left to right */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* ==========================================================================
   Fade Animations
   ========================================================================== */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

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

/* ==========================================================================
   Scale Animations
   ========================================================================== */

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

/* ==========================================================================
   Slide Animations
   ========================================================================== */

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

/* ==========================================================================
   Pulse & Spin Animations
   ========================================================================== */

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   Bounce Animation
   ========================================================================== */

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


/* Buttons */
.button,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 131px;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: var(--font-size-lg);
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* White button */
.button[data-type="white"] {
    background: var(--color-white);
    color: var(--color-black);
}

.button[data-type="white"]:hover {
    opacity: 0.9;
}

/* Black button */
.button[data-type="black"] {
    background: var(--color-black);
    color: var(--color-white);
}

.button[data-type="black"]:hover {
    background: rgba(0, 0, 0, 0.85);
}

/* Gradient button */
.button[data-type="gradient"] {
    background: var(--gradient-brand);
    color: var(--color-white);
}

.button[data-type="gradient"]:hover {
    opacity: 0.9;
}

/* Blur button */
.button[data-type="blur"] {
    background: rgba(var(--color-white-rgb), 0.1);
    color: var(--color-white);
}

.button[data-type="blur"]:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}
.heading {
    font-weight: 300;
    font-family: var(--font-primary);
}

    .heading strong {
        font-weight: inherit;
        background: var(--gradient-text);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .heading[data-type="large"] {
        font-size: var(--font-size-5xl);
    }

    .heading[data-type="medium"] {
        font-size: var(--font-size-4xl);
    }

    .heading[data-type="small"] {
        font-size: var(--font-size-3xl);
    }

    @media (max-width: 768px) {
        .heading[data-type="large"] {
            font-size: 40px;
        }

        .heading[data-type="medium"] {
            font-size: var(--font-size-3xl);
        }
        
    }
.header {
    position: fixed;
    top: 35px;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
    width: 100%;
    background-color: transparent;
    padding: 0 15px;
}

    .header.scrolled .header__container {
            /* background: linear-gradient(90deg,rgba(45, 28, 57, 1) 0%, rgba(63, 30, 84, 1) 100%); */
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        }

    .header.scrolled .header__navigation .menu .menu-item .sub-menu {
                        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
                    }

    .header .header__container {
        display: flex;
        gap: 48px;
        align-items: center;
        background: linear-gradient(90deg,rgba(45, 28, 57, 1) 0%, rgba(63, 30, 84, 1) 100%);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 22px;
        box-shadow: none;
        padding: 10px 24px;

        /* Mobile */
    }

    @media (max-width: 1024px) {

    .header .header__container {
            justify-content: space-between
    }
        }

    @media (max-width: 768px) {

    .header .header__container {
            padding: 16px
    }
        }

    .header .header__subcontainer {
        display: flex;
        justify-content: space-between;
        flex-grow: 2;

        /* Webkit scrollbar styles (Chrome, Safari, Edge) */
    }

    @media (max-width: 1024px) {

    .header .header__subcontainer {
            position: absolute;
            top: calc(100% + 9px);
            left: 16px;
            width: calc(100% - 32px);
            z-index: 10;
            height: calc(100vh - 74px - 35px - 9px - 40px);
            height: calc(100dvh - 74px - 35px - 9px - 40px); /* Dynamic viewport height for mobile browsers */
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 22px;
            overflow-y: auto;
            overflow-x: hidden;

            /* Firefox scrollbar */
            scrollbar-width: thin;
            scrollbar-color: rgba(255, 255, 255, 0.3) transparent
    }
        }

    @media (max-width: 1024px) {
            .header .header__subcontainer::-webkit-scrollbar {
                width: 8px;
            }

            .header .header__subcontainer::-webkit-scrollbar-track {
                background: transparent;
                border-radius: 10px;
            }

            .header .header__subcontainer::-webkit-scrollbar-thumb {
                background: rgba(255, 255, 255, 0.3);
                border-radius: 10px;
                transition: background 0.2s ease;
            }

            .header .header__subcontainer::-webkit-scrollbar-thumb:hover {
                background: rgba(255, 255, 255, 0.5);
            }
        }

    .header .header__subcontainer-inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-grow: 2;
    }

    @media (max-width: 1024px) {

    .header .header__subcontainer-inner {
            padding: 32px;
            flex-direction: column;
            width: 100%;
            gap: 40px;
            height: 100%;
            min-height: max-content;
            position: relative
    }

            .header .header__subcontainer-inner::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                background: linear-gradient(90deg, rgba(45, 28, 57, 1) 0%, rgba(63, 30, 84, 1) 100%);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
            }
        }

    .header .header__logo {
        position: relative;

        /* Tablet/Desktop */

        /* Mobile */
    }

    @media (max-width: 1200px) {

    .header .header__logo {
            max-width: 150px
    }
        }

    @media (max-width: 768px) {

    .header .header__logo {
            max-width: 175px
    }
        }

    .header .header__logo .header__logo-dark {
            display: none;
        }

    .header .header__navigation {
        display: flex;
        align-items: center;
        color: var(--color-white);
    }

    .header .header__navigation .menu {
            display: flex;
            gap: 48px;
            list-style: none;

            /* Tablet/Desktop */
        }

    @media (max-width: 1200px) {

    .header .header__navigation .menu {
                gap: 20px
        }
            }

    @media (max-width: 1024px) {

    .header .header__navigation .menu {
                flex-direction: column
        }
            }

    .header .header__navigation .menu .menu-item.menu-item-has-children {
                    position: relative;
                }

    .header .header__navigation .menu .menu-item.menu-item-has-children:hover > .sub-menu {
                            display: block;
                        }

    .header .header__navigation .menu .menu-item.menu-item-has-children:hover > a {
                            font-weight: inherit;
                            background: var(--gradient-text);
                            background-clip: text;
                            -webkit-background-clip: text;
                            -webkit-text-fill-color: transparent;
                        }

    .header .header__navigation .menu .menu-item.menu-item-has-children > a { 
                        color: rgba(255, 255, 255, .5);
                    }

    @media (max-width: 1024px) {

    .header .header__navigation .menu .menu-item.menu-item-has-children > a {
                            display: none
                    }
                        }

    .header .header__navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > a {
                                color: var(--color-white);
                            }

    .header .header__navigation .menu .menu-item a {
                    transition: .2s linear;
                }

    .header .header__navigation .menu .menu-item a:hover {
                        opacity: .6;
                        transition: .2s linear;
                    }

    .header .header__navigation .menu .menu-item .sub-menu {
                    display: none;
                    position: absolute;
                    bottom: -30px;
                    left: 0;
                    transform: translateY(100%);
                    list-style: none;
                    width: max-content;
                    background: linear-gradient(90deg,rgba(45, 28, 57, 1) 0%, rgba(63, 30, 84, 1) 100%);
                    border: 1px solid rgba(255, 255, 255, 0.15);
                    border-radius: 20px;
                    padding: 24px;
                }

    @media (max-width: 1024px) {

    .header .header__navigation .menu .menu-item .sub-menu {
                        display: block;
                        position: static;
                        transform: none;
                        width: 100%;
                        margin-top: 36px;
                        padding-bottom: initial;
                        box-shadow: none !important;
                        background: none;
                        border: none;
                        border-radius: 0;
                        padding-left: 0;
                        padding-right: 0
                }
                    }

    .header .header__navigation .menu .menu-item .sub-menu::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: -1;
                        transform: translateY(-35px);
                        width: 100%;
                        height: 100%;
                        background-color: transparent;
                    }

    .header .header__navigation .menu .menu-item .sub-menu .menu-item {
                        color: var(--color-white);
                        margin-bottom: 32px;
                    }

    .header .header__navigation .menu .menu-item .sub-menu .menu-item:last-child {
                            margin-bottom: 0;
                        }

    .header .header__navigation .menu .menu-item .sub-menu .menu-item .sub-menu {
                            right: -35px;
                            bottom: 0;
                            left: initial;
                            transform: translate(100%, 50%);
                        }

    .header .header__navigation .menu .menu-item .sub-menu .menu-item .sub-menu::before {
                                left: -45px;
                            }

    @media (max-width: 1024px) {

    .header .header__navigation .menu .menu-item .sub-menu .menu-item .sub-menu {
                                position: static;
                                transform: none;
                                right: initial;
                                bottom: initial;
                                left: initial
                        }

                                .header .header__navigation .menu .menu-item .sub-menu .menu-item .sub-menu::before {
                                    display: none;
                                }
                            }

    .header .header__ctas {
        display: flex;
        gap: 10px;
    }

    .header .header__ctas .header__cta {
            padding: 8px 16px;
        }

    @media (max-width: 1024px) {

    .header .header__ctas {
            flex-direction: column;
            align-items: stretch
    }
        }

    .header .header__hamburger-menu-container {
        display: none;
        width: 40px;
        height: 40px;
        background-color: var(--color-white);
        border-radius: var(--radius-lg);
        padding: 13px 11px;
        cursor: pointer;
        position: relative;

        /* Mobile */
    }

    @media (max-width: 1024px) {

    .header .header__hamburger-menu-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center
    }
        }

    .header .header__hamburger-menu-container span {
            display: block;
            width: 18px;
            height: 3px;
            margin-bottom: 2px;
            position: relative;
            background: var(--color-black);
            border-radius: 3px;
            z-index: 1;
            transition: all .3s ease-in-out;
        }

    .header .header__hamburger-menu-container span:nth-child(3) {
                margin-bottom: 0;
            }

    .header .header__hamburger-menu-container.active span:first-child {
                    transform: translateY(5px) rotate(45deg);
                }

    .header .header__hamburger-menu-container.active span:nth-child(2) {
                    opacity: 0;
                }

    .header .header__hamburger-menu-container.active span:nth-child(3) {
                    transform: translateY(-5px) rotate(-45deg);
                }

.page-template-template-devops .header.scrolled .header__logo .header__logo-white, .page-template-template-customers .header.scrolled .header__logo .header__logo-white {
                    display: block;
                }

.page-template-template-devops .header.scrolled .header__logo .header__logo-dark, .page-template-template-customers .header.scrolled .header__logo .header__logo-dark {
                    display: none;
                }

.page-template-template-devops .header.scrolled .header__navigation, .page-template-template-customers .header.scrolled .header__navigation { 
                color: var(--color-white);
            }

.page-template-template-devops .header.scrolled .header__navigation .menu .menu-item.menu-item-has-children > a, .page-template-template-customers .header.scrolled .header__navigation .menu .menu-item.menu-item-has-children > a { 
                                color: rgba(255, 255, 255, .5);
                            }

.page-template-template-devops .header.scrolled .header__cta[data-type="white"], .page-template-template-customers .header.scrolled .header__cta[data-type="white"] {
                color: var(--color-black);
                background-color: var(--color-white);
            }

.page-template-template-devops .header .header__container, .page-template-template-customers .header .header__container {
            background-color: rgba(57, 18, 90, .05);
        }

.page-template-template-devops .header .header__logo .header__logo-white, .page-template-template-customers .header .header__logo .header__logo-white {
                display: none;
            }

.page-template-template-devops .header .header__logo .header__logo-dark, .page-template-template-customers .header .header__logo .header__logo-dark {
                display: block;
            }

.page-template-template-devops .header .header__navigation, .page-template-template-customers .header .header__navigation { 
            /* color: var(--color-black); */
        }

.page-template-template-devops .header .header__navigation .menu .menu-item.menu-item-has-children > a, .page-template-template-customers .header .header__navigation .menu .menu-item.menu-item-has-children > a { 
                            /* color: rgba(0, 0, 0, .5); */
                        }

@media (max-width: 1024px) {

.page-template-template-devops .header .header__navigation, .page-template-template-customers .header .header__navigation { 
                color: var(--color-white)
        }
            }

.page-template-template-devops .header .header__cta[data-type="white"], .page-template-template-customers .header .header__cta[data-type="white"] {
            color: var(--color-white);
            background-color: var(--color-black);
        }
.footer {
    position: relative;
    background-color: transparent;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

    .footer .footer__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    @media (max-width: 768px) {

    .footer .footer__container {
            flex-direction: column-reverse;
            align-items: stretch;
            gap: 13px
    }
            
        }

    @media (max-width: 768px) {

    .footer .copyright {
            text-align: center;
            opacity: .5
    }
        }

    .footer .footer-menu {
        display: flex;
        gap: 52px;
        list-style: none;
    }

    @media (max-width: 768px) {

    .footer .footer-menu {
            width: 100%;
            justify-content: space-between
    }
        }
/* ==========================================================================
   Gradient Ellipse Component
   ========================================================================== */

/**
 * Decorative gradient ellipse elements with breathing animation
 * Used throughout the site as background decorative elements
 */

.gradient-ellipse {
  pointer-events: none;
  border-radius: 50%;
  will-change: transform;
}

/* Primary gradient (default) - Brand colors */
.gradient-ellipse--primary {
  background: var(--gradient-brand);
}

/* ==========================================================================
   Breathing Animations
   ========================================================================== */

/**
 * Breathing animation - creates a pulsing/scaling effect
 * Available in three speeds: slow, medium, fast
 */

@keyframes ellipse-breathe {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
}

/* Slow breathing animation - 8 seconds */
.gradient-ellipse--slow {
  animation: ellipse-breathe 8s ease-in-out infinite;
}

/* Medium breathing animation - 6 seconds */
.gradient-ellipse--medium {
  animation: ellipse-breathe 6s ease-in-out infinite;
}

/* Fast breathing animation - 4 seconds */
.gradient-ellipse--fast {
  animation: ellipse-breathe 4s ease-in-out infinite;
}

/* Stagger animations for multiple ellipses */
.gradient-ellipse:nth-of-type(2) {
  animation-delay: 1s;
}

.gradient-ellipse:nth-of-type(3) {
  animation-delay: 2s;
}

.gradient-ellipse:nth-of-type(4) {
  animation-delay: 3s;
}

.gradient-ellipse:nth-of-type(5) {
  animation-delay: 4s;
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */

/**
 * Reduce motion for users who prefer it
 */
@media (prefers-reduced-motion: reduce) {
  .gradient-ellipse {
    animation: none !important;
  }
}

/**
 * Mobile adjustments - smaller ellipses on mobile
 */
@media (max-width: 768px) {
  .gradient-ellipse {
    /* Scale down slightly on mobile to reduce visual noise */
    scale: 0.8;
  }

  .gradient-ellipse--slow {
    animation: ellipse-breathe 10s ease-in-out infinite;
  }

  .gradient-ellipse--medium {
    animation: ellipse-breathe 8s ease-in-out infinite;
  }

  .gradient-ellipse--fast {
    animation: ellipse-breathe 6s ease-in-out infinite;
  }
}


.carousel-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #D5B4EB33;
    border-radius: 50%;
    flex-shrink: 0;
}

    .carousel-arrow--next {
        transform: rotate(180deg);
    }

    .carousel-arrow__icon {
        width: 16px;
        height: 13px;
    }
/**
 * Main Stylesheet
 *
 * @package DuploCloud
 * @since 1.0.0
 */

/* Import CSS Reset - Must be first */

/* Import Fonts */

/* Import Global Animations */

/* ==========================================================================
   CSS Custom Properties (Design Tokens)
   ========================================================================== */

:root {
    /* Colors - Base */
    --color-white: #FFFFFF;
    --color-black: #000000;
    
    /* Colors - RGB Triplets (for use with rgba) */
    --color-white-rgb: 255, 255, 255;
    --color-black-rgb: 0, 0, 0;
    --color-gray-500-rgb: 102, 112, 133;
    
    /* Colors - Grayscale */
    --color-gray-50: #f8f8f8;
    --color-gray-100: #dddddd;
    --color-gray-500: #667085;
    --color-gray-600: #616061;
    
    /* Colors - Purple Backgrounds (Dark Sections) */
    --color-purple-light: #d1c4e9;
    --color-purple-dark: rgb(49, 1, 60);
    --color-purple-medium: rgb(41, 20, 61);
    --color-purple-dark-30: rgba(49, 1, 60, 0.3);
    --color-purple-medium-05: rgba(41, 20, 61, 0.05);
    --color-purple-regular: rgb(74, 19, 111);
    
    /* Colors - Brand */
    --color-brand-purple: #C7B9DA;
    --color-brand-green: #36795e;
    --color-brand-blue: #1264a3;
    --color-brand-yellow: #ffd57e;
    --color-brand-yellow-light: #ffe082;
    
    /* Gradients */
    --gradient-brand: linear-gradient(110deg, #FFE082 -7.95%, #F48FB1 34.68%, #B388FF 77.31%);
    --gradient-text: linear-gradient(110deg, #FFE082 -7.95%, #F48FB1 34.68%, #B388FF 77.31%);
    --gradient-brand-overlay: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    --gradient-brand-dark-bg: linear-gradient(90deg, #000 -0.39%, #2D0548 99.02%);
    --gradient-purple-overlay: linear-gradient(135deg,rgba(20, 7, 41, 0.1) 0%, rgba(56, 9, 88, 0.5) 100%);
    --gradient-addons-overlay: linear-gradient(-22deg, rgba(20, 7, 41, 0.1) 0%, rgba(56, 9, 88, 0.5) 100%);
    --gradient-white-overlay: linear-gradient(135deg,rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%);
    --gradient-card-hover: linear-gradient(135deg, rgba(20, 7, 41, .1) 0%, #380958 30% ,#380958 100%);
    
    /* Typography - Font Families */
    --font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-secondary: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display: 'Bricolage Grotesque', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    
    /* Typography - Font Sizes */
    --font-size-xs: 0.75rem;        /* 12px */
    --font-size-sm: 0.875rem;       /* 14px */
    --font-size-base: 0.9375rem;    /* 15px */
    --font-size-md: 1rem;           /* 16px */
    --font-size-lg: 1.125rem;       /* 18px */
    --font-size-xl: 1.25rem;        /* 20px */
    --font-size-2xl: 1.5rem;        /* 24px */
    --font-size-3xl: 2rem;          /* 32px */
    --font-size-4xl: 3rem;          /* 48px */
    --font-size-5xl: 3.625rem;      /* 58px */
    
    /* Typography - Font Weights */
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    
    /* Typography - Line Heights */
    --line-height-tight: 1rem;      /* 16px */
    --line-height-base: 1.375rem;   /* 22px */
    --line-height-relaxed: 1.625rem; /* 26px */
    --line-height-normal: normal;
    
    /* Spacing Scale */
    --spacing-1: 0.25rem;   /* 4px */
    --spacing-2: 0.5rem;    /* 8px */
    --spacing-3: 0.75rem;   /* 12px */
    --spacing-4: 1rem;      /* 16px */
    --spacing-5: 1.25rem;   /* 20px */
    --spacing-6: 1.5rem;    /* 24px */
    --spacing-8: 2rem;      /* 32px */
    --spacing-10: 2.5rem;   /* 40px */
    --spacing-12: 3rem;     /* 48px */
    --spacing-16: 4rem;     /* 64px */
    
    /* Border Radius */
    --radius-xs: 0.25rem;       /* 4px */
    --radius-sm: 0.375rem;      /* 6px */
    --radius-md: 0.5rem;        /* 8px */
    --radius-lg: 0.625rem;      /* 10px */
    --radius-xl: 1rem;          /* 16px */
    --radius-full: 6.25rem;     /* 100px */
    
    /* Borders */
    --border-width: 1px;
    --border-light: 1px solid var(--color-white-20);
    --border-dark: 1px solid var(--color-black-10);
    
    /* Effects */
    --backdrop-blur: blur(16.667px);
    --box-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --box-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    
    /* Layout - Container */
    --container-max-width: 1464px;
    --container-padding: var(--spacing-6);
    
    /* Legacy variables (for backward compatibility) */
    --color-primary: var(--color-brand-green);
    --color-background: var(--color-white);
    --color-background-alt: var(--color-gray-50);
    --color-text: var(--color-black);
    --color-text-light: var(--color-gray-500);
    --color-border: var(--color-black-10);
    --border-radius: var(--radius-md);
    --spacing-unit: var(--spacing-4);
}

/* ==========================================================================
Utility Classes
========================================================================== */

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    overflow-x: hidden;
}

body.no-scroll {
        overflow: hidden;
    }

/* Scroll offset for anchor links - default offset */
:target {
    scroll-margin-top: 80px;
}

/* Special scroll offset for agent catalogue targets */
.agent-catalogue :target {
    scroll-margin-top: 380px;
}

/* First section in agent catalogue should scroll to top */
.agent-catalogue__agent:first-child:target {
    scroll-margin-top: 0;
}

.container {
    width: 100%;
    max-width: var(--container-max-width);
    padding: 0 var(--container-padding);
    margin: 0 auto;

    /* Mobile */
}

@media (max-width: 768px) {

.container {
        padding: 0 15px
}
    }

/* Glassmorphism Effect */
.glass {
    background: rgba(var(--color-white-rgb), 0.01);
    backdrop-filter: var(--backdrop-blur);
    -webkit-backdrop-filter: var(--backdrop-blur);
    border: 1px solid rgba(var(--color-white-rgb), 0.15);
}

.text-gradient {
    background: var(--gradient-text);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glass-card {
    background: var(--color-white-10);
    backdrop-filter: var(--backdrop-blur);
    -webkit-backdrop-filter: var(--backdrop-blur);
    border: 1px solid var(--color-white-10);
    border-radius: var(--radius-xl);
}

/* Dark Sections */
.section-dark {
    background: var(--color-purple-dark-30);
    color: var(--color-white);
}

.section-dark-alt {
    background: var(--color-purple-medium-05);
    color: var(--color-black);
}

/* Text Gradients */
.text-gradient {
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

[children-fade-up],
[data-fade-in-up] {
    opacity: 0;
}

.gradient-hover {
    position: relative;
}

.gradient-hover::before {
        content: '';
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: var(--gradient-brand);
        background-size: 200% 200%;
        opacity: 0;
        transition: opacity 0.3s ease;
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        mask-composite: exclude;
        pointer-events: none;
    }

.gradient-hover:hover::before {
            opacity: 1;
            animation: borderGradientShift 2s ease;
        }

/* Border Accents */
.border-accent {
    border: 1px solid var(--color-brand-yellow-light);
}

.gradient-dots-list {
    list-style: none;
}

.gradient-dots-list ul {
        list-style: none;
    }

.gradient-dots-list li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 22px;
    }

.gradient-dots-list li:before {
            content: "";
            position: absolute;
            top: 10px;
            left: 4px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--gradient-brand);
        }

.gradient-dots-list li:last-child {
            margin-bottom: 0;
        }

/* Animations */
@keyframes borderGradientShift {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/**
 * Print Stylesheet
 *
 * @package DuploCloud
 * @since 1.0.0
 */

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Hide non-essential elements */
    .site-header,
    .site-footer,
    .widget-area,
    .navigation,
    .comment-form,
    .menu-toggle,
    .edit-link,
    .no-print {
        display: none !important;
    }

    .site-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}


