@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    min-width: 100vh;
    font-family: 'poppins',sans-serif;
    color: #333;
    background: #fff;
}
section{
    padding: 90px 5%;
    width: 100%;
    min-height: 100vh;
}
header{
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0px 50px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 3px 4px #ddd;
    
    
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    flex: 0 0 1;
}
ul{
    display: flex;
    height: 100%;
    gap: 20px;
    flex: 0 0 1;
    
}
ul li {
    width: 100px;
    height: 55px;
}
ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #727171;
}
#nav-left{
    padding-right: 100px;
}
.navbar li:hover,
.navbar li a:hover{
    color: #0067d9;
    background: #fafafa;
}
.btn-primary{
    width: 200px;
    height: 45px;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    border-radius: 50px;
    color: #ffffff;
    background: linear-gradient(to right,#253fe7,#3187ff);
    border: none;
    cursor: pointer;
    transition: scale 0.3s ease-in;
    flex-shrink: 0;
}
.btn-primary:hover{
    scale: 0.9;
}
.hero{
    height: 100vh;
    width: 100%;
    position: relative;
    background-image:
    url(Assets/hero-left-dot.png),
    url(Assets/hero-bottom-left-dot.png),
    url(Assets/hero-top-center-dot.png),
    url(Assets/hero-banner.png);
    background-repeat: no-repeat;
    background-position: 
    5% 40%,
    15% 98%,
    60% 16%,
    75% 50%;
    background-size: auto,auto,auto,700px;
}
.hero .btn-one{
    border: 1px solid #dfdfdf;
    width: 250px;
    height: 50px;
    font-size: 0.8rem;
    font-weight: 550;
    padding: 8px 25px;
    border-radius: 50px;
    color: #8a8787;
    margin-bottom: 20px;
    background: transparent;
}
#hero-main{
    font-size: 4.5rem;
    font-weight: 5;
    position: 0% 50%;
    line-height: 1.3;
    color: #000;
}
.btn-hero{
    height: 50px;
    width: 200px;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    background: linear-gradient(to right,#253fe7,#3187ff);
    margin-top: 20px;
    cursor: pointer;
    transition: scale 0.3s ease-in;
    flex-shrink: 0;
}
.btn-hero:hover{
    scale: 0.9;
}
.hero-wrapper{
    width: 100%;
    height: auto;
    background-image:   
    url(Assets/hero-left-bg.png),
    url(Assets/hero-right-bg.png),
    url(Assets/about-banner.png),
    url(Assets/about-bottom-right-dot.png), 
    url(Assets/Services-left-banner.png);
    background-position: 
    left top,
    right top,
    300px 1200px,
    70rem 105rem,
    0% 120em;

    background-size: 
    auto,
    550px,
    850px,
    auto,
    600px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
.About{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
    width: 100%;
    background-image:
     url(Assets/about-left-dot.png),
     url(Assets/about-plant.png),
     url(Assets/about-top-right-dot.png);
    background-size: auto,auto,auto,auto;
    background-repeat: no-repeat;
    background-position: 15% 90%,12% 32%,77% 45%,80% 100%;

}
#p-title{
    color: #727171;
    padding-bottom: 20px;
}
#h1-title{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-size: 3rem;
    text-align: center;
    color: #000;
    font-weight: 505;
}
.line{
    margin-top: 30px;
    border-bottom: 5px solid #5499f9 ;
    width: 8%;
    height: 1px;
}
.Service-Growth-Wrap{
    height: auto;
    margin-top: 250px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
    padding: 100px 10%;
    padding-left: 20%;
    background-image: 
   
    url(Assets/Services-left-bottom-dot.png),
    url(Assets/Services-center-dot.png),
    url(Assets/Services-right-bottom-dot.png);
    background-size: auto,auto,auto;
    background-position: 9% 60%,55% 33%,85% 95%;
    background-repeat: no-repeat;

}
.Service-Growth-Wrap section{
    padding-left: 0%;
    
}
.Service{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    gap: 20px;
    
}
.Service .service-card{
    width: 200px;
    height: 300px;
    border: 1px solid none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -2px -2px 5px rgba(255, 255, 255, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff ;
    /* default per-card shift variable; individual cards override --shift */
    --shift: 0px;
    transform: translateY(var(--shift));
    transition: transform 0.3s, box-shadow 0.3s;
}

/* left column (1 & 3) lift up 30px */
.Service .service-card:nth-child(odd){
    --shift: -30px;
    z-index: 2; /* lifted cards appear above */
}

/* right column (2 & 4) drop 15px */
.Service .service-card:nth-child(even){
    --shift: 15px;
}
.service-card img{
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0px 10px ;
    
}
.service-card p{

    font-size: smaller;
    color: #8a8787;
    margin-top: 25px;
    margin-bottom: 95px;
}
.service-card h3{
    font-size: 20px;
    font-weight: 400;
}
.service-card:hover {
    /* Move relative to the card's base shift so hover is consistent */
    transform: translateY(calc(var(--shift, 0px) - 10px));
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.2);
}

.Growth{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    position: relative;

}
.Growth img{
    position: absolute;
    right: -85px;
    top: 40px;
    animation: pulse 3s infinite ease-in alternate;
}
.sub-til{
    color: #8a8787;
    margin-bottom: 20px;
    
}
.Growth .growth-main{
    font-size: 3rem;
    font-weight: 200;
}
.growth-main span{
    text-decoration: underline;
    font-weight: 500;
}
.Growth .description{
    color: #8a8787;
}
.btn{
    height: 50px;
    width: 200px;
    border-radius: 50px;
    background: transparent;
    color: #dfdfdf;
    border: 1px solid #dfdfdf;
    margin-top: 30px;
}

.btn:hover
    {
    color: #000;
    background: linear-gradient(to right,#31fff5,#51b1ff);
}

hr {
  border: none;
  border-top: 1px solid #ccc; 
  margin: 20px 0; 
  width: 50%; 
}

.Price-Testimonials-Container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Price{
    padding-top: 350px;
    width: 100vw;
    height: 70vh;
    background-color: #f8fbff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-bottom: 300px;
    overflow: visible;
}

.Price .header{
    width: 100vw;
    min-height:auto;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 120px;
    padding-left: 250px;
    padding-top: 50px;
    h1{
        font-size: 55px;
        font-weight: 550;
    }
}

.Price .toggle{
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to right,#253fe7,#3187ff);
    border: none;
    position: absolute;
    top: 150px;
    right: 300px;
    border-radius: 50px;
}

.toggle button{
    border: none;
    padding: 10px;
    border-radius: 50px;
    background: white;
    
}

.toggle button:nth-last-child(1){
    background-color: transparent;
    
}

.price-cards{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 40px;
    position: relative;          /* enable z-index and transform safely */
    z-index: 3;                 /* above the testimonials */
    margin-bottom: -80px;        /* lifts it down into the next section (negative pushes it down) */
    transition: transform .25s;  /* optional smoothness */

    
}

.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: 300px;
    height: 650px;
    padding: 10px;
    font-family: Helvetica, sans-serif;
    text-align: center;
    background-color: #ffffff;
    border: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4),-2px -2px 3px rgba(255, 255, 255, 0.7);
}

.card h1{
    margin-top: 50px;
    font-size: 15px;
    display: inline-block;
    padding: 5px 20px;
    }

.card sub{font-size: 1rem;}

.card h2{
    font-family:  Patrick Hand;
    margin-top: 20px;
    font-size: 3rem;
}

.card h3{
    color: #8a8787;
    font-weight: 200;
    margin-bottom: 50px;
}
.card p{
    color: #8a8787;
    font-size:0.9rem;
}

.card .btn{
    margin-top: 50px;
    transition: background 0.3s,transform 0.5s, box-shadow 0.4s;
}

.card .btn:hover{
    color: #ffffff;
    background: linear-gradient(to right,#253fe7,#3187ff,#ddd);
    transform: translateY(-10px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4),-2px -2px 4px rgba(255, 255, 255, 0.7);
}
    
    
.basic{
    h1{
        background: rgb(238, 250, 255);
        color: #00b7fa;
    }
    sub{color: #00b7fa;    }
}
.advanced{
    h1{
        background: rgb(255, 244, 234);
        color: rgb(255, 123, 9);
    }
    sub{color: rgb(255, 123, 9);}
}
.team{
    h1{
        background: rgb(227, 255, 247);
        color: rgb(58, 198, 162);
    }
    sub{color: rgb(58, 198, 162);}
}
.Testimonials{
    width: 100vw;
    height: 150vh;
    padding-top: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 70px;
    background-color: #0067d9;
    color: #ffffff;
    background-image:url(Assets/testimonial-left-banner.png),
                     url(Assets/testimonial-line-bg.png),
                     url(Assets/testimonial-right-banner.png) ;
    background-size:auto;
    background-repeat: no-repeat;
    background-position: left center,center bottom,right top;
    position: relative;
    clip-path: polygon(0 30%,100% 5%,100% 100%,0% 100%);
    overflow: visible;
    margin-top: -50px;
    z-index: 0;
}
.testimonials-dscpt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin-right: 80px;
    h1{
        font-size: 15px;
        margin-bottom: 15px;
    }
    h2{
        font-size: 60px;
    }
    .line{
        width: 25%;
    }
    p{
        margin-top: 40px;
    }
}
.testimonials-feedback{
    display: flex;
    align-items: center;
    justify-items: center;
    
}
.testimonial-cards{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    color: #000;
    

}
.testimonial-cards .card{
    width: 300px;
    height: 320px;
    padding: 10px;
    text-align: left;
    box-shadow: none; 
}
.testimonial-cards .card p{
        padding-left: 20px;
    }
    

.card-s1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    h6{font-size: 11px; }
        img{
            width: 130px;
            height: 90px;
        }
}

.card-s2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 50px;
    gap: 10px;
    margin-top: 20px;
}
.Portfolio-Footer{
    width: 100%;
    padding: 0;
    background-image:
        url(Assets/portfolio-leaf-banner.png),
        url(Assets/portfolio-left-center-dot.png),
        url(Assets/portfolio-right-banner.png),
        url(Assets/portfolio-right-bottom-dot.png),
        url(Assets/portfolio-right-dot.png)  ;
    background-repeat: no-repeat;
    background-size: 
        300px,
        auto,
        500px,
        auto,
        auto;
    background-position:
        10% -1%,
        11%,
        top right,
        85% 73%,
        85% 0%;
    overflow: visible;
}

.Portfolio{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: visible;
    
}
.Portfolio-header{
     width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    text-align: center;
    p{ color: #727171; }
    h1{
        font-size: 45px;
        font-weight: 500;
    }

}
.Portfolio-cards{
    height: auto;
     width: 100%;
     margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    align-items: start;
    padding: 0% 180px;
    gap: 60px 40px;
    border: none;
    
}
.Pf-card{
    background-color: transparent;
    overflow: hidden;
   
}
.Pf-card:nth-child(5):hover{
    transform: skew(4deg,-4deg);
}
.Pf-card:hover{
    transform: skew(4deg,-4deg);
}
.text-section{
    position: relative;
    margin-top: 40px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    padding-left:50px;
    p{
        position: absolute;
        bottom: 30px;
    }
    
}
.Pf-card img{
    width: 100%;
    height: auto;
}
.vert{
    height: 150px;
    width: 5px;
    border-radius: 10px;
    background: linear-gradient(180deg,#253fe7,#3187ff);
    overflow: visible;
    position: absolute;
    left: 10%;
    bottom: 0;
}
.Pf-card:nth-child(5){
    --shift:-70px;
    transform: translateY(var(--shift) ) ;
}
.footer{
    width: 100vw;
    height: auto;
    padding: 150px 150px 0px 150px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}
.footer-condainer{
    width: 100vw;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 250px;
    padding-right: 250px;
    gap: 30px;
    background: #ecf4ff;

}
.footer-left{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 30px;

}
.social-icon ,.social-icon a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 1.5rem;
    color: #727171;
    padding: 10px;
    border: 1px solid #727171;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-decoration: none;
}
.social-icon,
.social-icon a:hover{
    border: #00b7fa;
    transform: scale(1.2);

}
#FB:hover{color: #3d5893;}

#YT:hover{color: #ed0807;}

#TW:hover{color: #0eadf9;}

.footer-left p{
    color: #727171;
    font-size: 0.9rem;

}
.footer-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 100px;
    
}
.footer-nav{
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    padding: 50px;
    padding-right: 250px;
    font-size: 0.9rem;
    text-decoration: none;
    background: #f8fbff;

}
.footer-nav ul{
    width: 100%;
    gap: 35px;

}
.footer-nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;
}
.footer-nav ul li a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-nav ul li a:hover {
    color: #1f1f1f;
}
    
.news-letter form{
    display: inline-flex;
    position: relative;

}
.news-letter  input{
        width: 280px;
        height: 50px;
        padding: 15px;
        margin-top: 20px;
        border: none;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        background: #fff;
        color: #727171;
    }
.news-letter button{
        width: 150px;
        border-radius: 50px;
        height: 50px;
        margin-top: 20px;
        text-align: center;
        background: linear-gradient(to right,#253fe7,#51b1ff);
        border: none;
        color: #fff;
        position: absolute;
        right: -100px;
        
        
    }

.footer-banner {
    position: relative;
    size: 100px;
}
.footer-banner img{
    width: 270px;
    height: auto;
    position: absolute;
    right: -250px;
    bottom: -90px;
    animation: bounce 4s infinite ;
}
/* animation keyframes */
@keyframes pulse {
    0%{transform: scale(1) translateY(0);}

    50%{transform: scale(1.1) translateY(-50px);}

    100%{transform: scale(1) translateY(0);}
}
@keyframes bounce {
    0%{transform: translateY(0px) ;}

    50%{transform: translateY(-15px);}

    100%{transform: translateY(0px);}
    
}
/* Resposive view */
@media (max-width:992px) {
    .Portfolio-cards{
        grid-template-columns: 1fr;
        
    }

    
}
@media (max-width:768px) {
    section{
        padding: 0px 5%;
    }
    header{
        display: none;
    }
    .mobile-hide{
            display: none;
        }
    .hero{
    background-image: 
        url(Assets/hero-left-dot.png),
        url(Assets/hero-bottom-left-dot.png),
        url(Assets/hero-top-center-dot.png);
    
    background-position: 
    13% 32%,
    20% 58%,
    60% 16%;
    background-size: 
    auto,
    auto,
    auto,
    700px;

    }
    #hero-main{
        font-size: 2rem;
        
    }
    .hero-wrapper{
        background-image:   
    url(Assets/hero-left-bg.png),
    url(Assets/about-banner.png);
    
    background-position: 
    0px 40px,
    50px 900px;

    background-size: 
    auto,
    600px,
    600px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    }
    .hero{
        margin-top: 50px;
    }
    .About{
        background-image:
         url(Assets/about-top-right-dot.png);
        
        background-size: auto;
        
        background-repeat: no-repeat;
        
        background-position: 85% 55%;
    }
    .line{
        width: 25%;
    }
    #h1-title{
        font-size: 2rem;
    }
    .Service-Growth-Wrap{
        height: auto;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image:
            url(Assets/Services-left-bottom-dot.png),
            url(Assets/Services-center-dot.png),
            url(Assets/Services-right-bottom-dot.png);
        background-size: auto;
        background-position: 
        24% 66%,
        55% 33%,
        85% 95%;
        background-repeat: no-repeat;

    }
    .Service{
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

    }
    .Service .service-card{
        width: 400px;
        padding: 20px;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
        transform: none;
    }
    .Growth{
        justify-content: flex-start;
        padding-top: 50px;
        
        background-image: url(Assets/Services-left-banner.png);
        background-repeat: no-repeat;
        background-size: 400px;
        background-position: left center;
        
    }
    .Growth img{
        display: none;
    }
    .Price{
        height: 350vh;
    }
    .Price .header{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        padding-left: 50px;
    }
    .Price .header h1{
        font-size: 1.8rem;
    }
    .Price .toggle{
        position: static;
        margin-top: 50px;
        align-self: center;
        width: 200px;
        height: 75px;

    }
    .price-cards{
        height: auto;
        flex-direction: column;
    }
    .Testimonials{
        height: auto;
        clip-path: none;
        flex-direction: column;
        overflow-x: scroll;
         background-image:
                    url(Assets/testimonial-left-banner.png),
                    url(Assets/testimonial-line-bg.png),
                    url(Assets/testimonial-right-banner.png) ;
    background-size:200px,600px,500px;
    background-repeat: no-repeat;
    background-position: 
                    0% 70%,
                    left bottom,
                    50% -40%;

    }
    .testimonials-dscpt{
        margin-top: 100px;
    }
    .testimonials-dscpt h2{
        font-size: 1.5rem;
    }
    .testimonials-feedback{
        margin-left: 210px;
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 120px;
    

    }
    .Portfolio-Footer{
        background-image: 
            url(Assets/portfolio-leaf-banner.png),
            url(Assets/portfolio-left-center-dot.png),
            url(Assets/portfolio-right-banner.png),
            url(Assets/portfolio-right-bottom-dot.png),
            url(Assets/portfolio-right-dot.png)  ;
        background-repeat: no-repeat;
        background-size: 
            300px,
            auto,
            500px,
            auto, 
            auto;
        background-position: 
        40% 0%,
        32% 72%,
        right,
        85% 73%,
        85% 0%;
    }
    .Portfolio{
        padding-top: 100px;
    }
    .Portfolio-header h1{
        font-size: 1.5rem;
    }
    
    .Portfolio-cards .Pf-card:nth-child(1),
    .Portfolio-cards .Pf-card:nth-child(4){
        .text-section p{
            position: absolute;
            bottom: 60px;
        }
    }
    .Pf-card:nth-child(5){
    
    transform: none;
    }
    .vert{
        width: 3px;
    }
    .footer-nav{
        flex-wrap: wrap;
    }
    .footer{
        padding: 0%;
        width: 100%;
    }
    .footer-condainer {
        padding-left: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-condainer .footer-banner{
        display: none;
    }
    .footer-condainer .footer-left{
        margin-top: 10px;
        margin-left: 60px;
        width: 100%;
        justify-content: flex-start;
    }
    .footer-left p{
        display: none;
    }
 
}
@media (max-width:575) {
    
    .Service .service-card{
        width: 100%;
        height: auto;
    }
    .Testimonials .testimonials-dscpt{
        padding-left: 120px;
    }
    .footer .footer-nav ul{
        width: 400px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

