:root {
    --hika-blue: #003b5f;
    --hika-yellow: #e8b300;
}

.silder-two .title, .widget-title .title {
    color: var(--hika-blue);
}

.widget_getintuch ul li a {
    color: #777;
}

.silder-two .title {
    text-transform: none;
}


.vm-tabs {
    display: flex;
    gap: 2px;
    align-items: flex-end;
}

.tab {
    cursor: pointer;
    flex: 0 0 auto;
    width: auto; /* Ensure size is based on content */
}

.tab.active .tab-name {
    background-color: var(--hika-yellow) !important;
    padding: 12px 15px;
    transition: .3s ease-in-out;
}

.tab .tab-name {
    padding: 8px 12px;
    background-color: var(--hika-blue);
    color: #fff;
}

.tab-content {
    border: 1px solid #e9e9e9;
}

.tab-content p {
    padding: 1rem;
    text-align: justify;
}

.dz-box.style-1 .sub-title {
    font-size: 16px;
}

section.references table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

section.references table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

section.references table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

section.references table th,
section.references table td {
    padding: .625em;
    text-align: center;
}

section.references table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

section.references .small-cell {
    width: 10%;
}

section.references .project-name {
    text-align: start;
}

section.references th {
    background-color: #e7e7e7;
}

section.references tr:nth-of-type(even) {
    background-color: #e7e7e7;
}

.port-detail .info-list li h2, .port-detail .info-list li .h2 {
    font-size: .85rem;
    letter-spacing: 2px;
}

.port-detail .info-list li span {
    font-size: 17px;
    letter-spacing: 2px;
}

.dz-box.style-2 .dz-info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 0;
}

.yt-vid iframe {
    width: 100%;
    height: 550px;
}

.silder-two .title {
    font-size: 50px;
}

.dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
    letter-spacing: 0;
}

.card-container h4.title {
    font-size: 1.25rem;
}

.icon-bx-wraper.style-8 p {
    font-size: 16px;
}