/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * eurostile:
 *   - http://typekit.com/eulas/00000000000000003b9b2165
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-12-20 00:49:42 UTC"}*/

@font-face {
font-family:"eurostile";
src:url("f/eurostile.woff2") format("woff2"),url("f/eurostile.woff") format("woff"),url("f/eurostile.opentype") format("opentype");
font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}

.tk-eurostile { font-family: "eurostile",sans-serif; }


.split-text .wrap.text-wrap p {
    font-size: 2em;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.split-text .wrap.text-wrap li {
    font-size: 1em;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.sand-bg h4.section-title + p {
    font-family: eurostile, sans-serif !important;
}
.project-card {
    background-color: #1a222d;
    color: #f9f9fa;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.project-card img {
    width: 100%;
}
.project-card-content {
    padding: 20px;
}
.project-card-content h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.project-card-content p {
    font-size: 1em;
    margin-bottom: 10px;
}
.project-card-content ul {
    list-style: disc;
    padding-left: 20px;
}
.project-card-content li {
    font-size: 1em;
}
.project-card-header {
    position: relative;
}
.project-card-badge {
    position: absolute;
    top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    color: white;
}
.completed-badge {
    left: 10px;
    background-color: green;
}
.mw-badge {
    right: 10px;
    background-color: #0693e3;
}
.timeline-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.timeline-item {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}
.timeline-year {
    min-width: 100px;
    font-size: 2em;
    font-weight: bold;
    color: #0693e3;
    padding-right: 30px;
}
.timeline-content {
    flex: 1;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.timeline-content h5 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #1a222d;
}
.timeline-content p {
    color: #666;
    line-height: 1.6;
}
.mission-box {
    background: linear-gradient(135deg, #0693e3 0%, #0056b3 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 8px 24px rgba(6, 147, 227, 0.3);
}
.mission-box h3 {
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
}
.mission-box p {
    font-size: 1.3em;
    line-height: 1.8;
    text-align: center;
    font-style: italic;
}
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.capability-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-left: 4px solid #0693e3;
}
.capability-card h5 {
    color: #1a222d;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.excellence-stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px 0;
}
.stat-item {
    text-align: center;
    padding: 20px;
    min-width: 200px;
}
.stat-item .stat-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #0693e3;
}
.stat-item .stat-label {
    font-size: 1em;
    color: #666;
    margin-top: 10px;
}
.contact-form-enhanced {
    max-width: 700px;
    margin: 0 auto;
}
.contact-form-enhanced input,
.contact-form-enhanced select,
.contact-form-enhanced textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: eurostile, sans-serif;
    font-size: 1em;
}
.contact-form-enhanced select {
    background-color: white;
    cursor: pointer;
}
.why-choose-list {
    background: white;
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
}
.why-choose-list ul {
    list-style: none;
    padding: 0;
}
.why-choose-list li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
}
.why-choose-list li:before {
    content: "✓ ";
    color: #0693e3;
    font-weight: bold;
    margin-right: 10px;
}
.emergency-support {
    background: #dc3545;
    color: white;
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
    text-align: center;
}
.emergency-support h4 {
    margin-bottom: 15px;
}
.emergency-support .button {
    background: white;
    color: #dc3545;
    border: none;
    margin-top: 15px;
}
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.contact-info-card {
    background: rgba(255,255,255,0.1);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
}
.contact-info-card h5 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

#ai-assistant-logo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #0693e3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 999;
}

#ai-assistant-logo img {
    width: 40px;
    height: 40px;
}

#ai-assistant-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#ai-modal-content {
    width: 600px;
    height: 600px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

#ai-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    z-index: 1001;
}

#ai-modal-content iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
}
