:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f59ff9d */.sana-services{

font-family:inherit;

color:#222;

background:#fafafa;

}

.sana-hero{

position:relative;

overflow:hidden;

padding:90px 30px;

border-radius:28px;

margin-bottom:70px;

background:linear-gradient(135deg,#ffffff,#f5f5f5);

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.hero-overlay{

position:absolute;

top:-150px;

right:-150px;

width:400px;

height:400px;

border-radius:50%;

background:rgba(212,175,55,.08);

}

.hero-content{

position:relative;

z-index:2;

max-width:760px;

margin:auto;

text-align:center;

}

.hero-badge{

display:inline-block;

padding:10px 22px;

background:#d4af37;

color:#fff;

border-radius:40px;

font-size:14px;

font-weight:700;

margin-bottom:25px;

box-shadow:0 8px 25px rgba(212,175,55,.35);

}

.sana-hero h1{

font-size:46px;

font-weight:800;

line-height:1.6;

margin-bottom:25px;

color:#222;

}

.sana-hero p{

font-size:19px;

line-height:2;

color:#666;

max-width:700px;

margin:auto auto 35px;

}

.hero-btn{

display:inline-block;

padding:16px 38px;

background:#d4af37;

color:#fff;

border-radius:50px;

font-weight:700;

text-decoration:none;

transition:.3s;

box-shadow:0 12px 30px rgba(212,175,55,.35);

}

.hero-btn:hover{

transform:translateY(-4px);

background:#c79f1f;

color:#fff;

}

.services-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-bottom:70px;

}
.service-card{

background:#fff;

border-radius:24px;

padding:40px 30px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

position:relative;

overflow:hidden;

border:1px solid #eee;

}

.service-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:6px;

background:#d4af37;

transform:scaleX(0);

transition:.35s;

transform-origin:left;

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.service-card:hover::before{

transform:scaleX(1);

}

.service-icon{

width:80px;

height:80px;

margin:0 auto 25px;

border-radius:50%;

background:#d4af37;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

box-shadow:0 10px 25px rgba(212,175,55,.35);

}

.service-card h2{

font-size:24px;

font-weight:800;

text-align:center;

margin-bottom:18px;

color:#222;

}

.service-card p{

text-align:center;

color:#666;

line-height:1.9;

margin-bottom:25px;

}

.service-card ul{

list-style:none;

padding:0;

margin:0 0 30px;

}

.service-card ul li{

padding:10px 0;

border-bottom:1px solid #f1f1f1;

position:relative;

padding-right:28px;

}

.service-card ul li::before{

content:"✓";

position:absolute;

right:0;

color:#d4af37;

font-weight:bold;

}

.service-btn{

display:block;

text-align:center;

padding:15px;

border-radius:50px;

background:#222;

color:#fff;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.service-btn:hover{

background:#d4af37;

color:#fff;

}
.contact-section{

margin:80px 0;

}

.contact-box{

background:#fff;

border-radius:28px;

padding:55px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

max-width:950px;

margin:auto;

border:1px solid #eee;

}

.contact-box h2{

font-size:34px;

text-align:center;

font-weight:800;

margin-bottom:20px;

color:#222;

}

.contact-box>p{

text-align:center;

font-size:18px;

line-height:2;

color:#666;

margin-bottom:45px;

}

.selected-service{

margin-bottom:30px;

}

.selected-service label{

display:block;

margin-bottom:10px;

font-weight:700;

font-size:15px;

color:#444;

}

.selected-service input{

width:100%;

height:58px;

border:2px solid #d4af37;

border-radius:16px;

padding:0 18px;

font-size:16px;

background:#fffdf7;

font-weight:700;

}

.cf7-form{

margin-top:25px;

}

.cf7-form label{

display:block;

margin-bottom:22px;

font-weight:600;

color:#444;

}

.cf7-form input,

.cf7-form textarea,

.cf7-form select{

width:100%;

padding:15px 18px;

border-radius:14px;

border:1px solid #ddd;

font-size:15px;

transition:.3s;

background:#fafafa;

box-sizing:border-box;

}

.cf7-form textarea{

min-height:170px;

resize:vertical;

}

.cf7-form input:focus,

.cf7-form textarea:focus,

.cf7-form select:focus{

outline:none;

border-color:#d4af37;

background:#fff;

box-shadow:0 0 0 4px rgba(212,175,55,.15);

}

.cf7-form input[type=submit]{

background:#d4af37;

color:#fff;

font-size:17px;

font-weight:700;

border:none;

cursor:pointer;

padding:18px;

border-radius:50px;

transition:.3s;

margin-top:15px;

}

.cf7-form input[type=submit]:hover{

background:#c89b12;

transform:translateY(-3px);

}
.why-us{

margin:90px 0 40px;

text-align:center;

}

.why-us h2{

font-size:36px;

font-weight:800;

margin-bottom:45px;

color:#222;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.why-item{

background:#fff;

padding:35px;

border-radius:22px;

box-shadow:0 15px 40px rgba(0,0,0,.07);

transition:.35s;

border:1px solid #eee;

}

.why-item:hover{

transform:translateY(-8px);

box-shadow:0 25px 55px rgba(0,0,0,.12);

}

.why-icon{

width:70px;

height:70px;

margin:0 auto 20px;

border-radius:50%;

background:#d4af37;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

color:#fff;

}

.why-item h3{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#222;

}

.why-item p{

color:#666;

line-height:1.9;

font-size:15px;

}

@media(max-width:991px){

.services-grid{

grid-template-columns:1fr;

}

.why-grid{

grid-template-columns:1fr;

}

.contact-box{

padding:35px 25px;

}

.sana-hero{

padding:60px 20px;

}

.sana-hero h1{

font-size:32px;

}

.sana-hero p{

font-size:17px;

}

.contact-box h2{

font-size:28px;

}

}

@media(max-width:576px){

.hero-btn,

.service-btn,

.cf7-form input[type=submit]{

width:100%;

}

.service-card{

padding:30px 22px;

}

.contact-box{

padding:25px 18px;

}

}/* End custom CSS */