/* Start custom CSS for html, class: .elementor-element-01d1455 *//*=========================
GOOGLE FONT
=========================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fff;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/*=========================
HERO
=========================*/

.hero{
    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:#ffffff;
}

.hero-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:70px;
}

/*=========================
TEXT
=========================*/

.hero-badge{

    display:inline-block;

    padding:10px 22px;

    background:#FFF2EA;

    color:#FF6B1A;

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    margin-bottom:25px;
}

.hero-text h1{

    font-size:58px;

    line-height:1.15;

    font-weight:700;

    color:#222;

    margin-bottom:25px;
}

.hero-text h1 span{

    color:#FF6B1A;
}

.hero-text p{

    font-size:18px;

    line-height:32px;

    color:#666;

    margin-bottom:40px;

    max-width:550px;
}

/*=========================
BUTTONS
=========================*/

.hero-buttons{

    display:flex;

    gap:20px;

    margin-bottom:60px;
}

.btn-primary{

    padding:18px 38px;

    background:#FF6B1A;

    color:#fff;

    text-decoration:none;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

    box-shadow:0 12px 30px rgba(255,107,26,.30);
}

.btn-primary:hover{

    background:#F05500;

    transform:translateY(-5px);
}

.btn-secondary{

    padding:18px 38px;

    border:2px solid #FF6B1A;

    color:#FF6B1A;

    text-decoration:none;

    border-radius:12px;

    font-weight:600;

    transition:.3s;
}

.btn-secondary:hover{

    background:#FF6B1A;

    color:#fff;
}

/*=========================
STATS
=========================*/

.hero-stats{

    display:flex;

    gap:50px;
}

.stat h3{

    color:#FF6B1A;

    font-size:32px;

    font-weight:700;
}

.stat span{

    color:#777;
}

/*=========================
IMAGE
=========================*/

.hero-image{

    position:relative;
}

.hero-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.10);
}

.floating-box{

    position:absolute;

    right:-20px;

    bottom:40px;

    width:240px;

    background:#fff;

    padding:22px;

    border-radius:18px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.floating-box h4{

    margin-bottom:10px;

    color:#222;
}

.floating-box p{

    color:#666;

    font-size:15px;

    line-height:24px;
}

/*=========================
SHAPES
=========================*/

.shape{

    position:absolute;

    border-radius:50%;

    background:#FF6B1A;

    opacity:.12;
}

.shape1{

    width:90px;

    height:90px;

    left:-30px;

    top:80px;
}

.shape2{

    width:18px;

    height:18px;

    left:120px;

    top:140px;
}

.shape3{

    width:12px;

    height:12px;

    right:120px;

    top:100px;
}

.shape4{

    width:24px;

    height:24px;

    right:50px;

    bottom:100px;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.hero-content{

grid-template-columns:1fr;

text-align:center;

}

.hero-text h1{

font-size:42px;
}

.hero-text p{

margin:auto auto 40px;
}

.hero-buttons{

justify-content:center;

flex-wrap:wrap;
}

.hero-stats{

justify-content:center;

flex-wrap:wrap;
}

.hero-image{

margin-top:50px;
}

.floating-box{

position:relative;

right:auto;

bottom:auto;

margin:25px auto 0;
}

}

@media(max-width:768px){

.hero{

padding:70px 0;
}

.hero-text h1{

font-size:34px;
}

.hero-text p{

font-size:16px;

line-height:28px;
}

.hero-buttons{

flex-direction:column;
}

.btn-primary,
.btn-secondary{

text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d60e45 *//*========================
SERVICES
========================*/

.services{

    padding:100px 0;
    background:#fafafa;

}

.section-title{

    text-align:center;
    margin-bottom:70px;

}

.section-title span{

    display:inline-block;
    color:#FF6B1A;
    background:#FFF2EA;
    padding:10px 24px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
    font-size:15px;

}

.section-title h2{

    font-size:46px;
    color:#222;
    margin-bottom:20px;
    line-height:1.3;

}

.section-title p{

    width:700px;
    max-width:100%;
    margin:auto;
    color:#666;
    line-height:30px;
    font-size:18px;

}

/*========================
GRID
========================*/

.services-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;

}

/*========================
CARD
========================*/

.service-card{

    background:#fff;
    padding:40px 35px;
    border-radius:20px;
    transition:.35s;
    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.service-card:hover{

    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.icon{

    width:70px;
    height:70px;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom:25px;
    color:#fff;

}

.orange{

    background:#FF6B1A;

}

.green{

    background:#00C853;

}

.purple{

    background:#7E57C2;

}

.red{

    background:#F44336;

}

.service-card h3{

    font-size:24px;
    margin-bottom:18px;
    color:#222;

}

.service-card p{

    color:#666;
    line-height:28px;
    margin-bottom:25px;

}

.service-card a{

    color:#FF6B1A;
    font-weight:600;
    text-decoration:none;

}

.service-card a:hover{

    color:#F05500;

}

/*========================
RESPONSIVE
========================*/

@media(max-width:1024px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.section-title h2{

font-size:34px;

}

.services{

padding:70px 0;

}

.services-grid{

grid-template-columns:1fr;

}

.service-card{

text-align:center;

}

.icon{

margin:auto auto 25px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e809e26 */.process-section{

    padding:100px 0;

    background:#FFF4ED;

    overflow:hidden;

}

.container{

    width:90%;

    max-width:1200px;

    margin:auto;

}

.process-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:80px;

}

.process-image img{

    width:100%;

    border-radius:20px;

}

.subtitle{

    display:inline-block;

    background:#FFE7DB;

    color:#FF6B1A;

    padding:8px 20px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;

}

.process-content h2{

    font-size:46px;

    margin-bottom:20px;

    line-height:1.2;

    color:#222;

}

.process-content h2 span{

    color:#FF6B1A;

}

.process-content>p{

    color:#666;

    line-height:30px;

    margin-bottom:40px;

}

.step{

    display:flex;

    align-items:flex-start;

    gap:20px;

    margin-bottom:25px;

}

.number{

    width:45px;

    height:45px;

    border-radius:50%;

    background:#FF6B1A;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

    flex-shrink:0;

}

.step-content h4{

    margin-bottom:8px;

    font-size:20px;

    color:#222;

}

.step-content p{

    color:#777;

    line-height:26px;

}

.buttons{

    margin-top:40px;

    display:flex;

    gap:20px;

}

.btn-primary{

    background:#FF6B1A;

    color:#fff;

    padding:15px 35px;

    border-radius:10px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-primary:hover{

    background:#F25500;

}

.btn-outline{

    border:2px solid #FF6B1A;

    color:#FF6B1A;

    padding:15px 35px;

    border-radius:10px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-outline:hover{

    background:#FF6B1A;

    color:#fff;

}

@media(max-width:992px){

.process-grid{

grid-template-columns:1fr;

}

.process-content{

margin-top:50px;

}

}

@media(max-width:768px){

.process-content h2{

font-size:34px;

}

.buttons{

flex-direction:column;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94fffa7 *//*==========================
AGENCY SECTION
==========================*/

.agency-section{
    padding:100px 0;
    background:#ffffff;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.agency-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
}

/* LEFT */

.section-tag{
    display:inline-block;
    padding:10px 22px;
    background:#FFF1E8;
    color:#FF6B1A;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.agency-content h2{
    font-size:48px;
    line-height:1.2;
    color:#222;
    margin-bottom:25px;
}

.agency-content h2 span{
    color:#FF6B1A;
}

.agency-content p{
    color:#666;
    font-size:18px;
    line-height:30px;
    margin-bottom:35px;
}

/* FEATURES */

.feature-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:40px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.check{
    width:34px;
    height:34px;
    background:#FF6B1A;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:bold;
}

/* BUTTON */

.agency-btn{
    display:inline-block;
    background:#FF6B1A;
    color:#fff;
    padding:16px 38px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    box-shadow:0 12px 30px rgba(255,107,26,.25);
}

.agency-btn:hover{
    background:#F25500;
    transform:translateY(-4px);
}

/* RIGHT */

.agency-image{
    position:relative;
    text-align:center;
}

.agency-image img{
    width:100%;
    max-width:520px;
    animation:float 5s ease-in-out infinite;
}

.experience-card{
    position:absolute;
    right:10px;
    bottom:20px;
    background:#fff;
    padding:22px;
    border-radius:16px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.experience-card h3{
    color:#FF6B1A;
    font-size:38px;
    margin-bottom:5px;
}

.experience-card p{
    color:#666;
    font-size:15px;
}

/* FLOAT */

@keyframes float{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-10px);
}

100%{
transform:translateY(0px);
}

}

/* RESPONSIVE */

@media(max-width:992px){

.agency-wrapper{
grid-template-columns:1fr;
text-align:center;
}

.feature-list{
grid-template-columns:1fr;
}

.feature-item{
justify-content:center;
}

.agency-image{
margin-top:60px;
}

.experience-card{
position:relative;
right:auto;
bottom:auto;
margin:25px auto 0;
display:inline-block;
}

}

@media(max-width:768px){

.agency-section{
padding:70px 0;
}

.agency-content h2{
font-size:36px;
}

.agency-content p{
font-size:16px;
line-height:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7fcfed *//*=========================
WHY CHOOSE US
=========================*/

.why-choose{

    padding:100px 0;

    background:#F8FAFC;

}

.section-heading{

    text-align:center;

    margin-bottom:70px;

}

.section-heading span{

    display:inline-block;

    padding:8px 20px;

    background:#FFF2EA;

    color:#FF6B1A;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;

}

.section-heading h2{

    font-size:46px;

    color:#222;

    margin-bottom:20px;

}

.section-heading h2 span{

    color:#FF6B1A;

}

.section-heading p{

    max-width:650px;

    margin:auto;

    color:#666;

    line-height:30px;

}

/* GRID */

.choose-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* CARD */

.choose-card{

    background:#fff;

    padding:40px 35px;

    border-radius:20px;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

    transition:.35s;

}

.choose-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.icon-box{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#FF6B1A;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-bottom:25px;

}

.choose-card h3{

    font-size:24px;

    margin-bottom:15px;

    color:#222;

}

.choose-card p{

    color:#666;

    line-height:28px;

}

/* RESPONSIVE */

@media(max-width:992px){

.choose-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-choose{

padding:70px 0;

}

.section-heading h2{

font-size:34px;

}

.choose-grid{

grid-template-columns:1fr;

}

.choose-card{

text-align:center;

}

.icon-box{

margin:0 auto 25px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea72b59 *//*=================================
STATISTICS SECTION
=================================*/

.stats-section{

    padding:100px 0;

    background:#ffffff;

}

.stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.stat-box{

    background:#fff;

    padding:45px 30px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

    border:1px solid #f2f2f2;

}

.stat-box:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.stat-box.active{

    background:#FF6B1A;

    color:#fff;

}

.stat-box.active p,

.stat-box.active h4,

.stat-box.active h2{

    color:#fff;

}

.stat-icon{

    width:80px;

    height:80px;

    background:#FFF2EA;

    border-radius:20px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto auto 25px;

    font-size:38px;

}

.stat-box.active .stat-icon{

    background:#fff;

}

.stat-box h2{

    font-size:46px;

    color:#222;

    margin-bottom:10px;

    font-weight:700;

}

.stat-box h4{

    font-size:22px;

    margin-bottom:15px;

    color:#222;

}

.stat-box p{

    color:#666;

    line-height:28px;

}

/*==========================
Responsive
==========================*/

@media(max-width:992px){

.stats-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.stats-section{

padding:70px 0;

}

.stats-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c54b33 *//*==========================
PORTFOLIO
==========================*/

.portfolio{

    padding:100px 0;

    background:#F8FAFC;

}

.section-title{

    text-align:center;

    margin-bottom:70px;

}

.section-title span{

    display:inline-block;

    padding:8px 20px;

    background:#FFF2EA;

    color:#FF6B1A;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;

}

.section-title h2{

    font-size:46px;

    color:#222;

    margin-bottom:20px;

}

.section-title p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:30px;

}

/* GRID */

.portfolio-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* CARD */

.portfolio-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

}

.portfolio-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.portfolio-card img{

    width:100%;

    height:250px;

    object-fit:cover;

}

.portfolio-content{

    padding:30px;

}

.portfolio-content span{

    color:#FF6B1A;

    font-weight:600;

    display:block;

    margin-bottom:10px;

}

.portfolio-content h3{

    font-size:24px;

    color:#222;

    margin-bottom:15px;

}

.portfolio-content p{

    color:#666;

    line-height:28px;

    margin-bottom:25px;

}

.portfolio-content a{

    color:#FF6B1A;

    text-decoration:none;

    font-weight:600;

}

.portfolio-content a:hover{

    color:#F05500;

}

.portfolio-btn{

    text-align:center;

    margin-top:60px;

}

.btn-view{

    display:inline-block;

    background:#FF6B1A;

    color:#fff;

    text-decoration:none;

    padding:16px 40px;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

}

.btn-view:hover{

    background:#F05500;

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:992px){

.portfolio-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.portfolio{

padding:70px 0;

}

.section-title h2{

font-size:34px;

}

.portfolio-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-afff414 *//*=========================
TESTIMONIALS
=========================*/

.testimonials{

    padding:100px 0;

    background:#ffffff;

}

.section-title{

    text-align:center;

    margin-bottom:70px;

}

.section-title span{

    display:inline-block;

    background:#FFF2EA;

    color:#FF6B1A;

    padding:10px 22px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:18px;

}

.section-title h2{

    font-size:46px;

    color:#222;

    margin-bottom:20px;

}

.section-title p{

    color:#666;

    max-width:700px;

    margin:auto;

    line-height:30px;

}

/* GRID */

.testimonial-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* CARD */

.testimonial-card{

    background:#fff;

    border-radius:20px;

    padding:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

}

.testimonial-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.featured{

    background:#FF6B1A;

    color:#fff;

}

.featured h4,
.featured span,
.featured .review{

    color:#fff;

}

.quote-icon{

    font-size:60px;

    color:#FF6B1A;

    margin-bottom:20px;

    line-height:1;

}

.featured .quote-icon{

    color:#fff;

}

.review{

    color:#666;

    line-height:30px;

    margin-bottom:30px;

}

.client{

    display:flex;

    align-items:center;

    gap:15px;

}

.client img{

    width:65px;

    height:65px;

    border-radius:50%;

    object-fit:cover;

}

.client h4{

    margin-bottom:5px;

    color:#222;

}

.client span{

    color:#777;

    font-size:14px;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:992px){

.testimonial-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.testimonials{

padding:70px 0;

}

.section-title h2{

font-size:34px;

}

.testimonial-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9775f6b *//*==========================
CTA SECTION
==========================*/

.cta-section{
    padding:100px 0;
    background:#ffffff;
}

.cta-box{
    background:linear-gradient(135deg,#FF6B1A,#FF914D);
    border-radius:30px;
    padding:70px;
    display:grid;
    grid-template-columns:1.2fr .8fr;
    align-items:center;
    gap:60px;
    overflow:hidden;
    position:relative;
}

.cta-box::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-100px;
    right:-70px;
}

.cta-box::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-70px;
    left:-50px;
}

.cta-content{
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.cta-content h2{
    font-size:48px;
    color:#fff;
    margin-bottom:20px;
    line-height:1.2;
}

.cta-content p{
    color:#fff;
    opacity:.9;
    line-height:30px;
    margin-bottom:35px;
    max-width:600px;
}

.cta-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.btn-primary{
    display:inline-block;
    padding:16px 36px;
    background:#fff;
    color:#FF6B1A;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover{
    transform:translateY(-4px);
}

.btn-outline{
    display:inline-block;
    padding:16px 36px;
    border:2px solid #fff;
    color:#fff;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-outline:hover{
    background:#fff;
    color:#FF6B1A;
}

.cta-image{
    text-align:center;
    position:relative;
    z-index:2;
}

.cta-image img{
    width:100%;
    max-width:420px;
    animation:floatImage 5s ease-in-out infinite;
}

@keyframes floatImage{
    0%{transform:translateY(0);}
    50%{transform:translateY(-12px);}
    100%{transform:translateY(0);}
}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:992px){

.cta-box{
    grid-template-columns:1fr;
    text-align:center;
    padding:50px 35px;
}

.cta-content h2{
    font-size:38px;
}

.cta-buttons{
    justify-content:center;
}

}

@media(max-width:768px){

.cta-section{
    padding:70px 0;
}

.cta-content h2{
    font-size:30px;
}

.cta-content p{
    font-size:16px;
    line-height:28px;
}

.cta-buttons{
    flex-direction:column;
}

.btn-primary,
.btn-outline{
    width:100%;
    text-align:center;
}

}/* End custom CSS */