.elementor-17404 .elementor-element.elementor-element-be277de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-17404 .elementor-element.elementor-element-f7a4c93{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-17404 .elementor-element.elementor-element-d974786{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-17404 .elementor-element.elementor-element-3d76278{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-17404 .elementor-element.elementor-element-7c6fe4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-17404 .elementor-element.elementor-element-1a9b43b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ab6bb38 *//* ==========================================================
   FORAGERS REST PREMIUM CASE STUDY HERO
   PART 1 OF 2
========================================================== */

.fr-premium-hero {
    position: relative;
    overflow: hidden;
    padding: 140px 20px;
    background:
        radial-gradient(circle at top left, rgba(245,183,0,.14), transparent 34%),
        radial-gradient(circle at bottom right, rgba(245,183,0,.08), transparent 38%),
        linear-gradient(135deg, #050505 0%, #111111 55%, #060606 100%);
    color: #ffffff;
}

.fr-premium-hero * {
    box-sizing: border-box;
}

.fr-premium-wrap {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 90px;
    align-items: center;
}

/* Background Glows */

.fr-premium-bg-glow {
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: rgba(245,183,0,.14);
    filter: blur(140px);
    pointer-events: none;
}

.fr-glow-left {
    top: -250px;
    left: -220px;
}

.fr-glow-right {
    right: -260px;
    bottom: -260px;
}

/* Left Content */

.fr-premium-tag {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-radius: 100px;
    background: rgba(245,183,0,.08);
    border: 1px solid rgba(245,183,0,.35);
    color: #f5b700;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.fr-premium-content h1 {
    margin: 30px 0;
    color: #ffffff;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 1;
    letter-spacing: -2px;
    font-weight: 950;
}

.fr-premium-lead {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.9;
}

/* Stats */

.fr-premium-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 45px 0;
}

.fr-premium-stats div {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.1);
    transition: .35s ease;
}

.fr-premium-stats div:hover {
    transform: translateY(-6px);
    border-color: #f5b700;
    background: rgba(255,255,255,.08);
}

.fr-premium-stats strong {
    display: block;
    margin-bottom: 8px;
    color: #f5b700;
    font-size: 24px;
    font-weight: 900;
}

.fr-premium-stats span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

/* Buttons */

.fr-premium-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.fr-premium-primary,
.fr-premium-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 60px;
    padding: 0 34px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 850;
    transition: .35s ease;
}

.fr-premium-primary {
    background: #f5b700;
    color: #111111 !important;
    box-shadow: 0 20px 45px rgba(245,183,0,.25);
}

.fr-premium-primary:hover {
    background: #ffd451;
    color: #111111 !important;
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(245,183,0,.35);
}

.fr-premium-secondary {
    background: #111111;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.18);
}

.fr-premium-secondary:hover {
    border-color: #f5b700;
    color: #ffffff !important;
    transform: translateY(-5px);
}
/* ==========================================================
   FORAGERS REST PREMIUM HERO
   PART 2 OF 2
========================================================== */

/*==================================
SHOWCASE
==================================*/

.fr-premium-showcase{

    position:relative;

    width:100%;

    height:760px;

}

/*==================================
Desktop Screenshot
==================================*/

.fr-desktop{

    position:absolute;

    left:0;

    top:0;

    width:88%;

    border-radius:28px;

    overflow:hidden;

    background:#111;

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

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

    transition:.45s;

}

.fr-desktop:hover{

    transform:translateY(-10px);

    border-color:#f5b700;

    box-shadow:
    0 70px 140px rgba(0,0,0,.60);

}

.fr-desktop img{

    display:block;

    width:100%;

}

/*==================================
Phone
==================================*/

.fr-phone{

    position:absolute;

    right:0;

    bottom:0;

    z-index:5;

}

.fr-phone-frame{

    position:relative;

    width:285px;

    height:585px;

    padding:12px;

    border-radius:46px;

    background:#080808;

    border:2px solid rgba(255,255,255,.10);

    box-shadow:
    0 40px 100px rgba(0,0,0,.55);

    transition:.45s;

}

.fr-phone-frame:hover{

    transform:translateY(-10px);

    border-color:#f5b700;

}

.fr-phone-notch{

    position:absolute;

    top:12px;

    left:50%;

    transform:translateX(-50%);

    width:125px;

    height:28px;

    border-radius:20px;

    background:#000;

    z-index:10;

}

.fr-phone-screen{

    width:100%;

    height:100%;

    overflow:hidden;

    border-radius:34px;

}

.fr-phone-screen img{

    width:100%;

    height:100%;

    display:block;

    object-fit:cover;

    object-position:top;

}

/*==================================
Floating Badge
==================================*/

.fr-project-badge{

    position:absolute;

    left:40px;

    bottom:25px;

    z-index:8;

    padding:22px 28px;

    border-radius:22px;

    backdrop-filter:blur(20px);

    background:rgba(15,15,15,.90);

    border:1px solid rgba(245,183,0,.25);

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

}

.fr-project-badge span{

    display:block;

    margin-bottom:8px;

    color:#f5b700;

    font-size:12px;

    font-weight:800;

    text-transform:uppercase;

    letter-spacing:1.5px;

}

.fr-project-badge strong{

    color:#ffffff;

    font-size:26px;

    line-height:1.2;

}

/*==================================
Tablet
==================================*/

@media(max-width:1100px){

.fr-premium-wrap{

grid-template-columns:1fr;

gap:70px;

}

.fr-premium-showcase{

max-width:760px;

margin:auto;

height:760px;

}

}

/*==================================
Mobile
==================================*/

@media(max-width:768px){

.fr-premium-hero{

padding:90px 18px;

}

.fr-premium-content{

text-align:center;

}

.fr-premium-content h1{

font-size:42px;

letter-spacing:-1px;

}

.fr-premium-lead{

font-size:16px;

margin:auto;

}

.fr-premium-stats{

grid-template-columns:1fr;

}

.fr-premium-buttons{

flex-direction:column;

align-items:center;

}

.fr-premium-primary,
.fr-premium-secondary{

width:100%;

max-width:340px;

}

.fr-premium-showcase{

display:flex;

flex-direction:column;

height:auto;

gap:30px;

}

.fr-desktop{

position:relative;

width:100%;

left:auto;

top:auto;

}

.fr-phone{

position:relative;

right:auto;

bottom:auto;

margin:0 auto;

}

.fr-phone-frame{

width:230px;

height:470px;

}

.fr-project-badge{

position:relative;

left:auto;

bottom:auto;

margin:20px auto 0;

width:fit-content;

}

}

/*==================================
Small Mobile
==================================*/

@media(max-width:480px){

.fr-premium-content h1{

font-size:34px;

}

.fr-premium-tag{

font-size:11px;

padding:10px 18px;

}

.fr-phone-frame{

width:210px;

height:430px;

}

.fr-project-badge{

padding:18px 22px;

}

.fr-project-badge strong{

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66413ce *//*=========================================================
FORAGERS REST CASE STUDY
SECTION 2 - THE CHALLENGE
=========================================================*/

.fr-challenge{

    position:relative;

    overflow:hidden;

    padding:140px 20px;

    background:
    radial-gradient(circle at top right,rgba(245,183,0,.08),transparent 35%),
    linear-gradient(180deg,#0b0b0b,#141414);

    color:#ffffff;

}

.fr-challenge *{

    box-sizing:border-box;

}

.fr-challenge-wrap{

    max-width:1350px;

    margin:auto;

}

/*=================================
Heading
=================================*/

.fr-challenge-heading{

    text-align:center;

    max-width:900px;

    margin:0 auto 90px;

}

.fr-section-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 22px;

    margin-bottom:24px;

    border-radius:100px;

    background:rgba(245,183,0,.08);

    border:1px solid rgba(245,183,0,.35);

    color:#f5b700;

    font-size:13px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.fr-challenge-heading h2{

    margin:0 0 24px;

    font-size:clamp(48px,5vw,72px);

    line-height:1.05;

    font-weight:900;

    letter-spacing:-2px;

    color:#ffffff;

}

.fr-challenge-heading p{

    margin:0;

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

    font-size:19px;

    line-height:2;

}

/*=================================
Layout
=================================*/

.fr-challenge-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

/*=================================
Browser Window
=================================*/

.fr-before-after{

    position:relative;

}

.fr-browser{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    background:#111111;

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

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

    transition:.4s;

}

.fr-browser:hover{

    transform:translateY(-10px);

    border-color:#f5b700;

}

.fr-browser-top{

    display:flex;

    align-items:center;

    gap:12px;

    height:46px;

    padding:0 16px;

    background:#222222;

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

}

.fr-browser-buttons{

    display:flex;

    gap:7px;

}

.fr-browser-buttons span{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#f5b700;

}

.fr-browser-address{

    flex:1;

    padding:7px 16px;

    background:#111111;

    border-radius:30px;

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

    font-size:12px;

    text-align:center;

}

.fr-browser img{

    display:block;

    width:100%;

}

/*=================================
Badge
=================================*/

.fr-browser-label{

    position:absolute;

    left:25px;

    bottom:25px;

    padding:14px 20px;

    border-radius:12px;

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

    border:1px solid rgba(245,183,0,.35);

    color:#f5b700;

    font-size:13px;

    font-weight:800;

    letter-spacing:1px;

}

/*=================================
Content
=================================*/

.fr-challenge-content h3{

    margin:0 0 24px;

    font-size:40px;

    line-height:1.1;

    color:#ffffff;

    font-weight:900;

}

.fr-challenge-content p{

    margin-bottom:40px;

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

    font-size:17px;

    line-height:2;

}

/*=================================
Checklist
=================================*/

.fr-list{

    display:grid;

    gap:16px;

}

.fr-list div{

    padding:18px 22px;

    border-radius:18px;

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

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

    color:#ffffff;

    font-size:16px;

    transition:.35s;

}

.fr-list div:hover{

    transform:translateX(8px);

    border-color:#f5b700;

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

}

/*=================================
Tablet
=================================*/

@media(max-width:1050px){

.fr-challenge{

padding:100px 20px;

}

.fr-challenge-grid{

grid-template-columns:1fr;

gap:50px;

}

}

/*=================================
Mobile
=================================*/

@media(max-width:768px){

.fr-challenge{

padding:80px 18px;

}

.fr-challenge-heading{

margin-bottom:60px;

}

.fr-challenge-heading h2{

font-size:40px;

letter-spacing:-1px;

}

.fr-challenge-heading p{

font-size:16px;

line-height:1.9;

}

.fr-challenge-content h3{

font-size:30px;

}

.fr-challenge-content p{

font-size:16px;

}

.fr-list div{

font-size:15px;

padding:16px 18px;

}

.fr-browser-label{

left:16px;

bottom:16px;

}

}

/*=================================
Small Mobile
=================================*/

@media(max-width:480px){

.fr-challenge-heading h2{

font-size:32px;

}

.fr-challenge-content h3{

font-size:26px;

}

.fr-browser-top{

height:42px;

}

.fr-browser-address{

font-size:11px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84ece10 *//*=========================================================
CREATING THE EXPERIENCE
FORAGERS REST
=========================================================*/

.fr-experience{

    position:relative;

    overflow:hidden;

    padding:160px 20px;

    background:
    radial-gradient(circle at top left,rgba(245,183,0,.07),transparent 34%),
    radial-gradient(circle at bottom right,rgba(245,183,0,.05),transparent 40%),
    linear-gradient(180deg,#050505,#101010);

}

.fr-experience *{

    box-sizing:border-box;

}

.fr-experience-wrap{

    max-width:1400px;

    margin:auto;

}

/*=============================
Heading
=============================*/

.fr-experience-heading{

    text-align:center;

    max-width:900px;

    margin:0 auto 110px;

}

.fr-experience-heading h2{

    margin:28px 0;

    color:#ffffff;

    font-size:clamp(50px,6vw,78px);

    line-height:1;

    letter-spacing:-2px;

    font-weight:900;

}

.fr-experience-heading p{

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

    font-size:20px;

    line-height:2;

}

/*=============================
GRID
=============================*/

.fr-exp-grid{

    display:grid;

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

    gap:40px;

}

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

.fr-exp-card{

    position:relative;

    overflow:hidden;

    padding:60px;

    border-radius:34px;

    background:

    linear-gradient(

    180deg,

    rgba(255,255,255,.06),

    rgba(255,255,255,.03)

    );

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

    transition:.45s;

    min-height:380px;

}

.fr-exp-card:hover{

    transform:translateY(-12px);

    border-color:#f5b700;

    box-shadow:

    0 45px 90px rgba(0,0,0,.45),

    0 0 45px rgba(245,183,0,.08);

}

/*=============================
Huge Number
=============================*/

.fr-exp-number{

    position:absolute;

    right:25px;

    top:10px;

    font-size:140px;

    font-weight:900;

    line-height:1;

    color:#ffffff;

    opacity:.04;

    pointer-events:none;

    user-select:none;

}

/*=============================
Title
=============================*/

.fr-exp-card h3{

    position:relative;

    margin:0 0 24px;

    color:#ffffff;

    font-size:34px;

    line-height:1.15;

    font-weight:900;

}

/*=============================
Text
=============================*/

.fr-exp-card p{

    position:relative;

    margin:0;

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

    font-size:17px;

    line-height:2;

}

/*=============================
Gold Accent
=============================*/

.fr-exp-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:6px;

    height:100%;

    background:#f5b700;

    opacity:0;

    transition:.35s;

}

.fr-exp-card:hover:before{

    opacity:1;

}

/*=============================
Subtle Glow
=============================*/

.fr-exp-card:after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    right:-120px;

    top:-120px;

    background:rgba(245,183,0,.08);

    filter:blur(50px);

}

/*=============================
Tablet
=============================*/

@media(max-width:1100px){

.fr-experience{

padding:120px 20px;

}

.fr-exp-grid{

grid-template-columns:1fr;

gap:30px;

}

.fr-exp-card{

min-height:auto;

}

}

/*=============================
Mobile
=============================*/

@media(max-width:768px){

.fr-experience{

padding:90px 18px;

}

.fr-experience-heading{

margin-bottom:60px;

}

.fr-experience-heading h2{

font-size:42px;

letter-spacing:-1px;

}

.fr-experience-heading p{

font-size:16px;

line-height:1.9;

}

.fr-exp-card{

padding:35px;

}

.fr-exp-number{

font-size:90px;

}

.fr-exp-card h3{

font-size:28px;

}

.fr-exp-card p{

font-size:15px;

line-height:1.8;

}

}

/*=============================
Small Mobile
=============================*/

@media(max-width:480px){

.fr-experience-heading h2{

font-size:34px;

}

.fr-exp-card{

padding:28px;

}

.fr-exp-number{

font-size:70px;

}

.fr-exp-card h3{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8265c57 *//*=========================================================
THE FINISHED WEBSITE
Premium Portfolio Gallery
=========================================================*/

.fr-finished{

    position:relative;

    overflow:hidden;

    padding:160px 20px;

    background:
    radial-gradient(circle at top right,rgba(245,183,0,.08),transparent 35%),
    radial-gradient(circle at bottom left,rgba(245,183,0,.05),transparent 40%),
    linear-gradient(180deg,#0a0a0a,#050505);

    color:#ffffff;

}

.fr-finished *{

    box-sizing:border-box;

}

.fr-finished-wrap{

    max-width:1450px;

    margin:auto;

}

/*====================================
Heading
====================================*/

.fr-finished-heading{

    max-width:900px;

    margin:0 auto 100px;

    text-align:center;

}

.fr-finished-heading h2{

    margin:28px 0;

    color:#ffffff;

    font-size:clamp(50px,6vw,82px);

    line-height:1;

    font-weight:900;

    letter-spacing:-2px;

}

.fr-finished-heading p{

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

    font-size:20px;

    line-height:2;

}

/*====================================
Gallery
====================================*/

.fr-gallery{

    display:grid;

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

    gap:30px;

    margin-bottom:100px;

}

.fr-gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:30px;

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

    background:#111111;

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

    transition:.45s ease;

}

.fr-gallery-item:hover{

    transform:translateY(-10px);

    border-color:#f5b700;

    box-shadow:

    0 50px 110px rgba(0,0,0,.55),

    0 0 45px rgba(245,183,0,.08);

}

.fr-gallery-item img{

    display:block;

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:top;

    transition:transform .8s ease;

}

.fr-gallery-item:hover img{

    transform:scale(1.06);

}

/* Layout */

.large{

    grid-column:span 8;

    min-height:600px;

}

.large img{

    min-height:600px;

}

.wide{

    grid-column:span 8;

    min-height:320px;

}

.wide img{

    min-height:320px;

}

.fr-gallery-item:not(.large):not(.wide){

    grid-column:span 4;

    min-height:285px;

}

.fr-gallery-item:not(.large):not(.wide) img{

    min-height:285px;

}

/*====================================
Feature Grid
====================================*/

.fr-feature-grid{

    display:grid;

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

    gap:28px;

}

.fr-feature-grid div{

    padding:36px 30px;

    border-radius:24px;

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

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

    transition:.35s ease;

}

.fr-feature-grid div:hover{

    transform:translateY(-6px);

    border-color:#f5b700;

}

.fr-feature-grid strong{

    display:block;

    margin-bottom:14px;

    color:#f5b700;

    font-size:26px;

    font-weight:900;

}

.fr-feature-grid span{

    display:block;

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

    line-height:1.8;

    font-size:15px;

}

/*====================================
Tablet
====================================*/

@media(max-width:1100px){

.fr-finished{

padding:120px 20px;

}

.fr-gallery{

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

}

.large,
.wide,
.fr-gallery-item:not(.large):not(.wide){

grid-column:auto;

min-height:350px;

}

.large img,
.wide img,
.fr-gallery-item img{

min-height:350px;

}

.fr-feature-grid{

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

}

}

/*====================================
Mobile
====================================*/

@media(max-width:768px){

.fr-finished{

padding:90px 18px;

}

.fr-finished-heading{

margin-bottom:60px;

}

.fr-finished-heading h2{

font-size:42px;

letter-spacing:-1px;

}

.fr-finished-heading p{

font-size:16px;

line-height:1.9;

}

.fr-gallery{

grid-template-columns:1fr;

gap:20px;

margin-bottom:60px;

}

.large,
.wide,
.fr-gallery-item{

min-height:250px;

}

.large img,
.wide img,
.fr-gallery-item img{

min-height:250px;

}

.fr-feature-grid{

grid-template-columns:1fr;

gap:20px;

}

.fr-feature-grid div{

padding:28px 22px;

}

.fr-feature-grid strong{

font-size:22px;

}

}

/*====================================
Small Mobile
====================================*/

@media(max-width:480px){

.fr-finished-heading h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51f8e55 *//*=========================================================
THE OUTCOME
=========================================================*/

.fr-growth{

    position:relative;

    overflow:hidden;

    padding:170px 20px;

    background:
    radial-gradient(circle at top left,rgba(245,183,0,.08),transparent 34%),
    radial-gradient(circle at bottom right,rgba(245,183,0,.05),transparent 42%),
    linear-gradient(180deg,#060606,#101010);

    color:#ffffff;

}

.fr-growth *{

    box-sizing:border-box;

}

.fr-growth-wrap{

    max-width:1400px;

    margin:auto;

}

/*===================================
Heading
===================================*/

.fr-growth-heading{

    max-width:900px;

    margin:0 auto 110px;

    text-align:center;

}

.fr-growth-heading h2{

    margin:28px 0;

    font-size:clamp(52px,6vw,82px);

    line-height:1;

    font-weight:900;

    letter-spacing:-2px;

    color:#ffffff;

}

.fr-growth-heading p{

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

    font-size:20px;

    line-height:2;

}

/*===================================
Grid
===================================*/

.fr-growth-grid{

    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:70px;

    align-items:start;

}

/*===================================
Content
===================================*/

.fr-growth-content h3{

    margin:0 0 28px;

    font-size:42px;

    font-weight:900;

    line-height:1.1;

    color:#ffffff;

}

.fr-growth-content>p{

    margin-bottom:45px;

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

    font-size:18px;

    line-height:2;

}

/*===================================
List
===================================*/

.fr-growth-content ul{

    list-style:none;

    padding:0;

    margin:0;

}

.fr-growth-content li{

    position:relative;

    padding:18px 0 18px 42px;

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

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

    font-size:17px;

    line-height:1.7;

}

.fr-growth-content li:last-child{

    border-bottom:none;

}

.fr-growth-content li:before{

    content:"";

    position:absolute;

    left:0;

    top:24px;

    width:12px;

    height:12px;

    border-radius:50%;

    background:#f5b700;

    box-shadow:0 0 18px rgba(245,183,0,.5);

}

/*===================================
Quote Card
===================================*/

.fr-quote-card{

    position:sticky;

    top:120px;

    padding:50px;

    border-radius:34px;

    background:

    linear-gradient(

    180deg,

    rgba(255,255,255,.06),

    rgba(255,255,255,.03)

    );

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

    box-shadow:

    0 45px 100px rgba(0,0,0,.35);

}

.fr-quote-card span{

    display:inline-block;

    margin-bottom:26px;

    color:#f5b700;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:13px;

    font-weight:800;

}

.fr-quote-card blockquote{

    margin:0;

    color:#ffffff;

    font-size:32px;

    line-height:1.45;

    font-weight:300;

    font-style:italic;

}

.fr-divider{

    width:80px;

    height:3px;

    margin:40px 0;

    background:#f5b700;

}

.fr-quote-card h4{

    margin:0 0 8px;

    color:#ffffff;

    font-size:22px;

    font-weight:900;

}

.fr-quote-card p{

    margin:0;

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

    font-size:15px;

}

/*===================================
Hover
===================================*/

.fr-quote-card:hover{

    border-color:#f5b700;

    transform:translateY(-8px);

    transition:.35s;

}

/*===================================
Tablet
===================================*/

@media(max-width:1100px){

.fr-growth{

padding:120px 20px;

}

.fr-growth-grid{

grid-template-columns:1fr;

gap:50px;

}

.fr-quote-card{

position:relative;

top:auto;

}

}

/*===================================
Mobile
===================================*/

@media(max-width:768px){

.fr-growth{

padding:90px 18px;

}

.fr-growth-heading{

margin-bottom:60px;

}

.fr-growth-heading h2{

font-size:42px;

letter-spacing:-1px;

}

.fr-growth-heading p{

font-size:16px;

line-height:1.9;

}

.fr-growth-content h3{

font-size:30px;

}

.fr-growth-content>p{

font-size:16px;

}

.fr-growth-content li{

padding:16px 0 16px 34px;

font-size:15px;

}

.fr-growth-content li:before{

top:22px;

}

.fr-quote-card{

padding:35px;

}

.fr-quote-card blockquote{

font-size:24px;

}

}

/*===================================
Small Mobile
===================================*/

@media(max-width:480px){

.fr-growth-heading h2{

font-size:34px;

}

.fr-growth-content h3{

font-size:26px;

}

.fr-quote-card{

padding:28px;

}

.fr-quote-card blockquote{

font-size:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5064fa4 *//*=========================================================
CONTINUE EXPLORING OUR WORK
Reusable On Every Case Study
=========================================================*/

.sb-next-project{

    position:relative;

    overflow:hidden;

    padding:150px 20px;

    background:
    radial-gradient(circle at top left,rgba(245,183,0,.08),transparent 35%),
    radial-gradient(circle at bottom right,rgba(245,183,0,.05),transparent 40%),
    linear-gradient(180deg,#050505,#111111);

    color:#ffffff;

}

.sb-next-project *{

    box-sizing:border-box;

}

.sb-next-wrap{

    max-width:1450px;

    margin:auto;

    text-align:center;

}

/*==================================
Heading
==================================*/

.sb-next-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 24px;

    margin-bottom:24px;

    border-radius:100px;

    background:rgba(245,183,0,.08);

    border:1px solid rgba(245,183,0,.35);

    color:#f5b700;

    font-size:13px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.sb-next-wrap h2{

    margin:0 0 26px;

    color:#ffffff;

    font-size:clamp(50px,6vw,82px);

    line-height:1;

    font-weight:900;

    letter-spacing:-2px;

}

.sb-next-wrap>p{

    max-width:820px;

    margin:0 auto 90px;

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

    font-size:20px;

    line-height:2;

}

/*==================================
Grid
==================================*/

.sb-next-grid{

    display:grid;

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

    gap:34px;

}

/*==================================
Cards
==================================*/

.sb-next-card{

    display:block;

    overflow:hidden;

    text-decoration:none;

    border-radius:28px;

    background:

    linear-gradient(

    180deg,

    rgba(255,255,255,.06),

    rgba(255,255,255,.03)

    );

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

    transition:.45s;

    box-shadow:

    0 35px 90px rgba(0,0,0,.35);

}

.sb-next-card:hover{

    transform:translateY(-12px);

    border-color:#f5b700;

    box-shadow:

    0 50px 120px rgba(0,0,0,.55),

    0 0 45px rgba(245,183,0,.08);

}

/*==================================
Images
==================================*/

.sb-next-card img{

    display:block;

    width:100%;

    height:260px;

    object-fit:cover;

    object-position:top;

    transition:.7s;

}

.sb-next-card:hover img{

    transform:scale(1.06);

}

/*==================================
Text
==================================*/

.sb-next-card div{

    padding:30px;

    text-align:left;

}

.sb-next-card span{

    display:block;

    margin-bottom:12px;

    color:#f5b700;

    font-size:12px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.sb-next-card h3{

    margin:0 0 16px;

    color:#ffffff;

    font-size:30px;

    line-height:1.15;

    font-weight:900;

}

.sb-next-card p{

    margin:0;

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

    font-size:15px;

    line-height:1.8;

}

/*==================================
Portfolio Card
==================================*/

.sb-next-all{

    display:flex;

    align-items:center;

    justify-content:center;

    min-height:420px;

    text-align:center;

    background:

    linear-gradient(

    135deg,

    #f5b700,

    #e4a900

    );

    border:none;

}

.sb-next-all div{

    text-align:center;

    padding:40px;

}

.sb-next-all span{

    color:#111111;

}

.sb-next-all h3{

    color:#111111;

    font-size:40px;

    margin-bottom:18px;

}

.sb-next-all p{

    color:#222222;

    font-size:16px;

}

.sb-next-all:hover{

    transform:translateY(-12px) scale(1.02);

}

/*==================================
Tablet
==================================*/

@media(max-width:1100px){

.sb-next-project{

padding:120px 20px;

}

.sb-next-grid{

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

}

}

/*==================================
Mobile
==================================*/

@media(max-width:768px){

.sb-next-project{

padding:90px 18px;

}

.sb-next-wrap h2{

font-size:42px;

letter-spacing:-1px;

}

.sb-next-wrap>p{

font-size:16px;

margin-bottom:55px;

line-height:1.9;

}

.sb-next-grid{

grid-template-columns:1fr;

gap:24px;

}

.sb-next-card img{

height:220px;

}

.sb-next-card div{

padding:24px;

}

.sb-next-card h3{

font-size:24px;

}

.sb-next-all{

min-height:300px;

}

.sb-next-all h3{

font-size:34px;

}

}

/*==================================
Small Mobile
==================================*/

@media(max-width:480px){

.sb-next-wrap h2{

font-size:34px;

}

.sb-next-card h3{

font-size:22px;

}

.sb-next-all h3{

font-size:28px;

}

}/* End custom CSS */