.elementor-6 .elementor-element.elementor-element-6e5fb0e{--display:flex;--min-height:560px;}.elementor-6 .elementor-element.elementor-element-6e5fb0e:not(.elementor-motion-effects-element-type-background), .elementor-6 .elementor-element.elementor-element-6e5fb0e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://grownestpro.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-27-2026-12_49_50-PM.png");background-repeat:no-repeat;background-size:cover;}.elementor-6 .elementor-element.elementor-element-2fdb7a6{--display:flex;--min-height:0px;--z-index:0;}.elementor-6 .elementor-element.elementor-element-2fdb7a6:not(.elementor-motion-effects-element-type-background), .elementor-6 .elementor-element.elementor-element-2fdb7a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DEEDFF;}.elementor-6 .elementor-element.elementor-element-2fdb7a6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6 .elementor-element.elementor-element-f54ecc2{width:100%;max-width:100%;margin:-8px -8px calc(var(--kit-widget-spacing, 0px) + -8px) -8px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-f54ecc2.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-6 .elementor-element.elementor-element-b0d57bf{--display:flex;}.elementor-6 .elementor-element.elementor-element-fe20090{--display:flex;--min-height:472px;}.elementor-6 .elementor-element.elementor-element-02c5475{--display:flex;--min-height:520px;}.elementor-6 .elementor-element.elementor-element-eacb6ab{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-6 .elementor-element.elementor-element-2fdb7a6{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1e03098 */.hero-text{

position:absolute;

top:55px;
left:40px;

width:390px;

color:#fff;

font-family:Poppins,sans-serif;

z-index:5;

}

.hero-text h1{

font-size:34px;

font-weight:800;

line-height:1.15;

margin-bottom:18px;

color:#fff;

}

.hero-text h1 span{

color:#FFC107;

}

.hero-text p{

font-size:13px;

line-height:24px;

color:#DCE6FF;

margin-bottom:28px;

}

.hero-btns{

display:flex;

gap:15px;

margin-bottom:35px;

}

.btn-yellow{

padding:13px 28px;

background:#FFC107;

border-radius:50px;

font-size:15px;

font-weight:600;

color:#081B47;

text-decoration:none;

display:flex;

align-items:center;

gap:8px;

transition:.3s;

}

.btn-yellow:hover{

transform:translateY(-3px);

}

.btn-outline{

padding:13px 28px;

border:1px solid rgba(255,255,255,.45);

border-radius:50px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(18px);

text-decoration:none;

color:#fff;

display:flex;

align-items:center;

gap:8px;

transition:.3s;

}

.btn-outline:hover{

background:rgba(255,255,255,.18);

}

.hero-rating{

display:flex;

align-items:center;

gap:18px;

}

.users{

display:flex;

}

.users img{

width:38px;

height:38px;

border-radius:50%;

border:2px solid white;

margin-left:-10px;

}

.users img:first-child{

margin-left:0;

}

.rating-box{

display:flex;

gap:35px;

}

.item h3{

font-size:22px;

font-weight:700;

color:#FFC107;

margin-bottom:2px;

}

.item small{

font-size:12px;

color:#fff;

}

.stars{

color:#FFC107;

font-size:15px;

letter-spacing:2px;

margin-bottom:5px;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f54ecc2 *//*======================================
   SERVICES SECTION
======================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#ffffff;
}

.services-section{

    padding:80px 40px;

    background:
    radial-gradient(circle at top left,#dfe9ff 0%,transparent 40%),
    radial-gradient(circle at top right,#edf4ff 0%,transparent 35%),
    linear-gradient(180deg,#f7fbff 0%,#eef5ff 100%);

    overflow:hidden;
}

.section-title{

    text-align:center;

    margin-bottom:55px;

    position:relative;
}

.section-title span{

    display:block;

    color:#8A97B8;

    font-size:13px;

    margin-bottom:10px;

    font-weight:500;
}

.section-title h2{

    font-size:34px;

    color:#163A74;

    font-weight:700;

    position:relative;

    display:inline-block;
}

.section-title h2:before{

    content:"";

    position:absolute;

    width:140px;

    height:2px;

    background:#8FAFE8;

    top:50%;

    right:105%;

}

.section-title h2:after{

    content:"";

    position:absolute;

    width:140px;

    height:2px;

    background:#8FAFE8;

    top:50%;

    left:105%;

}

/*==============================*/

.services-grid{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:22px;

    max-width:1450px;

    margin:auto;
}

/*==============================*/

.service-card{

    background:rgba(255,255,255,.82);

    backdrop-filter:blur(18px);

    border-radius:18px;

    padding:35px 22px;

    text-align:center;

    box-shadow:
    0 12px 35px rgba(41,74,150,.12);

    transition:.35s;

    border:1px solid rgba(255,255,255,.55);

    min-height:300px;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    align-items:center;
}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 25px 45px rgba(18,60,150,.18);
}

/*==============================*/

.icon-box{

    width:72px;

    height:72px;

    border-radius:22px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

    box-shadow:
    0 12px 25px rgba(0,0,0,.10);
}

.icon-box img{

    width:34px;
}

/*==============================*/

.blue{

background:linear-gradient(135deg,#58C8FF,#266CFF);

}

.green{

background:linear-gradient(135deg,#63E68B,#22B86B);

}

.purple{

background:linear-gradient(135deg,#A56DFF,#6442F6);

}

.facebook{

background:linear-gradient(135deg,#3E98FF,#1160D9);

}

.orange{

background:linear-gradient(135deg,#FFD44D,#FF9800);

}

.pink{

background:linear-gradient(135deg,#FF8BB2,#FF4D75);

}

/*==============================*/

.service-card h3{

    color:#193D75;

    font-size:19px;

    font-weight:700;

    margin-bottom:16px;
}

.service-card p{

    color:#6E7F9D;

    font-size:14px;

    line-height:26px;

    margin-bottom:28px;
}

.service-card a{

    margin-top:auto;

    color:#2D67FF;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    transition:.3s;
}

.service-card a:hover{

    color:#FFB100;
}

/*==============================*/

@media(max-width:1200px){

.services-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

.section-title h2{

font-size:26px;

}

}

@media(max-width:550px){

.services-grid{

grid-template-columns:1fr;

}

.services-section{

padding:60px 20px;

}

.service-card{

min-height:auto;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85f4197 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Inter,sans-serif;
    background:#edf3fb;
}

/* Section */

.trusted{
    width:100%;
    padding:20px 15px;      /* Reduced */
}

/* Heading */

.heading{
    text-align:center;
    color:#8b95a7;
    font-size:12px;
    margin-bottom:10px;     /* Reduced */
    letter-spacing:.3px;
}

/* Card */

.logo-wrapper{
    max-width:1050px;
    margin:auto;
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    overflow:hidden;
    position:relative;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

/* Marquee */

.logo-track{
    display:flex;
    align-items:center;
    width:max-content;
    animation:scroll 22s linear infinite;
    padding:10px 0;         /* Reduced */
}

/* Logos */

.logo-track img{
    width:85px;
    height:26px;
    object-fit:contain;
    margin:0 28px;          /* Reduced */
    flex-shrink:0;
}

/* Fade */

.fade-left,
.fade-right{
    position:absolute;
    top:0;
    width:80px;
    height:100%;
    z-index:10;
    pointer-events:none;
}

.fade-left{
    left:0;
    background:linear-gradient(to right,#fff,transparent);
}

.fade-right{
    right:0;
    background:linear-gradient(to left,#fff,transparent);
}

/* Animation */

@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

.logo-wrapper:hover .logo-track{
    animation-play-state:paused;
}

/* Mobile */

@media(max-width:768px){

.logo-track img{
    width:70px;
    height:22px;
    margin:0 18px;
}

.trusted{
    padding:15px 10px;
}

.heading{
    margin-bottom:8px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51ba400 *//*==================================
Google Font
==================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#eef4ff;
    overflow-x:hidden;
}

/*==================================
Section
==================================*/

.portfolio{
    position:relative;
    padding:70px 0 90px;
    overflow:hidden;
}

/* Decorative Background */

.portfolio::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(93,132,255,.12);
    border-radius:50%;
    top:-180px;
    right:-120px;
    filter:blur(20px);
}

.portfolio::after{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    border:1px solid rgba(93,132,255,.18);
    border-radius:50%;
    bottom:-430px;
    right:-250px;
}

/*==================================
Container
==================================*/

.container{
    width:92%;
    max-width:1320px;
    margin:auto;
    position:relative;
    z-index:2;
}

/*==================================
Heading
==================================*/

.heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:40px;
}

.heading span{
    color:#6c8bff;
    font-size:14px;
    font-weight:600;
}

.heading h2{
    margin-top:6px;
    font-size:36px;
    color:#17203a;
    font-weight:700;
}

.heading a{
    color:#5b7cff;
    text-decoration:none;
    font-weight:600;
    font-size:15px;
}

.heading a i{
    margin-left:6px;
}

/*==================================
Portfolio Grid
==================================*/

.portfolio-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

/*==================================
Card
==================================*/

.portfolio-card{
    position:relative;
    border-radius:18px;
    overflow:hidden;
    background:#17386d;
    box-shadow:0 20px 35px rgba(20,40,90,.18);
    transition:.35s;
}

.portfolio-card:hover{
    transform:translateY(-8px);
}

/*==================================
Image
==================================*/

.portfolio-card>img{
    width:100%;
    height:245px;
    object-fit:cover;
}

/*==================================
Overlay
==================================*/

.portfolio-content{
    position:absolute;
    inset:0;
    padding:18px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:linear-gradient(
        rgba(11,33,82,.10),
        rgba(8,22,65,.82)
    );
}

.portfolio-content h4{
    color:#fff;
    font-size:18px;
    font-weight:600;
}

/*==================================
Stats
==================================*/

.stats{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}

.stats p{
    color:#d8e3ff;
    font-size:13px;
}

.stats h3{
    color:#fff;
    font-size:34px;
    margin-top:4px;
}

.stats img{
    width:92px;
}

/*==================================
Bottom Text
==================================*/

.bottom-text{
    display:flex;
    align-items:center;
    color:#fff;
    font-size:13px;
    line-height:20px;
}

.bottom-text span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ffcc45;
    margin-right:8px;
}
/*==================================
TESTIMONIAL SECTION
==================================*/

.testimonial-heading{
    text-align:center;
    margin:80px 0 35px;
}

.testimonial-heading span{
    display:block;
    font-size:14px;
    color:#7b8cff;
    font-weight:600;
    margin-bottom:8px;
}

.testimonial-heading h2{
    font-size:34px;
    font-weight:700;
    color:#17203a;
}

/*==================================
TESTIMONIAL WRAPPER
==================================*/

.testimonial-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

/*==================================
TESTIMONIAL CARD
==================================*/

.testimonial-card{
    background:#ffffff;
    border-radius:24px;
    padding:30px;
    box-shadow:0 20px 45px rgba(26,42,80,.08);
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 55px rgba(26,42,80,.15);
}

/* Active Card */

.testimonial-card.active{
    border:2px solid #6d86ff;
}

/*==================================
QUOTE ICON
==================================*/

.quote{
    color:#5b7cff;
    font-size:24px;
    margin-bottom:18px;
}

/*==================================
USER INFO
==================================*/

.user-info{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:16px;
}

.user-info img{
    width:62px;
    height:62px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #edf2ff;
}

.user-info h3{
    font-size:18px;
    color:#17203a;
    margin-bottom:4px;
}

.user-info p{
    font-size:13px;
    color:#7a8198;
}

/*==================================
STARS
==================================*/

.stars{
    color:#ffbe2e;
    font-size:18px;
    letter-spacing:2px;
    margin-bottom:18px;
}

/*==================================
REVIEW TEXT
==================================*/

.review{
    font-size:15px;
    color:#5f6678;
    line-height:28px;
}

/*==================================
SLIDER DOTS
==================================*/

.slider-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-top:35px;
}

.slider-dots span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#cfd6f4;
    transition:.3s;
}

.slider-dots span.active{
    width:28px;
    border-radius:30px;
    background:#5b7cff;
}

/*==================================
TABLET
==================================*/

@media(max-width:1100px){

.heading{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
}

.portfolio-grid{
    grid-template-columns:repeat(2,1fr);
}

.testimonial-wrapper{
    grid-template-columns:repeat(2,1fr);
}

}

/*==================================
MOBILE
==================================*/

@media(max-width:768px){

.portfolio{
    padding:60px 0;
}

.heading h2{
    font-size:28px;
}

.heading a{
    margin-top:10px;
}

.portfolio-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.portfolio-card>img{
    height:230px;
}

.testimonial-heading{
    margin:60px 0 25px;
}

.testimonial-heading h2{
    font-size:26px;
}

.testimonial-wrapper{
    grid-template-columns:1fr;
    gap:20px;
}

.testimonial-card{
    padding:24px;
}

.user-info img{
    width:55px;
    height:55px;
}

.review{
    font-size:14px;
    line-height:24px;
}

}

/*==================================
LARGE DESKTOP
==================================*/

@media(min-width:1600px){

.container{
    max-width:1450px;
}

.portfolio-grid{
    gap:30px;
}

.testimonial-wrapper{
    gap:30px;
}

}

/*==================================
SMOOTH SCROLL
==================================*/

html{
    scroll-behavior:smooth;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6864645 */*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

body{

background:linear-gradient(135deg,#0c53ff,#8ab4ff);
padding:60px;
}

.blog-section{

max-width:1300px;
margin:auto;
}

.blog-section h5{

color:white;
text-align:center;
font-size:15px;
margin-bottom:10px;
opacity:.8;
}

.blog-section h2{

color:#fff;
text-align:center;
font-size:34px;
margin-bottom:40px;
font-weight:700;
}

.blog-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.blog-card{

display:flex;
align-items:center;

background:rgba(255,255,255,.18);

backdrop-filter:blur(20px);

border-radius:25px;

padding:18px;

border:1px solid rgba(255,255,255,.3);

box-shadow:

0 20px 40px rgba(0,0,0,.12),

inset 0 1px 0 rgba(255,255,255,.35);

transition:.4s;
}

.blog-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 45px rgba(0,0,0,.2);
}

.card-image{

width:120px;
height:120px;

border-radius:20px;

overflow:hidden;

flex-shrink:0;

margin-right:18px;

background:#fff;
}

.card-image img{

width:100%;
height:100%;
object-fit:cover;
}

.card-content{

flex:1;
}

.category{

display:inline-block;

padding:5px 12px;

background:#005dff;

color:#fff;

border-radius:30px;

font-size:11px;

font-weight:bold;

margin-bottom:12px;
}

.blue{

background:#1b67ff;
}

.green{

background:#7b4dff;
}

.date{

font-size:18px;

font-weight:700;

margin-bottom:10px;

color:#0d1b2a;
}

.desc{

font-size:14px;

line-height:1.6;

color:#4a5568;

margin-bottom:18px;
}

.blog-card a{

text-decoration:none;

color:#005dff;

font-weight:700;

font-size:14px;
}

.blog-card a i{

margin-left:8px;
}

@media(max-width:992px){

.blog-grid{

grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.blog-grid{

grid-template-columns:1fr;
}

.blog-card{

flex-direction:column;
text-align:center;
}

.card-image{

margin-right:0;
margin-bottom:20px;
}

}/* End custom CSS */