:root {
--brand: #88c733;
}
.modal-list .content span {
text-align: justify;
}
.page-banner h1,
.page-banner h2 {
color: #fff;
font-size: 55px !important;
padding: 0 2%;
}
.banner-title {
font-weight: 700;
color: #fff;
line-height: 1.3;
}
section.intro-section h2.display-6 {
width: 900px !important;
}
.page-banner {
min-height: 100vh; display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
margin-top: 85px;
}
.page-banner::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to bottom,
rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.5) 50%,
rgba(0, 0, 0, 0.7) 100%);
}
.page-banner .container {
position: relative;
z-index: 2;
}
.text-navy {
color: #224272 !important;
}
.banner-subtitle {
font-weight: 500;
max-width: 800px;
color: #fff;
opacity: 1;
letter-spacing: 0.5px;
} .service-category {
margin-bottom: 4rem;
background: #fff;
padding: 40px;
border-radius: 16px;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03);
}
.service-category-title {
color: black;
font-weight: 500;
margin-bottom: 2rem;
position: relative;
padding-bottom: 15px;
display: inline-block;
font-size: 18px !important;
}
.service-category-title::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 60px;
height: 4px;
background: #88c733;
border-radius: 2px;
}
.feature-list {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.feature-list-item {
display: flex;
align-items: flex-start;
margin-bottom: 1.5rem;
padding: 20px;
background: #f8f9fa;
border-radius: 12px;
transition: all 0.3s ease;
border-left: 4px solid transparent;
height: calc(100% - 1.5rem);
}
.feature-list-item:hover {
background: #fff;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
border-left-color: #88c733;
transform: translateX(5px);
}
.feature-icon {
width: 50px;
height: 50px;
background: #eef7e3;
color: #88c733;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
margin-right: 15px;
flex-shrink: 0;
transition: all 0.3s ease;
}
.feature-list-item:hover .feature-icon {
background: #88c733;
color: #fff;
}
.feature-content h4 {
font-size: 1.1rem;
color: #224272;
font-weight: 600;
margin-bottom: 5px;
}
.feature-content p {
color: #6c757d;
margin-bottom: 0;
font-size: 0.95rem;
line-height: 1.6;
} .industry-section {
background: #f4f6f8;
}
.industry-card {
background: #fff;
padding: 40px 30px;
border-radius: 16px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
height: 100%;
border-bottom: 4px solid transparent;
position: relative;
overflow: hidden;
}
.industry-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
border-bottom-color: #88c733;
}
.industry-icon {
width: 80px;
height: 80px;
background: #f8f9fa;
color: #224272;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.2rem;
margin: 0 auto 25px;
transition: all 0.3s ease;
}
.industry-card:hover .industry-icon {
background: #88c733;
color: #fff;
transform: scale(1.1);
}
.industry-title {
color: black;
font-weight: 500;
margin-bottom: 15px;
font-size: 1.25rem;
}
.industry-desc {
color: #6c757d;
font-size: 0.95rem;
line-height: 1.7;
margin-bottom: 0;
} @media (max-width: 991.98px) {
.page-banner {
padding-top: 130px;
padding-bottom: 80px;
}
section.intro-section h2.display-6 {
width: auto !important;
}
.page-banner h1 {
font-size: 32px !important;
}
}
@media (max-width: 768px) {
.page-banner {
padding-top: 60px;
padding-bottom: 15px;
margin-top: 70px;
text-align: center;
}
section.intro-section h2.display-6 {
width: auto !important;
}
.page-banner h1 {
font-size: 2.2rem;
}
.banner-subtitle {
font-size: 1rem;
line-height: 1.5;
}
.service-category {
padding: 25px;
}
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}  .service-category p,
.feature-content p,
.industry-desc,
.text-muted {
font-size: 1.1rem !important;
line-height: 1.8;
}
.service-card .service-category-title::after {
display: none;
}
.modal-list {
list-style: none;
padding: 0;
margin: 0;
}
.modal-list .item {
display: flex;
align-items: center;
gap: 15px;
}
.modal-list .item i {
color: #8cc63f;
font-size: 18px;
flex-shrink: 0;
line-height: 1;
}
.modal-list .item strong {
margin: 0;
line-height: 1.4;
}
.modal-list li {
display: flex;
align-items: center;
gap: 12px; }
.modal-list i {
color: #88c733;
font-size: 1.2rem;
margin-top: 4px;
}
.modal-list .content strong {
display: block;
color: #224272;
font-weight: 600;
font-size: 1.05rem;
}
.modal-list .content span {
display: block;
color: #6c757d;
font-size: 0.95rem;
line-height: 1.6;
}
.service-item-header h3 {
line-height: 1.4;
min-height: 3em; }
.service-category .service-item-header {
min-height: auto !important;
padding: 0px;
}
.service-category .service-item-desc {
padding: 0px;
min-height: auto !important;
} .modal .service-category-title {
font-size: 2rem !important;
}
.modal-list .content strong {
font-size: 1.2rem;
}
.modal-list .content span {
font-size: 1.05rem;
line-height: 1.7;
}
.modal-list i {
font-size: 1.3rem;
} .modal-list {
margin: 0 !important;
padding: 0 !important;
}
.modal-list li {
gap: 6px !important;
margin-bottom: 6px !important;
padding: 4px 0 !important;
align-items: flex-start;
}
.modal-list .content {
margin: 0 !important;
padding: 0 !important;
}
.modal-list .content strong {
margin-bottom: 2px !important;
line-height: 1.2 !important;
}
.modal-list .content span {
display: inline !important; margin: 0 !important;
padding: 0 !important;
line-height: 1.4 !important;
}
.modal-list i {
margin-top: 2px !important;
}
.btn-split:hover .btn-split-icon {
background: #224272; }
.service-card {
display: flex;
flex-direction: column;
height: 100%;
}
.service-card .p-4 {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.service-item-desc {
flex-grow: 1; }
.service-card .btn {
margin-top: auto; }
.service-category .btn-split-text {
padding: 8px 25px;
} @media (max-width: 768px) {
section.intro-section h2.display-6 {
width: auto !important;
} .page-banner {
min-height: 300px;
padding: 80px 15px;
margin-top: 60px;
text-align: center;
}
.page-banner h1 {
font-size: 1.8rem;
line-height: 1.3;
}
.banner-subtitle {
font-size: 0.95rem;
padding: 0 10px;
}
.service-category .btn-split-text {
padding: 4px 18px !important;
} .section-padding {
padding: 40px 0 !important;
} .service-category {
padding: 20px;
margin-bottom: 2rem;
} .service-card img {
height: 180px !important;
}
.service-card .p-4 {
padding: 15px !important;
}
.service-item-header h3 {
font-size: 1rem;
min-height: auto;
}
.service-item-desc {
font-size: 0.9rem;
} .btn-split-text {
padding: 6px 15px !important;
font-size: 0.9rem;
}
.btn-split-icon {
padding: 6px 10px;
} .industry-card {
padding: 25px 20px;
justify-content: center;
}
.industry-icon {
width: 60px;
height: 60px;
font-size: 1.5rem;
margin-bottom: 15px;
}
.industry-title {
font-size: 1.1rem;
}
.industry-desc {
font-size: 0.9rem;
} .modal .service-category-title {
font-size: 1.3rem !important;
}
.modal-list .content strong {
font-size: 1rem;
}
.modal-list .content span {
font-size: 0.9rem;
}
.modal-body {
padding: 15px !important;
}
.industry-section h2,
.industry-section .section-kicker {
text-align: center;
} .industry-section .text-muted {
text-align: justify !important;
}
.intro-section h2,
.intro-section .section-kicker {
text-align: center;
}
.intro-section .text-muted {
text-align: justify !important;
line-height: 1.8;
}
.banner-title {
font-size: 28px;
line-height: 1.4;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
section.intro-section h2.display-6 {
width: 760px !important;
}
} @media (max-width: 480px) {
section.intro-section h2.display-6 {
width: auto !important;
}
.page-banner h1 {
font-size: 1.6rem;
}
.banner-subtitle {
font-size: 0.85rem;
}
.service-card img {
height: 160px !important;
}
.service-item-desc {
font-size: 0.85rem;
}
.industry-desc {
font-size: 0.85rem;
}
} .modal-list li {
display: flex;
align-items: center;
gap: 10px; margin-bottom: 8px; padding: 8px 6px; border-radius: 8px;
}
.modal-list .content strong {
margin-bottom: 2px; }
.modal-list .content span {
font-size: 1rem;
line-height: 1.5; } .modal-list li i {
color: #88c733;
font-size: 18px;
margin-top: 3px;
transition: transform 0.3s ease, color 0.3s ease;
}
.modal-list li:hover i {
transform: scale(1.2);
color: #6fae2a;
} .modal-list li .content strong {
transition: color 0.3s ease;
}
.modal-list li:hover .content strong {
color: #88c733;
} .modal-body img {
transition: transform 0.5s ease;
}
.modal-body img:hover {
transform: scale(1.05);
} .modal-content {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.modal-content:hover {
transform: translateY(-4px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
} .service-card .service-item-header {
text-align: center !important;
}
.service-card .service-item-header h3 {
text-align: center !important;
margin-left: auto;
margin-right: auto;
}
.service-card .service-item-desc {
text-align: center;
}