.aura-dynamic-product-detail {
    background:
        radial-gradient(circle at 25% 20%, rgba(170, 160, 148, 0.12), transparent 35%),
        linear-gradient(135deg, #0b0c0c, #171818 45%, #232321);
    padding: 40px 0;
    color: #f3f0ea;
    font-family: 'Inter', sans-serif;
}

.aura-pd-wrap {
    width: min(1320px, 94%);
    margin: auto;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 36px;
    align-items: stretch;
}

.aura-pd-gallery {
    display: grid;
    grid-template-columns: 92px 1fr;
    background: linear-gradient(145deg, #101111, #1e1e1d);
    border: 1px solid rgba(210, 205, 195, .16);
    border-radius: 18px;
    overflow: hidden;
    min-height: 560px;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.aura-pd-thumbs {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(5,5,5,.45);
}

.aura-pd-thumb {
    width: 66px;
    height: 78px;
    border: 1px solid rgba(214, 206, 196, .22);
    border-radius: 9px;
    background: #111;
    padding: 3px;
    cursor: pointer;
    overflow: hidden;
    transition: .35s ease;
}

.aura-pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aura-pd-thumb.active,
.aura-pd-thumb:hover {
    border-color: #d8d1c6;
    transform: translateX(4px);
    box-shadow: 0 0 18px rgba(216, 209, 198, .22);
}

.aura-pd-count {
    margin-top: auto;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    color: #e6dfd4;
}

.aura-pd-main-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
}

.aura-pd-main-image::before {
    content: "";
    position: absolute;
    inset: 12%;
    background: radial-gradient(circle, rgba(219, 211, 199, .15), transparent 65%);
    filter: blur(18px);
}

.aura-pd-main-image img {
    position: relative;
    z-index: 2;
   width:100%;
    height:100%;
    object-fit: contain;
    transition: opacity .35s ease, transform .45s ease, filter .45s ease;
}

.aura-pd-main-image img.aura-img-changing {
    opacity: 0;
    transform: scale(.96) translateY(10px);
    filter: blur(8px);
}
.aura-pd-main-image {
    overflow: hidden;
}

#auraProductMainImg {
    transition: transform .6s ease, opacity .35s ease, filter .35s ease;
}

#auraProductMainImg.aura-zoomed {
    transform: scale(2);
    cursor: zoom-out;
}

#auraProductMainImg.aura-img-changing {
    opacity: 0;
    transform: scale(.96);
    filter: blur(6px);
}
.aura-pd-expand {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 4;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(230,225,215,.35);
    background: rgba(0,0,0,.35);
    color: #eee8dd;
    cursor: pointer;
}

.aura-pd-nav {
    position: absolute;
    left: 28px;
    bottom: 26px;
    z-index: 5;
    display: flex;
    gap: 12px;
}

.aura-pd-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(230,225,215,.28);
    background: rgba(0,0,0,.55);
    color: #eee8dd;
    cursor: pointer;
    transition: .3s ease;
}

.aura-pd-nav button:hover {
    background: #d8d1c6;
    color: #111;
}

.aura-pd-info {
    padding: 34px 10px 28px;
}

.aura-pd-category {
    display: inline-block;
    padding: 7px 13px;
    border-radius: 7px;
    border: 1px solid rgba(216, 209, 198, .35);
    color: #d8d1c6;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.aura-pd-info h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 5vw, 70px);
    line-height: .92;
    font-weight: 500;
    margin: 0 0 18px;
    color: #f4efe8;
}

.aura-pd-info h1::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #cfc7ba;
    margin-top: 18px;
}

.aura-pd-short {
    max-width: 620px;
    color: #d1cbc2;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 26px;
}

.aura-pd-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 26px;
    margin-bottom: 30px;
}

.aura-pd-spec {
    display: grid;
    grid-template-columns: 24px 110px 1fr;
    gap: 10px;
    align-items: center;
    color: #ddd8cf;
}

.aura-pd-spec i {
    color: #c8bfb2;
    font-size: 17px;
}

.aura-pd-spec strong {
    color: #fff;
    font-size: 14px;
}

.aura-pd-spec span {
    color: #d1cbc2;
    font-size: 14px;
}

.aura-pd-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.aura-pd-btn {
    height: 58px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .6px;
    transition: .35s ease;
}

.aura-pd-btn-primary {
    background: linear-gradient(135deg, #eee7dc, #aaa199);
    color: #111;
}

.aura-pd-btn-outline,
.aura-pd-btn-wide {
    border: 1px solid rgba(230,225,215,.35);
    color: #eee7dc;
    background: rgba(255,255,255,.02);
}

.aura-pd-btn-wide {
    grid-column: span 2;
}

.aura-pd-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(0,0,0,.35);
}

.aura-pd-btn-primary:hover {
    background: linear-gradient(135deg, #f7f2e9, #c7beb3);
}

@media (max-width: 991px) {
    .aura-pd-wrap {
        grid-template-columns: 1fr;
    }

    .aura-pd-gallery {
        min-height: 500px;
    }
}

@media (max-width: 575px) {
    .aura-dynamic-product-detail {
        padding: 20px 0;
    }

    .aura-pd-wrap {
        width: 92%;
        gap: 24px;
    }

    .aura-pd-gallery {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .aura-pd-thumbs {
        order: 2;
        flex-direction: row;
        overflow-x: auto;
    }

    .aura-pd-thumb {
        min-width: 68px;
        height: 76px;
    }

    .aura-pd-thumb.active,
    .aura-pd-thumb:hover {
        transform: translateY(-3px);
    }

    .aura-pd-count {
        display: none;
    }

    .aura-pd-main-image {
        height: 390px;
    }

    .aura-pd-info {
        padding: 0;
    }

    .aura-pd-info h1 {
        font-size: 44px;
    }

    .aura-pd-spec-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .aura-pd-spec {
        grid-template-columns: 24px 105px 1fr;
    }

    .aura-pd-buttons {
        grid-template-columns: 1fr;
    }

    .aura-pd-btn-wide {
        grid-column: span 1;
    }
}
/*====================================
AURA PREMIUM FEATURES
=====================================*/

.aura-features-premium{
    background:#0b0b0b;
    padding:25px 0;
    position:relative;
    overflow:hidden;
}

.aura-features-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
}


.aura-feature-box{
    background:linear-gradient(
        180deg,
        #121212,
        #090909
    );

    border:1px solid rgba(255,255,255,.06);
    border-radius:12px;

    text-align:center;
    padding:30px 18px;
    position:relative;

    opacity:0;
    transform:translateY(80px);

    animation:auraFeatureReveal .8s ease forwards;
    transition:.45s;
}

.aura-feature-box:last-child{
    border-right:1px solid rgba(255,255,255,.06);
}

/* Animation Delay */

.aura-feature-box:nth-child(1){
    animation-delay:.1s;
}

.aura-feature-box:nth-child(2){
    animation-delay:.25s;
}

.aura-feature-box:nth-child(3){
    animation-delay:.4s;
}

.aura-feature-box:nth-child(4){
    animation-delay:.55s;
}

.aura-feature-box:nth-child(5){
    animation-delay:.7s;
}

.aura-feature-box:nth-child(6){
    animation-delay:.85s;
}

@keyframes auraFeatureReveal{

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* Hover */
.aura-feature-box:hover{
    transform:translateY(-6px) !important;

    border-color:#d4af37;

    background:linear-gradient(
        180deg,
        #171717,
        #101010
    );
}

.aura-feature-box::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:#d4af37;

    transform:scaleX(0);
    transform-origin:left;
    transition:.45s;
}

.aura-feature-box:hover::before{
    transform:scaleX(1);
}

.aura-feature-icon{
    font-size:28px;
    color:#d4af37;
    margin-bottom:18px;
    transition:.4s;
}

.aura-feature-box:hover .aura-feature-icon{
    transform:scale(1.15) rotate(5deg);
}

.aura-feature-box h4{
    font-size:13px;
    font-weight:600;
    color:#fff;
    letter-spacing:1px;
    margin-bottom:12px;
}

.aura-feature-box p{
    font-size:13px;
    line-height:1.7;
    color:#c7c7c7;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

    .aura-features-container{
        grid-template-columns:repeat(3,1fr);
    }

    .aura-feature-box:nth-child(3){
        border-right:none;
    }

}

/* Mobile */

/* MOBILE */
@media (max-width:767px){

    .aura-features-premium{
        padding:15px;
    }

    .aura-features-container{
        grid-template-columns:1fr;
        gap:12px;
    }

    .aura-feature-box{

        display:flex;
        align-items:center;

        text-align:left;

        gap:18px;

        padding:18px;

        min-height:auto;

        transform:none !important;
    }

    .aura-feature-icon{

        width:50px;
        height:50px;

        display:flex;
        align-items:center;
        justify-content:center;

        font-size:22px;

        margin:0;

        border-radius:50%;

        background:rgba(212,175,55,.08);

        flex-shrink:0;
    }

    .aura-feature-content{
        flex:1;
    }

    .aura-feature-content h4{

        font-size:13px;

        margin:0 0 6px;

        letter-spacing:.5px;
    }

    .aura-feature-content p{

        font-size:12px;

        line-height:1.6;

        margin:0;
    }

}
.aura-product-info-section {
    background: #0d0f0f;
    padding: 18px 0 34px;
    font-family: 'Inter', sans-serif;
    color: #f2eee8;
}

.aura-product-info-wrap {
    width: min(1320px, 94%);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.aura-product-left {
    display: grid;
    gap: 18px;
}

.aura-info-card,
.aura-application-card,
.aura-spec-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(220, 214, 204, .13);
    background:
        radial-gradient(circle at 85% 35%, rgba(188, 179, 165, .12), transparent 34%),
        linear-gradient(135deg, #141616, #222323 58%, #161818);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04),
                0 18px 45px rgba(0,0,0,.28);
    transition: .45s ease;
}

.aura-info-card{
    position:relative;
    overflow:hidden;

    min-height:270px;

    border-radius:14px;
    border:1px solid rgba(255,255,255,.08);

    background:
    linear-gradient(
    to right,
    rgba(16,17,18,.96) 0%,
    rgba(16,17,18,.88) 45%,
    rgba(16,17,18,.45) 70%,
    rgba(16,17,18,.10) 100%
    ),

    url('../images/products/decor-vase.png');

    background-size:cover;
    background-position:right center;
    background-repeat:no-repeat;

    box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 20px 45px rgba(0,0,0,.28);

    transition:.45s ease;
}
.aura-info-card::after{
    content:"";
    position:absolute;

    width:280px;
    height:280px;

    right:-40px;
    bottom:-60px;

    background:
    radial-gradient(
    circle,
    rgba(168,122,74,.12) 0%,
    rgba(168,122,74,.05) 40%,
    transparent 75%
    );

    filter:blur(40px);
}
.aura-info-card:hover{
    transform:translateY(-5px);

    border-color:
    rgba(194,167,124,.25);

    box-shadow:
    0 20px 50px rgba(0,0,0,.35);
}
.aura-info-content{
    position:relative;
    z-index:3;

    max-width:62%;

    padding:30px;
}
.aura-info-content h3{
    color:#f4efe8;
    font-size:22px;
    text-transform:uppercase;
    margin-bottom:28px;
    position:relative;
}


.aura-info-card h3,
.aura-application-card h3,
.aura-spec-card h3 {
    margin-bottom:28px;
    position:relative;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    color: #f3eee7;
    position: relative;
}

.aura-info-card h3::after,
.aura-application-card h3::after,
.aura-spec-card h3::after {
   content:"";
    position:absolute;
    left:0;
    bottom:-12px;

    width:42px;
    height:2px;

    background:#c5a57b;
}

.aura-info-content p {
  color:#d8d2c8;
    font-size:15px;
    line-height:1.9;
    margin-bottom:18px;
}
.aura-info-decor{
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;

    padding-right:10px;
    position:relative;
    z-index:2;
}


.aura-info-decor img {
    width:180px;
    max-width:100%;
    display:block;
    opacity: .88;
    transform: translateY(6px);
    transition: .45s ease;
}

.aura-application-card {
    padding: 26px 28px 20px;
}

.aura-application-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.aura-app-item {
    min-height: 86px;
    display: grid;
    place-items: center;
    text-align: center;
    border-right: 1px solid rgba(220, 214, 204, .14);
    transition: .35s ease;
}

.aura-app-item:last-child {
    border-right: 0;
}

.aura-app-item i {
    font-size: 31px;
    color: #b9aa96;
    margin-bottom: 10px;
    transition: .35s ease;
}

.aura-app-item span {
    font-size: 13px;
    text-transform: uppercase;
    color: #ddd8d0;
    font-weight: 600;
}

.aura-spec-card {
    padding: 30px 34px;
}

.aura-spec-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid rgba(220, 214, 204, .12);
}

.aura-spec-table td {
    padding: 11px 18px;
    font-size: 15px;
    color: #ded9d1;
    border-right: 1px solid rgba(220, 214, 204, .13);
    transition: .3s ease;
}

.aura-spec-table td:first-child {
    width: 38%;
    font-weight: 700;
    color: #f4efe8;
}

.aura-spec-table tr:nth-child(odd) {
    background: rgba(255,255,255,.055);
}

.aura-spec-table tr:nth-child(even) {
    background: rgba(255,255,255,.025);
}

.aura-info-card:hover,
.aura-application-card:hover,
.aura-spec-card:hover {
    transform: translateY(-6px);
    border-color: rgba(185, 170, 150, .45);
    box-shadow: 0 22px 60px rgba(0,0,0,.38);
}

.aura-info-card:hover .aura-info-decor img {
    transform: translateY(0) scale(1.04);
}

.aura-app-item:hover i {
    color: #e1d8ca;
    transform: translateY(-5px);
}

.aura-spec-table tr:hover td {
    background: rgba(185, 170, 150, .12);
    color: #fff;
}

/* load from down animation */
.aura-load-up {
    opacity: 0;
    transform: translateY(42px);
    animation: auraLoadUp .8s ease forwards;
}

.aura-load-up:nth-child(1) {
    animation-delay: .12s;
}

.aura-load-up:nth-child(2) {
    animation-delay: .24s;
}

.aura-spec-card.aura-load-up {
    animation-delay: .36s;
}

@keyframes auraLoadUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .aura-product-info-wrap {
        grid-template-columns: 1fr;
    }

    .aura-info-card {
        grid-template-columns: 1fr 190px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .aura-product-info-section {
        padding: 12px 0 26px;
    }

    .aura-product-info-wrap {
        width: 92%;
        gap: 16px;
    }

    .aura-info-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .aura-info-content,
    .aura-spec-card,
    .aura-application-card {
        padding: 24px 20px;
    }

    .aura-info-decor {
        display: none;
    }

    .aura-info-card h3,
    .aura-application-card h3,
    .aura-spec-card h3 {
        font-size: 19px;
    }

    .aura-application-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .aura-app-item {
        border: 1px solid rgba(220, 214, 204, .12);
        border-radius: 10px;
        min-height: 92px;
    }

    .aura-app-item:last-child {
        grid-column: span 2;
    }

    .aura-spec-table,
    .aura-spec-table tbody,
    .aura-spec-table tr,
    .aura-spec-table td {
        display: block;
        width: 100%;
    }

    .aura-spec-table tr {
        margin-bottom: 10px;
        border: 1px solid rgba(220, 214, 204, .12);
        border-radius: 8px;
        overflow: hidden;
    }

    .aura-spec-table td {
        border-right: 0;
        padding: 10px 14px;
    }

    .aura-spec-table td:first-child {
        width: 100%;
        background: rgba(255,255,255,.06);
        color: #f6f1ea;
    }
}

@media (max-width: 768px){

    .aura-info-card{

        min-height:320px;

        background:
        linear-gradient(
            to top,
            rgba(18,18,18,.96) 0%,
            rgba(18,18,18,.85) 45%,
            rgba(18,18,18,.55) 100%
        ),
        url('../images/products/decor-mobile.png');

        background-repeat:no-repeat;
        background-position:center bottom;
        background-size:170px auto;
    }

    .aura-info-content{
        max-width:100%;
        padding:24px 20px 150px;
    }

}

/*gallery*/

.aura-gallery-showcase{
    padding:20px 0;
       background: #0d0f0f;
}

.aura-gallery-heading{
    margin-bottom:15px;
}

.aura-gallery-heading h3{
    font-size:28px;
    color:#f3efe8;
    text-transform:uppercase;
    position:relative;
    padding-left:10px;
}

.aura-gallery-heading h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:100px;
    height:2px;
    background:#b89562;
}

.auraGallerySlider{
    position:relative;
    overflow:hidden;
}

.aura-gallery-card{
    height:260px;
    border-radius:12px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    background:#111;
}

.aura-gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .8s ease;
}

.aura-gallery-card:hover img{
    transform:scale(1.12);
}

.aura-gallery-prev,
.aura-gallery-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:20;
    cursor:pointer;

    background:rgba(0,0,0,.65);
    border:1px solid rgba(255,255,255,.15);

    color:#fff;
    transition:.3s;
}

.aura-gallery-prev:hover,
.aura-gallery-next:hover{
    background:#b89562;
}

.aura-gallery-prev{
    left:10px;
}

.aura-gallery-next{
    right:10px;
}

.auraGallerySlider .swiper-pagination{
    margin-top:15px;
    position:relative;
}

.auraGallerySlider .swiper-pagination-bullet{
    background:#fff;
    opacity:.4;
}

.auraGallerySlider .swiper-pagination-bullet-active{
    background:#b89562;
    opacity:1;
}
@media(max-width:991px){

    .aura-gallery-card{
        height:220px;
    }

}

@media(max-width:767px){

    .aura-gallery-card{
        height:190px;
    }

    .aura-gallery-prev,
    .aura-gallery-next{
        width:36px;
        height:36px;
    }

}

/* related products css*/

.aura-related-products{
    padding:30px 0;
    background:#050505;
    overflow:hidden;
}

.aura-related-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}

.aura-related-head h3{
    color:#fff;
    font-size:24px;
    font-weight:600;
    text-transform:uppercase;
    position:relative;
    padding-right:70px;
    margin:0;
}

.aura-related-head h3::after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    width:55px;
    height:2px;
    background:#b79b72;
    transform:translateY(-50%);
}

.aura-related-nav{
    display:flex;
    gap:10px;
}
.aura-related-slider-wrap{
    position:relative;
}
.aura-related-prev,
.aura-related-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:50;

    width:50px;
    height:50px;

    border-radius:50%;
    background:#080808;
    border:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;
    color:#fff;

    transition:.35s ease;
}
.aura-related-prev{
    left:-25px;
}

.aura-related-next{
    right:-25px;
}

.aura-related-prev:hover,
.aura-related-next:hover{
    background:#b89562;
    border-color:#b89562;
}

.aura-related-card{
    display:block;
    text-decoration:none;
    background:
    radial-gradient(circle at top,
    rgba(255,255,255,.03),
    transparent 60%),
    #0b0b0b;

    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    overflow:hidden;
    transition:.4s;
    height:100%;
}

.aura-related-card:hover{
    transform:translateY(-8px);
    border-color:#b79b72;
    box-shadow:0 20px 40px rgba(0,0,0,.45);
}

.aura-related-image{
    height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    overflow:hidden;
}

.aura-related-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:.6s;
}

.aura-related-card:hover img{
    transform:scale(1.08);
}

.aura-related-content{
    padding:18px;
}

.aura-related-content h4{
    color:#fff;
    font-size:20px;
    margin:0 0 8px;
    line-height:1.4;
}

.aura-related-content span{
    color:#bdbdbd;
    font-size:14px;
    letter-spacing:.5px;
}
.auraGallerySlider .aura-gallery-pagination{
    margin-top:15px;
    position:relative;
    text-align:center;
}

.auraGallerySlider .aura-gallery-pagination .swiper-pagination-bullet{
    background:#fff;
    opacity:.4;
}

.auraGallerySlider .aura-gallery-pagination .swiper-pagination-bullet-active{
    background:#b89562;
    opacity:1;
}
@media(max-width:767px){

    .aura-related-prev,
    .aura-related-next{
        display:none;
    }

}

/*cta css*/

.aura-cta-section{

    position:relative;
    overflow:hidden;

    border-radius:18px;
    margin-top:30px;

    background:
    url('../images/cta/cta-room.png')
    center center / cover no-repeat;

    min-height:220px;

    border:1px solid rgba(185,149,98,.35);
}
.aura-product-cta-section,
.aura-product-details,
.aura-cta-wrapper{
    background:#000 !important;
}
.aura-cta-overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
    90deg,
    rgba(10,10,10,.88) 0%,
    rgba(10, 10, 10, 0.164) 35%,
    rgba(10, 10, 10, 0.311) 65%,
    rgba(10, 10, 10, 0.227) 100%
    );

    backdrop-filter:blur(2px);
}

.aura-cta-inner{

    position:relative;
    z-index:2;

    min-height:220px;

    display:grid;
   padding:25px 30px;
    grid-template-columns:2fr 1fr .9fr;

    align-items:center;

    
}

.aura-cta-content h2{

    color:#fff;

    font-size:54px;
    line-height:1.05;

    font-family:"Cormorant Garamond", serif;

    margin-bottom:15px;
}

.aura-cta-content h2 span{
    display:block;
}

.aura-cta-content p{

    color:#d4d4d4;
    max-width:420px;

    line-height:1.8;
}

.aura-cta-action{
    text-align:center;
}

.aura-cta-btn{

    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:16px 38px;

    background:#e4ddd3;

    color:#111;
    text-decoration:none;

    border-radius:10px;

    font-weight:600;

    transition:.4s;
}

.aura-cta-btn:hover{

    transform:translateY(-4px);

    background:#ffffff;
}

.aura-cta-features{

    border-left:1px solid rgba(255,255,255,.12);

    padding-left:35px;
}

.aura-cta-feature{

    display:flex;
    align-items:center;

    gap:12px;

    margin-bottom:15px;
}

.aura-cta-feature:last-child{
    margin-bottom:0;
}

.aura-cta-feature i{
    color:#c5a57b;
}

.aura-cta-feature span{
    color:#f1f1f1;
}

/* Bottom CTA */

.aura-cta-bottom{

    display:grid;
    grid-template-columns:1fr 1fr 1fr;

    gap:12px;

    margin-top:12px;
}

.aura-cta-box{

    min-height:82px;

    border-radius:12px;

    background:
    linear-gradient(
    90deg,
    #111 0%,
    #1c1c1c 100%
    );

    border:1px solid rgba(255,255,255,.08);

    display:flex;
    align-items:center;

    gap:15px;

    padding:0 24px;

    text-decoration:none;

    transition:.4s;
}

.aura-cta-box:hover{

    border-color:#c5a57b;

    transform:translateY(-4px);
}

.aura-cta-box i{

    font-size:24px;
    color:#d7d7d7;
}

.aura-cta-box h4{

    color:#fff;
    margin:0;
}

.aura-cta-box p{

    color:#aaa;
    margin:4px 0 0;
    font-size:13px;
}

.aura-cta-box-primary{

    background:#e4ddd3;
}

.aura-cta-box-primary h4,
.aura-cta-box-primary i{

    color:#111;
}

@media(max-width:991px){

    .aura-cta-inner{

        grid-template-columns:1fr;
        gap:25px;

        text-align:center;
    }

    .aura-cta-features{

        border-left:none;
        padding-left:0;
    }

    .aura-cta-feature{
        justify-content:center;
    }
}

@media(max-width:767px){

    .aura-cta-content h2{
        font-size:40px;
    }

    .aura-cta-bottom{
        grid-template-columns:1fr;
    }

    .aura-cta-section{
        min-height:auto;
    }
}
.aura-cta-wrapper{
    background:#000;
    padding:40px 0;
    position:relative;
}

.aura-cta-wrapper::before{
    content:"";
    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at center,
        rgba(197,165,123,.06),
        transparent 60%
    );

    pointer-events:none;
}

.aura-cta-wrapper .container{
     width:98%;
    max-width:1600px;
    position:relative;
    z-index:2;
}
@media (max-width: 767px){

    .aura-cta-action{
        width:100%;
        text-align:center;
    }

    .aura-cta-btn{

        width:100%;
        max-width:320px;

        justify-content:center;

        padding:14px 20px;

        font-size:15px;

        border-radius:10px;

        margin:0 auto;
    }

    .aura-cta-btn i{
        font-size:14px;
    }

}
@media (max-width: 480px){

    .aura-cta-btn{
        max-width:100%;
        font-size:14px;
    }

}