* {
    font-family: 'Montserrat', sans-serif;
}
#nav {
    height: 70px;
    background: #000000;
}
#nav img {
    height: 50px;
    padding-top: 10px;
}
#intro {
    padding-top: 120px;
    padding-bottom: 70px;
    background: linear-gradient(90deg, rgba(22, 44, 76, 1), rgba(22, 44, 76, 0.2)),url('../images/intro_background.jpg');
    background-size: cover;
    background-position: bottom;
}
#intro img {
    height: 150px;
    margin-bottom: 50px;
}
#intro h3 {
    color: #e36326;
    margin-bottom: 50px;
}
#intro p {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 14px;
}
.btn-contact {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background: #e35f26;
    color: #ffffff;
    border-radius: 0;
    padding: 10px;
    width: 150px;
}
.btn-contact:hover {
    color: #e35f26;
    background: #ffffff;
    border: 1px solid #e35f26;
}

#services {
    background: linear-gradient(45deg, rgba(38, 38, 38, 1), rgba(38, 38, 38, 0.8)),url('../images/Robot_arm_1.png');
    padding: 50px 0px 20px 0px;
}
#services h3 {
    margin-bottom: 50px;
    color: #e36326;
}
#services h4 {
    margin-bottom: 40px;
    color: #e36326;
    font-weight: bold;
    font-style: italic;
}
#services h5 {
    color: #e36326;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}
#services p {
    color: #ffffff;
    font-size: 13px;
}
#services #service_details img {
    height: 40px;
}
#services #robot-arm-section img {
    width: 100%;
}

#app-development {
    padding-top: 70px;
}
#app-development h3 {
    color: #162a46;
    font-weight: bold;
    margin-bottom: 30px;
}
#app-development p {
    color: #162a46;
    font-size: 14px;
}
#app-development img {
    width: 100%;
}

#process {
    padding: 100px 0 100px 0;
}
#process #title h4 {
    color: #162a46;
    font-weight: bold;
    margin-bottom: 40px;
}
#process #content {
    text-align: center;
}
#process #content img {
    height: 40px;
}
#process #content h5 {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
}
#process #content p {
    font-size: 14px;
}

#consulting {
    background: #e36326;
    color: #ffffff;
    padding: 50px 0 20px 0;
}
#consulting h4 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 100px;
}
#consulting p {
    font-size: 14px;
}
#consulting img {
    width: 100%;
}

#cta {
    padding: 80px 0 80px 0;
}
#cta h3 {
    color: #162a46;
    margin-bottom: 40px;
    font-weight: bold;
}

#contacts {
    text-align: center;
    background: #162a46;
    color: #ffffff;
    padding: 25px 0px 20px 0px;
}
#contacts #center {
    border-left: 2px solid #e35f26;
    border-right: 2px solid #e35f26;
}
#contacts h3 {
    font-weight: bold;
}
#contacts p {
    font-size: 13px;
}
#contacts a {
    text-decoration: none;
}
#contacts .fa {
    color: #e35f26;
    padding: 10px;
}
#contacts .fa:hover {
    color: #ffffff;
}

#copyright {
    text-align: center;
    font-size: 12px;
    background: #1f1f1f;
    color: #7f7f7f;
    padding: 30px 0px 20px 0px;
}
#copyright a {
    color: #e35f26;
    text-decoration: none;
}
#copyright a:hover {
    color: #ffffff;
}

/* Privacy Policy page */
.privacy-page {
    background: #f7f9fc;
    color: #162a46;
}
.privacy-nav {
    padding: 10px 0;
}
.privacy-nav img {
    height: 40px;
}
.privacy-nav .nav-actions {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.privacy-link {
    color: #ffffff;
    border: 1px solid #e35f26;
    padding: 8px 18px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.privacy-link:hover {
    color: #e35f26;
    background: #ffffff;
    text-decoration: none;
}
.privacy-hero {
    padding: 80px 0 40px 0;
    background: linear-gradient(120deg, rgba(22, 44, 76, 0.95), rgba(22, 44, 76, 0.5)), url('../images/intro_background.jpg');
    background-size: cover;
    color: #ffffff;
}
.privacy-hero h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 25px;
}
.privacy-hero .lead {
    font-size: 16px;
}
.privacy-hero .updated-date {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #e4e9f2;
}
.privacy-summary-card {
    background: rgba(255, 255, 255, 0.95);
    color: #162a46;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.privacy-summary-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.privacy-summary-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}
.privacy-summary-card li {
    margin-bottom: 8px;
}
.privacy-summary-card a {
    color: #e35f26;
}
.privacy-content {
    padding: 60px 0;
}
.policy-section {
    display: flex;
    gap: 25px;
    margin-bottom: 45px;
}
.section-number {
    min-width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #e35f26;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(227, 95, 38, 0.35);
}
.policy-copy h2 {
    font-weight: 600;
    margin-bottom: 15px;
}
.policy-copy ul {
    padding-left: 20px;
}
.policy-copy ul li {
    margin-bottom: 8px;
    font-size: 14px;
}
.policy-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}
.policy-card h3 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #162a46;
}
.contact-details {
    list-style: none;
    padding-left: 0;
}
.contact-details li {
    margin-bottom: 6px;
}
.privacy-cta {
    padding: 50px 0;
    background: #162a46;
    color: #ffffff;
}
.privacy-cta h3 {
    font-weight: 600;
}
.privacy-cta .btn-contact {
    width: auto;
    margin-top: 15px;
}
