/* Start custom CSS for html, class: .elementor-element-a6e2a0c */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#050505,0.5%;
font-family:'Poppins',sans-serif;
color:#fff;
overflow-x:hidden;
}

/* ==========================
PAGE
========================== */

.grs-services-page{
width:100%;
background:#050505, .5%;
}

/* ==========================
HERO
========================== */

.grs-hero{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
min-height:75vh;
padding:0px 7%;
border-bottom:1px solid rgba(169,113,66,.15);
position:relative;
}

.hero-tag{
display:block;
font-size:12px;
letter-spacing:4px;
color:#C8925D;
margin-bottom:20px;
}

.hero-left h1{
font-family:'Cormorant Garamond',serif;
font-size:68px;
line-height:.95;
font-weight:600;
margin-bottom:25px;
}

.hero-left p{
max-width:500px;
color:#9d9d9d;
line-height:1.9;
font-size:15px;
}

.hero-right{
display:flex;
justify-content:center;
align-items:center;
}

.hero-right img{
width:60%;
max-width:550px;
opacity:.95;
}

/* ==========================
MAIN GRID
========================== */

.grs-content-grid{
display:grid;
grid-template-columns:260px 1fr 350px;
gap:60px;
padding:80px 7%;
}

/* ==========================
LEFT COLUMN
========================== */

.left-column{
display:flex;
flex-direction:column;
gap:60px;
}

.side-box h3{
font-family:'Cormorant Garamond',serif;
font-size:36px;
margin-bottom:20px;
color:#fff;
}

.side-box ul{
list-style:none;
}

.side-box ul li{
padding:10px 0;
font-size:18px;
color:#d5d5d5;
}

.side-box p{
color:#9b9b9b;
line-height:1.8;
font-size:14px;
}

/* ==========================
CENTER COLUMN
========================== */

.center-column{
text-align:center;
position:relative;
}

.center-mascot{
margin-bottom:40px;
}

.center-mascot img{
width:100%;
max-width:500px;
opacity:.9;
}

.center-content h2{
font-family:'Cormorant Garamond',serif;
font-size:58px;
line-height:1;
margin-bottom:25px;
}

.center-content p{
max-width:600px;
margin:auto;
color:#9d9d9d;
line-height:1.9;
}

/* ==========================
RIGHT COLUMN
========================== */

.right-column{
display:flex;
flex-direction:column;
gap:50px;
}

.service-item{
display:flex;
gap:20px;
align-items:flex-start;
padding-bottom:25px;
border-bottom:1px solid rgba(255,255,255,.06);
}

.service-thumb{
width:110px;
flex-shrink:0;
}

.service-thumb img{
width:100%;
display:block;
border-radius:4px;
}

.service-info span{
font-size:40px;
font-family:'Cormorant Garamond',serif;
color:#A97142;
line-height:1;
}

.service-info h3{
font-family:'Cormorant Garamond',serif;
font-size:32px;
margin:8px 0;
font-weight:600;
}

.service-info p{
font-size:14px;
line-height:1.8;
color:#9b9b9b;
}

/* ==========================
EDITORIAL LINES
========================== */

.side-box,
.service-item{
position:relative;
}

.side-box::after{
content:'';
display:block;
width:120px;
height:1px;
background:rgba(169,113,66,.35);
margin-top:25px;
}

/* ==========================
TABLET
========================== */

@media(max-width:1024px){

.grs-content-grid{
grid-template-columns:1fr;
}

.grs-hero{
grid-template-columns:1fr;
text-align:center;
gap:40px;
}

.hero-left p{
margin:auto;
}

.left-column{
order:2;
}

.center-column{
order:1;
}

.right-column{
order:3;
}

}

/* ==========================
MOBILE
========================== */







@media(max-width:768px){

.grs-hero{
    grid-template-columns:1fr;
    gap:30px;
    padding:0px 20px;
    text-align:center;
}

.hero-left h1{
    font-size:38px;
    line-height:1;
}

.hero-left p{
    max-width:100%;
    font-size:14px;
}

.hero-right img{
    max-width:280px;
}

/* Main Layout */

.grs-content-grid{
    display:flex;
    flex-direction:column;
    gap:40px;
    padding:40px 20px;
}

/* Left Column */

.left-column{
    gap:30px;
}

.side-box h3{
    font-size:24px;
    margin-bottom:10px;
}

.side-box ul li{
    font-size:15px;
}

/* Center */

.center-column{
    order:-1;
}

.center-mascot img{
    max-width:280px;
}

.center-content h2{
    font-size:32px;
    line-height:1;
}

.center-content p{
    font-size:14px;
}

/* Services */

.right-column{
    gap:25px;
}

.service-item{
    gap:15px;
    padding-bottom:20px;
}

.service-thumb{
    width:80px;
}

.service-info span{
    font-size:26px;
}

.service-info h3{
    font-size:22px;
}

.service-info p{
    font-size:13px;
    line-height:1.6;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a22ad8c *//* ==========================
   CTA SECTION
========================== */

.grs-cta{
    text-align:center;
    padding:20px 20px;
    position:relative;
    overflow:hidden;
    border-top:1px solid rgba(169,113,66,.15);
}

.grs-cta::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background:
    radial-gradient(circle,
    rgba(169,113,66,.12),
    transparent 70%);
    filter:blur(80px);
}

.cta-tag{
    display:block;
    color:#C8925D;
    letter-spacing:4px;
    font-size:12px;
    margin-bottom:20px;
}

.grs-cta h2{
    font-family:'Cormorant Garamond',serif;
    font-size:58px;
    line-height:1;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.grs-cta p{
    max-width:650px;
    margin:auto;
    color:#9d9d9d;
    line-height:1.9;
    position:relative;
    z-index:2;
}

.cta-btn{
    display:inline-block;
    margin-top:35px;
    padding:14px 34px;
    background:#;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:500;
    transition:.3s;
    position:relative;
    z-index:2;
}

.cta-btn:hover{
    transform:translateY(-4px);
    background:#;
}

@media(max-width:768px){

.grs-cta{
    padding:80px 20px;
}

.grs-cta h2{
    font-size:38px;
}

.grs-cta p{
    font-size:14px;
}

}/* End custom CSS */