/*
Theme Name: Online Portfolio
Theme URI: https://www.amplethemes.com/downloads/online-protfolio/
Author: Ample Themes
Author URI: https://amplethemes.com/
Description: Online Portfolio WordPress portfolio theme for building personal website. You can take full advantage of the free widgets to create amazing personal website regardless whether you are graphic designer, painters, artists, web designer, web developer, software engineer or photographer. You can customize elements and widgets inside customizer without you having to tweaking any code. The theme comes with Full width layout, easy Logo upload. Portfolioo is 100% responsive built with HTML5 and CSS3, it is SEO friendly, mobile optimized and retina ready, thoroughly tested by WordPress coding standard. Gutenberg ready, clean and bloat free code, you can flesh out free portfolio, grid, personal showcase website for free. Perfect Portfolio theme for Graphic Designers, Web Designers, Web Developers, Artists, Painters and Photographers.
Version: 0.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: online-portfolio
Tags: custom-logo, one-column, two-columns, right-sidebar, left-sidebar, full-width-template, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, blog, portfolio, e-commerce, footer-widgets
Tested up to: 5.5
Requires PHP: 5.2.4
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## top-header-socialicons
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
a {
    color: #F88C00;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #E08004;
    outline: none;
    text-decoration: none;
}
p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p:empty{
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"] {
    background: #F88C00;
    border: medium none;
    padding:10px 20px;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
input[type="submit"]:hover {
    background: #E08004;
}
input:not([type="submit"]),
textarea {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #F88C00;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top i {
    padding-top: 12px;
    color: #fff;
}
/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #F88C00;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*-----------------------------
	Wordpress Global
-----------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption-text {
    font-size: 14px;
    padding-top: 8px;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

/*description css*/
#logo p {
    padding: 0;
    margin: 0 0px 0px 12px;
    color: #fff;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*-----------------------------
	Posts and Page
-----------------------------*/
@media (min-width:768px){
    #primary{
        width:calc(100% - 280px - 20px);
        float: left;
        padding-right: 20px;
    }
    #secondary{
        width: 280px;
        float: right;
    }
}
article.post{
    clear: both;
    overflow: hidden;
}
article.post:not(:first-child){
    margin-top: 40px;
}


article.post table{
    border:1px solid #ddd;
}

article.post table th,
article.post table td,
article.page table th,
article.page table td{
    padding: 10px;
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
}
article.page figure:not(.gallery-item),
article.post figure:not(.gallery-item){
    width: auto !important;
    margin-bottom: 15px;
}
.entry-content .wp-post-image{
    margin-bottom: 10px;
}
.entry-content li{
    margin-bottom: 10px;
}
.entry-footer,
.entry-meta{
    font-size: 14px;
}
.entry-footer a,
.entry-meta a{
    position: relative;
}
.entry-footer > span:not(:last-child),
.entry-meta > span:not(:last-child){
    margin-right: 15px;
}
.entry-footer > span:not(:last-child) a:after,
.entry-meta > span:not(:last-child) a:after{
    content: '';
    border-right:1px solid ;
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
}

.entry-header {
    margin-bottom: 4px;
}
.entry-header .entry-title{
    margin-bottom: 0;
    font-size: 22px;
}
.post-thumbnail{
    margin: 10px 0;
    display: block;
}
.mejs-container{
    margin-bottom: 15px;
}
/*-----------------------------
	Blog List
-----------------------------*/
.blog-list{

}
.blog-list #secondary{
    width: auto;
    float: none;
}
.blog-list #secondary .widget form.search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.blog-list #secondary .widget form.search-form label{
    margin-bottom: 0;
}
.blog-list .post {
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 4px;
    margin-bottom: 30px;
}
.blog-list .post:hover {

    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.blog-list .post .post-thumbnail{
    margin:0 0 15px 0;
}
.blog-list .post .entry-header{
    margin-top: 15px;
}

.blog-list .post .entry-content p:last-child{
    margin-bottom: 0;
}
.blog-list .post .post-thumbnail + .entry-header{
    margin-top: 0;
}
.pagination .page-item {
    margin: 0 5px;
}
.pagination .page-item .page-link{
    border-radius:4px;
    padding:10px 16px;
    color:#F88C00;
}
.pagination .page-item.active .page-link{
    color: #fff;
    background-color: #F88C00;
    border-color: #F88C00;

}


/*-----------------------------
	Gallery
-----------------------------*/
.gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.gallery-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
    margin-right: 0;
}
.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
    margin-right: 0;
}
.gallery-columns-4 .gallery-item {
    max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
    margin-right: 0;
}
.gallery-columns-5 .gallery-item {
    max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
    margin-right: 0;
}
.gallery-columns-6 .gallery-item {
    max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
    margin-right: 0;
}
.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
    margin-right: 0;
}
.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
    margin-right: 0;
}
.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
    margin-right: 0;
}
.gallery-item:last-of-type {
    padding-right: 0;
}
.gallery-item > div > a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
    box-shadow: 0 0 0 2px #275cf6;
}
.gallery-caption {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 8px;
}
/*-----------------------------------
	Post navigation and Pagination
-----------------------------------*/
.page-links{
    clear: both;
    padding: 10px 0;
    display: block;
    margin-bottom: 20px;
}
.page-links .post-page-numbers, .page-links a{
    padding: 4px 10px;
    border: 1px solid;
    margin: 0 3px;
}
.post-navigation,
.posts-navigation{
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 30px;
}
.post-navigation .nav-links,
.posts-navigation .nav-links{
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.post-navigation .nav-links a,
.posts-navigation .nav-links a{
    border-radius: 50px;
    border:1px solid;
    padding: 10px 20px;
    display: block;
}
.post-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next{
    margin-left: auto;
}

/*-----------------------------------
	Comments
-----------------------------------*/
.comment-content li{
    margin-bottom: 10px;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
@media (min-width: 768px) {
    .comments-area {
        margin-top: 50px;
    }
    .comments-area .comment-reply-title {
        margin-bottom: 0;
        margin-top: 50px;
    }
    .comments-area .comment-reply-title + .comment-form {
        margin-top: 30px;
    }
}
.comments-area > * {
    margin-top: calc(2 * 16px);
    margin-bottom: calc(2 * 16px);
}
.entry + .comments-area {
    margin-top: calc(3 * 16px);
}
@media (min-width: 768px) {
    .comments-area .comments-title-wrap {
        align-items: baseline;
        display: flex;
        justify-content: space-between;
    }
}
.comments-area .comments-title-wrap .comments-title {
    margin: 0;
}
@media (min-width: 768px) {
    .comments-area .comments-title-wrap .comments-title {
        flex: 1 0 calc(3 * (100vw / 12));
    }
}
@media (min-width: 768px) {
    .comments-area .comments-title-wrap .discussion-meta {
        flex: 0 0 calc(2 * (100vw / 12));
        margin-left: 16px;
    }
}
.comments-area .comment-respond .comment-form-cookies-consent input {
    margin-right: 10px;
}
.comments-area .comment-respond label:empty {
    display: none;
}
#comment {
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}
#respond {
    position: relative;
}
#respond .comment-user-avatar {
    margin: 16px 0 -16px;
}
#respond .comment .comment-form {
    padding-left: 0;
}
#respond .comment-form {
    padding-left: 0;
}
#respond .comment-form .logged-in-as + .comment-form-comment {
    margin-top: 16px;
}
#respond > small {
    display: block;
    font-size: 15px;
    position: absolute;
    left: calc(16px + 100%);
    top: calc(-3.5 * 16px);
    width: calc(100vw / 12 );
}
#comments > .comments-title:last-child {
    display: none;
}
.comment-form-flex {
    display: flex;
    flex-direction: column;
}
.comment-form-flex .comments-title {
    display: none;
    margin: 0;
    order: 1;
}
.comment-form-flex #respond {
    order: 2;
}
.comment-form-flex #respond + .comments-title {
    display: block;
}
.comment-list {
    list-style: none;
    padding: 0;
}
.comment-list .children {
    margin: 0;
    padding: 0 0 0 16px;
}
.comment-list > .comment:first-child {
    margin-top: 0;
}
.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
    color: #333333;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 16px;
}
.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
    font-weight: bold;
    font-size: 13.3333333333px;
    line-height: 1.5;
    padding-right: 8px;
    display: block;
}
.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
    color: #333333;
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
}
#respond + .comment-reply {
    display: none;
}
.comment-reply .comment-reply-link {
    display: inline-block;
}
.comment {
    list-style: none;
    position: relative;
}
@media (min-width: 768px) {
    .comment.depth-1:not(:first-child),
    .comment .children {
        padding-left: 16px;
    }
    .comment.depth-1:not(:first-child) {
        margin-left: calc(3.25 * 16px);
    }
}
.comment .comment-body {
    margin: calc(2 * 16px) 0 0;
    position: relative;
    padding: 15px 20px;
    border: 1px solid #ddd;
}
.comment .comment-body + .comment-respond {
    margin-top: 16px;
}
.comment .comment-meta {
    position: relative;
    font-size: 13px;
    margin-bottom: 5px;
}
.comment .comment-author .avatar {
    float: left;
    margin-right: 16px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.comment .comment-author .fn {
    position: relative;
    font-weight: bold;
}
.comment .comment-author .fn a {
    color: inherit;
}
.comment .comment-author .fn a:hover {
    color: #474747;
}
.comment .comment-author .post-author-badge {
    border-radius: 100%;
    display: block;
    height: 18px;
    position: absolute;
    background: #474747;
    right: calc(100% - 40px);
    top: -3px;
    width: 18px;
}
@media (min-width: 768px) {
    .comment .comment-author .post-author-badge {
        right: calc(100% + 12px);
    }
}
.comment .comment-author .post-author-badge svg {
    width: inherit;
    height: inherit;
    display: block;
    fill: white;
    transform: scale(0.875);
}
.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
    display: inline;
    font-weight: 500;
    color: #333333;
    vertical-align: baseline;
}
.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
    vertical-align: baseline;
}
.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {
    color: #474747;
    text-decoration: none;
}
.comment .comment-metadata > * {
    display: inline-block;
}
.comment .comment-metadata .edit-link-sep {
    color: #333333;
    margin: 0 0.2em;
    vertical-align: baseline;
}
.comment .comment-metadata .edit-link {
    color: #333333;
}
.comment .comment-metadata .edit-link svg {
    transform: scale(0.8);
    vertical-align: baseline;
    margin-right: 0.1em;
}
.comment .comment-metadata .comment-edit-link {
    position: relative;
    padding-left: 16px;
    margin-left: -16px;
    z-index: 1;
}
.comment .comment-metadata .comment-edit-link:hover {
    color: #333333;
}
.comment .comment-content {
    margin: 16px 0;
}
.comment .comment-content > *:first-child {
    margin-top: 0;
}
.comment .comment-content > *:last-child {
    margin-bottom: 0;
}
.comment .comment-content blockquote {
    margin-left: 0;
}
.comment .comment-content a {
    text-decoration: underline;
}
.comment .comment-content a:hover {
    text-decoration: none;
}
.comment-reply-link,
#cancel-comment-reply-link {
    font-weight: 500;
    font-size: 13px;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
    color: #474747;
}
.discussion-avatar-list {
    margin: 0;
    padding: 0;
}
.discussion-avatar-list:before, .discussion-avatar-list:after {
    content: "";
    display: table;
}
.discussion-avatar-list:after {
    clear: both;
}
.discussion-avatar-list li {
    position: relative;
    list-style: none;
    margin: 0 -8px 0 0;
    padding: 0;
    float: left;
}
.discussion-avatar-list .comment-user-avatar img {
    height: calc(1.5 * 16px);
    width: calc(1.5 * 16px);
}
.discussion-meta .discussion-meta-info {
    margin: 0;
}
.discussion-meta .discussion-meta-info .svg-icon {
    vertical-align: middle;
    fill: currentColor;
    transform: scale(0.6) scaleX(-1) translateY(-0.1em);
    margin-left: -4px;
}
.comment-form .comment-notes,
.comment-form label {
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    color: #333333;
    display: block;
}
@media (min-width: 768px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: calc(50% - 8px);
        float: left;
    }
}
@media (min-width: 768px) {
    .comment-form .comment-form-email {
        margin-left: 16px;
    }
}
.comment-form textarea,
.comment-form input[name=author],
.comment-form input[name=email],
.comment-form input[name=url] {
    display: block;
    width: 100%;
}

/*-----------------------------------
	Widget Area
-----------------------------------*/
.widget-area .widget:not(:first-child){
    margin-top: 30px;
}
.widget-area .widget ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-area .widget ul li{
    margin-bottom: 8px;
}
.widget-title {
    font-size:17px;
    position: relative;
    font-weight: 600;
}
.widget-title:after{
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: #F88C00;
    content:'';
}
.widget-area .widget-title{
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.3);
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997;
}
.main-header{
    height: 60px;
    padding: 10px 0;
}
.main-header .container-fluid{
    position: relative;
}
.main-header #mobile-nav-toggle{
    margin-top: 0;
}
@media (min-width: 992px){
    .main-header{
        padding: 30px 0;
        height: 92px;
    }


    #header.header-scrolled {
        background: rgba(0, 0, 0, 0.9);
        transition: all 0.5s;
    }
    #header.header-scrolled .main-header{
        height: 72px;
        padding: 20px 0;
    }
    body:not(.home) #header.header-scrolled{
        padding: 20px 0;
        height: 72px;
        transition: all 0.5s;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 997;
    }
    body:not(.home) #header.header-scrolled .main-header{
        height: auto;
        padding: 0;
    }
    body:not(.home).admin-bar #header.header-scrolled{
        top: 32px;
    }

}
#header #logo {
    float: left;
}
#header #logo h1 {
    font-size:28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
}
#header #logo img {
    padding: 0;
    margin: 0;
}
.admin-bar #header{
    top: 32px;
}
@media (max-width: 600px){
    .admin-bar #header.header-scrolled{
        top:0;
    }
}
#header .top-header{
    border-bottom:1px solid rgba(255,255,255,.1);
    display: none;
}
@media (min-width: 992px){
    #header .top-header{
        display: block;
    }
}
#header .top-header .contact-info{
    line-height: 40px;
}
#header .top-header .contact-info ul{
    margin: 0;
    padding: 0 0 0 10px;
}
#header .top-header .contact-info li{
    display: inline-block;
    color: #fff;

}
#header .top-header .contact-info li i{
    margin-right: 5px;
}
#header .top-header .contact-info li:not(:last-child){
    margin-right: 10px;
    padding-right: 10px;
}
#header .top-header .contact-info li a{
    color:#fff;
}
#header .top-header .social-links a{
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.2);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#header .top-header li a:hover,
#header .top-header a:hover{
    color:#F88C00;
}
#header.header-scrolled .top-header{
    display: none;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
}
#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#intro .carousel-background img {
    max-width: 100%;
}
#intro .carousel-content {
    text-align: center;
}
#intro .carousel-content i{
    font-size: 60px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 50px;
}
#intro h1,
#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}
#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}
#intro .carousel-fade {
    overflow: hidden;
}
#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
}
#intro .carousel-indicators li {
    cursor: pointer;
}
#intro .carousel-indicators .active{
    background-color:#F88C00;
}
#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding:15px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #F88C00;
}
#intro .btn-get-started:hover {
    background: #fff;
    color: #F88C00;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu > li {
    float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}
/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #F88C00;
}
.nav-menu > li {
    margin-left: 10px;
}
.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    background: #fff;
}
.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}
.nav-menu ul li:hover > a {
    color: #F88C00;
}
.nav-menu ul ul {
    margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: #fff;
}
/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
#mobile-nav ul li a:hover {
    color: #F88C00;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav ul li.menu-active a {
    color: #F88C00;
}
#mobile-nav ul ul.sub-menu i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul ul.sub-menu i.fa-chevron-up {
    color: #F88C00;
}
#mobile-nav ul ul.sub-menu li a {
    text-transform: none;
}
#mobile-nav ul .menu-item-active {
    color: #F88C00;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 996;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #F88C00;
    bottom: 0;
    left: calc(50% - 20px);
    border-radius: 50px;
}
.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}
/* Section with background
--------------------------------*/
.section-bg {
    background: #f7f7f7;
}
/* Featured Services Section
--------------------------------*/
#featured-services {
    background: #F88C00;
}
#featured-services .box {
    padding: 50px 20px;
    position: relative;
    z-index: 2;
}
#featured-services .box-bg,
#featured-services .box:hover {
    background-image: linear-gradient(0deg, #F88C00 0%, #FBB356 50%, #F88C00 100%);
}
#featured-services i {
    color: #F88C00;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}
#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 18px;
}
#featured-services h4 a {
    color: #fff;
}
#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
/* About Us Section
--------------------------------*/
#about {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}
#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}
#about .container {
    position: relative;
    z-index: 10;
}
#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
#about .about-col .img {
    position: relative;
}
#about .about-col .img img {
    border-radius: 4px 4px 0 0;
}
#about .about-col .icon {
    width: 64px;
    height: 64px;
    line-height:55px;
    text-align: center;
    position: absolute;
    background-color: #F88C00;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}
#about .about-col i {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}
#about .about-col:hover .icon {
    background-color: #fff;
}
#about .about-col:hover i {
    color: #F88C00;
}
#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}
#about .about-col h2 a {
    color: #000;
}
#about .about-col h2 a:hover {
    color: #F88C00;
}
#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}
/* Services Section
--------------------------------*/
#services {
    background: #fff;
    background-size: cover;
    padding-top: 80px;
}
#services .box {
    margin-bottom: 30px;
}
#services .icon {
    float: left;
}
#services .icon i {
    color: #F88C00;
    font-size: 24px;
    line-height: 1;
    transition: 0.5s;
}
#services .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
#services .title a {
    color: #111;
}
#services .box:hover .title a {
    color: #F88C00;
}
#services .description {
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
#call-to-action:after{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:rgba(0, 0, 0, 0.4);
    z-index: -1;
    position: absolute;
}
#call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
#call-to-action p {
    color: #fff;
}
#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}
#call-to-action .cta-btn:hover {
    background: #F88C00;
    border: 2px solid #F88C00;
}
/* Call To Action Section
--------------------------------*/
#skills {
    padding: 80px 0;
}
#skills .skill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
#skills .skill .val{
    margin-left: auto;
}
#skills .progress {
    margin-bottom: 30px;
    height: 10px;
}
#skills .progress .skill {
    font-family: "Open Sans", sans-serif;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}
#skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}
#skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s;
}

#skills .skills-content,
#skills .progress,
#skills .progress-bar {
    display: none !important;
}

#skills .section-header p {
    color: var(--op-muted) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin: 18px auto 0 !important;
    max-width: 820px;
}

.skills-sphere-wrap {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(460px, 1fr) minmax(360px, 420px);
    margin-top: 42px;
}

.skills-sphere {
    aspect-ratio: 1;
    background:
        radial-gradient(circle at 50% 50%, rgba(15, 118, 110, 0.1), transparent 44%),
        radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.08), transparent 60%);
    border: 1px solid rgba(217, 226, 238, 0.9);
    border-radius: 50%;
    box-shadow: inset 0 0 70px rgba(15, 23, 42, 0.05), 0 26px 70px rgba(15, 23, 42, 0.09);
    margin: 0 auto;
    max-width: 500px;
    min-height: 420px;
    overflow: visible;
    position: relative;
    width: min(500px, 100%);
}

.skills-sphere__globe {
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 50%;
    bottom: 12%;
    box-shadow: inset 0 0 34px rgba(15, 118, 110, 0.08);
    left: 12%;
    pointer-events: none;
    position: absolute;
    right: 12%;
    top: 12%;
}

.skills-sphere__globe::before,
.skills-sphere__globe::after {
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 50%;
    content: "";
    inset: 18%;
    position: absolute;
}

.skills-sphere__globe::after {
    border-left-color: transparent;
    border-right-color: transparent;
    inset: 8% 28%;
}

.skills-sphere__tag {
    background: #eef6ff;
    border: 1px solid rgba(59, 130, 246, 0.18);
    border-radius: 999px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    color: #1e3a8a;
    cursor: pointer;
    font-size: 13px;
    font-weight: 850;
    left: 50%;
    line-height: 1;
    padding: 10px 13px;
    position: absolute;
    top: 50%;
    transform-origin: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    will-change: transform, opacity;
}

.skills-sphere__tag:hover,
.skills-sphere__tag:focus,
.skills-sphere__tag.is-active {
    background: var(--op-accent);
    border-color: var(--op-accent);
    box-shadow: 0 22px 44px rgba(15, 118, 110, 0.28);
    color: #ffffff;
    outline: none;
}

.skills-sphere__tag.is-active {
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.skills-sphere:has(.skills-sphere__tag.is-active) .skills-sphere__globe {
    opacity: 0.62;
}

.skills-sphere__tag--1 {
    background: #ecfdf5;
    border-color: rgba(15, 118, 110, 0.18);
    color: #0f766e;
}

.skills-sphere__tag--2 {
    background: #fff7ed;
    border-color: rgba(217, 154, 43, 0.2);
    color: #92400e;
}

.skills-sphere__tag--3 {
    background: #f8fafc;
    border-color: rgba(100, 116, 139, 0.2);
    color: #334155;
}

.skills-sphere__panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    border: 1px solid rgba(217, 226, 238, 0.94);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
    max-width: 100%;
    min-height: 230px;
    overflow-wrap: anywhere;
    padding: 30px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.skills-sphere-wrap:has(.skills-sphere__tag.is-active) .skills-sphere__panel {
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

.skills-sphere__eyebrow {
    color: var(--op-accent);
    display: block;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.skills-sphere__panel h4 {
    color: var(--op-ink);
    font-size: clamp(26px, 2.4vw, 34px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 16px;
    text-transform: none;
    word-break: normal;
}

.skills-sphere__panel h4::after {
    background: linear-gradient(90deg, var(--op-accent), var(--op-gold));
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 14px;
    width: 64px;
}

.skills-sphere__panel p {
    color: #475569;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    max-width: 100%;
}

.skills-sphere__tooltip {
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.24);
    color: #ffffff;
    left: 50%;
    max-width: 280px;
    opacity: 0;
    padding: 16px 18px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: opacity 0.18s ease;
    width: max-content;
    z-index: 1200;
}

.skills-sphere__tooltip.is-visible {
    opacity: 1;
}

.skills-sphere__tooltip strong,
.skills-sphere__tooltip span,
.skills-sphere__tooltip p {
    display: block;
}

.skills-sphere__tooltip strong {
    font-size: 18px;
    font-weight: 850;
    line-height: 1.15;
    margin-bottom: 7px;
}

.skills-sphere__tooltip span {
    color: #5eead4;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.skills-sphere__tooltip p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}
/* Facts Section
--------------------------------*/
#facts {
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 0 0 0;
    position: relative;
}
#facts::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9;
}
#facts .container {
    position: relative;
    z-index: 10;
}
#facts .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #F88C00;
}
#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
#facts .facts-img {
    text-align: center;
    padding-top: 30px;
}
/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 80px 0;
}
#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}
#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #F88C00;
    color: #fff;
}
#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}
#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
#portfolio .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
}
#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}
#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}
#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    font-size: 14px;
    color: #333;
}
#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    background: #F88C00;
}
#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}
#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 44px);
}
#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}
#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}
#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}
#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #F88C00;
}
#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
/* Clients Section
--------------------------------*/
#clients {
    padding: 80px 0;
}
#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
    width: auto;
}
#clients img:hover {
    opacity: 1;
}
#clients .owl-nav,
#clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}
#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#clients .owl-dot.active {
    background-color: #F88C00;
}
/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 80px 0;
}
#testimonials .section-header {
    margin-bottom: 40px;
}
#testimonials .testimonial-item {
    text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}
#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}
#testimonials .testimonial-item .testimonial-item--desc{
    margin: 0 auto 15px auto;
    position: relative;
}
#testimonials .testimonial-item p {
    font-style: italic;
}
#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}
#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#testimonials .owl-dot.active {
    background-color: #F88C00;
}
/* Team Section
--------------------------------*/
#team {
    background: #fff;

}
#team .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
#team .member .member-info {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}
#team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
}
#team .member:hover .member-info {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: 0.4s;
}
#team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}
#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}
#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}
#team .member .social {
    margin-top: 15px;
}
#team .member .social a {
    transition: none;
    color: #fff;
}
#team .member .social a:hover {
    color: #F88C00;
}
#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}
/* Accordion Section
--------------------------------*/
#faq{
    position: relative;
    z-index: 1;
}
#faq .section-header{
    margin-bottom: 40px;
}
#faq .section-header h3{
    text-align: left;
}
#faq .section-header h3:after{
    left: 0;
}
#faq .faq-box{
    padding: 30px 0;
}
@media (max-width:767px){
    #faq .faq-bg{
        display: none;
    }
}
@media (min-width:992px){
    #faq .faq-box{
        padding: 80px;
    }
}
#faq .faq-bg{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
#faq #accordion .card{
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 0;
}
#faq #accordion .card:not(:first-child){
    margin-top: 10px;
}
#faq #accordion .card-header{
    padding: 0;
    border:medium none;
    border-radius: 0;
}
#faq #accordion .card-header .btn{
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    color:#111;
    border-radius: 0;
    position: relative;
}
#faq #accordion .card-header .btn:before{
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
}
#faq #accordion .card-header .btn[aria-expanded="true"]{
    background: #F88C00;
    color:#fff;
}
#faq #accordion .card-header .btn[aria-expanded="true"]:before{
    transform: rotate(180deg);
}
#faq #accordion .card-header .btn:hover,
#faq #accordion .card-header .btn:focus{
    text-decoration: none;
    color:#fff;
}
#faq #accordion .card:hover .card-header{
    background: #F88C00;
}
/* Contact Section
--------------------------------*/
#contact {
    padding: 80px 0;
}
#contact .form #sendmessage {
    color: #F88C00;
    border: 1px solid #F88C00;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}
#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}
#contact .form input{
    height: 45px;
}
#contact .form input,
#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    border-radius: 4px;
}
#contact .form button[type="submit"] {
    border-radius: 4px;
    background: #F88C00;
    border: 0;
    padding: 15px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
#contact .form button[type="submit"]:hover {
    background: #E08004;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}
#footer .footer-top {
    background: #111;
    padding: 80px 0 50px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #eee;
}
#footer .footer-top .social-links a {
    font-size: 14px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    line-height: 20px;
}
#footer .footer-top .social-links a:hover {
    background: #F88C00;
    color: #fff;
}
#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
#footer .footer-top h4::after {
    background: #F88C00;
    width: 30px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}
#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
    color: #F88C00;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
}
#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 10px;
    width: 65%;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #F88C00;
    border: 0;
    width: 35%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #E08004;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}
@media (min-width: 992px) {
    #testimonials .testimonial-item .testimonial-item--desc{
        width: 80%;
    }
}
@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}
@media (min-width: 1200px){
    #header #logo,
    #header .top-header .contact-info {
        padding-left: 60px;
    }
    #nav-menu-container,
    #header .top-header .social-links {
        padding-right: 60px;
    }
}
@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
    #header #logo h1 {
        font-size: 28px;
    }
    #header #logo img {
        max-height: 40px;
    }
    #intro h2 {
        font-size: 28px;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
}

/*-----------------
# Inner Pages
-----------------*/
.inner-header-banner{
    margin-bottom: 40px;
    position: relative;
    min-height: 400px;
}
.inner-header-banner .section-header{
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);

}
@media (min-width: 992px) {
    .inner-header-banner{
        min-height: 600px;
    }
}
.inner-header-banner .section-header p,
.inner-header-banner .section-header h3{
    color: #fff;
}
.bg-img{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.overlay{
    position: relative;
    z-index: 1;
}
.overlay:after{
    content: '';
    background:rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

h2.trail-browse {
    display: none;
}
.breadcrumb .trail-items li {
    display: inline-block;
    margin-right: 20px;
    color: #dedada;
}
.breadcrumb .trail-items li:after {
    content: "/";
    position: absolute;
    padding-left: 5px;
    color: #fff;
}

.breadcrumb {

    background-color: #e9ecef00;

}
ul.trail-items {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 77%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
}

.breadcrumbs {

    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    position: relative;
    margin-left: -270px;
}

p.comment-form-cookies-consent label {
    margin-left: 20px;
    margin-top: -22px;
}


i.fa.fa-calendar {
    padding-right: 5px;
}

.search-button {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.search-button button {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    border: none;
    background: #5d5c5c;
}




/*for no-sidebar option*/
.no-sidebar .sidebar {
    display: none;
}
.no-sidebar #primary {
    width: 100%;
}
/*for right-sidebar*/
.right-sidebar .single-ample-page #primary {
    float: left;
}
.right-sidebar .sidebar {
    float: left;
}
/*for right-sidebar*/
.left-sidebar .single-ample-page #primary {
    float: right;
}
.left-sidebar .sidebar {
    float: left;
}



/*sidebar */

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    overflow: hidden;
    position: relative;
    line-height: 1.4;
}
#secondary .widget {
    border: 1px solid #eee;
    margin: 0 0 50px;
    padding: 15px;

}
.widget.author-widget {
    text-align: center;
}
.widget:first-child {
    margin-top: 0;
}
.widget .search-form{
    border: 1px solid #eee;
    position: relative;
}
.widget .search-submit {
    background-color: #333;
    border: 0;
    color: #fff;
    font-size: 14px;
    height: 100%;
    padding-right: 18px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.widget .search-submit:hover {
    background-color: #D57D62;
}
.widget  .search-form .search-field{
    border: 0;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    padding: 13px 50px 12px 20px;
    width: 100%;
}
.widget .widget-title {
    text-align: center;
    position: relative;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 500;
    line-height: 1em;
    color: #333;
    margin: 0 0 30px;
}
.widget .widget-title::before,
.widget .widget-title::after{
    display: inline-block;
    z-index: 1;
    position: absolute;
    background: #ccc;
    height: 1px;
    content: "";
    width: 100%;
    top: 50%;
    left: 0;
}
.widget .widget-title::before {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.widget .widget-title::after {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
footer .widget h2::before{
    background-color: #dddddd;
}
.widget h2{
    position: relative;
    margin: 0 0 10px 0;
}
.widget h2 span {
    border: 1px solid #ccc;
    vertical-align: middle;
    z-index: 5;
    display: inline-block;
    background: white;
    min-width: 110px;
    padding: 0 12.5px;
    position: relative;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
}
footer .widget h2 span{
    background-color: #F7F7F7;
}
.widget_pages li:before,
.widget_categories li::before,
.widget_recent_entries li a::before,
.widget_archive li::before,
.widget_categories li::before,
.top-footer ul.menu li::before,
.widget_recent_comments li:before{
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-right: 0.2em;
    opacity: 0.8;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    color: #333;
}

.widget_pages li,
.widget_categories li,
.widget_recent_entries li,
.widget_categories li,
.widget_recent_comments li,
.top-footer ul.menu li{
    display: block;
    position: relative;
}

.widget ul{
    margin: 0;
    padding: 0;
}
.widget ul li{
    overflow: hidden;
}
.widget ul li{
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.widget ul li:last-child{
    border-bottom: 0;
}
.widget ul li a:hover{
    color: #333;
}
.widget .recentcomments a{
    border: 0;
}
.widget.widget_meta ul li{
    float: left;
    list-style: none;
}
.widget_meta ul li{
    border: 1px solid #7e7e7e!important;
    color: #7e7e7e;
    float: left;
    margin: 5px 5px 5px 0;
    padding: 5px;
    transition: all 0.3s ease 0s;
}
.widget_meta ul li a:hover{
    background: #333;
    color: #fff;
}
.widget_archive li{
    position: relative;
    text-align: left;
    list-style: none;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    display: inline-block;
}
.widget_archive li a{
    text-align: left;
    display: inline-block;
    border: 0!important;
}



/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}
.widget select{
    width: 100%;
    padding: 5px;
}
.textwidget img {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.textwidget strong {
    margin-bottom: 10px;
    display: inline-block;
}

/* author*/
.author-wedget p{
    text-align: center;
}
.widget .author{
    width: 150px;
    height: 150px;
    margin: 15px auto;
    border-radius: 50%;
    overflow: hidden;
}
.author-widget ul.socials li {
    padding: 0;
    border: 0;
    margin: 5px;
    font-size: 16px;
    border-radius: 3px;
}
.author-widget ul.socials li a i{
    color: #333;
    background: #F1F1F1;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}
.author-widget ul.socials li a:hover i{
    opacity: 0.7;
}

.author-widget ul li a {
    padding: 0;
}
.author-widget {
    text-align: center;
}

.widget ul.socials {
    display: inline-flex;
}

.author-widget .widget p {
    margin-bottom: 0px;
}

/*====================contact form 7======================= */
/*---- Contact form 7 ----*/

.wpcf7 label {
    width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    width: 100%;
    border-radius: 0;
}
.wpcf7 .wpcf7-submit {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 10px 25px;
    background: #fab702;
}
.top-header {
    background-color: #0e0f1000!important;
}
.testimonial-item--desc p {
    color: #000;
}
.contact-details {
    margin-top: 117px;
}

article {
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
    margin: 24px;
}
div#team {
    padding-top: 80px;
}
.contact-details i.fa {
    font-size: 26px;
    padding-right: 20px;
}
h2.widget-title {
    text-align: center;
}
.widget-title:after {
    position: fixed;
    width: 30px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: #F88C00;
    content: '';
}
div#testimonials {
    background: #c6c5c7;
}

@media only screen and (max-width: 600px) {
    .nav-menu > li {
        float: none;
    }
}
#mobile-nav ul {
    margin-top: 24px;
}


#mobile-nav ul {
    margin-top: 24px;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
    display: block;
}
nav#mobile-nav ul.sub-menu {
    position: relative;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    display: block!important;
}
nav#mobile-nav ul.sub-menu{
    background: #000;
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 86px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

nav#mobile-nav ul.sub-menu {
    position: relative;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    display: block!important;
    background: #0f0f0f;
}
.nav-menu ul li a {
    padding: 10px;
    color: #000;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}



h3.entry-title a {
    color: #444!important;
    text-transform: capitalize;
}

a {
    color: #444;
    transition: 0.5s;
}

ol.breadcrumb.trail-items span {
    color: #fff;
}
.entry-meta.meta-data {
    padding-bottom: 9px;
    padding-top: 8px;
}







































.back-to-top {
    bottom: 15px;
}
#header #logo h1 {
    font-size: 28px;
}
#header #logo img {
    max-height: 40px;
}
#intro h2 {
    font-size: 28px;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 32px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: #F88C00;
    margin-right: 20px;

}
.slider-text {
    text-align: left;
    margin-left: 85px;
}
#intro p {
    width: 60%;
    float: left;
}
#intro p {
    width: 60%;
}
.slider-text p {
    text-align: left;
    font-size: 20px;
}
.slider-button {
    float: left;
    text-align: left;
    clear: both;

}
.slider-button {
    margin-top: 0px;
}
.slider-button {
    margin-left: -12px;
}

#intro h2 {
    font-size: 37px;
    text-transform: uppercase;
}

.About-details {
    margin-left: 89px;
    margin-top: -188px;
}
.About-page-content {
    margin-top: 60px;
    margin-bottom: 30px;
    width: 80%;
}
.section-header p {
    text-align: left;
    padding-bottom: 0;
    color: #333;
}

#faq .section-header {
    margin-bottom: 28px;
}
header.section-header p {
    font-size: 18px;
}
.example_f {
    border-radius: 4px;
    background: red;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    width: 200px;
    transition: all 0.4s;
    cursor: pointer;
    margin: 5px;
}
.example_f span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}
.example_f span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.example_f:hover span {
    padding-right: 25px;
}
.example_f:hover span:after {
    opacity: 1;
    right: 0;
}
.button_cont {
    text-align: left;
    padding-top: 15px;
}


/* timeline css */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}



h1 {
    text-align: center;
    font-weight: 300;
    color: #777
}

h1 span {
    font-weight: 600;
}

.timeline .container {
    width: 80%;
    padding: 50px 0;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

.timeline .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #CCD1D9;
    z-index: 1
}

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: #4FC1E9;
    margin-top: 10px;
    z-index: 99;
}

.timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
}

.timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500
}

.timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
}


@media screen and (max-width: 768px) {
    .container:before {
        left: 8px;
        width: 2px;
    }
    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }
    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }
}
.skills {
    margin-top: 70px;
}
.services {
    margin-top: 70px;
}
.timeline-1 {
    margin-top: 70px;
}


p.service {
    text-align: center;
    padding-bottom: 36px;
}
header.section-header p {
    text-align: center;
}
header.section-header.about p {
    text-align: left;
}
.testimonial-item--desc p {
    font-size: 18px;
}
a.continue-link {
    border: 1px solid;
    padding: 6px;
    border-radius: 6px;
}

#intro .btn-get-started .know{

    background: #040404!important;

}
a.example_f :hover{
    color:#fff;
}




a.btn-get-started.scrollto {
    margin-top: 15px;
}


@media only screen and (max-width: 600px) {
    .About-details {
        margin-left: 89px;
        margin-top: 0
    }
    .timeline .container:before{
        display:none;
    }
}


/*for skipping text */
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
a.skip-link.screen-reader-text {
    width: 15%;
}
a:focus {
    outline: thin dotted!important;
}
button#mobile-nav-toggle:focus{
    outline: thin dotted!important;

}

/* Professional portfolio refresh
--------------------------------------------- */
:root {
    --op-bg: #f6f8fb;
    --op-surface: #ffffff;
    --op-ink: #14213d;
    --op-muted: #64748b;
    --op-line: #dbe3ee;
    --op-accent: #0f766e;
    --op-accent-strong: #115e59;
    --op-accent-soft: rgba(15, 118, 110, 0.12);
    --op-gold: #d99a2b;
    --op-shadow: 0 18px 45px rgba(20, 33, 61, 0.12);
    --op-radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--op-bg);
    color: #334155;
    font-family: "Work Sans", "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--op-accent);
}

a:hover,
a:active,
a:focus {
    color: var(--op-accent-strong);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--op-ink);
    font-family: "Work Sans", "Open Sans", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.18;
    text-align: inherit;
}

p {
    color: #475569;
}

.container,
.container-fluid {
    max-width: 1180px;
}

#header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(219, 227, 238, 0.9);
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(14px);
}

#header.header-scrolled {
    background: rgba(15, 23, 42, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

#header.header-scrolled #logo h1 a,
#header.header-scrolled #logo h1 a:hover,
#header.header-scrolled #logo .site-title a {
    color: #ffffff;
}

#header.header-scrolled #logo .site-description {
    color: rgba(255, 255, 255, 0.68);
}

#header.header-scrolled .nav-menu a {
    color: rgba(255, 255, 255, 0.76);
}

#header.header-scrolled .nav-menu li:hover > a,
#header.header-scrolled .nav-menu .menu-active > a,
#header.header-scrolled .nav-menu .current-menu-item > a,
#header.header-scrolled .nav-menu .current_page_item > a {
    color: #ffffff;
}

#header .main-header {
    background: transparent;
    padding: 14px 0;
}

#header #logo {
    padding: 0;
}

#header #logo h1 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-align: left;
    text-transform: none;
}

#header #logo h1 a,
#header #logo h1 a:hover,
#header #logo .site-title a {
    color: var(--op-ink);
}

#logo p,
#header #logo .site-description {
    color: var(--op-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin: 4px 0 0;
    text-transform: uppercase;
}

#nav-menu-container {
    padding: 2px 0 0;
}

.nav-menu a {
    color: #24324a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 9px 12px;
    text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a,
.nav-menu .current-menu-item > a,
.nav-menu .current_page_item > a {
    color: var(--op-accent);
}

.nav-menu > li > a::after {
    background: var(--op-accent);
    content: "";
    display: block;
    height: 2px;
    margin-top: 6px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
    width: 100%;
}

.nav-menu > li:hover > a::after,
.nav-menu > .current-menu-item > a::after,
.nav-menu > .current_page_item > a::after {
    transform: scaleX(1);
}

.op-social-links {
    align-items: center;
    display: flex;
    gap: 10px;
}

.op-social-links a {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 15px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    width: 38px;
}

.op-social-links a:hover,
.op-social-links a:focus {
    transform: translateY(-2px);
}

.op-social-links--header {
    float: right;
    margin-left: 16px;
    padding-top: 2px;
}

.op-social-links--header a {
    background: rgba(15, 118, 110, 0.08);
    border: 1px solid rgba(15, 118, 110, 0.18);
    color: var(--op-accent);
}

.op-social-links--header a:hover,
.op-social-links--header a:focus {
    background: var(--op-accent);
    border-color: var(--op-accent);
    color: #ffffff;
}

#header.header-scrolled .op-social-links--header a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.82);
}

#header.header-scrolled .op-social-links--header a:hover,
#header.header-scrolled .op-social-links--header a:focus {
    background: var(--op-accent);
    border-color: var(--op-accent);
    color: #ffffff;
}

#intro,
#intro .carousel-item {
    min-height: 720px;
}

#intro .carousel-item::before {
    background: linear-gradient(90deg, rgba(8, 14, 30, 0.84) 0%, rgba(8, 14, 30, 0.6) 44%, rgba(8, 14, 30, 0.24) 100%);
}

#intro .carousel-container {
    align-items: center;
    justify-content: flex-start;
    padding: 110px 0 70px;
    text-align: left;
}

#intro .carousel-content {
    max-width: 1180px;
    padding: 0 24px;
    width: 100%;
}

#intro .slider-text {
    max-width: 680px;
}

#intro h2 {
    color: #ffffff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.04;
    margin-bottom: 24px;
    text-align: left;
    text-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
}

#intro p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    max-width: 620px;
}

#intro .btn-get-started,
.example_f,
a.continue-link,
input[type="submit"],
#contact .form button[type="submit"] {
    background: var(--op-accent);
    border: 1px solid var(--op-accent);
    border-radius: var(--op-radius);
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.2);
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 15px 22px;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#intro .btn-get-started:hover,
.example_f:hover,
a.continue-link:hover,
input[type="submit"]:hover,
#contact .form button[type="submit"]:hover {
    background: var(--op-accent-strong);
    border-color: var(--op-accent-strong);
    box-shadow: 0 16px 30px rgba(15, 118, 110, 0.25);
    color: #ffffff;
    transform: translateY(-2px);
}

section,
#about,
#services,
#portfolio,
#contact {
    padding: 88px 0;
}

.section-bg {
    background: #eef3f8;
}

.section-header {
    margin-bottom: 46px;
}

.section-header h3 {
    color: var(--op-ink);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 14px;
    padding-bottom: 0;
    text-align: center;
    text-transform: none;
}

.section-header h3::after {
    background: linear-gradient(90deg, var(--op-accent), var(--op-gold));
    border-radius: 999px;
    height: 3px;
    margin-left: -32px;
    width: 64px;
}

.section-header p,
header.section-header p,
header.section-header.about p {
    color: var(--op-muted);
    font-size: 17px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
}

#featured-services .box,
#about .about-col,
#services .box,
#portfolio .portfolio-wrap,
.blog .content-area article,
.archive .content-area article,
.search .content-area article,
.single .site-main article,
.page .site-main article,
.widget {
    background: var(--op-surface);
    border: 1px solid rgba(219, 227, 238, 0.9);
    border-radius: var(--op-radius);
    box-shadow: 0 10px 30px rgba(20, 33, 61, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#featured-services .box:hover,
#about .about-col:hover,
#services .box:hover,
#portfolio .portfolio-wrap:hover {
    border-color: rgba(15, 118, 110, 0.28);
    box-shadow: var(--op-shadow);
    transform: translateY(-4px);
}

#featured-services .box,
#services .box {
    padding: 34px 28px;
}

#featured-services i,
#services .icon i,
#about .about-col .icon {
    color: var(--op-accent);
}

#about::before {
    background: rgba(246, 248, 251, 0.94);
}

#about .about-col {
    overflow: hidden;
}

#about .about-col h2,
#services .title,
#portfolio .portfolio-item .portfolio-info h4 {
    color: var(--op-ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

#about .about-col h2 a,
#services .title a,
#portfolio .portfolio-item .portfolio-info h4 a {
    color: var(--op-ink);
}

#about .about-col p,
#services .description,
#portfolio .portfolio-item .portfolio-info p {
    color: var(--op-muted);
    font-size: 15px;
    line-height: 1.7;
}

#portfolio #portfolio-flters {
    margin: 0 0 34px;
}

#portfolio #portfolio-flters li {
    background: #ffffff;
    border: 1px solid var(--op-line);
    border-radius: 999px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin: 0 5px 10px;
    padding: 10px 16px;
    text-transform: uppercase;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: var(--op-accent);
    border-color: var(--op-accent);
    color: #ffffff;
}

#portfolio .portfolio-wrap {
    overflow: hidden;
}

#portfolio .portfolio-item figure {
    background: #0f172a;
    margin: 0;
}

#portfolio .portfolio-item figure img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

#portfolio .portfolio-item .portfolio-info {
    background: #ffffff;
    border-top: 1px solid var(--op-line);
    padding: 22px 20px;
}

input:not([type="submit"]),
textarea,
#contact .form input,
#contact .form textarea {
    border: 1px solid var(--op-line);
    border-radius: var(--op-radius);
    color: #24324a;
    font-size: 15px;
    padding: 13px 15px;
}

input:not([type="submit"]):focus,
textarea:focus,
#contact .form input:focus,
#contact .form textarea:focus {
    border-color: var(--op-accent);
    box-shadow: 0 0 0 4px var(--op-accent-soft);
    outline: 0;
}

.inner-header-banner {
    min-height: 330px;
}

.inner-header-banner.overlay::before,
.overlay::before {
    background: rgba(8, 14, 30, 0.7);
}

.inner-header-banner .section-header h3,
.inner-header-banner .section-header p {
    color: #ffffff;
}

#footer {
    background: #0f172a;
    color: rgba(255, 255, 255, 0.78);
}

#footer .footer-top {
    background: #111c30;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 58px 0 28px;
}

#footer .footer-top h4,
footer .widget h2,
#footer .footer-top .footer-info h3 {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

#footer .footer-top p,
#footer .footer-top .footer-contact p,
#footer .footer-top .footer-info p,
#footer .copyright,
#footer .credits,
#footer .credits a {
    color: rgba(255, 255, 255, 0.68);
}

#footer .footer-top .footer-links ul a,
.top-footer ul.menu li a {
    color: rgba(255, 255, 255, 0.76);
}

#footer .footer-top .footer-links ul a:hover,
#footer .credits a:hover {
    color: #ffffff;
}

.op-footer-social {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 24px 0 18px;
}

.op-social-links--footer a {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.86);
}

.op-social-links--footer a:hover,
.op-social-links--footer a:focus {
    background: var(--op-accent);
    border-color: var(--op-accent);
    color: #ffffff;
}

.back-to-top {
    background: var(--op-accent);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

/* Keep one compact consent prompt visible instead of two large overlapping banners. */
#cmplz-cookiebanner-container {
    display: none !important;
}

.cookieadmin_law_container {
    bottom: 18px !important;
    left: 18px !important;
    max-width: min(360px, calc(100vw - 36px)) !important;
    right: auto !important;
    width: auto !important;
    z-index: 99999 !important;
}

.cookieadmin_consent_inside {
    border: 1px solid rgba(148, 163, 184, 0.42) !important;
    border-radius: var(--op-radius) !important;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.2) !important;
    padding: 20px !important;
}

#cookieadmin_notice_title {
    color: var(--op-ink) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0 0 8px !important;
}

#cookieadmin_notice,
.cookieadmin_notice_con,
.cookieadmin_notice_con p {
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
}

.cookieadmin_consent_btns {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 1fr 1fr !important;
}

.cookieadmin_btn {
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    min-height: 38px !important;
    padding: 10px 12px !important;
}

.cookieadmin_accept_btn {
    background: var(--op-accent) !important;
    border-color: var(--op-accent) !important;
    color: #ffffff !important;
    grid-column: 1 / -1 !important;
}

.cookieadmin_accept_btn:hover {
    background: var(--op-accent-strong) !important;
}

.cookieadmin-poweredby {
    margin-top: 8px !important;
    transform: scale(0.82);
    transform-origin: center top;
}

/* About section portrait and heading polish */
section:has(.About-details) {
    background: linear-gradient(180deg, #edf4fa 0%, #f8fbfd 100%);
}

section:has(.About-details) #faq.section-bg {
    background: transparent;
    padding: 0;
}

section:has(.About-details) .container-fluid {
    max-width: 1180px;
    padding-left: 24px;
    padding-right: 24px;
}

section:has(.About-details) .row {
    align-items: center;
    min-height: 720px;
}

.About-details {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    min-height: 620px;
    overflow: visible;
    padding: 54px 24px 0;
    position: relative;
}

.About-details::before {
    background: linear-gradient(145deg, rgba(15, 118, 110, 0.14), rgba(217, 154, 43, 0.12));
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: var(--op-radius);
    bottom: 36px;
    content: "";
    left: 8%;
    position: absolute;
    right: 8%;
    top: 86px;
}

.About-details img {
    aspect-ratio: 4 / 5;
    background: linear-gradient(180deg, #f8fbfd, #e7eef6);
    border: 1px solid rgba(219, 227, 238, 0.92);
    border-radius: var(--op-radius);
    box-shadow: 0 24px 70px rgba(20, 33, 61, 0.16);
    display: block;
    max-height: 600px;
    object-fit: cover;
    object-position: center top;
    position: relative;
    width: min(430px, 100%);
    z-index: 1;
}

.About-page-content {
    margin: 0 !important;
    max-width: 700px;
    padding: 82px 0 82px 28px;
    width: auto !important;
}

.section-header.about {
    margin-bottom: 28px;
    text-align: left;
}

.section-header.about h3 {
    color: var(--op-ink) !important;
    font-size: 42px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    margin-bottom: 22px !important;
    padding-bottom: 18px !important;
    position: relative;
    text-align: left !important;
    text-transform: none !important;
}

.section-header.about h3::after {
    background: linear-gradient(90deg, var(--op-accent), var(--op-gold)) !important;
    border-radius: 999px;
    bottom: 0 !important;
    height: 4px !important;
    left: 0 !important;
    margin-left: 0 !important;
    top: auto !important;
    width: 76px !important;
}

.section-header.about p {
    color: var(--op-muted) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    max-width: 640px !important;
    text-align: left !important;
}

.About-page-content > p {
    color: #42526a;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 18px;
}

.About-page-content .button_cont {
    padding-top: 12px;
    text-align: left;
}

.op-social-links--about {
    margin-top: 18px;
}

.op-social-links--about a {
    background: #ffffff;
    border: 1px solid rgba(219, 227, 238, 0.96);
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.08);
    color: var(--op-ink);
}

.op-social-links--about a:hover,
.op-social-links--about a:focus {
    background: var(--op-accent);
    border-color: var(--op-accent);
    color: #ffffff;
}

section:has(.About-details) .section-header.about,
section:has(.About-details) .section-header.about h3,
section:has(.About-details) .section-header.about p,
section:has(.About-details) .About-page-content .button_cont {
    text-align: left !important;
}

section:has(.About-details) .section-header.about h3 {
    text-transform: none !important;
}

section:has(.About-details) .section-header.about h3::after {
    left: 0 !important;
    margin-left: 0 !important;
}

@media (max-width: 991px) {
    #intro,
    #intro .carousel-item {
        min-height: 640px;
    }

    #intro h2 {
        font-size: 44px;
    }

    #intro p {
        font-size: 17px;
    }

    section,
    #about,
    #services,
    #portfolio,
    #contact {
        padding: 68px 0;
    }

    .section-header h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    #header .main-header {
        padding: 12px 0;
    }

    #header #logo h1 {
        font-size: 20px;
    }

    #mobile-nav-toggle {
        top: 17px;
    }

    #mobile-nav {
        background: #0f172a;
    }

    #mobile-nav ul li a {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        font-weight: 700;
        padding: 12px 18px;
    }

    .op-social-links--header {
        display: none;
    }

    .cookieadmin_law_container {
        bottom: 10px !important;
        left: 10px !important;
        max-width: calc(100vw - 20px) !important;
    }

    .cookieadmin_consent_inside {
        padding: 16px !important;
    }

    #intro,
    #intro .carousel-item {
        min-height: 560px;
    }

    #intro .carousel-container {
        padding: 96px 0 52px;
    }

    #intro h2 {
        font-size: 34px;
        line-height: 1.1;
    }

    #intro p {
        font-size: 16px;
    }

    .section-header h3 {
        font-size: 27px;
    }

    .section-header p,
    header.section-header p,
    header.section-header.about p {
        font-size: 16px;
    }

    #featured-services .box,
    #services .box {
        padding: 28px 22px;
    }

    section:has(.About-details) .row {
        min-height: 0;
    }

    .About-details {
        min-height: 0;
        padding: 42px 18px 0;
    }

    .About-details::before {
        bottom: 24px;
        left: 12px;
        right: 12px;
        top: 72px;
    }

    .About-details img {
        max-height: 520px;
        width: min(360px, 100%);
    }

    .About-page-content {
        padding: 42px 18px 68px;
        text-align: left;
    }

    .section-header.about h3 {
        font-size: 34px !important;
    }

    .section-header.about,
    .section-header.about h3,
    .section-header.about p,
    .About-page-content .button_cont {
        text-align: left !important;
    }
}

/* Footer professional layout override */
#footer {
    background: #0f172a !important;
}

#footer .footer-top {
    background: linear-gradient(180deg, #151f33 0%, #0f172a 100%) !important;
    padding: 72px 0 44px !important;
}

#footer .footer-top .row {
    align-items: stretch;
}

#footer .footer-top .footer-info,
#footer .footer-top .footer-links,
#footer .footer-top .footer-contact,
#footer .footer-top .footer-newsletter {
    margin-bottom: 28px;
}

#footer .widget,
#footer section.widget {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.74);
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
}

#footer .widget h2,
#footer .widget-title,
#footer .footer-top h4,
#footer .footer-top .footer-info h3 {
    background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    margin: 0 0 22px !important;
    padding: 0 0 16px !important;
    position: relative;
    text-align: left !important;
    text-transform: none !important;
}

#footer .widget h2 span,
#footer .widget-title span {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: inherit !important;
    display: inline !important;
    height: auto !important;
    line-height: inherit !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: static !important;
    vertical-align: baseline !important;
}

#footer .widget h2::before,
#footer .widget h2::after,
#footer .widget-title::before,
#footer .widget-title::after,
#footer .footer-top h4::before,
#footer .footer-top h4::after {
    background: linear-gradient(90deg, var(--op-accent), var(--op-gold)) !important;
    border: 0 !important;
    border-radius: 999px !important;
    bottom: 0 !important;
    content: "" !important;
    display: block !important;
    height: 3px !important;
    left: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 58px !important;
}

#footer .widget ul,
#footer .footer-top .footer-links ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#footer .widget li,
#footer .footer-top .footer-links ul li {
    border: 0 !important;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
    margin: 0 !important;
    padding: 8px 0 !important;
}

#footer .widget li + li,
#footer .footer-top .footer-links ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#footer .widget a,
#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.78) !important;
    font-weight: 500;
}

#footer .widget a:hover,
#footer .footer-top .footer-links ul a:hover {
    color: #ffffff !important;
}

#footer .widget p,
#footer .footer-top p,
#footer .footer-top .footer-contact p,
#footer .footer-top .footer-info p {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 15px;
    line-height: 1.75;
}

#footer select,
#footer input,
#footer textarea {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: var(--op-radius) !important;
    color: #ffffff !important;
    min-height: 42px;
}

#footer select option {
    color: #0f172a;
}

#footer .op-footer-social {
    background: #0b1424;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0;
    padding: 22px 0;
}

#footer > .container {
    padding-bottom: 28px;
}

#footer .copyright,
#footer .credits {
    color: rgba(255, 255, 255, 0.64) !important;
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    #footer .footer-top {
        padding: 52px 0 22px !important;
    }

    #footer .widget h2,
    #footer .widget-title,
    #footer .footer-top h4,
    #footer .footer-top .footer-info h3 {
        font-size: 19px !important;
    }
}

/* Consistent section title treatment and hidden-section gap cleanup */
body .section-header h3,
body header.section-header h3,
body .section-title,
body #faq .section-header h3 {
    color: var(--op-ink) !important;
    font-size: 34px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    margin-bottom: 22px !important;
    padding-bottom: 18px !important;
    position: relative !important;
    text-transform: none !important;
}

body .section-header h3::after,
body header.section-header h3::after,
body .section-title::after,
body #faq .section-header h3::after {
    background: linear-gradient(90deg, var(--op-accent), var(--op-gold)) !important;
    border-radius: 999px !important;
    bottom: 0 !important;
    height: 4px !important;
    top: auto !important;
    width: 76px !important;
}

body .section-header:not(.about) h3,
body header.section-header:not(.about) h3,
body .section-title {
    text-align: center !important;
}

body .section-header:not(.about) h3::after,
body header.section-header:not(.about) h3::after,
body .section-title::after {
    left: 50% !important;
    margin-left: -38px !important;
}

body section[id="4"],
body #testimonials {
    display: none !important;
}

@media (max-width: 767px) {
    body .section-header h3,
    body header.section-header h3,
    body .section-title,
    body #faq .section-header h3 {
        font-size: 28px !important;
    }
}

/* Section gap and dropdown cleanup */
body.home section,
body.home #about,
body.home #services,
body.home #portfolio,
body.home #contact {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

body.home #intro,
body.home #intro.carousel,
body.home #intro .carousel-item {
    height: 660px !important;
    min-height: 660px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home #intro .carousel-container {
    padding: 92px 0 56px !important;
}

body.home #services,
body.home #skills,
body.home .timeline-1 {
    margin-top: 0 !important;
}

body.home #services,
body.home #skills,
body.home #portfolio,
body.home #faq.section-bg {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

body.home section[id="2"],
body.home section[id="3"],
body.home section[id="6"],
body.home section[id="7"],
body.home section[id="8"] {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home section[id="5"] {
    min-height: 0 !important;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

body.home section:has(.About-details) {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}

body.home section:has(.About-details) .row {
    min-height: 0 !important;
}

body.home .About-details {
    min-height: 500px !important;
    padding-top: 30px !important;
}

body.home .About-page-content {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

body.home section:has(.About-details) #faq.section-bg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home .wow {
    visibility: visible !important;
}

body.home section:has(#call-to-action) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home #call-to-action {
    padding: 76px 0 !important;
}

body.home h2.widget-title:has(+ .widget_shopping_cart_content),
body.home h2.widget-title + .widget_shopping_cart_content {
    display: none !important;
}

#nav-menu-container .nav-menu ul,
.nav-menu ul.sub-menu {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24) !important;
    min-width: 190px !important;
    padding: 8px 0 !important;
}

#nav-menu-container .nav-menu ul li,
.nav-menu ul.sub-menu li {
    border: 0 !important;
}

#nav-menu-container .nav-menu ul li a,
.nav-menu ul.sub-menu li a {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    padding: 10px 16px !important;
    text-transform: none !important;
}

#nav-menu-container .nav-menu ul li:hover > a,
#nav-menu-container .nav-menu ul li:focus-within > a,
.nav-menu ul.sub-menu li:hover > a,
.nav-menu ul.sub-menu li:focus-within > a {
    background: rgba(15, 118, 110, 0.24) !important;
    color: #ffffff !important;
}

#nav-menu-container .nav-menu ul li a::after,
.nav-menu ul.sub-menu li a::after {
    display: none !important;
}

@media (max-width: 991px) {
    body.home section,
    body.home #about,
    body.home #services,
    body.home #portfolio,
    body.home #contact,
    body.home #skills,
    body.home #faq.section-bg {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    body.home #intro,
    body.home #intro.carousel,
    body.home #intro .carousel-item {
        height: 600px !important;
        min-height: 600px !important;
    }

    body.home section:has(.About-details) .row {
        min-height: 0 !important;
    }
}

@media (max-width: 767px) {
    body.home section,
    body.home #about,
    body.home #services,
    body.home #portfolio,
    body.home #contact,
    body.home #skills,
    body.home #faq.section-bg {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    body.home #intro,
    body.home #intro.carousel,
    body.home #intro .carousel-item {
        height: 540px !important;
        min-height: 540px !important;
    }

    body.home #intro .carousel-container {
        padding: 84px 0 44px !important;
    }

    body.home .About-details {
        min-height: 0 !important;
        padding-top: 30px !important;
    }

    body.home .About-page-content {
        padding-top: 38px !important;
        padding-bottom: 42px !important;
    }

    body.home #call-to-action {
        padding: 54px 0 !important;
    }
}

/* Professional portfolio makeover */
:root {
    --op-accent: #0f766e;
    --op-accent-strong: #115e59;
    --op-blue: #2563eb;
    --op-ink: #0f172a;
    --op-muted: #53627a;
    --op-line: #d9e2ee;
    --op-surface: #ffffff;
    --op-soft: #eef5f9;
    --op-gold: #d99a2b;
    --op-radius: 8px;
    --op-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    background: #f6f9fc;
    color: var(--op-ink);
}

#menu-item-77,
#mobile-nav #menu-item-77 {
    display: none !important;
}

#header {
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(217, 226, 238, 0.72);
}

#header #logo img {
    filter: drop-shadow(0 7px 14px rgba(37, 99, 235, 0.18));
}

.op-social-links--header {
    display: none !important;
}

.nav-menu > li > a {
    color: rgba(15, 23, 42, 0.78) !important;
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
}

.nav-menu > li > a:hover,
.nav-menu > li.menu-active > a,
.nav-menu > li.current-menu-item > a {
    color: var(--op-accent) !important;
}

body.home #intro,
body.home #intro.carousel,
body.home #intro .carousel-item {
    background-color: #07111f !important;
    height: 620px !important;
    min-height: 620px !important;
}

#intro .carousel-item::before {
    background:
        radial-gradient(circle at 78% 48%, rgba(15, 118, 110, 0.18), transparent 28%),
        linear-gradient(90deg, rgba(7, 17, 31, 0.94) 0%, rgba(7, 17, 31, 0.78) 45%, rgba(7, 17, 31, 0.34) 100%) !important;
}

#intro .carousel-content {
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
}

#intro .carousel-content::after {
    display: none !important;
}

#intro .slider-text {
    max-width: 720px;
    position: relative;
    z-index: 2;
}

#intro .slider-text::before {
    background: rgba(15, 118, 110, 0.18);
    border: 1px solid rgba(94, 234, 212, 0.28);
    border-radius: 999px;
    color: #99f6e4;
    content: "Software Engineer | AR/VR | AI";
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    padding: 8px 12px;
    text-transform: uppercase;
}

#intro h1,
#intro h2 {
    font-size: clamp(42px, 5vw, 72px) !important;
    letter-spacing: 0 !important;
    line-height: 0.98 !important;
    margin-bottom: 22px !important;
}

#intro p {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
    margin: 0 0 26px !important;
    max-width: 560px !important;
    width: auto !important;
}

#intro .btn-get-started {
    background: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24) !important;
    color: var(--op-ink) !important;
}

#intro .btn-get-started:hover,
#intro .btn-get-started:focus {
    background: #99f6e4 !important;
    border-color: #99f6e4 !important;
    color: #042f2e !important;
}

body.home #services,
body.home #portfolio,
body.home #faq.section-bg,
body.home #about,
body.home #skills,
body.home .timeline-1 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

body.home section:has(.About-details) {
    background: linear-gradient(180deg, #edf6fb 0%, #f8fbfd 100%) !important;
}

body.home section:has(.About-details) #faq.section-bg {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.section-header {
    margin-bottom: 42px !important;
}

.section-header h3,
.section-title {
    letter-spacing: 0 !important;
}

#services .row,
.about-cols,
.portfolio-container {
    row-gap: 28px;
}

#services .box {
    min-height: 100%;
    position: relative;
}

#services .box::before {
    background: linear-gradient(180deg, var(--op-accent), var(--op-gold));
    border-radius: 8px 0 0 8px;
    bottom: 18px;
    content: "";
    left: 0;
    position: absolute;
    top: 18px;
    width: 3px;
}

#services .icon {
    align-items: center;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 8px;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 20px;
    width: 44px;
}

#services .icon i {
    font-size: 22px !important;
}

#services .title {
    margin-bottom: 12px !important;
}

#services .description {
    margin-bottom: 0 !important;
}

.timeline {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding: 8px 0 0;
    width: 100%;
}

.timeline .container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 880px;
    width: 100% !important;
}

.timeline::before {
    background: rgba(15, 118, 110, 0.26);
    width: 2px;
}

.timeline .marker {
    background: var(--op-accent) !important;
    border: 5px solid #dff6f2 !important;
    box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.08);
}

.timeline-content {
    background: #ffffff;
    border: 1px solid rgba(217, 226, 238, 0.9);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
    padding: 22px 24px !important;
}

.timeline-content h3,
.timeline-content h3 a {
    color: var(--op-ink) !important;
    font-size: 21px !important;
    line-height: 1.25 !important;
}

.timeline-content p {
    color: var(--op-muted) !important;
    line-height: 1.7 !important;
}

#call-to-action {
    background-color: #0f172a !important;
    background-image: none !important;
    position: relative;
}

#call-to-action::after {
    background:
        linear-gradient(90deg, rgba(15, 118, 110, 0.92), rgba(37, 99, 235, 0.78)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 30%) !important;
}

#call-to-action h3 {
    font-size: 30px !important;
    line-height: 1.25 !important;
}

#call-to-action .cta-btn {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--op-ink) !important;
}

#portfolio .portfolio-wrap,
.about-col {
    border-radius: 8px !important;
}

#portfolio .portfolio-item figure img,
.about-col .img img {
    height: 215px;
    object-fit: cover;
    width: 100%;
}

#portfolio .portfolio-info h4,
.about-col h2.title {
    min-height: 58px;
}

#portfolio .portfolio-info h4 a,
.about-col h2.title a {
    color: var(--op-ink) !important;
}

.about-col p {
    color: var(--op-muted) !important;
}

#faq .faq-box {
    margin: 0 auto;
    max-width: 980px;
}

#faq #accordion {
    background: #ffffff;
    border: 1px solid rgba(217, 226, 238, 0.92);
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
    padding: 34px;
}

.wpcf7 label {
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
    background: #f8fafc !important;
    border-color: #d7e0eb !important;
    min-height: 48px;
}

.wpcf7 textarea {
    max-height: 240px;
}

.wpcf7 input[type="submit"] {
    min-width: 120px;
}

.cookieadmin_law_container {
    bottom: 18px !important;
    left: auto !important;
    max-width: 300px !important;
    right: 18px !important;
    z-index: 9999 !important;
}

.cookieadmin_consent_inside {
    border: 1px solid rgba(217, 226, 238, 0.94) !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18) !important;
    padding: 14px !important;
}

.cookieadmin_consent_title {
    font-size: 13px !important;
    margin-bottom: 6px !important;
}

.cookieadmin_consent_description {
    font-size: 11px !important;
    line-height: 1.4 !important;
    max-height: 76px !important;
    overflow: hidden !important;
}

.cookieadmin_buttons {
    gap: 7px !important;
}

.cookieadmin_button {
    font-size: 11px !important;
    min-height: 34px !important;
    padding: 8px 10px !important;
}

.cookieadmin-poweredby {
    display: none !important;
}

#footer .credits {
    color: rgba(255, 255, 255, 0.58) !important;
}

@media (max-width: 991px) {
    #intro .carousel-content::after {
        display: none !important;
    }

    body.home #intro,
    body.home #intro.carousel,
    body.home #intro .carousel-item {
        height: 590px !important;
        min-height: 590px !important;
    }
}

@media (max-width: 767px) {
    body.home #intro,
    body.home #intro.carousel,
    body.home #intro .carousel-item {
        height: 560px !important;
        min-height: 560px !important;
    }

    #intro .carousel-content::after {
        display: none;
    }

    #intro .slider-text::before {
        font-size: 10px;
        line-height: 1.2;
        margin-bottom: 14px;
        padding: 7px 10px;
    }

    #intro h2 {
        font-size: 38px !important;
    }

    #intro p {
        font-size: 17px !important;
    }

    body.home #services,
    body.home #portfolio,
    body.home #faq.section-bg,
    body.home #about,
    body.home #skills,
    body.home .timeline-1 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #faq #accordion {
        padding: 20px;
    }

    .timeline-content {
        padding: 18px !important;
    }

    .cookieadmin_law_container {
        bottom: 10px !important;
        left: auto !important;
        max-width: min(300px, calc(100vw - 20px)) !important;
        right: 10px !important;
    }
}

/* Keep sticky header navigation readable on dark background */
#header.header-scrolled .nav-menu > li > a,
#header.header-scrolled .nav-menu a {
    color: rgba(255, 255, 255, 0.78) !important;
}

#header.header-scrolled .nav-menu > li:hover > a,
#header.header-scrolled .nav-menu > li.menu-active > a,
#header.header-scrolled .nav-menu > li.current-menu-item > a,
#header.header-scrolled .nav-menu > li.current_page_item > a {
    color: #5eead4 !important;
}

#header.header-scrolled .nav-menu > li > a::after {
    background: #5eead4 !important;
}

/* Global page and archive polish */
#intro .carousel-content .slider-text p {
    font-size: clamp(16px, 1.8vw, 20px) !important;
    line-height: 1.75 !important;
    max-width: 680px;
}

#services .section-header .service {
    color: var(--op-muted) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin: 18px auto 0 !important;
    max-width: 760px;
}

#services .box .description,
.about-col p {
    color: #475569 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

#call-to-action h3 {
    font-size: clamp(28px, 3.4vw, 42px) !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
    text-transform: none !important;
}

#call-to-action p {
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 760px;
}

.cv-about-copy p {
    color: #334155 !important;
    font-size: 17px !important;
    line-height: 1.85 !important;
    margin-bottom: 18px !important;
}

.cv-highlights {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 26px 0 28px;
}

.cv-highlight {
    background: #ffffff;
    border: 1px solid rgba(217, 226, 238, 0.92);
    border-left: 4px solid var(--op-accent);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    padding: 16px 18px;
}

.cv-highlight strong,
.cv-highlight span {
    display: block;
}

.cv-highlight strong {
    color: var(--op-ink);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cv-highlight span {
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.cv-proof-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}

.cv-proof-points span {
    background: #f8fafc;
    border: 1px solid rgba(217, 226, 238, 0.92);
    border-radius: 999px;
    color: #334155;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 10px 13px;
}

.inner-header-banner,
.breadcrumb-section,
.page-header {
    background-color: #07111f !important;
    margin-bottom: 0 !important;
    min-height: 310px !important;
    overflow: hidden;
    position: relative;
}

.inner-header-banner::before,
.breadcrumb-section::before,
.page-header::before {
    background:
        linear-gradient(90deg, rgba(7, 17, 31, 0.88), rgba(7, 17, 31, 0.58)),
        radial-gradient(circle at 72% 42%, rgba(15, 118, 110, 0.22), transparent 34%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.inner-header-banner .container,
.breadcrumb-section .container,
.page-header .container {
    position: relative;
    z-index: 1;
}

.inner-header-banner .section-header {
    left: 0 !important;
    margin: 0 auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 190px !important;
    transform: translateY(-50%) !important;
    z-index: 3 !important;
}

.inner-header-banner h1,
.inner-header-banner h2,
.inner-header-banner h3,
.inner-header-banner .section-header h3,
.breadcrumb-section h1,
.breadcrumb-section h2,
.breadcrumb-section h3,
.page-header h1,
.page-header h2,
.page-header h3,
.page-title {
    color: #ffffff !important;
    font-size: clamp(34px, 4vw, 54px) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.05 !important;
    text-align: center !important;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    text-transform: none !important;
}

.inner-header-banner h1::after,
.inner-header-banner h2::after,
.inner-header-banner h3::after,
.breadcrumb-section h1::after,
.breadcrumb-section h2::after,
.breadcrumb-section h3::after,
.page-title::after {
    background: linear-gradient(90deg, var(--op-accent), var(--op-gold)) !important;
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin: 18px auto 0;
    width: 76px;
}

.breadcrumbs,
.breadcrumb,
.breadcrumb-trail,
.trail-items,
.trail-items a,
.trail-items span {
    color: rgba(255, 255, 255, 0.86) !important;
}

body:not(.home) #content,
body:not(.home) .site-content,
body:not(.home) .content-area {
    padding-top: 36px !important;
    padding-bottom: 48px !important;
}

body:not(.home) .content-area {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
}

body:not(.home) .site-main article,
body:not(.home) article.hentry,
body:not(.home) .content-area > main,
.error404 article,
.woocommerce .site-main {
    background: #ffffff !important;
    border: 1px solid rgba(217, 226, 238, 0.94) !important;
    border-radius: 8px !important;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08) !important;
}

body:not(.home) .site-main article,
body:not(.home) article.hentry,
.error404 article {
    padding: clamp(28px, 5vw, 58px) !important;
}

.entry-title,
.post-title,
.single-post .entry-title,
.blog .entry-title,
.archive .entry-title {
    color: var(--op-ink) !important;
    font-size: clamp(30px, 4.2vw, 56px) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    margin-bottom: 22px !important;
    text-align: left !important;
    text-transform: none !important;
}

.blog .entry-title,
.archive .entry-title {
    font-size: clamp(28px, 3.4vw, 48px) !important;
}

body.page:not(.home) article .entry-title,
body.single article .entry-title,
.woocommerce-products-header__title,
.woocommerce .site-main .page-title,
.error404 .not-founds,
.error404 h3 {
    color: var(--op-ink) !important;
    display: block;
    font-size: clamp(30px, 3.8vw, 48px) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    margin-bottom: 24px !important;
    text-align: left !important;
    text-shadow: none !important;
    text-transform: none !important;
}

body.page:not(.home) article .entry-title::after,
body.single article .entry-title::after,
.woocommerce-products-header__title::after,
.woocommerce .site-main .page-title::after,
.error404 .not-founds::after,
.error404 h3::after {
    background: linear-gradient(90deg, var(--op-accent), var(--op-gold)) !important;
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin: 16px 0 0 !important;
    width: 76px;
}

.entry-meta,
.entry-footer,
.posted-on,
.byline,
.cat-links {
    color: var(--op-muted) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
}

.entry-meta a,
.entry-footer a,
.posted-on a,
.byline a,
.cat-links a {
    color: var(--op-accent) !important;
}

.entry-content,
.entry-summary,
.entry-content p,
.entry-summary p,
.single-post article p {
    color: #334155 !important;
    font-size: 17px;
    line-height: 1.85;
}

.entry-content img,
.post-thumbnail img,
.wp-post-image {
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.page-id-68 .entry-content img,
.page-id-68 article img {
    content: url("https://james.com.np/wp-content/uploads/2026/05/James-Photo-about.jpg") !important;
    float: left;
    height: auto !important;
    margin: 4px 36px 22px 0 !important;
    max-width: min(360px, 100%) !important;
    width: 360px !important;
}

.widget:not(#footer .widget),
.secondary .widget,
#secondary .widget {
    background: #ffffff !important;
    border: 1px solid rgba(217, 226, 238, 0.94) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07) !important;
    padding: 26px !important;
}

.widget_recent_comments {
    display: none !important;
}

.widget-title,
.widget h2,
.widget h3 {
    color: var(--op-ink) !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    margin-bottom: 18px !important;
    text-transform: none !important;
}

.widget-title::after,
.widget h2::after,
.widget h3::after {
    background: linear-gradient(90deg, var(--op-accent), var(--op-gold)) !important;
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 12px;
    width: 54px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget li {
    border-bottom: 1px solid rgba(217, 226, 238, 0.72);
    list-style: none;
    padding: 10px 0;
}

.widget li:last-child {
    border-bottom: 0;
}

.widget a {
    color: #334155 !important;
    font-weight: 650;
}

.widget a:hover {
    color: var(--op-accent) !important;
}

#mobile-nav-toggle i {
    color: var(--op-ink) !important;
    text-shadow: none !important;
}

body.mobile-nav-active #mobile-nav-toggle i {
    color: #ffffff !important;
}

.search-form,
.woocommerce-product-search {
    display: flex;
    gap: 8px;
}

.search-form input[type="search"],
.woocommerce-product-search input[type="search"],
.widget input,
.widget select {
    background: #f8fafc !important;
    border: 1px solid #d7e0eb !important;
    border-radius: 8px !important;
    min-height: 44px;
    padding: 10px 12px !important;
}

.search-submit,
.search-button button,
.widget button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background: var(--op-accent) !important;
    border: 1px solid var(--op-accent) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    letter-spacing: 0.06em;
    padding: 13px 18px !important;
    text-transform: uppercase;
}

.search-submit:hover,
.search-button button:hover,
.widget button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: var(--op-accent-strong) !important;
    border-color: var(--op-accent-strong) !important;
}

.visual-portfolio-archive .site-main article,
.post-type-archive-portfolio .site-main article {
    padding: clamp(28px, 4vw, 46px) !important;
}

.vp-portfolio__item-wrap,
.vp-portfolio__item,
.vp-portfolio__item-img,
.vp-portfolio__item-wrap article {
    border-radius: 8px !important;
    overflow: hidden;
}

.vp-portfolio__item-wrap {
    background: #ffffff !important;
    border: 1px solid rgba(217, 226, 238, 0.94) !important;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

.vp-filter__style-default .vp-filter__item a,
.vp-filter__style-minimal .vp-filter__item a,
#portfolio-flters li {
    border-radius: 999px !important;
    font-weight: 850 !important;
    letter-spacing: 0.04em !important;
}

.woocommerce .content-area,
.woocommerce-page .content-area {
    max-width: 1180px;
}

.woocommerce .site-main {
    padding: clamp(28px, 5vw, 54px) !important;
}

.woocommerce-products-header__title,
.woocommerce .site-main .page-title {
    color: var(--op-ink) !important;
    text-align: left !important;
    text-shadow: none !important;
}

.woocommerce-products-header__title::after,
.woocommerce .site-main .page-title::after {
    margin-left: 0 !important;
}

.woocommerce ul.products {
    display: grid !important;
    gap: 28px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product {
    background: #ffffff !important;
    border: 1px solid rgba(217, 226, 238, 0.94) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
    float: none !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 0 24px !important;
    width: auto !important;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 4 / 3;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto;
    margin: 0 0 20px !important;
    object-fit: cover;
    width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .button {
    margin-left: 22px !important;
    margin-right: 22px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--op-ink);
    font-size: 19px !important;
    font-weight: 850;
}

.woocommerce span.onsale {
    background: var(--op-accent) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-weight: 850 !important;
}

.comments-area {
    margin-top: 48px;
}

.comment-body,
.comment-respond {
    background: #ffffff !important;
    border: 1px solid rgba(217, 226, 238, 0.94) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
    padding: 24px !important;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-list li {
    list-style: none;
}

.error404 .site-main article {
    text-align: center;
}

.error404 .not-founds,
.error404 h3 {
    color: var(--op-ink) !important;
    font-size: clamp(30px, 4vw, 46px) !important;
    text-transform: none !important;
}

/* Compact cookie consent so it does not dominate the portfolio layout. */
.cookieadmin_law_container,
.cookieadmin_box {
    bottom: 22px !important;
    left: auto !important;
    max-width: calc(100vw - 44px) !important;
    right: 22px !important;
    width: min(390px, calc(100vw - 44px)) !important;
}

.cookieadmin_consent_inside {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(217, 226, 238, 0.94) !important;
    border-radius: 8px !important;
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.18) !important;
    color: var(--op-copy) !important;
    padding: 16px !important;
}

.cookieadmin_notice_group {
    gap: 12px !important;
}

#cookieadmin_notice_title {
    color: var(--op-ink) !important;
    font-family: "Work Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    padding-left: 0 !important;
}

.cookieadmin_notice_con {
    color: var(--op-copy) !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    padding: 0 !important;
}

.cookieadmin_consent_btns {
    gap: 8px !important;
    justify-content: flex-start !important;
}

button.cookieadmin_btn {
    border-radius: 999px !important;
    flex: 0 1 auto !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    letter-spacing: 0.03em !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 32px !important;
    padding: 9px 13px !important;
    text-transform: uppercase !important;
}

.cookieadmin_consent_btns .cookieadmin_accept_btn,
.cookieadmin_consent_btns .cookieadmin_save_btn {
    background: var(--op-accent) !important;
    border-color: var(--op-accent) !important;
    color: #ffffff !important;
}

.cookieadmin_consent_btns .cookieadmin_reject_btn,
.cookieadmin_consent_btns .cookieadmin_customize_btn {
    background: #ffffff !important;
    border-color: rgba(15, 23, 42, 0.18) !important;
    color: var(--op-ink) !important;
}

button.cookieadmin_re_consent {
    background: var(--op-accent) !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18) !important;
    height: 44px !important;
    width: 44px !important;
}

@media (max-width: 991px) {
    .skills-sphere-wrap {
        gap: 32px;
        grid-template-columns: 1fr;
    }

    .skills-sphere {
        max-width: 460px;
        min-height: 380px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-id-68 .entry-content img,
    .page-id-68 article img {
        float: none;
        margin: 0 0 24px !important;
        width: min(360px, 100%) !important;
    }
}

@media (max-width: 767px) {
    .skills-sphere-wrap {
        margin-top: 30px;
    }

    .skills-sphere {
        min-height: 300px;
        overflow: hidden;
        width: min(310px, 100%);
    }

    .skills-sphere__tag {
        font-size: 10px;
        padding: 7px 9px;
    }

    .skills-sphere__tooltip {
        display: none;
    }

    .skills-sphere__panel {
        min-height: 0;
        padding: 24px;
    }

    .cv-highlights {
        grid-template-columns: 1fr;
    }

    body:not(.home) #content,
    body:not(.home) .site-content,
    body:not(.home) .content-area {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    body:not(.home) .site-main article,
    body:not(.home) article.hentry,
    .error404 article,
    .woocommerce .site-main {
        padding: 24px !important;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .search-form,
    .woocommerce-product-search {
        flex-direction: column;
    }

    .cookieadmin_law_container,
    .cookieadmin_box {
        bottom: 12px !important;
        left: 12px !important;
        max-width: calc(100vw - 24px) !important;
        right: 12px !important;
        width: calc(100vw - 24px) !important;
    }

    .cookieadmin_consent_inside {
        padding: 14px !important;
    }

    .cookieadmin_notice_con {
        font-size: 11px !important;
    }

    button.cookieadmin_btn {
        flex: 1 1 45% !important;
    }
}

