body {
    background: #f8f9fa;
    color: #333;
}
* {
    font-family: "Ubuntu", sans-serif;
}
.olima_sidebar .widget_box .olima_btn:hover {
    color: #fff !important;
}
#main-content .summernote-content a {
    color: var(--dd-global-primary-color);
    text-decoration: none;
}
#main-content a:hover {
    text-decoration: none;
    color: var(--dd-global-primary-color);
}
#main-content .btn-link {
    color: #374146;
    font-weight: 600;
}
.summernote-content p {
    line-height: 1.2;
}
.summernote-content ul {
    padding-left: 30px;
}
.summernote-content li {
    list-style: disc;
}
.go-top {
    display: none;
}
.sponsor_slide_one_resume {
    gap: 5px;
}
.section-title {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    font-size: 60px;
    line-height: 1.1em;
    color: #eee;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
}
.section-description {
    display: inline-block;
    position: relative;
    margin: 0;
    color: #fff;
    background-color: #ff724c;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
    z-index: 2;
}
.contact-form .form_button .olima_btn {
    background-color: #161616;
}
.sponsor_slide_one_resume img {
    border: 1px solid black;
    border-radius: 5px;
    padding: 30px;
    width: 95%;
}
.main-card {
    max-height: 100vh;
}
.border-block-top-110 {
    display: inline-block;
    position: absolute;
    background: transparent;
    width: 110px;
    height: 110px;
    border-top: 3px solid #ff724c;
    border-left: 3px solid #ff724c;
    border-radius: 5px 0px 0px 0px;
    left: 20px;
    top: 20px;
    z-index: 0;
}
/* Sidebar */
#sidebar {
    width: 300px;
    background: #fff;
    border-right: 1px solid #ddd;
    min-height: 100vh;
    transition: all 0.3s;
    z-index: 99;
    min-width: 15%;
    max-width: 15%;
}
#sidebar .avatar-box {
    padding: 20px;
}
#sidebar .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ccc;
    margin: 20px auto;
}
#sidebar .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
#sidebar .nav-link {
    color: #555;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: 0.3s;
}
.subpages {
    background-color: white;
    min-height: 90vh;
    max-height: 90vh;
    padding: 100px;
    z-index: 50;
    position: relative;
    border-radius: 5px;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    box-shadow: 0 1px 33px rgba(0, 0, 0, 0.15);
    width: 100%;
}

#sidebar .nav-link.active {
    color: #ff6600;
    font-weight: 600;
    border-left: 3px solid #ff6600;
    background: #f8f9fa;
}
/* Main content */
#main-content {
    padding: 50px;
    transition: margin-left 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 85%;
    max-width: 85%;
    overflow: hidden;
    position: relative;
    background-image: url("https://devdominion.com/assets/user/img/resume/resume-bg.png");
}
/* Mobile top bar */
#mobile-topbar {
    display: none;
    background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}
/* Sections */
.section {
    display: none;
}
.section.active {
    display: block;
}
/* Services/clients layout */
.services,
.clients {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.service-item,
.client-item {
    flex: 1 1 150px;
    text-align: center;
}
@media (max-width: 991.98px) {
    #sidebar {
        position: fixed;
        left: -220px;
        top: 0;
        z-index: 1000;
        min-height: 100%;
    }
    #sidebar.show {
        left: 0;
    }
    #mobile-topbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
}
.wave {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}
.wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}
.title {
    font-weight: 800;
    color: transparent;
    font-size: 120px;
    background: url(https://devdominion.com/assets/user/img/themes/rainbow-nebula.jpg) repeat;
    background-position: 40% 50%;
    -webkit-background-clip: text;
    position: relative;
    text-align: center;
}
.subtitle {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
}

ul.social_link li {
    display: inline-block;
    margin-right: 3px;
}

ul.social_link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #e6e6e6;
    color: #374146;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
    .subpages {
        padding: 50px;
    }
    .title {
        font-size: 80px;
    }
}
@media (max-width: 600px) {
    .subpages {
        padding: 40px 25px;
    }
    #main-content {
        padding: 20px;
    }
    .title {
        font-size: 40px;
    }
    .subtitle {
        font-size: 14px;
    }
    img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 768px) {
    #main-content {
        max-width: 100% !important;
    }
}
