﻿.section
{
    padding:70px 0;
}

.section-title
{
    margin-bottom:45px;
}

.icon-box
{
    padding:30px;
    border:1px solid #eee;
    border-radius:8px;
    transition:.3s;
}

.icon-box:hover
{
    box-shadow:0 0 20px rgba(0,0,0,.08);
}

.feature-card
{
    height:100%;
}

.cta-section
{
    padding:60px 0;
}

.breadcrumb-area
{
    margin-bottom:30px;
}























/* ===========================================
   Website Design Page
=========================================== */

.section {
    padding: 70px 0;
}

.service-hero {
    padding: 90px 0;
    background: #f8f9fa;
}

.service-label {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #337ab7;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
}

.hero-text {
    margin: 20px 0;
    line-height: 1.8;
}

.trust-strip {
    padding: 50px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
}

.section-title {
    margin-bottom: 35px;
}

.service-check-list {
    padding-left: 20px;
    line-height: 2;
}

.service-check-list li {
    margin-bottom: 10px;
}











/* ===========================================
   Package 2
=========================================== */

.section-light {
    background: #f8f9fa;
}

.feature-box,
.service-card,
.category-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    transition: all .3s ease;
    height: 100%;
}

.feature-box:hover,
.service-card:hover,
.category-box:hover {
    border-color: #337ab7;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.feature-box h4,
.service-card h4,
.category-box h4 {
    margin-bottom: 15px;
    color: #222;
}

.feature-list {
    padding-left: 20px;
    line-height: 2;
}

.feature-list li {
    margin-bottom: 10px;
}














/* ===========================================
   Package 3
=========================================== */

.benefit-card,
.why-card,
.tech-box,
.process-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 30px;
    transition: all .3s ease;
    height: 100%;
}

.benefit-card:hover,
.why-card:hover,
.tech-box:hover,
.process-box:hover {
    border-color: #337ab7;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.tech-box {
    font-weight: bold;
    text-align: center;
}

.process-box {
    text-align: center;
}

.process-box span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #337ab7;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}










/* ===========================================
   Package 4
=========================================== */

.audience-card,
.related-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 30px;
    transition: all .3s ease;
    height: 100%;
}

.audience-card:hover,
.related-card:hover {
    border-color: #337ab7;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.cta-section {
    padding: 70px 0;
    background: #337ab7;
    color: #ffffff;
}

.cta-section h2,
.cta-section p {
    color: #ffffff;
}

.cta-section .btn-primary {
    background: #ffffff;
    color: #337ab7;
    border-color: #ffffff;
}

.cta-section .btn-primary:hover {
    background: #f5f5f5;
    color: #2b669a;
}







/* ===========================================
   Package 5
=========================================== */

.panel-title a {
    display: block;
    text-decoration: none;
}

.panel-body {
    line-height: 1.8;
}

.lead {
    margin: 25px auto;
    max-width: 800px;
}
















.page-banner-title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.page-banner-description {
    margin: 8px 0 0;
    font-size: 16px;
    color: rgba(255,255,255,.85);
    max-width: 700px;
}














/* ==========================================
   Website Package Cards
========================================== */

.package-card {
    transition: all 0.30s ease;
    border: 1px solid #e9ecef;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    border-color: var(--bs-primary);
}


















