.elementor-1955 .elementor-element.elementor-element-d8a60c8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1955 .elementor-element.elementor-element-041d7a3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1955 .elementor-element.elementor-element-5764854{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1955 .elementor-element.elementor-element-1573be0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7d61608 *//* ==========================================
ANNOUNCEMENT BAR
========================================== */

.s7-announcement{

    background:#C9A86A;

    color:#fff;

    padding:12px 0;

    font-size:14px;

    font-weight:600;

    letter-spacing:.3px;

}

.s7-announcement .s7-container{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    text-align:center;

}

.announcement-icon{

    font-size:16px;

}

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

.s7-header{

    position:sticky;

    top:0;

    z-index:999;

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

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border-bottom:1px solid #ECE7DF;

}

.s7-container{

    width:min(1180px,92%);

    margin:auto;

}

.header-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 0;

}

.logo img{

    height:55px;

    width:auto;

    display:block;

}

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

.header-btn{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    padding:14px 28px;

    background:#C9A86A;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    border-radius:999px;

    transition:.3s ease;

    box-shadow:0 12px 30px rgba(201,168,106,.28);

}

.header-btn:hover{

    background:#B8924F;

    transform:translateY(-2px);

}

/* ==========================================
RESPONSIVE
========================================== */

@media(max-width:768px){

.s7-announcement{

    font-size:12px;

    padding:10px 15px;

}

.header-wrapper{

    padding:14px 0;

}

.logo img{

    height:42px;

}

.header-btn{

    padding:12px 18px;

    font-size:14px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0d0cc1 *//* ==========================================
STICKY MOBILE BOOKING
========================================== */

.sticky-booking{

    position:fixed;

    left:15px;

    right:15px;

    bottom:15px;

    display:none;

    justify-content:space-between;

    align-items:center;

    gap:15px;

    padding:14px;

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

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

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

    border-radius:22px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.18);

    z-index:9999;

    animation:slideUp .45s ease;

}

.sticky-price{

    display:flex;

    align-items:center;

    gap:12px;

}

.sticky-price small{

    display:block;

    color:#777;

    font-size:12px;

    margin-bottom:4px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.sticky-price strong{

    display:block;

    font-size:28px;

    font-family:"Cormorant Garamond",serif;

    color:#111;

}

.sticky-button{

    display:flex;

    align-items:center;

    justify-content:center;

    min-width:170px;

    height:54px;

    padding:0 28px;

    border-radius:50px;

    background:#C9A86A;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s ease;

    box-shadow:
    0 12px 30px rgba(201,168,106,.35);

}

.sticky-button:hover{

    background:#B8924F;

    transform:translateY(-2px);

}

@keyframes slideUp{

from{

opacity:0;

transform:translateY(40px);

}

to{

opacity:1;

transform:translateY(0);

}

}

/* Mobile Only */

@media(max-width:768px){

.sticky-booking{

display:flex;

padding-bottom:calc(14px + env(safe-area-inset-bottom));

}

}

/* Hide On Desktop */

@media(min-width:769px){

.sticky-booking{

display:none !important;

}

}


.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
}

.faq-question{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}

.faq-question span{
    font-size:24px;
    font-weight:600;
    transition:transform .3s ease;
}

.faq-item.active .faq-question span{
    transform:rotate(180deg);
}/* End custom CSS */
/* Start custom CSS *//* ==========================================================
   STUDIO7 LUXURY CONSULTATION
   GLOBAL STYLES
========================================================== */

:root{

--gold:#C8A66A;
--gold-dark:#B38D4D;
--black:#111111;
--text:#3E3E3E;
--light:#777777;
--bg:#F9F8F6;
--white:#FFFFFF;
--border:#ECE8E3;
--radius:24px;

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

--transition:.35s ease;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:"Inter",sans-serif;
background:var(--bg);
color:var(--text);
line-height:1.75;
overflow-x:hidden;

}

img{

max-width:100%;
display:block;

}

.container{

width:min(1180px,92%);
margin:auto;

}

section{

padding:110px 0;

}

h1,h2,h3,h4{

font-family:"Cormorant Garamond",serif;
font-weight:600;
color:var(--black);
line-height:1.15;

}

h1{

font-size:72px;

}

h2{

font-size:52px;

}

h3{

font-size:28px;

}

p{

font-size:17px;
color:var(--text);

}

.section-heading{

text-align:center;
max-width:760px;
margin:auto auto 70px;

}

.section-heading h2{

margin:18px 0;

}

.eyebrow{

display:inline-block;

letter-spacing:3px;

font-size:13px;

text-transform:uppercase;

font-weight:600;

color:var(--gold);

}

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

.btn-primary{

display:inline-flex;
align-items:center;
justify-content:center;

padding:18px 38px;

background:var(--gold);

color:#fff;

text-decoration:none;

font-weight:600;

border-radius:60px;

transition:var(--transition);

box-shadow:0 20px 40px rgba(200,166,106,.25);

}

.btn-primary:hover{

background:var(--gold-dark);

transform:translateY(-4px);

box-shadow:0 30px 60px rgba(200,166,106,.35);

}

.btn-outline{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 36px;

border-radius:60px;

border:1px solid #ddd;

text-decoration:none;

font-weight:600;

color:var(--black);

transition:.35s;

}

.btn-outline:hover{

background:white;

transform:translateY(-4px);

}

/* ==========================================================
HERO
========================================================== */

.consultation-hero{

position:relative;

padding:140px 0;

overflow:hidden;

background:
linear-gradient(180deg,#ffffff 0%,#f8f6f2 100%);

}

.hero-bg{

position:absolute;

width:650px;

height:650px;

right:-200px;

top:-250px;

background:

radial-gradient(circle,

rgba(200,166,106,.16),

transparent 70%);

filter:blur(10px);

}

.hero-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:70px;

align-items:center;

}

.hero-badge{

display:inline-flex;

padding:12px 22px;

border-radius:50px;

background:white;

border:1px solid var(--border);

font-size:14px;

font-weight:600;

margin-bottom:30px;

box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.hero-content h1{

margin-bottom:28px;

}

.hero-content h1 span{

display:block;

color:var(--gold);

}

.hero-subtitle{

font-size:20px;

max-width:640px;

margin-bottom:45px;

color:#555;

}

/* ==========================================================
PRICE BOX
========================================================== */

.price-box{

background:white;

border-radius:24px;

padding:35px;

margin:45px 0;

box-shadow:var(--shadow);

border:1px solid var(--border);

}

.price-box small{

font-size:14px;

letter-spacing:2px;

text-transform:uppercase;

color:var(--gold);

}

.price-box h2{

font-size:62px;

margin:8px 0;

}

.price-box p{

margin:0;

color:#777;

}

/* ==========================================================
CHECKLIST
========================================================== */

.hero-list{

list-style:none;

display:grid;

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

gap:18px;

margin-bottom:45px;

}

.hero-list li{

background:white;

padding:18px;

border-radius:16px;

box-shadow:0 8px 25px rgba(0,0,0,.05);

font-size:15px;

border:1px solid var(--border);

transition:.3s;

}

.hero-list li:hover{

transform:translateY(-5px);

}

.hero-buttons{

display:flex;

gap:18px;

margin-bottom:35px;

flex-wrap:wrap;

}

.hero-note{

display:flex;

gap:25px;

font-size:15px;

font-weight:600;

color:#666;

}

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

.hero-image{

position:relative;

}

.hero-image img{

border-radius:34px;

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

}

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

.floating-card{

position:absolute;

left:-45px;

bottom:40px;

background:white;

padding:28px;

border-radius:24px;

box-shadow:0 30px 70px rgba(0,0,0,.12);

width:290px;

z-index:5;

}

.small-title{

font-size:13px;

letter-spacing:2px;

text-transform:uppercase;

color:var(--gold);

margin-bottom:20px;

}

.card-item{

padding:10px 0;

border-bottom:1px solid #eee;

font-size:15px;

}

.card-price{

margin-top:20px;

font-size:30px;

font-weight:700;

color:var(--gold);

}

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

.trust-bar{

padding:30px 0;

background:white;

border-top:1px solid var(--border);

border-bottom:1px solid var(--border);

}

.trust-items{

display:grid;

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

gap:30px;

text-align:center;

font-weight:600;

color:#555;

font-size:15px;

}

/* ==========================================================
INCLUDED SECTION
========================================================== */

.included-section{

background:#fafafa;

}

.included-grid{

display:grid;

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

gap:30px;

}

.include-card{

background:white;

padding:40px;

border-radius:28px;

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

transition:.35s;

border:1px solid var(--border);

}

.include-card:hover{

transform:translateY(-8px);

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

}

.include-card .icon{

font-size:42px;

margin-bottom:22px;

}

.include-card h3{

margin-bottom:18px;

font-size:28px;

}

.include-card p{

font-size:16px;

color:#666;

}

.featured{

background:linear-gradient(145deg,#111,#2b2b2b);

color:white;

}

.featured h3,
.featured p{

color:white;

}

.featured .icon{

color:var(--gold);

}

/* ==========================================================
RESPONSIVE
========================================================== */

@media(max-width:992px){

.hero-grid{

grid-template-columns:1fr;

}

.hero-content{

text-align:center;

}

.hero-subtitle{

margin-inline:auto;

}

.hero-buttons{

justify-content:center;

}

.hero-list{

grid-template-columns:1fr;

}

.hero-note{

justify-content:center;

flex-wrap:wrap;

}

.floating-card{

position:relative;

left:auto;

bottom:auto;

margin:-60px auto 0;

}

.trust-items{

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

}

.included-grid{

grid-template-columns:1fr;

}

h1{

font-size:48px;

}

h2{

font-size:38px;

}

}

@media(max-width:576px){

section{

padding:80px 0;

}

.hero-buttons{

flex-direction:column;

}

.btn-primary,
.btn-outline{

width:100%;

}

.price-box h2{

font-size:48px;

}

.hero-badge{

font-size:12px;

}

.trust-items{

grid-template-columns:1fr;

gap:16px;

}

}
/*==========================================================
PART B
WHY CONSULTATION
TIMELINE
BENEFITS
TESTIMONIALS
SPECIALIST
==========================================================*/


/*=========================================
WHY CONSULTATION
=========================================*/

.why-consultation{

background:#ffffff;

}

.why-grid{

display:grid;

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

gap:32px;

margin-top:70px;

}

.why-card{

background:#fff;

padding:40px;

border-radius:26px;

border:1px solid var(--border);

box-shadow:0 20px 45px rgba(0,0,0,.05);

transition:all .35s ease;

position:relative;

overflow:hidden;

}

.why-card::before{

content:"";

position:absolute;

left:0;
top:0;

width:5px;
height:100%;

background:var(--gold);

transform:scaleY(0);

transition:.35s;

transform-origin:top;

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(0,0,0,.08);

}

.why-card:hover::before{

transform:scaleY(1);

}

.why-icon{

width:70px;

height:70px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:rgba(200,166,106,.12);

color:var(--gold);

font-size:28px;

margin-bottom:25px;

}

.why-card h3{

margin-bottom:18px;

}

.why-card p{

color:#666;

line-height:1.8;

}


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

.consult-process{

background:#faf8f4;

position:relative;

}

.timeline{

margin-top:80px;

position:relative;

display:flex;

justify-content:space-between;

gap:30px;

}

.timeline::before{

content:"";

position:absolute;

left:8%;
right:8%;

top:38px;

height:2px;

background:linear-gradient(
90deg,
var(--gold),
#e8d7b5
);

z-index:0;

}

.timeline-item{

position:relative;

text-align:center;

flex:1;

z-index:2;

}

.timeline-number{

width:78px;

height:78px;

margin:auto;

background:#fff;

border:3px solid var(--gold);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:700;

color:var(--gold);

box-shadow:0 15px 35px rgba(0,0,0,.06);

margin-bottom:30px;

transition:.35s;

}

.timeline-item:hover .timeline-number{

background:var(--gold);

color:#fff;

transform:scale(1.08);

}

.timeline-content{

background:#fff;

padding:32px;

border-radius:24px;

box-shadow:0 20px 45px rgba(0,0,0,.05);

border:1px solid var(--border);

transition:.35s;

}

.timeline-content:hover{

transform:translateY(-8px);

}

.timeline-content h3{

margin-bottom:15px;

}

.timeline-content p{

font-size:15px;

color:#666;

}


/*=========================================
BENEFITS
=========================================*/

.benefits-section{

background:#fff;

}

.benefits-grid{

display:grid;

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

gap:28px;

margin-top:70px;

}

.benefit{

background:#fff;

padding:36px;

border-radius:26px;

text-align:left;

border:1px solid var(--border);

box-shadow:0 18px 45px rgba(0,0,0,.05);

transition:.35s;

}

.benefit:hover{

transform:translateY(-8px);

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

}

.benefit-icon{

font-size:44px;

margin-bottom:24px;

}

.benefit h3{

margin-bottom:16px;

font-size:28px;

}

.benefit p{

color:#666;

line-height:1.8;

}


/*=========================================
TESTIMONIALS
=========================================*/

.testimonial-section{

background:#f8f8f8;

}

.testimonial-grid{

display:grid;

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

gap:30px;

margin-top:60px;

}

.testimonial-card{

background:#fff;

padding:42px;

border-radius:28px;

border:1px solid var(--border);

box-shadow:0 20px 50px rgba(0,0,0,.05);

transition:.35s;

position:relative;

}

.testimonial-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 75px rgba(0,0,0,.08);

}

.testimonial-card::before{

content:"★★★★★";

display:block;

font-size:18px;

letter-spacing:4px;

color:var(--gold);

margin-bottom:24px;

}

.testimonial-card p{

font-size:17px;

font-style:italic;

line-height:1.9;

margin-bottom:30px;

color:#555;

}

.client{

font-weight:700;

font-size:15px;

color:#222;

}


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

.mid-cta{

padding:120px 0;

background:

linear-gradient(
135deg,
#111,
#242424
);

}

.cta-box{

text-align:center;

max-width:820px;

margin:auto;

color:#fff;

}

.cta-box span{

display:inline-block;

padding:10px 20px;

border-radius:40px;

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

color:var(--gold);

font-size:13px;

letter-spacing:2px;

margin-bottom:25px;

text-transform:uppercase;

}

.cta-box h2{

color:#fff;

margin-bottom:25px;

}

.cta-box p{

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

font-size:19px;

margin-bottom:40px;

}


/*=========================================
SPECIALIST
=========================================*/

.specialist-section{

background:#fff;

}

.specialist-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.specialist-image{

position:relative;

}

.specialist-image img{

border-radius:34px;

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

}

.experience-card{

position:absolute;

bottom:-30px;

right:-20px;

background:#fff;

padding:28px;

border-radius:22px;

box-shadow:0 30px 60px rgba(0,0,0,.12);

min-width:240px;

border:1px solid var(--border);

}

.experience-card h3{

font-size:24px;

margin-bottom:10px;

}

.experience-card span{

color:var(--gold);

font-weight:600;

}

.specialist-content h2{

margin:18px 0 30px;

}

.specialist-content p{

margin-bottom:24px;

font-size:17px;

}

.specialist-content ul{

list-style:none;

margin:35px 0;

}

.specialist-content li{

padding:14px 0;

font-size:17px;

border-bottom:1px solid #eee;

}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:992px){

.why-grid{

grid-template-columns:1fr;

}

.timeline{

flex-direction:column;

}

.timeline::before{

display:none;

}

.timeline-item{

margin-bottom:30px;

}

.benefits-grid{

grid-template-columns:1fr;

}

.testimonial-grid{

grid-template-columns:1fr;

}

.specialist-grid{

grid-template-columns:1fr;

}

.specialist-content{

text-align:center;

}

.specialist-content ul{

text-align:left;

}

.experience-card{

position:relative;

right:auto;

bottom:auto;

margin:-40px auto 0;

}

}

@media(max-width:576px){

.timeline-number{

width:65px;
height:65px;
font-size:18px;

}

.timeline-content{

padding:26px;

}

.why-card,
.benefit,
.testimonial-card{

padding:28px;

}

.specialist-content h2{

font-size:38px;

}

}
/* ==========================================================
PART C1
FAQ • FINAL CTA • FOOTER
========================================================== */


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

.faq-section{

background:#faf8f4;

}

.faq-wrapper{

max-width:900px;

margin:70px auto 0;

}

.faq-item{

background:#fff;

border-radius:22px;

margin-bottom:18px;

overflow:hidden;

border:1px solid var(--border);

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

transition:.35s;

}

.faq-item:hover{

transform:translateY(-3px);

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

}

.faq-question{

width:100%;

background:none;

border:none;

cursor:pointer;

padding:28px 32px;

display:flex;

justify-content:space-between;

align-items:center;

font-size:20px;

font-weight:600;

color:var(--black);

text-align:left;

font-family:"Cormorant Garamond",serif;

}

.faq-question span{

font-size:30px;

color:var(--gold);

transition:.3s;

}

.faq-item.active .faq-question span{

transform:rotate(45deg);

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:max-height .45s ease;

}

.faq-answer p{

padding:0 32px 30px;

color:#666;

font-size:16px;

line-height:1.8;

}


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

.final-cta{

background:

linear-gradient(
135deg,
#111111,
#222222
);

padding:140px 0;

}

.final-card{

max-width:900px;

margin:auto;

padding:80px;

border-radius:36px;

background:

linear-gradient(
145deg,
rgba(255,255,255,.05),
rgba(255,255,255,.02)
);

backdrop-filter:blur(14px);

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

text-align:center;

color:#fff;

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

}

.final-card span{

display:inline-block;

padding:12px 22px;

border-radius:40px;

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

font-size:13px;

letter-spacing:2px;

text-transform:uppercase;

color:var(--gold);

margin-bottom:25px;

}

.final-card h2{

color:#fff;

margin-bottom:25px;

font-size:56px;

}

.final-card p{

font-size:19px;

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

max-width:700px;

margin:0 auto 45px;

line-height:1.9;

}


/*==========================================================
PRICE CIRCLE
==========================================================*/

.price-circle{

width:180px;

height:180px;

margin:0 auto 45px;

border-radius:50%;

background:

linear-gradient(
145deg,
var(--gold),
#d9bc86
);

display:flex;

align-items:center;

justify-content:center;

font-size:48px;

font-weight:700;

color:#fff;

box-shadow:

0 30px 70px rgba(200,166,106,.35);

animation:floatCircle 5s ease-in-out infinite;

}

@keyframes floatCircle{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

}

.large-btn{

padding:22px 50px;

font-size:18px;

}

.small-note{

margin-top:35px;

font-size:15px;

font-weight:500;

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

}


/*==========================================================
FOOTER
==========================================================*/

.consult-footer{

background:#fff;

padding:90px 0 35px;

border-top:1px solid var(--border);

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:60px;

padding-bottom:45px;

border-bottom:1px solid var(--border);

}

.footer-grid h4{

margin-bottom:22px;

font-size:26px;

}

.footer-grid p{

color:#666;

line-height:1.9;

}

.footer-grid ul{

list-style:none;

}

.footer-grid li{

padding:12px 0;

color:#666;

border-bottom:1px dashed #ececec;

}

.footer-grid li:last-child{

border-bottom:none;

}

.copyright{

text-align:center;

margin-top:35px;

font-size:15px;

color:#888;

}


/*==========================================================
BACK TO TOP
==========================================================*/

#backToTop{

position:fixed;

right:35px;

bottom:35px;

width:58px;

height:58px;

border:none;

border-radius:50%;

background:var(--gold);

color:#fff;

font-size:22px;

cursor:pointer;

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

opacity:0;

visibility:hidden;

transition:.35s;

z-index:999;

}

#backToTop.show{

opacity:1;

visibility:visible;

}

#backToTop:hover{

transform:translateY(-5px);

background:var(--gold-dark);

}


/*==========================================================
RESPONSIVE
==========================================================*/

@media(max-width:992px){

.final-card{

padding:60px 40px;

}

.final-card h2{

font-size:42px;

}

.price-circle{

width:150px;

height:150px;

font-size:40px;

}

.footer-grid{

grid-template-columns:1fr;

text-align:center;

gap:40px;

}

}

@media(max-width:576px){

.final-card{

padding:45px 25px;

border-radius:24px;

}

.final-card h2{

font-size:34px;

}

.final-card p{

font-size:17px;

}

.price-circle{

width:130px;

height:130px;

font-size:34px;

margin-bottom:35px;

}

.large-btn{

width:100%;

}

.small-note{

line-height:2;

}

#backToTop{

width:50px;

height:50px;

right:20px;

bottom:20px;

}

.faq-question{

padding:22px 22px;

font-size:18px;

}

.faq-answer p{

padding:0 22px 22px;

}

}/* End custom CSS */