.HeadTitalbox {
    background: url(https://acc-arabs.com/wp-content/uploads/2023/12/widget-title-bg.png) right top repeat-y #eeeeee;
    box-sizing: border-box;
    color: #222222;
    font-size: 18px;
    line-height: 16px;
    margin: 0px 0px 10px;
    outline: 0px;
    padding: 16px;
    position: relative;
    text-shadow: #ffffff 0px 1px 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

/* table  */
.flex {
    width: 100%;
    display: flex;
    justify-content: center;
    direction: rtl;
    flex-wrap: wrap;
    margin: auto;
}
.flex div {
    margin-bottom: 10px;
}
.flex div img {
    height: 250px;
    width: 250px;
}
.details table {
    width: 100%;
    border-spacing: 3px;
}
.details table td {
    width: 20%;
    padding: 2px;
    border-radius: 19px;
    text-align: center;
}
.details table tr {
    margin-bottom: 15px;
}
.details table td.address {
    font-weight: bold;
    font-size: clamp(0.5rem, 0.368rem + 1.0563vw, 0.875rem) !important;
    text-align: center;
}
.details table td.description {
    background-color: #03A9F4;
    font-weight: bold;
    font-size: clamp(0.5rem, 0.368rem + 1.0563vw, 0.875rem) !important;
    color: #FFF;
    padding: 2px;
    border-radius: 19px;
    width: 60%;
    text-align: center;
    background-image: linear-gradient(260deg, #054474, #189ddc);
}

.entry table tbody td {
    border-bottom: 1px solid #eee;
    width: 20%;
    text-align: center;
}

.tbtable {
    padding: 2px;
    border-radius: 12px;
}

.site-section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
}

.downlodeBody {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

#progress-circle {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#download-message {
    background-color: #054474;
    border: none;
    color: white;
    padding: 9px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    border: 2px solid white;
    width: 220px;
}

#download-message:hover {
    background-color: white;
    color: black;
    border: 2px solid #054474;
    font-weight: bold;
}

.skill {
    width: 160px;
    height: 160px;
    position: relative;
}

.outer {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.inner {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2), inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7), -0.5px -0.5px 0px rgba(255, 255, 255, 1), 0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #005fa3;
    transform: scale(1.08);
    background: linear-gradient(to bottom, #005fa3a6 2px, #005fa3 8px);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
    box-shadow: 0 -12px 24px rgba(255, 255, 255, 0.6), 0 8px 12px rgba(0, 0, 0, 0.4);
}

.download-button:hover {
    background-color: #0074cc;
    color: #fff;
    transform: scale(1.08);
    background: linear-gradient(to bottom, #0074cca6 2px, #0074cc 8px);
    box-shadow: 0 -14px 28px rgba(255, 255, 255, 1), 0 10px 14px rgba(0, 0, 0, 0.5);
}

.download-icon {
    display: inline-flex;
    align-items: center;
    position: relative;
    left: -15px;
    -webkit-text-stroke: 1px;
}

.download-icon i.static {
    font-size: 21px;
    font-weight: 900;
    position: absolute;
    left: -1px;
    top: -6px;
}

.download-icon i.animated {
    position: absolute;
    top: -14px;
    font-size: 12px;
    font-weight: 700;
    transform: scale(1.1);
    animation: bounce 1.2s infinite;
    left: 4px;
    -webkit-text-stroke: 1px;
}

.vertical-line {
    border-left: 1px solid #fff;
    height: 24px;
    margin-left: 12px;
    margin-right: 12px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(2px);
    }
    50% {
        transform: translateY(5px);
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}