:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9714ccc *//*=================================================
  SERVICES HERO
=================================================*/

.services-hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

    text-align:center;

    padding:160px 20px 120px;

    background:
    linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.82)),
    url("images/services-hero.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    color:#fff;

}

.services-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(212,175,55,.08),
    transparent 35%),

    radial-gradient(circle at bottom left,
    rgba(255,255,255,.03),
    transparent 40%);

}

.services-content{

    position:relative;

    z-index:2;

    max-width:1100px;

    margin:auto;

}

/*=================================================
  LABEL
=================================================*/

.services-hero .section-label{

    display:inline-block;

    margin-bottom:22px;

    color:#d4af37;

    text-transform:uppercase;

    letter-spacing:5px;

    font-size:.85rem;

    font-weight:600;

}

.services-hero .section-label::before{

    content:"";

    display:block;

    width:80px;

    height:2px;

    background:#d4af37;

    margin:0 auto 20px;

}

/*=================================================
  TITLE
=================================================*/

.services-title{

    font-family:"Playfair Display",serif;

    font-size:5rem;

    line-height:1.05;

    color:#fff;

    margin-bottom:35px;

}

.services-description{

    max-width:850px;

    margin:0 auto 25px;

    font-size:1.15rem;

    line-height:1.9;

    color:rgba(255,255,255,.82);

}

.services-description strong{

    color:#fff;

    font-weight:600;

}

/*=================================================
  BUTTONS
=================================================*/

.services-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin:60px 0;

}

.services-buttons .btn{

    padding:18px 38px;

    border-radius:999px;

    text-decoration:none;

    transition:.35s ease;

    font-weight:600;

}

.services-buttons .btn-primary{

    background:#fff;

    color:#111;

}

.services-buttons .btn-primary:hover{

    background:#d4af37;

    color:#111;

    transform:translateY(-4px);

}

.services-buttons .btn-outline{

    border:1px solid rgba(255,255,255,.4);

    color:#fff;

    background:transparent;

}

.services-buttons .btn-outline:hover{

    background:#fff;

    color:#111;

}

/*=================================================
  TRUST BAR
=================================================*/

.services-highlights{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:25px;

    margin-top:80px;

}

.highlight{

    background:rgba(255,255,255,.06);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    padding:30px 20px;

    transition:.35s;

}

.highlight:hover{

    transform:translateY(-8px);

    border-color:#d4af37;

    background:rgba(255,255,255,.1);

}

.highlight img{

    width:60px;

    height:60px;

    object-fit:contain;

    margin-bottom:18px;

}

.highlight i{

    font-size:3rem;

    color:#d4af37;

    margin-bottom:18px;

}

.highlight span{

    display:block;

    font-size:1rem;

    font-weight:500;

    color:#fff;

}

/*=================================================
  TABLET
=================================================*/

@media(max-width:1024px){

.services-hero{

padding:140px 30px 100px;

}

.services-title{

font-size:3.8rem;

}

.services-description{

font-size:1.05rem;

}

.services-highlights{

grid-template-columns:repeat(2,1fr);

gap:20px;

}

}

/*=================================================
  MOBILE
=================================================*/

@media(max-width:768px){

.services-hero{

min-height:auto;

padding:120px 20px 80px;

}

.services-title{

font-size:2.6rem;

}

.services-description{

font-size:1rem;

line-height:1.8;

}

.services-buttons{

flex-direction:column;

align-items:center;

margin:45px 0;

}

.services-buttons .btn{

width:100%;

max-width:320px;

text-align:center;

}

.services-highlights{

grid-template-columns:1fr;

gap:18px;

margin-top:50px;

}

.highlight{

padding:28px 20px;

}

.highlight img{

width:55px;

height:55px;

}

.highlight i{

font-size:2.5rem;

}

}

/*=================================================
  SMALL MOBILE
=================================================*/

@media(max-width:480px){

.services-hero{

padding:100px 16px 70px;

}

.services-title{

font-size:2.15rem;

}

.services-description{

font-size:.95rem;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6dc7eb8 *//*=================================================
  SERVICES SECTION
=================================================*/

.services-section{

    padding:140px 20px;

    background:#fcfaf7;

}

.services-section .container{

    max-width:1400px;

    margin:0 auto;

}

/*=================================================
  SECTION HEADER
=================================================*/

.services-section .section-header{

    max-width:850px;

    margin:0 auto 100px;

    text-align:center;

}

.services-section .section-label{

    display:inline-block;

    margin-bottom:18px;

    color:#d4af37;

    letter-spacing:4px;

    text-transform:uppercase;

    font-size:.85rem;

    font-weight:600;

}

.services-section .section-title{

    font-family:"Playfair Display",serif;

    font-size:4rem;

    line-height:1.1;

    color:#111;

    margin-bottom:25px;

}

.services-section .section-description{

    font-size:1.1rem;

    line-height:1.9;

    color:#666;

}

/*=================================================
  SERVICE CARD
=================================================*/

.service-card{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

    margin-bottom:120px;

}

.service-card:last-child{

    margin-bottom:0;

}

.service-card.reverse .service-image{

    order:2;

}

.service-card.reverse .service-content{

    order:1;

}

/*=================================================
  IMAGE
=================================================*/

.service-image{

    overflow:hidden;

    border-radius:32px;

    box-shadow:0 35px 80px rgba(0,0,0,.12);

}

.service-image img{

    width:100%;

    display:block;

    transition:.5s ease;

}

.service-card:hover .service-image img{

    transform:scale(1.06);

}

/*=================================================
  CONTENT
=================================================*/

.service-type{

    display:inline-block;

    margin-bottom:18px;

    padding:8px 18px;

    background:#d4af37;

    color:#111;

    border-radius:999px;

    font-size:.75rem;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.service-content h3{

    font-family:"Playfair Display",serif;

    font-size:3rem;

    color:#111;

    margin-bottom:25px;

}

.service-content p{

    color:#666;

    line-height:1.9;

    font-size:1.05rem;

    margin-bottom:22px;

}

/*=================================================
  FEATURES
=================================================*/

.service-content ul{

    list-style:none;

    padding:0;

    margin:35px 0;

}

.service-content li{

    margin-bottom:14px;

    color:#444;

    font-size:1rem;

}

/*=================================================
  BUTTON
=================================================*/

.service-button{

    display:inline-block;

    padding:16px 34px;

    background:#111;

    color:#fff;

    text-decoration:none;

    border-radius:999px;

    font-weight:600;

    transition:.35s ease;

}

.service-button:hover{

    background:#d4af37;

    color:#111;

    transform:translateY(-3px);

}

/*=================================================
  TABLET
=================================================*/

@media(max-width:1024px){

.services-section{

padding:100px 30px;

}

.services-section .section-title{

font-size:3rem;

}

.service-card{

grid-template-columns:1fr;

gap:45px;

margin-bottom:90px;

}

.service-card.reverse .service-image,

.service-card.reverse .service-content{

order:unset;

}

.service-content{

text-align:center;

}

.service-content ul{

display:inline-block;

text-align:left;

}

.service-content h3{

font-size:2.5rem;

}

}

/*=================================================
  MOBILE
=================================================*/

@media(max-width:768px){

.services-section{

padding:80px 20px;

}

.services-section .section-header{

margin-bottom:70px;

}

.services-section .section-title{

font-size:2.4rem;

}

.services-section .section-description{

font-size:1rem;

}

.service-card{

gap:30px;

margin-bottom:70px;

}

.service-image{

border-radius:22px;

}

.service-content h3{

font-size:2rem;

}

.service-content p{

font-size:1rem;

}

.service-button{

display:block;

width:100%;

max-width:260px;

text-align:center;

margin:30px auto 0;

}

}

/*=================================================
  SMALL PHONES
=================================================*/

@media(max-width:480px){

.services-section{

padding:70px 16px;

}

.services-section .section-title{

font-size:2rem;

}

.service-content h3{

font-size:1.8rem;

}

.service-content p{

font-size:.95rem;

}

.service-type{

font-size:.7rem;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9636613 *//*=================================================
  WHY LASH NOVA
=================================================*/

.why-lashnova{

    background:#111111;

    padding:140px 20px;

    overflow:hidden;

    color:#ffffff;

}

.why-lashnova .container{

    max-width:1500px;

    margin:0 auto;

}

/*=================================================
  HEADER
=================================================*/

.why-lashnova .section-header{

    max-width:850px;

    margin:0 auto 100px;

    text-align:center;

}

.why-lashnova .section-label{

    display:inline-block;

    margin-bottom:18px;

    color:#d4af37;

    letter-spacing:4px;

    text-transform:uppercase;

    font-size:.85rem;

    font-weight:600;

}

.why-lashnova .section-title{

    font-family:"Playfair Display",serif;

    font-size:4rem;

    line-height:1.1;

    color:#ffffff;

    margin-bottom:25px;

}

.why-lashnova .section-description{

    max-width:800px;

    margin:auto;

    color:rgba(255,255,255,.78);

    line-height:1.9;

    font-size:1.1rem;

}

/*=================================================
  LAYOUT
=================================================*/

.luxury-layout{

    display:grid;

    grid-template-columns:320px 1fr 320px;

    gap:50px;

    align-items:center;

    margin-bottom:120px;

}

/*=================================================
  SIDE COLUMNS
=================================================*/

.luxury-column{

    display:flex;

    flex-direction:column;

    gap:35px;

}

/*=================================================
  LUXURY CARDS
=================================================*/

.luxury-card{

    background:#1b1b1b;

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    padding:35px;

    text-align:center;

    transition:.35s ease;

    box-shadow:0 25px 60px rgba(0,0,0,.45);

}

.luxury-card:hover{

    transform:translateY(-8px);

    border-color:#d4af37;

    box-shadow:0 35px 90px rgba(0,0,0,.6);

}

.luxury-card img{

    width:70px;

    height:70px;

    object-fit:contain;

    margin-bottom:22px;

    transition:.35s;

}

.luxury-card:hover img{

    transform:scale(1.08);

}

.luxury-card h3{

    font-family:"Playfair Display",serif;

    font-size:1.7rem;

    color:#ffffff;

    margin-bottom:15px;

}

.luxury-card p{

    color:rgba(255,255,255,.75);

    line-height:1.8;

    font-size:.98rem;

}

/*=================================================
  COLLAGE
=================================================*/

.luxury-collage{

    display:flex;

    flex-direction:column;

    gap:22px;

}

.collage-image{

    overflow:hidden;

    border-radius:30px;

    background:#000;

    box-shadow:0 35px 80px rgba(0,0,0,.55);

}

.collage-image img,

.video-collage video{

    width:100%;

    display:block;

    object-fit:cover;

    transition:.45s ease;

}

.large img,

.video-collage video{

    aspect-ratio:4/5;

}

.collage-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:22px;

}

.collage-row img{

    aspect-ratio:1/1;

}

.collage-image:hover img,

.collage-image:hover video{

    transform:scale(1.05);

}

/*=================================================
  SEO CONTENT
=================================================*/

.why-content{

    max-width:950px;

    margin:0 auto;

    text-align:center;

}

.why-content h3{

    font-family:"Playfair Display",serif;

    font-size:3rem;

    color:#ffffff;

    margin-bottom:30px;

}

.why-content h3::after{

    content:"";

    display:block;

    width:90px;

    height:3px;

    background:#d4af37;

    margin:25px auto 0;

}

.why-content p{

    color:rgba(255,255,255,.78);

    line-height:2;

    font-size:1.05rem;

    margin-bottom:25px;

}

.why-content .guide-button{

    margin-top:20px;

}

/*=================================================
  TABLET
=================================================*/

@media(max-width:1024px){

.why-lashnova{

padding:100px 30px;

}

.why-lashnova .section-title{

font-size:3rem;

}

.luxury-layout{

grid-template-columns:1fr;

gap:50px;

}

.luxury-column{

display:grid;

grid-template-columns:1fr 1fr;

gap:25px;

}

.luxury-collage{

max-width:700px;

margin:auto;

order:-1;

}

.why-content h3{

font-size:2.5rem;

}

}

/*=================================================
  MOBILE
=================================================*/

@media(max-width:768px){

.why-lashnova{

padding:80px 20px;

}

.why-lashnova .section-title{

font-size:2.4rem;

}

.why-lashnova .section-description{

font-size:1rem;

}

.luxury-column{

grid-template-columns:1fr;

}

.luxury-card{

padding:30px 25px;

}

.collage-row{

grid-template-columns:1fr;

}

.collage-row img{

aspect-ratio:4/5;

}

.why-content h3{

font-size:2rem;

}

.why-content p{

font-size:1rem;

}

}

/*=================================================
  SMALL MOBILE
=================================================*/

@media(max-width:480px){

.why-lashnova{

padding:70px 16px;

}

.why-lashnova .section-title{

font-size:2rem;

}

.luxury-card h3{

font-size:1.5rem;

}

.why-content h3{

font-size:1.8rem;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7d6b62 *//*=================================================
  LASH GUIDE
=================================================*/

.lash-guide{

    padding:140px 20px;

    background:#f8f6f1;

}

.lash-guide .container{

    max-width:1450px;

    margin:0 auto;

}

/*=================================================
  HEADER
=================================================*/

.lash-guide .section-header{

    max-width:900px;

    margin:0 auto 100px;

    text-align:center;

}

.lash-guide .section-label{

    display:inline-block;

    color:#c6a247;

    letter-spacing:4px;

    text-transform:uppercase;

    font-size:.85rem;

    font-weight:600;

    margin-bottom:20px;

}

.lash-guide .section-title{

    font-family:"Playfair Display",serif;

    font-size:4rem;

    line-height:1.1;

    color:#111;

    margin-bottom:25px;

}

.lash-guide .section-description{

    color:#666;

    font-size:1.1rem;

    line-height:1.9;

}

/*=================================================
  GUIDE CARD
=================================================*/

.guide-card{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

    margin-bottom:140px;

}

.guide-card:last-of-type{

    margin-bottom:100px;

}

.guide-card.reverse .guide-image{

    order:2;

}

.guide-card.reverse .guide-content{

    order:1;

}

/*=================================================
  IMAGE
=================================================*/

.guide-image{

    position:relative;

    overflow:hidden;

    border-radius:32px;

    box-shadow:0 35px 80px rgba(0,0,0,.12);

}

.guide-image img{

    width:100%;

    display:block;

    transition:.45s;

}

.guide-card:hover img{

    transform:scale(1.05);

}

/* Gold badge */

.guide-tag{

    position:absolute;

    top:25px;

    left:25px;

    background:#111;

    color:#fff;

    padding:10px 20px;

    border-radius:999px;

    font-size:.75rem;

    letter-spacing:2px;

    text-transform:uppercase;

}

.guide-tag.gold{

    background:#d4af37;

    color:#111;

}

/*=================================================
  CONTENT
=================================================*/

.guide-content h3{

    font-family:"Playfair Display",serif;

    font-size:3rem;

    color:#111;

    margin-bottom:25px;

}

.guide-content p{

    color:#666;

    line-height:1.9;

    font-size:1.05rem;

    margin-bottom:22px;

}

/*=================================================
  NATURAL → GLAM SCALE
=================================================*/

.glam-meter{

    margin:40px 0;

}

.glam-meter span{

    font-size:.9rem;

    color:#888;

}

.glam-meter{

    display:flex;

    align-items:center;

    gap:20px;

}

.meter{

    flex:1;

    height:8px;

    background:#ddd;

    border-radius:999px;

    overflow:hidden;

}

.meter-fill{

    height:100%;

    background:#d4af37;

}

.classic{

    width:30%;

}

.hybrid{

    width:60%;

}

.russian{

    width:90%;

}

.mega{

    width:100%;

}

/*=================================================
  INFO BOXES
=================================================*/

.guide-info{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin:40px 0;

}

.guide-info div{

    background:#fff;

    padding:24px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.guide-info strong{

    display:block;

    font-size:1.2rem;

    color:#111;

    margin-bottom:8px;

}

.guide-info small{

    color:#777;

}

/*=================================================
  BUTTON
=================================================*/

.guide-button{

    display:inline-block;

    padding:18px 36px;

    border-radius:999px;

    background:#111;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.guide-button:hover{

    background:#d4af37;

    color:#111;

    transform:translateY(-3px);

}

/*=================================================
  CONSULTATION BOX
=================================================*/

.consultation-box{

    background:#111;

    color:#fff;

    padding:90px 70px;

    border-radius:35px;

    text-align:center;

}

.consultation-box h2{

    font-family:"Playfair Display",serif;

    font-size:3rem;

    margin-bottom:25px;

}

.consultation-box p{

    max-width:850px;

    margin:0 auto 40px;

    color:rgba(255,255,255,.8);

    line-height:1.9;

}

.consultation-box .guide-button{

    background:#d4af37;

    color:#111;

}

.consultation-box .guide-button:hover{

    background:#fff;

}

/*=================================================
  TABLET
=================================================*/

@media(max-width:1024px){

.lash-guide{

padding:100px 30px;

}

.lash-guide .section-title{

font-size:3rem;

}

.guide-card{

grid-template-columns:1fr;

gap:45px;

margin-bottom:90px;

}

.guide-card.reverse .guide-image,

.guide-card.reverse .guide-content{

order:unset;

}

.guide-content{

text-align:center;

}

.guide-info{

max-width:700px;

margin:40px auto;

}

.consultation-box{

padding:70px 40px;

}

}

/*=================================================
  MOBILE
=================================================*/

@media(max-width:768px){

.lash-guide{

padding:80px 20px;

}

.lash-guide .section-title{

font-size:2.4rem;

}

.lash-guide .section-description{

font-size:1rem;

}

.guide-card{

gap:30px;

margin-bottom:70px;

}

.guide-image{

border-radius:24px;

}

.guide-content h3{

font-size:2rem;

text-align:center;

}

.guide-content p{

font-size:1rem;

text-align:center;

}

.glam-meter{

flex-direction:column;

gap:12px;

}

.meter{

width:100%;

}

.guide-info{

grid-template-columns:1fr;

gap:15px;

}

.guide-button{

display:block;

max-width:280px;

margin:30px auto 0;

text-align:center;

}

.consultation-box{

padding:50px 25px;

border-radius:25px;

}

.consultation-box h2{

font-size:2rem;

}

}

/*=================================================
  SMALL MOBILE
=================================================*/

@media(max-width:480px){

.lash-guide{

padding:70px 16px;

}

.lash-guide .section-title{

font-size:2rem;

}

.guide-content h3{

font-size:1.8rem;

}

.guide-tag{

font-size:.65rem;

padding:8px 14px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9967725 *//*=================================================
  LASH NOVA EXPERIENCE
=================================================*/

.experience-timeline{

    padding:140px 20px;

    background:#111111;

    overflow:hidden;

    color:#ffffff;

}

.experience-timeline .container{

    max-width:1400px;

    margin:0 auto;

}

/*=================================================
  HEADER
=================================================*/

.experience-timeline .section-header{

    max-width:850px;

    margin:0 auto 100px;

    text-align:center;

}

.experience-timeline .section-label{

    display:inline-block;

    margin-bottom:18px;

    color:#d4af37;

    text-transform:uppercase;

    letter-spacing:4px;

    font-size:.85rem;

    font-weight:600;

}

.experience-timeline .section-title{

    font-family:"Playfair Display",serif;

    font-size:4rem;

    line-height:1.1;

    color:#ffffff;

    margin-bottom:25px;

}

.experience-timeline .section-description{

    color:rgba(255,255,255,.75);

    font-size:1.1rem;

    line-height:1.9;

}

/*=================================================
  TIMELINE
=================================================*/

.timeline{

    position:relative;

    max-width:900px;

    margin:0 auto 120px;

    padding-left:90px;

}

/* Gold line */

.timeline::before{

    content:"";

    position:absolute;

    left:35px;

    top:0;

    bottom:0;

    width:3px;

    background:#d4af37;

}

/*=================================================
  CARD
=================================================*/

.timeline-card{

    position:relative;

    background:#1b1b1b;

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    padding:40px;

    margin-bottom:45px;

    box-shadow:0 25px 60px rgba(0,0,0,.45);

    transition:.35s ease;

}

.timeline-card:last-child{

    margin-bottom:0;

}

.timeline-card:hover{

    transform:translateY(-8px);

    border-color:#d4af37;

    box-shadow:0 35px 80px rgba(0,0,0,.55);

}

.timeline-number{

    position:absolute;

    left:-78px;

    top:35px;

    width:60px;

    height:60px;

    border-radius:50%;

    background:#d4af37;

    color:#111;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:1.1rem;

    font-weight:700;

    box-shadow:0 0 0 8px #111;

}

.timeline-card h3{

    font-family:"Playfair Display",serif;

    font-size:2rem;

    color:#ffffff;

    margin-bottom:18px;

}

.timeline-card p{

    color:rgba(255,255,255,.75);

    line-height:1.9;

    font-size:1rem;

}

/*=================================================
  CTA
=================================================*/

.experience-cta{

    background:linear-gradient(135deg,#1d1d1d,#242424);

    border:1px solid rgba(212,175,55,.2);

    padding:80px 60px;

    border-radius:35px;

    text-align:center;

}

.experience-cta h3{

    font-family:"Playfair Display",serif;

    font-size:3rem;

    color:#ffffff;

    margin-bottom:25px;

}

.experience-cta p{

    max-width:850px;

    margin:0 auto 40px;

    color:rgba(255,255,255,.8);

    line-height:1.9;

    font-size:1.05rem;

}

.experience-cta .guide-button{

    background:#d4af37;

    color:#111;

}

.experience-cta .guide-button:hover{

    background:#ffffff;

    color:#111;

}

/*=================================================
  TABLET
=================================================*/

@media(max-width:1024px){

.experience-timeline{

padding:100px 30px;

}

.experience-timeline .section-title{

font-size:3rem;

}

.timeline{

padding-left:70px;

}

.timeline::before{

left:25px;

}

.timeline-number{

left:-55px;

width:50px;

height:50px;

font-size:1rem;

box-shadow:0 0 0 6px #111;

}

.timeline-card{

padding:35px;

}

.experience-cta{

padding:60px 40px;

}

.experience-cta h3{

font-size:2.5rem;

}

}

/*=================================================
  MOBILE
=================================================*/

@media(max-width:768px){

.experience-timeline{

padding:80px 20px;

}

.experience-timeline .section-title{

font-size:2.4rem;

}

.experience-timeline .section-description{

font-size:1rem;

}

.timeline{

padding-left:0;

margin-bottom:80px;

}

.timeline::before{

display:none;

}

.timeline-card{

padding:30px 25px;

text-align:center;

margin-bottom:25px;

}

.timeline-number{

position:relative;

left:auto;

top:auto;

margin:0 auto 20px;

box-shadow:none;

}

.timeline-card h3{

font-size:1.8rem;

}

.experience-cta{

padding:50px 25px;

border-radius:25px;

}

.experience-cta h3{

font-size:2rem;

}

}

/*=================================================
  SMALL MOBILE
=================================================*/

@media(max-width:480px){

.experience-timeline{

padding:70px 16px;

}

.experience-timeline .section-title{

font-size:2rem;

}

.timeline-card{

padding:25px 20px;

}

.timeline-card h3{

font-size:1.6rem;

}

.timeline-card p{

font-size:.95rem;

}

.experience-cta{

padding:40px 20px;

}

.experience-cta h3{

font-size:1.7rem;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16382f3 *//*=================================================
  FAQ SECTION
=================================================*/

.services-faq{

    background:#fcfaf7;

    padding:140px 20px;

    color:#111111;

}

.services-faq .container{

    max-width:1200px;

    margin:0 auto;

}

/*=================================================
  HEADER
=================================================*/

.services-faq .section-header{

    max-width:850px;

    margin:0 auto 80px;

    text-align:center;

}

.services-faq .section-label{

    display:inline-block;

    margin-bottom:18px;

    color:#d4af37;

    letter-spacing:4px;

    text-transform:uppercase;

    font-size:.85rem;

    font-weight:600;

}

.services-faq .section-title{

    font-family:"Playfair Display",serif;

    font-size:4rem;

    line-height:1.1;

    color:#111111;

    margin-bottom:25px;

}

.services-faq .section-description{

    color:#666666;

    font-size:1.1rem;

    line-height:1.9;

}

/*=================================================
  FAQ WRAPPER
=================================================*/

.faq-wrapper{

    display:flex;

    flex-direction:column;

    gap:22px;

}

/*=================================================
  FAQ ITEM
=================================================*/

.faq-item{

    background:#ffffff;

    border:1px solid rgba(0,0,0,.08);

    border-radius:22px;

    overflow:hidden;

    transition:.35s ease;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.faq-item:hover{

    border-color:#d4af37;

    transform:translateY(-3px);

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.faq-item[open]{

    border-color:#d4af37;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

/*=================================================
  QUESTION
=================================================*/

.faq-item summary{

    list-style:none;

    cursor:pointer;

    padding:28px 70px 28px 30px;

    position:relative;

    font-family:"Playfair Display",serif;

    font-size:1.45rem;

    color:#111111;

    transition:.3s;

}

.faq-item summary:hover{

    color:#d4af37;

}

.faq-item summary::-webkit-details-marker{

    display:none;

}

/*=================================================
  PLUS / MINUS
=================================================*/

.faq-item summary::after{

    content:"+";

    position:absolute;

    right:28px;

    top:50%;

    transform:translateY(-50%);

    width:34px;

    height:34px;

    border-radius:50%;

    border:1px solid rgba(212,175,55,.4);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#d4af37;

    font-size:1.4rem;

    font-weight:300;

    transition:.3s ease;

}

.faq-item[open] summary::after{

    content:"−";

    background:#d4af37;

    color:#ffffff;

    border-color:#d4af37;

}

/*=================================================
  ANSWER
=================================================*/

.faq-item p{

    margin:0;

    padding:0 30px 30px;

    color:#666666;

    line-height:1.9;

    font-size:1rem;

}

/*=================================================
  TABLET
=================================================*/

@media(max-width:1024px){

.services-faq{

padding:100px 30px;

}

.services-faq .section-title{

font-size:3rem;

}

.faq-item summary{

font-size:1.3rem;

}

}

/*=================================================
  MOBILE
=================================================*/

@media(max-width:768px){

.services-faq{

padding:80px 20px;

}

.services-faq .section-title{

font-size:2.4rem;

}

.services-faq .section-description{

font-size:1rem;

}

.faq-item summary{

padding:22px 60px 22px 20px;

font-size:1.15rem;

line-height:1.5;

}

.faq-item p{

padding:0 20px 22px;

font-size:.95rem;

}

.faq-item summary::after{

right:18px;

width:30px;

height:30px;

font-size:1.2rem;

}

}

/*=================================================
  SMALL MOBILE
=================================================*/

@media(max-width:480px){

.services-faq{

padding:70px 16px;

}

.services-faq .section-title{

font-size:2rem;

}

.faq-item{

border-radius:18px;

}

.faq-item summary{

font-size:1.05rem;

padding:20px 52px 20px 18px;

}

.faq-item p{

padding:0 18px 20px;

font-size:.9rem;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e59f64 *//*=================================================
  FINAL CTA
=================================================*/

.final-cta{

    position:relative;

    overflow:hidden;

    padding:160px 20px;

    background:
    linear-gradient(rgba(0,0,0,.82),rgba(0,0,0,.82)),
    url("images/final-cta.jpg");

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

    color:#ffffff;

}

.cta-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(212,175,55,.12),
    transparent 40%),

    radial-gradient(circle at bottom left,
    rgba(255,255,255,.03),
    transparent 50%);

}

.final-cta .container{

    position:relative;

    z-index:2;

    max-width:1000px;

    margin:auto;

}

.cta-content{

    text-align:center;

}

/*=================================================
  LABEL
=================================================*/

.final-cta .section-label{

    display:inline-block;

    color:#d4af37;

    text-transform:uppercase;

    letter-spacing:5px;

    font-size:.85rem;

    font-weight:600;

    margin-bottom:25px;

}

.final-cta .section-label::before{

    content:"";

    display:block;

    width:90px;

    height:2px;

    background:#d4af37;

    margin:0 auto 22px;

}

/*=================================================
  TITLE
=================================================*/

.final-cta h2{

    font-family:"Playfair Display",serif;

    font-size:4.5rem;

    line-height:1.1;

    color:#ffffff;

    margin-bottom:35px;

}

/*=================================================
  TEXT
=================================================*/

.final-cta p{

    max-width:760px;

    margin:0 auto 50px;

    color:rgba(255,255,255,.82);

    line-height:2;

    font-size:1.1rem;

}

/*=================================================
  BUTTONS
=================================================*/

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-bottom:50px;

}

.cta-primary,

.cta-secondary{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    min-width:230px;

    padding:18px 38px;

    border-radius:999px;

    text-decoration:none;

    font-weight:600;

    transition:.35s ease;

}

.cta-primary{

    background:#d4af37;

    color:#111111;

}

.cta-primary:hover{

    background:#ffffff;

    transform:translateY(-4px);

}

.cta-secondary{

    border:1px solid rgba(255,255,255,.3);

    color:#ffffff;

    background:transparent;

}

.cta-secondary:hover{

    background:#ffffff;

    color:#111111;

    transform:translateY(-4px);

}

/*=================================================
  CONTACT
=================================================*/

.cta-contact{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

    font-size:1rem;

}

.cta-contact span{

    color:#d4af37;

}

.cta-contact a{

    color:#ffffff;

    text-decoration:none;

    transition:.3s ease;

}

.cta-contact a:hover{

    color:#d4af37;

}

/*=================================================
  TABLET
=================================================*/

@media(max-width:1024px){

.final-cta{

padding:120px 30px;

background-attachment:scroll;

}

.final-cta h2{

font-size:3.4rem;

}

.final-cta p{

font-size:1.05rem;

}

}

/*=================================================
  MOBILE
=================================================*/

@media(max-width:768px){

.final-cta{

padding:90px 20px;

}

.final-cta h2{

font-size:2.5rem;

}

.final-cta p{

font-size:1rem;

line-height:1.8;

margin-bottom:40px;

}

.cta-buttons{

flex-direction:column;

align-items:center;

}

.cta-primary,

.cta-secondary{

width:100%;

max-width:320px;

}

.cta-contact{

flex-direction:column;

gap:10px;

}

.cta-contact span{

display:none;

}

}

/*=================================================
  SMALL MOBILE
=================================================*/

@media(max-width:480px){

.final-cta{

padding:80px 16px;

}

.final-cta h2{

font-size:2rem;

}

.final-cta p{

font-size:.95rem;

}

}/* End custom CSS */