.elementor-7821 .elementor-element.elementor-element-76dda25{--display:flex;--min-height:500px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.4;}.elementor-7821 .elementor-element.elementor-element-76dda25:not(.elementor-motion-effects-element-type-background), .elementor-7821 .elementor-element.elementor-element-76dda25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://aveliastyle.shop/wp-content/uploads/2026/07/beautiful-young-woman-with-elegant-jewelry-against-defocused-lights-closeup_495423-54010.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-7821 .elementor-element.elementor-element-76dda25::before, .elementor-7821 .elementor-element.elementor-element-76dda25 > .elementor-background-video-container::before, .elementor-7821 .elementor-element.elementor-element-76dda25 > .e-con-inner > .elementor-background-video-container::before, .elementor-7821 .elementor-element.elementor-element-76dda25 > .elementor-background-slideshow::before, .elementor-7821 .elementor-element.elementor-element-76dda25 > .e-con-inner > .elementor-background-slideshow::before, .elementor-7821 .elementor-element.elementor-element-76dda25 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-7821 .elementor-element.elementor-element-6de3bbc{text-align:center;}.elementor-7821 .elementor-element.elementor-element-6de3bbc .elementor-heading-title{color:#FFFFFF;}.elementor-7821 .elementor-element.elementor-element-0179d36{color:#FFFFFF;}.elementor-7821 .elementor-element.elementor-element-78bc25f{--display:flex;}@media(min-width:1025px){.elementor-7821 .elementor-element.elementor-element-76dda25:not(.elementor-motion-effects-element-type-background), .elementor-7821 .elementor-element.elementor-element-76dda25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-acb1bca *//* ===================================
   AVELIA STYLE - PRIVACY POLICY
   PART 3
=================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f8f8f8;
    color:#222;
    line-height:1.8;
}

img{
    max-width:100%;
}

a{
    text-decoration:none;
}

.container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

/* ===========================
      HERO SECTION
=========================== */

.hero{

    position:relative;

    height:420px;

    background:url("images/privacy-banner.jpg") center center/cover no-repeat;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.55);

}

.hero-content{

    position:relative;

    z-index:2;

    text-align:center;

    color:#fff;

}

.hero-content h1{

    font-size:58px;

    font-weight:700;

    margin-bottom:15px;

}

.hero-content p{

    font-size:18px;

    color:#ddd;

}

.hero-content span{

    margin:0 10px;

}

/* =======================
      MAIN SECTION
======================= */

.policy-section{

    padding:80px 0;

}

.policy-section .container{

    display:flex;

    gap:40px;

    align-items:flex-start;

}

/* =========================
        SIDEBAR
========================= */

.sidebar{

    width:320px;

    background:#fff;

    border-radius:15px;

    padding:30px;

    position:sticky;

    top:30px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.sidebar h3{

    font-size:25px;

    margin-bottom:25px;

}

.sidebar ul{

    list-style:none;

}

.sidebar ul li{

    margin-bottom:15px;

}

.sidebar ul li a{

    display:block;

    padding:14px 18px;

    color:#333;

    border-radius:10px;

    transition:.3s;

    font-weight:500;

}

.sidebar ul li a:hover{

    background:#111;

    color:#fff;

    padding-left:28px;

}

.sidebar ul li a.active{

    background:#111;

    color:#fff;

}

/* ======================
      HELP BOX
====================== */

.help-box{

    margin-top:40px;

    background:#111;

    color:#fff;

    border-radius:15px;

    padding:30px;

    text-align:center;

}

.help-box h4{

    font-size:26px;

    margin-bottom:15px;

}

.help-box p{

    margin-bottom:20px;

    color:#ddd;

}

.help-box a{

    display:inline-block;

    background:#fff;

    color:#111;

    padding:13px 30px;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

}

.help-box a:hover{

    background:#c89b3c;

    color:#fff;

}

/* ==========================
       CONTENT
========================== */

.content{

    flex:1;

    background:#fff;

    border-radius:20px;

    padding:50px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.content section{

    margin-bottom:60px;

}

.content h2{

    font-size:34px;

    margin-bottom:18px;

    color:#111;

}

.content p{

    color:#555;

    font-size:17px;

}

.content ul{

    margin-top:20px;

    padding-left:22px;

}

.content ul li{

    margin-bottom:12px;

    color:#444;

}
/*====================================
      CONTACT CARDS
====================================*/

.contact-card{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:40px;
}

.card{
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    transition:.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.card i{
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:50%;
    background:#111;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.card h4{
    font-size:22px;
    margin-bottom:10px;
    color:#111;
}

.card p{
    color:#666;
    font-size:15px;
}

.card a{
    display:inline-block;
    margin-top:15px;
    background:#25D366;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    transition:.3s;
    font-weight:600;
}

.card a:hover{
    background:#128C7E;
}


/*====================================
      BACK TO TOP BUTTON
====================================*/

.top-btn{

    position:fixed;

    right:30px;

    bottom:30px;

    width:55px;

    height:55px;

    border-radius:50%;

    background:#111;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    transition:.3s;

    box-shadow:0 15px 35px rgba(0,0,0,.25);

}

.top-btn:hover{

    background:#c89b3c;

    transform:translateY(-5px);

}


/*====================================
      SCROLLBAR
====================================*/

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-thumb{
    background:#111;
    border-radius:50px;
}

::-webkit-scrollbar-track{
    background:#eee;
}


/*====================================
      SELECTION
====================================*/

::selection{
    background:#111;
    color:#fff;
}


/*====================================
      RESPONSIVE
====================================*/

@media(max-width:1200px){

.sidebar{
    width:280px;
}

.hero h1{
    font-size:48px;
}

}



@media(max-width:992px){

.policy-section .container{

    flex-direction:column;

}

.sidebar{

    width:100%;

    position:relative;

    top:0;

}

.content{

    width:100%;

}

.contact-card{

    grid-template-columns:repeat(2,1fr);

}

.hero{

    height:350px;

}

.hero-content h1{

    font-size:42px;

}

}



@media(max-width:768px){

.hero{

    height:300px;

}

.hero-content h1{

    font-size:34px;

}

.hero-content p{

    font-size:16px;

}

.content{

    padding:35px;

}

.content h2{

    font-size:28px;

}

.sidebar{

    padding:25px;

}

.contact-card{

    grid-template-columns:1fr;

}

.card{

    padding:30px;

}

.top-btn{

    width:48px;

    height:48px;

    right:20px;

    bottom:20px;

}

}



@media(max-width:576px){

.container{

    width:94%;

}

.hero{

    height:250px;

}

.hero-content h1{

    font-size:28px;

}

.hero-content p{

    font-size:14px;

}

.content{

    padding:25px;

}

.sidebar h3{

    font-size:22px;

}

.help-box{

    padding:25px;

}

.help-box h4{

    font-size:22px;

}

.content h2{

    font-size:24px;

}

.content p{

    font-size:15px;

}

.card{

    padding:25px 20px;

}

}/* End custom CSS */