body[data-theme=dark] .about-image,
body[data-theme=dark] .work-card {
    background-image: linear-gradient(1deg, rgb(28 55 83), rgb(28 55 83 / 65%))
}

:root {
    --project-primary: #0A3F78;
    --project-accent: #00A878;
    --dark-bg-deep: #0C1F32;
    --dark-card: #1C3753;
    --transition-duration: 0.3s;
    --transition-timing: ease;
    --transition: all var(--transition-duration)var(--transition-timing);
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-modal: 1030;
    --z-popover: 1040;
    --z-tooltip: 1050
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
::after,
::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900; /* كل الأوزان من 100 إلى 900 */
  font-style: normal;
}

/* الخط المائل */
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    transition: var(--transition);
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    line-height: 1.5;
    text-rendering: optimizeLegibility
}

.collapse {
    transition: .5s ease-in-out !important
}

.collapse-button:focus {
    box-shadow: none !important
}

body[data-theme=dark] .card,
body[data-theme=dark] .faq-item,
body[data-theme=dark] .service-card {
    background-color: var(--dark-card);
    border-color: #495057
}

body[data-theme=dark] .card-body {
    background-color: var(--dark-card);
    color: #adb5bd
}

body[data-theme=dark],
body[data-theme=dark] .about-section,
body[data-theme=dark] .brochure-section,
body[data-theme=dark] .footer,
body[data-theme=dark] .hero-section,
body[data-theme=dark] .navbar,
body[data-theme=dark] .news-section {
    background-color: var(--dark-bg-deep);
    color: #fff
}

body[data-theme=dark] .bg-light:not(.navbar) {
    background-color: var(--dark-bg-deep) !important
}

body[data-theme=dark] {
    color: #fff
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    background-color: #fff;
    transition: var(--transition)
}

.about-image,
.hero-container {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--project-primary) !important
}

.btn-primary-custom,
.btn-secondary-custom,
.nav-link {
    font-weight: 500;
    transition: var(--transition)
}

body[data-theme=dark] .navbar-brand {
    color: #fff !important
}

.nav-link {
    color: #495057 !important
}

body[data-theme=dark] .nav-link,
body[data-theme=dark] .navbar-nav .dropdown-item {
    color: #adb5bd !important
}

.nav-link:hover,
.navbar-nav .dropdown-item:hover,
body[data-theme=dark] .nav-link:hover {
    color: var(--project-accent) !important
}

.navbar-nav {
    justify-content: center;
    flex-grow: 1
}

.navbar-nav .nav-item {
    margin: 0 .5rem
}

.navbar-nav .dropdown-menu {
    min-width: 12rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    padding: .5rem 0;
    display: none
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block !important
}

.navbar-nav .dropdown-item {
    color: #495057 !important
}

.navbar-nav .dropdown-item:hover {
    background-color: rgba(0, 168, 120, .1)
}

body[data-theme=dark] .navbar-nav .dropdown-item:hover {
    background-color: rgba(0, 168, 120, .2)
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: .5rem
}

.navbar-toggler {
    border-color: var(--project-accent) !important
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,168,120,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
}

.navbar-toggler {
    background-color: transparent !important
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    background-color: transparent !important;
    box-shadow: none !important
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,168,120,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7l22 22M26 7L4 29'/%3e%3c/svg%3e") !important;
    transition: transform .2s
}

.btn-primary-custom {
    background-color: var(--project-accent);
    border-color: var(--project-accent);
    color: #fff;
    padding: .75rem 2rem;
    border-radius: 9999px
}

.btn-secondary-custom,
.footer-link:hover,
.news-title:hover,
body[data-theme=dark] .btn-secondary-custom,
body[data-theme=dark] .service-modal-content h5,
body[data-theme=dark] .service-modal-content h6,
body[data-theme=dark] .service-modal-content strong {
    color: var(--project-accent)
}

body[data-theme=dark] .modal-content {
    background-color: var(--dark-bg-deep)
}

.btn-primary-custom:hover {
    background-color: #008a61;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(0, 168, 120, .4)
}

.btn-secondary-custom {
    background-color: transparent;
    border: 2px solid var(--project-accent);
    padding: .75rem 2rem;
    border-radius: 9999px
}

.btn-secondary-custom:hover {
    background-color: var(--project-accent);
    color: #fff
}

body[data-theme=dark] .btn-secondary-custom:hover {
    color: var(--dark-bg-deep)
}

.hero-section {
    padding-top: 120px;
    background-color: #f8f9fa;
    transition: var(--transition)
}

.hero-container {
    height: 400px;
    border-radius: 24px;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: center
}

.feature-icon,
.hero-accent {
    color: var(--project-accent)
}

.hero-container.home-hero {
    background: linear-gradient(135deg, rgba(10, 63, 120, .95)0, rgba(10, 63, 120, .6)100%)center/cover, url('../img/site.webp')center/cover
}

.hero-container.software-hero-container {
    background: linear-gradient(135deg, rgba(10, 63, 120, .95)0, rgba(10, 63, 120, .6)100%)center/cover, url('../img/software.webp')center/cover
}

.hero-container.hardware-hero-container {
    background: linear-gradient(135deg, rgba(10, 63, 120, .95)0, rgba(10, 63, 120, .6)100%)center/cover, url('../img/hardware.webp')center/cover
}

.hero-container.misura-hero-container {
    background: linear-gradient(135deg, rgba(10, 63, 120, .95)0, rgba(10, 63, 120, .6)100%)center/cover, url('../img/su-misura.webp')center/cover
}

.hero-container.faq-hero-container {
    background: linear-gradient(135deg, rgba(10, 63, 120, .95)0, rgba(10, 63, 120, .6)100%)center/cover, url('../img/faq.webp')center/cover
}

.hero-accent {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1rem
}

.hero-headline {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem
}

.hero-subheadline {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    opacity: .9;
    max-width: 800px;
    margin: 0 auto 2.5rem
}

#heroCTAVideo svg {
    animation: 2s infinite pulseVideo
}

@keyframes pulseVideo {

    0%,
    100% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1.4)
    }
}

.section-title {
    text-align: center;
    margin-bottom: 3rem
}

.section-title h2 {
    padding-top: 2rem;
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: .5rem;
    color: var(--project-primary);
    text-transform: uppercase;
    letter-spacing: .05em
}

body[data-theme=dark] .brochure-title,
body[data-theme=dark] .contact-info h3,
body[data-theme=dark] .faq-header,
body[data-theme=dark] .feature-title,
body[data-theme=dark] .news-title,
body[data-theme=dark] .section-title h2,
body[data-theme=dark] .service-title,
body[data-theme=dark] .work-title  {
    color: #fff
}

.section-title p {
    font-size: 1.125rem;
    color: #6c757d;
    font-weight: 300;
    max-width: 768px;
    margin: 0 auto
}

.accordion,
.accordion-item
{
    color: var(--project-primary);
}

body[data-theme='dark'] .accordion,
body[data-theme='dark'] .accordion-item {
  background-color: var(--dark-bg-deep);
  color: #ffffff;
  border: none;
}

body[data-theme=dark] .brochure-subtitle,
body[data-theme=dark] .contact-value,
body[data-theme=dark] .dark-mode-toggle,
body[data-theme=dark] .faq-body p,
body[data-theme=dark] .faq-header.collapsed,
body[data-theme=dark] .feature-text,
body[data-theme=dark] .news-date,
body[data-theme=dark] .section-title p,
body[data-theme=dark] .service-modal-content,
body[data-theme=dark] .service-text {
    color: #adb5bd
}

.section-divider {
    width: 5rem;
    height: .25rem;
    background-color: var(--project-accent);
    margin: 1rem auto;
    border-radius: 9999px
}

.brochure-card,
.feature-card,
.news-card,
.service-card,
.work-card {
    border-radius: 16px;
    transition: var(--transition);
    overflow: hidden
}

.brochure-card:hover,
.feature-card:hover,
.news-card:hover,
.service-card:hover,
.work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.feature-card {
    background-color: #f8f9fa;
    border-top: 4px solid rgba(0, 168, 120, .5)
}

body[data-theme=dark] .brochure-card,
body[data-theme=dark] .contact-form,
body[data-theme=dark] .dark-mode-toggle:hover,
body[data-theme=dark] .feature-card,
body[data-theme=dark] .news-card {
    background-color: var(--dark-card)
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem
}

.feature-title,
.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .75rem;
    color: var(--project-primary)
}

.feature-text {
    color: #6c757d;
    font-weight: 300
}

.service-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column
}

.service-icon-container {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(0, 168, 120, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.footer-logo-icon,
.service-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--project-accent)
}

.service-text {
    color: #6c757d;
    margin-bottom: 1rem;
    font-weight: 300;
    flex-grow: 1
}

.service-link {
    color: var(--project-accent);
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: auto;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left
}

.about-image,
.work-card {
    background-image: linear-gradient(180deg, rgb(0 168 120 / 16%), #fff);
    overflow: hidden
}

.about-image,
.brochure-card {
    border-radius: 16px;
    transition: var(--transition)
}

.service-link:hover {
    color: #008a61
}

.about-section {
    color: var(--project-primary);
    background-color: #f8f9fa;
    padding: 8rem 0
}

.brochure-card,
.work-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

.about-image img {
    width: 100%;
    height: auto;
    transition: var(--transition)
}

.about-image:hover img,
.work-card:hover .work-image img {
    transform: scale(1.05)
}

.brochure-section,
.news-section {
    background-color: #f8f9fa;
    padding: 5rem 0
}

.brochure-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1.5rem
}

.brochure-icon {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
    padding: .25rem;
    object-fit: cover
}

.brochure-blue {
    background-color: var(--project-primary)
}

.brochure-green {
    background-color: var(--project-accent)
}

.brochure-button,
.news-card,
.work-card {
    background-color: #fff
}

.brochure-content {
    flex-grow: 1;
    text-align: center
}

.brochure-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: var(--project-primary)
}

.brochure-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1rem;
    font-weight: 300
}

.brochure-button {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    color: #495057;
    font-weight: 500;
    transition: var(--transition);
    text-decoration: none
}

body[data-theme=dark] .brochure-button {
    background-color: var(--dark-card);
    border-color: #495057;
    color: #fff
}

.brochure-button:hover {
    background-color: #f8f9fa;
    border-color: var(--project-accent);
    color: var(--project-accent)
}

body[data-theme=dark] .brochure-button:hover {
    background-color: var(--dark-card);
    border-color: var(--project-accent);
    color: var(--project-accent)
}

.brochure-button svg {
    width: 16px;
    height: 16px;
    margin-right: .5rem;
    color: currentColor
}

.work-card {
    border-radius: 16px;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    border-bottom: 5px solid rgb(25 111 201);
    border-top: 5px solid rgb(14 111 101)
}

body[data-theme=dark] .work-card {
    background-color: var(--dark-card)
}

.work-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.work-image {
    height: 280px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative
}

.contact-icon,
.news-icon {
    width: 1.5rem;
    height: 1.5rem
}

.work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.work-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    transition: .3s
}

.dark-mode-toggle,
.footer,
.footer-link,
.form-control,
.form-select,
.news-title,
.scroll-to-top,
.terms-privacy {
    transition: var(--transition)
}

.work-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--project-primary);
    flex-grow: 1
}

.news-card {
    border-bottom: 4px solid rgba(0, 168, 120, .5)
}

.news-icon {
    color: var(--project-accent);
    margin-bottom: .75rem
}

.news-date {
    font-size: .875rem;
    color: #6c757d;
    font-weight: 300;
    margin-bottom: .5rem
}

.contact-info h3,
.news-title {
    color: var(--project-primary)
}

.news-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .75rem;
    cursor: pointer
}

.news-read-more {
    color: var(--project-accent);
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none
}

.news-read-more:hover {
    text-decoration: underline
}

.contact-section {
    padding: 5rem 0
}

.contact-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem
}

.contact-item {
    display: flex;
    margin-bottom: 1.5rem
}

.contact-icon {
    color: var(--project-accent);
    margin-right: 1rem;
    margin-top: .25rem;
    flex-shrink: 0
}

.contact-label {
    font-weight: 700;
    color: var(--project-primary);
    margin-bottom: .25rem
}

.contact-value,
.faq-body p {
    color: #6c757d
}

body[data-theme=dark] .contact-label {
    color: #e9ecef
}

.contact-form {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.form-control,
.form-select {
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 1rem;
    border-radius: 8px
}

body[data-theme=dark] .form-control,
body[data-theme=dark] .form-select {
    background-color: var(--dark-bg-deep);
    border-color: #495057;
    color: #fff
}

.form-control:focus,
.form-select:focus {
    border-color: var(--project-accent);
    box-shadow: 0 0 0 .25rem rgba(0, 168, 120, .25)
}

.map-container {
    height: 24rem;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 0;
    border: 1px solid #e9ecef
}

body[data-theme=dark] .map-container {
    border-color: #495057
}

.footer {
    background-color: var(--project-primary);
    border-top: 1px solid rgba(0, 168, 120, .3);
    padding: 3rem 0;
    color: #fff
}

.footer-logo {
    font-weight: 700;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    gap: .5rem
}

.footer-contact-item,
.footer-copyright {
    align-items: center;
    font-weight: 300;
    display: flex
}

.footer-vision {
    font-weight: 300;
    opacity: .8;
    margin-top: 1rem;
    max-width: 300px
}

.footer-heading {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--project-accent)
}

.footer-link {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-weight: 300;
    display: block;
    margin-bottom: .5rem
}

.footer-contact-item {
    margin-bottom: .75rem;
    font-size: .875rem
}

.footer-contact-icon {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    flex-shrink: 0
}

.footer-copyright {
    opacity: .7;
    flex-direction: column
}

body[data-theme=dark] .footer-copyright {
    border-top-color: rgba(255, 255, 255, .2)
}

.scroll-to-top {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    background-color: var(--project-accent);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px -5px rgba(0, 168, 120, .4);
    z-index: 1000;
    opacity: 0;
    visibility: hidden
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible
}

.scroll-to-top:hover {
    background-color: #008a61;
    transform: scale(1.1)
}

.scroll-to-top-icon {
    width: 1.5rem;
    height: 1.5rem
}

.dark-mode-toggle {
    background: 0 0;
    border: none;
    padding: .5rem;
    border-radius: 10px;
    color: #495057
}

.dark-mode-toggle:hover,
.heart-icon,
.terms-privacy {
    color: var(--project-accent)
}

.dark-mode-toggle:hover {
    background-color: #e9ecef
}

.heart-icon {
    animation: 1.5s infinite pulseHeart;
    display: inline-block
}

@keyframes pulseHeart {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }
}

.terms-privacy {
    text-decoration: underline;
    font-weight: 500
}

.terms-privacy:hover {
    color: #006a4d;
    text-decoration: none
}

.faq-item {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: .3s
}

.help-section,
.modal-header {
    background: linear-gradient(135deg, var(--project-primary)0, #0a3f78 100%)
}

.faq-header {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--project-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    position: relative
}

.faq-header.collapsed {
    color: #495057
}

.faq-header::after {
    content: "+";
    font-size: 1.5rem;
    color: var(--project-accent);
    font-weight: 700;
    transition: transform .3s
}

.faq-header:not(.collapsed)::after {
    content: "−";
    transform: rotate(0)
}

.faq-header:hover {
    background-color: rgba(0, 168, 120, .05)
}

body[data-theme=dark] .faq-header:hover {
    background-color: rgba(0, 168, 120, .1)
}

.faq-body {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.faq-body.show {
    padding: 0 1.5rem 1.25rem;
    max-height: 500px
}

.faq-body p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0
}

.service-modal-content h5,
.service-modal-content h6,
.service-modal-content strong {
    color: var(--project-primary)
}

.help-section {
    color: #fff
}

.help-section .btn-secondary-custom {
    background: rgba(255, 255, 255, .1);
    border-color: #fff;
    color: #fff
}

.help-section .btn-secondary-custom:hover {
    background: #fff;
    color: var(--project-primary)
}

.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.modal-header {
    border-bottom: 2px solid var(--project-accent);
    color: #fff;
    border-radius: 16px 16px 0 0;
    padding: 1.5rem 2rem
}

.modal-header .btn-close {
    filter: invert(1);
    opacity: .8
}

.modal-header .btn-close:hover {
    opacity: 1
}

.modal-body {
    padding: 2rem;
    max-height: 60vh;
    overflow-y: auto
}

.service-modal-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1.5rem
}

.service-modal-content {
    line-height: 1.7;
    color: #000000;
}

.service-modal-content h5 {
    margin-bottom: 1rem;
    font-weight: 600
}

.service-modal-content h6 {
    margin: 1.5rem 0 1rem;
    font-weight: 600
}

.service-feature-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0
}

.service-feature-list li {
    padding: .5rem 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center
}

body[data-theme=dark] .service-feature-list li {
    border-bottom-color: #495057
}

.service-feature-list li::before {
    content: "✓";
    color: var(--project-accent);
    font-weight: 700;
    margin-right: .75rem
}

@media(max-width:1400px) {
    .container {
        max-width: 100%;
        padding: 0 1.5rem
    }

    .navbar-expand-lg {
        font-size: 1rem
    }
}

@media(max-width:1200px) {
    .container {
        max-width: 100%;
        padding: 0 1.5rem
    }

    .navbar-expand-lg {
        font-weight: 700;
        font-size: .85rem
    }
}

@media(max-width:992px) {
    .hero-headline {
        font-size: 2.8rem
    }

    .hero-subheadline {
        font-size: 1.3rem
    }

    .section-title h2 {
        font-size: 2rem
    }

    .about-image img {
        display: none
    }

    .brochure-card {
        flex-direction: column;
        text-align: center
    }

    .brochure-icon {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

@media(max-width:768px) {
    .hero-headline {
        font-size: 2.5rem
    }

    .hero-subheadline {
        font-size: 1.25rem
    }

    .section-title h2 {
        font-size: 1.8rem
    }

    .footer-copyright {
        flex-direction: column;
        gap: 1rem;
        text-align: center
    }

    .brochure-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem
    }

    .brochure-icon {
        width: 100%;
        height: 120px;
        margin-right: 0;
        margin-bottom: 1rem
    }

    .hero-container {
        padding: 3.5rem 1.5rem
    }

    .about-image img {
        display: none
    }

    .nav-actions {
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .work-image img {
        object-fit: contain
    }
    .row > .col-md-2  {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
}

@media(max-width:576px) {
    .hero-container {
        padding: 3rem 1.5rem
    }

    .hero-headline {
        font-size: 2rem
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        width: 100%;
        margin-bottom: .5rem
    }

    .mobile-btn-group {
        display: flex;
        flex-direction: column
    }

    .work-image {
        height: 220px
    }

    .work-content {
        min-height: 160px
    }

    .about-image img {
        display: none
    }

    .navbar-brand span {
        font-size: 1.1rem
    }

    .nav-actions {
        gap: .25rem
    }

    .work-image img {
        object-fit: contain
    }
    .row > .col-md-2 {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
}

@media(max-width:635px) {

    .call-icon,
    .call-icon-btn {
        margin: 0 !important
    }

    .call-text,
    .navbar-brand span {
        display: none !important
    }

    .navbar-brand img {
        width: 3.5rem !important;
        height: 3.5rem !important
    }

    .call-icon-btn {
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .call-icon-btn svg,
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 20px !important;
        height: 20px !important
    }

    .call-icon-btn svg {
        color: #fff !important
    }

    .hero-headline {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: .8rem !important
    }

    .feature-title,
    .hero-subheadline,
    .service-title,
    .work-title {
        font-size: 1.1rem !important
    }

    .hero-subheadline {
        padding: 0 10px !important;
        margin-bottom: 1.2rem !important
    }

    .section-title h2 {
        font-size: 1.6rem !important
    }

    .section-title p {
        font-size: 1rem !important
    }

    .feature-text,
    .service-text {
        font-size: .9rem !important
    }

    .contact-label,
    .contact-value,
    .footer-link {
        font-size: .85rem !important
    }

    .works-cta {
        padding: .4rem .2rem !important;
        font-size: .8rem !important;
        white-space: nowrap
    }

    .form-control,
    .form-select {
        font-size: .95rem !important;
        padding: .75rem !important
    }

    body {
        overflow-x: hidden !important
    }

    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .work-image img {
        object-fit: contain
    }
    .row > .col-md-2 {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
}

.call-icon-btn:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 15px -3px rgba(0, 168, 120, .5) !important
}