

    .story-section{

padding:120px 0;

background:#fff;

}

.story-title{

font-size:52px;

font-weight:800;

line-height:1.1;

margin-bottom:25px;

}

.story-title span{

display:block;

background:linear-gradient(90deg,#E94B86,#4facfe);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.story-badge{

display:inline-block;

padding:10px 22px;

background:#eef6ff;

border-radius:40px;

color:#E94B86;

font-weight:700;

margin-bottom:25px;

}

.story-feature{

display:flex;

gap:18px;

padding:22px;

background:white;

border-radius:22px;

box-shadow:0 15px 40px rgba(0,0,0,.05);

margin-bottom:18px;

transition:.35s;

}

.story-feature:hover{

transform:translateY(-8px);

}

.story-feature a{
color:#E94B86;
font-weight:600;
text-decoration:none;
}

.story-feature a:hover{
text-decoration:underline;
}

.story-feature i{

width:60px;

height:60px;

border-radius:18px;

background:#eef6ff;

display:flex;

align-items:center;

justify-content:center;

color:#E94B86;

font-size:22px;

flex-shrink:0;

}

.story-feature h5{
font-size:17px;
font-weight:700;
margin-bottom:6px;
color:#222;
}

.story-feature p{
font-size:14px;
color:#666;
line-height:1.6;
margin:0;
}

.story-image{

position:relative;

}

.story-image img{

border-radius:30px;

box-shadow:0 30px 80px rgba(0,0,0,.08);

}

.floating-stat{

position:absolute;

background:white;

padding:20px;

border-radius:18px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

text-align:center;

}

.stat1{

top:20px;

right:-20px;

}

.stat2{

bottom:40px;

left:-20px;

}

.stat3{

bottom:-20px;

right:40px;

}

.story-btn{

display:inline-flex;

padding:18px 35px;

border-radius:50px;

background:linear-gradient(90deg,#E94B86,#4facfe);

color:white;

font-weight:700;

text-decoration:none;

margin-top:25px;

}

.story-text{
color:#555;
line-height:1.8;
font-size:16px;
}

.about-block{
margin-bottom:80px;
position:relative;
z-index:2;
}

.story-timeline-card{
background:white;
border-radius:30px;
padding:50px 45px;
box-shadow:0 20px 60px rgba(0,0,0,.06);
}

.story-content-card p{
color:#555;
line-height:1.8;
font-size:16px;
margin-bottom:16px;
}

.story-content-card p:last-child{
margin-bottom:0;
}

.team-card{
background:white;
border-radius:22px;
padding:35px 28px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.05);
transition:.35s;
height:100%;
border:1px solid rgba(233,75,134,.08);
}

.team-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 50px rgba(233,75,134,.12);
}

.team-icon{
width:70px;
height:70px;
border-radius:20px;
background:#eef6ff;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px;
font-size:26px;
color:#E94B86;
transition:.35s;
}

.team-card:hover .team-icon{
background:linear-gradient(90deg,#E94B86,#4facfe);
color:white;
}

.team-card h5{
font-size:18px;
font-weight:700;
margin-bottom:12px;
color:#222;
}

.team-card p{
font-size:15px;
color:#666;
line-height:1.6;
margin:0;
}

.mission-section{
background:linear-gradient(135deg,#E94B86,#4facfe);
border-radius:30px;
padding:60px 45px;
position:relative;
overflow:hidden;
}

.mission-section::before{
content:'';
position:absolute;
top:0;left:0;right:0;bottom:0;
background:
radial-gradient(circle at 25% 25%,rgba(255,255,255,.12) 0%,transparent 50%),
radial-gradient(circle at 75% 75%,rgba(255,255,255,.1) 0%,transparent 50%);
pointer-events:none;
}

.mission-wrapper{
position:relative;
z-index:2;
}

.mission-badge{
display:inline-block;
padding:10px 22px;
background:rgba(255,255,255,.2);
border-radius:40px;
color:white;
font-weight:700;
margin-bottom:25px;
backdrop-filter:blur(10px);
}

.mission-title{
font-size:38px;
font-weight:800;
color:white;
margin-bottom:20px;
}

.mission-text{
font-size:17px;
color:rgba(255,255,255,.9);
line-height:1.8;
max-width:700px;
margin:0 auto 35px;
}

.mission-metrics{
display:flex;
justify-content:center;
gap:50px;
flex-wrap:wrap;
}

.mission-metric{
display:flex;
flex-direction:column;
align-items:center;
gap:12px;
color:white;
}

.mission-metric i{
font-size:32px;
opacity:.9;
}

.mission-metric span{
font-size:16px;
font-weight:600;
}

.diff-card{
background:white;
border-radius:22px;
padding:35px 25px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.05);
transition:.35s;
height:100%;
border:1px solid rgba(233,75,134,.08);
}

.diff-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 50px rgba(233,75,134,.12);
}

.diff-icon{
width:65px;
height:65px;
border-radius:50%;
background:linear-gradient(135deg,#E94B8615,#4facfe15);
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px;
font-size:24px;
color:#E94B86;
transition:.35s;
}

.diff-card:hover .diff-icon{
background:linear-gradient(90deg,#E94B86,#4facfe);
color:white;
}

.diff-card h5{
font-size:17px;
font-weight:700;
margin-bottom:10px;
color:#222;
}

.diff-card p{
font-size:14px;
color:#666;
line-height:1.6;
margin:0;
}

.cta-gradient-section{
background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);
border-radius:30px;
padding:60px 45px;
position:relative;
overflow:hidden;
}

.cta-gradient-section::before{
content:'';
position:absolute;
top:0;left:0;right:0;bottom:0;
background:
radial-gradient(circle at 20% 50%,rgba(233,75,134,.15) 0%,transparent 50%),
radial-gradient(circle at 80% 50%,rgba(79,172,254,.15) 0%,transparent 50%);
pointer-events:none;
}

.cta-title{
font-size:36px;
font-weight:800;
color:white;
margin-bottom:18px;
position:relative;
z-index:2;
}

.cta-text{
font-size:17px;
color:rgba(255,255,255,.8);
line-height:1.7;
max-width:650px;
margin:0 auto 35px;
position:relative;
z-index:2;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:18px;
flex-wrap:wrap;
position:relative;
z-index:2;
}

.cta-btn-primary{
display:inline-flex;
align-items:center;
padding:16px 32px;
border-radius:50px;
background:linear-gradient(90deg,#E94B86,#4facfe);
color:white;
font-weight:700;
text-decoration:none;
transition:.35s;
font-size:16px;
}

.cta-btn-primary:hover{
transform:translateY(-3px);
box-shadow:0 20px 40px rgba(233,75,134,.3);
color:white;
}

.cta-btn-outline{
display:inline-flex;
align-items:center;
padding:16px 32px;
border-radius:50px;
background:transparent;
color:white;
font-weight:700;
text-decoration:none;
border:2px solid rgba(255,255,255,.3);
transition:.35s;
font-size:16px;
}

.cta-btn-outline:hover{
background:rgba(255,255,255,.1);
border-color:white;
color:white;
transform:translateY(-3px);
}

@media(max-width:768px){
.story-title{font-size:32px !important;}
.story-timeline-card{padding:30px 22px;}
.mission-section{padding:40px 22px;}
.mission-title{font-size:28px;}
.cta-gradient-section{padding:40px 22px;}
.cta-title{font-size:26px;}
.mission-metrics{gap:25px;}
.about-block{margin-bottom:50px;}
.floating-stat{display:none;}
}
 

/* seo service page  */



  /* Why Choose Website Development Section */
  .why-website-dev {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.why-website-dev::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.why-dev-card {
    background: white;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.why-dev-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
}

.why-dev-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    flex-shrink: 0;
}

.why-dev-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.3;
}

.why-dev-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Benefits Section */
.benefits-section {
    background: white;
    padding: 100px 0;
}

.benefit-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    flex-shrink: 0;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.3;
}

.benefit-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* All Businesses Section */
.all-businesses-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.all-businesses-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255,255,255,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.business-type-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    height: 100%;
    backdrop-filter: blur(10px);
}

.business-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    background: rgba(255, 255, 255, 1);
}

.business-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: white;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.business-type-card:hover .business-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

.business-type-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.business-type-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.all-businesses-section h2,
.all-businesses-section h4,
.all-businesses-section p {
    color: white !important;
    position: relative;
    z-index: 2;
}

/* Get Started Section */
.get-started-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    padding: 100px 0;
}

.get-started-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

.cta-buttons-large {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* FAQ Section */
.faq-section {
    background: white;
    padding: 100px 0;
}

.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 1);
}

.faq-question h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.faq-question i {
    color: #667eea;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-item:hover .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 30px 25px;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(102, 126, 234, 0.1);
}

.faq-answer p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .why-dev-card,
    .benefit-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 25px 20px;
    }
    
    .why-dev-icon,
    .benefit-icon {
        margin: 0 auto 15px;
    }
    
    .business-type-card {
        padding: 25px 20px;
    }
    
    .business-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .faq-question {
        padding: 20px 25px;
    }
    
    .faq-answer {
        padding: 0 25px 20px;
    }
    
    .cta-buttons-large {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons-large .btn {
        width: 100%;
        max-width: 280px;
    }
}



/* seo service end */