.elementor-1237 .elementor-element.elementor-element-8c6c100{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-37b6258{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-37b6258:not(.elementor-motion-effects-element-type-background), .elementor-1237 .elementor-element.elementor-element-37b6258 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-1237 .elementor-element.elementor-element-fd84814{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-22878cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-256e620{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-ac5e007{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-fd96297{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-bec35b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-0555148{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-d9d6fc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-3701082{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-b35bd07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7962282 */.stack-section {
    background-color: #1a1a1a;
    padding: 100px 5%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.stack-container {
    display: flex;
    gap: -40px; /* This creates the overlap */
    max-width: 1200px;
}

.c-stack-card {
    background: #2c2c2e; /* Dark gray card */
    min-width: 320px;
    height: 450px;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    margin-left: -60px; /* Pulls cards together for stacking */
}

/* First card doesn't need negative margin */
.c-stack-card:first-child { margin-left: 0; }

.c-stack-card:hover {
    transform: translateY(-20px) rotate(-2deg);
    z-index: 100;
    background: #3a3a3c;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.c-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #555;
}

.c-date {
    color: #86868b;
    font-size: 0.9rem;
}

.c-title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.c-link {
    color: #ff9f0a; /* Signature orange link */
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.c-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.c-tags span {
    color: #ff9f0a;
    font-size: 0.7rem;
    font-weight: 700;
}

.c-footer {
    margin-top: auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
    .stack-container {
        flex-direction: column;
        gap: 20px;
    }
    .c-stack-card {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15dca5e */.stack-section {
    background-color: #1a1a1a;
    padding: 100px 5%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.stack-container {
    display: flex;
    gap: -40px; /* This creates the overlap */
    max-width: 1200px;
}

.c-stack-card {
    background: #2c2c2e; /* Dark gray card */
    min-width: 320px;
    height: 450px;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    margin-left: -60px; /* Pulls cards together for stacking */
}

/* First card doesn't need negative margin */
.c-stack-card:first-child { margin-left: 0; }

.c-stack-card:hover {
    transform: translateY(-20px) rotate(-2deg);
    z-index: 100;
    background: #3a3a3c;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.c-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #555;
}

.c-date {
    color: #86868b;
    font-size: 0.9rem;
}

.c-title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.c-link {
    color: #ff9f0a; /* Signature orange link */
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.c-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.c-tags span {
    color: #ff9f0a;
    font-size: 0.7rem;
    font-weight: 700;
}

.c-footer {
    margin-top: auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
    .stack-container {
        flex-direction: column;
        gap: 20px;
    }
    .c-stack-card {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8135d74 */.stack-section {
    background-color: #1a1a1a;
    padding: 100px 5%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.stack-container {
    display: flex;
    gap: -40px; /* This creates the overlap */
    max-width: 1200px;
}

.c-stack-card {
    background: #2c2c2e; /* Dark gray card */
    min-width: 320px;
    height: 450px;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    margin-left: -60px; /* Pulls cards together for stacking */
}

/* First card doesn't need negative margin */
.c-stack-card:first-child { margin-left: 0; }

.c-stack-card:hover {
    transform: translateY(-20px) rotate(-2deg);
    z-index: 100;
    background: #3a3a3c;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.c-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #555;
}

.c-date {
    color: #86868b;
    font-size: 0.9rem;
}

.c-title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.c-link {
    color: #ff9f0a; /* Signature orange link */
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.c-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.c-tags span {
    color: #ff9f0a;
    font-size: 0.7rem;
    font-weight: 700;
}

.c-footer {
    margin-top: auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
    .stack-container {
        flex-direction: column;
        gap: 20px;
    }
    .c-stack-card {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19fa84b */.stack-section {
    background-color: #1a1a1a;
    padding: 100px 5%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.stack-container {
    display: flex;
    gap: -40px; /* This creates the overlap */
    max-width: 1200px;
}

.c-stack-card {
    background: #2c2c2e; /* Dark gray card */
    min-width: 320px;
    height: 450px;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    margin-left: -60px; /* Pulls cards together for stacking */
}

/* First card doesn't need negative margin */
.c-stack-card:first-child { margin-left: 0; }

.c-stack-card:hover {
    transform: translateY(-20px) rotate(-2deg);
    z-index: 100;
    background: #3a3a3c;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.c-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #555;
}

.c-date {
    color: #86868b;
    font-size: 0.9rem;
}

.c-title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.c-link {
    color: #ff9f0a; /* Signature orange link */
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.c-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.c-tags span {
    color: #ff9f0a;
    font-size: 0.7rem;
    font-weight: 700;
}

.c-footer {
    margin-top: auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
    .stack-container {
        flex-direction: column;
        gap: 20px;
    }
    .c-stack-card {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e8db56 */.stack-section {
    background-color: #1a1a1a;
    padding: 100px 5%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.stack-container {
    display: flex;
    gap: -40px; /* This creates the overlap */
    max-width: 1200px;
}

.c-stack-card {
    background: #2c2c2e; /* Dark gray card */
    min-width: 320px;
    height: 450px;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    margin-left: -60px; /* Pulls cards together for stacking */
}

/* First card doesn't need negative margin */
.c-stack-card:first-child { margin-left: 0; }

.c-stack-card:hover {
    transform: translateY(-20px) rotate(-2deg);
    z-index: 100;
    background: #3a3a3c;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.c-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #555;
}

.c-date {
    color: #86868b;
    font-size: 0.9rem;
}

.c-title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.c-link {
    color: #ff9f0a; /* Signature orange link */
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.c-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.c-tags span {
    color: #ff9f0a;
    font-size: 0.7rem;
    font-weight: 700;
}

.c-footer {
    margin-top: auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
    .stack-container {
        flex-direction: column;
        gap: 20px;
    }
    .c-stack-card {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eae48a6 */.stack-section {
    background-color: #1a1a1a;
    padding: 100px 5%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.stack-container {
    display: flex;
    gap: -40px; /* This creates the overlap */
    max-width: 1200px;
}

.c-stack-card {
    background: #2c2c2e; /* Dark gray card */
    min-width: 320px;
    height: 450px;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    margin-left: -60px; /* Pulls cards together for stacking */
}

/* First card doesn't need negative margin */
.c-stack-card:first-child { margin-left: 0; }

.c-stack-card:hover {
    transform: translateY(-20px) rotate(-2deg);
    z-index: 100;
    background: #3a3a3c;
}

.c-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.c-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #555;
}

.c-date {
    color: #86868b;
    font-size: 0.9rem;
}

.c-title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.c-link {
    color: #ff9f0a; /* Signature orange link */
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.c-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.c-tags span {
    color: #ff9f0a;
    font-size: 0.7rem;
    font-weight: 700;
}

.c-footer {
    margin-top: auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
    .stack-container {
        flex-direction: column;
        gap: 20px;
    }
    .c-stack-card {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}/* End custom CSS */