/* ----------------------------------------------------------------

[Table of contents]
01. Fonts settings
02. Default styles
03. Scrollbar
04. Selection
05. Sidebar styles
06. Content styles 
07. Section styles 
08. Heading styles
09. Skills styles
10. Project styles
11. Navigation styles
12. Team styles
13. Work styles
14. Services styles
15. Progress styles
16. Gallery Style
17. Blog style
18. Post style
19. Contact
20. Footer
21. Overlay Effect Bg image

---------------------------------------------------------------- */


/* ======= Google Fonts (Khand) ======= */
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');

/* ======= Default styles ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-variant-ligatures: common-ligatures;
}
body {
    font-family: 'Khand', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #828282;
}
/*** typography ***/
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Khand', sans-serif;
    font-weight: 400;;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}
/* paragraph */
p {
    font-family: 'Khand', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    margin: 0 0 15px;
    color: #828282;
}
/* lists */
ul {
    list-style-type: none;
}
/* links */
a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none !important;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
.small,
small {
    font-size: 90%;
}
b,
strong {
    color: #000;
    font-weight: 500;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
}
/*** form element ***/
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Khand', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    border-color: #ececec;
    padding: 18px 0px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #000;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #000;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    padding: 7px 25px 5px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #000;
    margin-top: 10px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    
}

.alert-success {
    background: transparent;
    color: #828282;
    border: 1px solid #000;
    border-radius: 0px;
}

select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #000;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* important */
.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
.section-padding {
    padding: 120px 0;
}
.full-width {
    width: 100% !important;
}
.pos-re {
    position: relative;
}
.bg-fixed {
  background-attachment: fixed;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* margin */
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 30px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-120 {
    margin-top: 120px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-60 {
    padding-bottom: 60px;
}

/* ======= Scrollbar ======= */
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
::-webkit-scrollbar-thumb:hover {
    background: #000;
}


/* ======= Selection ======= */
::-webkit-selection {
    color: #828282;
    background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
    color: #828282;
    background: rgba(0, 0, 0, 0.1);
}
::selection {
    color: #828282;
    background: rgba(0, 0, 0, 0.1);
}


/* ======= Sidebar styles ======= */
.miklas-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#miklas-aside {
    padding: 90px 90px 0 90px;
    width: 21%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1001;
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    scrollbar-width: none;
}
@media screen and (max-width: 1200px) {
    #miklas-aside {
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    #miklas-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding: 90px 45px 0 45px;
    }
}
#miklas-aside .miklas-logo {
    text-align: left;
    font-family: 'Khand', sans-serif;
    font-weight: 400;;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 90px;
    display: block;
    width: 130px;
    max-width: 130px;
}
#miklas-aside .miklas-logo span {
    text-align: left;
    font-size: 13px;
    color: #828282;
    font-weight: 400;
    letter-spacing: 3px;
}
.miklas-logo-footer {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
    #miklas-aside .miklas-logo {
        margin-bottom: 60px;
    }
}
#miklas-aside .miklas-logo a {
    display: inline-block;
    text-align: left;
    color: #000;
}
.miklas-logo-footer a {
    display: inline-block;
    text-align: left;
    color: #000;
}
#miklas-aside .miklas-logo a span {
    display: block;
    margin-top: 0px;
    text-align: center;
}
#miklas-aside #miklas-main-menu ul {
    text-align: left;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
    #miklas-aside #miklas-main-menu ul {
        margin: 0 0 30px 0;
    }
}
#miklas-aside #miklas-main-menu ul li {
    margin: 5px 0 5px 0;
    padding: 0 0 5px 0;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    
}
#miklas-aside #miklas-main-menu ul li a {
    color: #828282 !important;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Khand', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    background: transparent !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
#miklas-aside #miklas-main-menu ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
#miklas-aside #miklas-main-menu ul li a:hover::after {
    width: 100%;
}
#miklas-aside #miklas-main-menu ul li a:hover,
#miklas-aside #miklas-main-menu ul li a.active {
    color: #000 !important;
    background: transparent !important;
}
#miklas-aside #miklas-main-menu ul li a.active:after {
    height: 0px;
}
#miklas-aside .miklas-footer {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
}
/* footer */
.miklas-footer p {
    margin-bottom: 0;
    color: #828282;
}
.miklas-footer a {
    color: #000;
}
@media screen and (max-width: 768px) {
    #miklas-aside .miklas-footer {
        position: absolute;
    }
}
#miklas-aside .miklas-footer span {
    display: block;
}
#miklas-aside .miklas-footer ul {
    padding: 0;
    margin: 0;
}
#miklas-aside .miklas-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}
#miklas-aside .miklas-footer ul li a {
    color: #000;
    padding-right: 10px;
    font-size: 16px;
}
#miklas-aside .miklas-footer ul li a:hover,
#miklas-aside .miklas-footer ul li a:active,
#miklas-aside .miklas-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #000;
}

/* ======= Content styles ======= */
#miklas-main {
    width: 79%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    #miklas-main {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    #miklas-main {
        width: 100%;
    }
}

/* ======= Section styles ======= */
.miklas-slider-section-padding {
    padding-top: 90px;
    padding-bottom: 0px;
    clear: both;
    width: 100%;
    display: block;
}

.miklas-section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
    clear: both;
    width: 100%;
    display: block;
}
@media screen and (max-width: 768px) {
    .miklas-slider-section-padding {
        padding-top: 90px;
        padding-bottom: 0px;
    }
    .miklas-section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .heading-meta {
        margin-bottom: 0px;
    }
}


/* ======= Heading styles ======= */
.miklas-heading {
    color: #000;
    font-family: 'Khand', sans-serif;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 40px;
    
    text-transform: uppercase;
}
.miklas-heading span {
    display: block;
}
.miklas-about-heading {
    color: #000;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    font-size: 30px;
}
.miklas-post-heading {
    color: #000;
    font-family: 'Khand', sans-serif;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
}
.miklas-post-heading span {
    display: block;
}
.heading-meta {
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
    letter-spacing: 5px;
}
.heading-meta.style-1 {
    padding-left: 60px;
}
.heading-meta.style-1:after {
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    top: 8px;
    width: 50px;
    background-color: #ccc;
}
/* lines */
.separator {
    width: 50px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #828282;
    margin: 10px 0;
}
.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #DD6E8B;
    width: 1px;
    height: 50px;
    z-index: 10;
}
/* important offcanvas */
body.offcanvas {
    overflow-x: hidden;
}
body.offcanvas #miklas-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}
body.offcanvas #miklas-main,
body.offcanvas .miklas-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}



/* ======= Slider ======= */
.yscott-homepage-section {
    padding-top: 120px;
}
.yscott-content-home {
    overflow: hidden;
}

.yscott-content-home h1 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.2em;
}
.yscott-text-home {
    font-size: 16px;
    background: #fff;
    width: 80%;
    padding: 20px;
    position: relative;
    z-index: 99;
    margin: -60px auto 15px auto;
}
.yscott-content-text {
    position: relative;
    z-index: 99;
}
.yscott-p-subtitle {
    color: #828282;
    font-family: 'Khand', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

.yscott-not-view-on-mobile {
    display: none;
}
.yscott-img-home {
    width: 100%;
}
.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    width: 20px;
    height: 20px;
}
.carousel-control-next-icon:after {
    font-family: 'themify';
    content: "\e649";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
}
.carousel-control-prev-icon:after {
    font-family: 'themify';
    content: "\e64a";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
}
.carousel-indicators {
    bottom: 40px;
    margin: 0;
    padding: 0;
}
.carousel-indicators .active {
    background-color: #455770;
}
.carousel-indicators li {
    background-color: transparent;
    height: 10px;
    width: 10px;
    border: 1px solid #e9d7cf;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }
}

/*** 20. MEDIA QUERY ***/

@media (max-width: 479px) {
    .yscott-p-subtitle {
        font-size: 11px;
    }
}
@media (min-width: 750px) {
    .yscott-view-on-mobile {
        display: none;
    }
    .yscott-not-view-on-mobile {
        display: block;
    }
    .yscott-img-home {
        width: 60%;
        margin-top: 40px;
    }
    .yscott-img-home-left {
        float: left;
    }
    .yscott-img-home-right {
        float: right;
    }
    .yscott-content-text {
        width: 39.7%;
        height: 71.5vw;
        position: relative;
        margin-top: 40px;
    }
    .yscott-content-text-right {
        float: right;
    }
    .yscott-content-absolute-right {
        left: -19%;
    }
    .yscott-content-absolute-left {
        right: -19%;
        text-align: right;
        width: 100%;
    }
    .yscott-content-absolute {
        position: absolute;
        z-index: 99;
        height: auto;
        top: 36%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .yscott-text-home {
        margin: 0;
        width: 90%;
    }
    .yscott-text-home-left {
        margin-left: -2.52648%;
    }
    .yscott-content-text {
        height: 55vw;
    }
}
@media (min-width: 994px) {
    .animation {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .animation-bounce {
        -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
}
@media (min-width: 1020px) {
    .yscott-text-home {
        padding: 2em;
    }
    .yscott-text-home-left {
        width: 100%;
        margin-left: -20%;
    }
    .yscott-img-home {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .yscott-content-text {
        margin-top: 60px;
        height: 54.5vw;
    }
    .yscott-content-absolute-left {
        right: -40%;
    }
    .yscott-content-absolute-right {
        left: -32%;
    }
    .yscott-content-text {
        height: 42vw;
    }
}
@media (min-width: 1270px) {
    .yscott-img-home {
        width: 57%;
    }
    .yscott-img-home-left {
        margin-left: 0%;
    }
    .yscott-img-home-right {
        margin-right: 0%;
    }
    .yscott-text-home {
        width: 90%;
        padding: 40px;
        background-color: #fff;
    }
    .yscott-text-home-left {
        width: 120%;
        padding: 60px 100px;
        background-color: #fff;
    }
    .yscott-content-text {
        height: 46vw;
    }
}
@media (min-width: 1440px) {
    .yscott-content-text {
        height: 38vw;
    }
    .yscott-color-button {
        padding-top: 27vw;
    }
}
@media (min-width: 1800px) {
    .yscott-content-text {
        height: 30vw;
    }
}


/* ======= Skills styles ======= */
.bar {
    position: relative;
    background-color: #eee;
    height: 1px;
    margin: 0 0 15px 0;
}
.bar-fill {
    position: absolute;
    height: 1px;
}
.bar-title {
    position: relative;
    text-align: left;
    margin: 0 0 5px 0;
    color: #828282;
    font-weight: 400;
}
.percent {
    position: absolute;
    right: 0;
}
/* animations for skills progress bar */
.bar-fill-developer {
    width: 80%;
    background-color: #000;
    animation: bar-fill-developer 2s ease-out;
    -moz-animation: bar-fill-developer 2s ease-out;
    -webkit-animation: bar-fill-developer 2s ease-out;
}
@keyframes bar-fill-developer {
    0% {
        width: 0px;
    }
    100% {
        width: 80%;
    }
}
@-moz-keyframes bar-fill-developer {
    0% {
        width: 0px;
    }
    100% {
        width: 80%;
    }
}
@-webkit-keyframes bar-fill-developer {
    0% {
        width: 0px;
    }
    100% {
        width: 90%;
    }
}
.bar-fill-photoshop {
    width: 70%;
    background-color: #000;
    animation: bar-fill-photoshop 2s ease-out;
    -moz-animation: bar-fill-photoshop 2s ease-out;
    -webkit-animation: bar-fill-photoshop 2s ease-out;
}
@keyframes bar-fill-photoshop {
    0% {
        width: 0px;
    }
    100% {
        width: 70%;
    }
}
@-moz-keyframes bar-fill-photoshop {
    0% {
        width: 0px;
    }
    100% {
        width: 70%;
    }
}
@-webkit-keyframes bar-fill-photoshop {
    0% {
        width: 0px;
    }
    100% {
        width: 80%;
    }
}
.bar-fill-webdesign {
    width: 85%;
    background-color: #000;
    animation: bar-fill-webdesign 2s ease-out;
    -moz-animation: bar-fill-webdesign 2s ease-out;
    -webkit-animation: bar-fill-webdesign 2s ease-out;
}
@keyframes bar-fill-webdesign {
    0% {
        width: 0px;
    }
    100% {
        width: 85%;
    }
}
@-moz-keyframes bar-fill-webdesign {
    0% {
        width: 0px;
    }
    100% {
        width: 85%;
    }
}
@-webkit-keyframes bar-fill-webdesign {
    0% {
        width: 0px;
    }
    100% {
        width: 85%;
    }
}
.bar-fill-socialmedia {
    width: 70%;
    background-color: #000;
    animation: bar-fill-socialmedia 2s ease-out;
    -moz-animation: bar-fill-socialmedia 2s ease-out;
    -webkit-animation: bar-fill-socialmedia 2s ease-out;
}
@keyframes bar-fill-socialmedia {
    0% {
        width: 0px;
    }
    100% {
        width: 70%;
    }
}
@-moz-keyframes bar-fill-socialmedia {
    0% {
        width: 0px;
    }
    100% {
        width: 70%;
    }
}
@-webkit-keyframes bar-fill-socialmedia {
    0% {
        width: 0px;
    }
    100% {
        width: 70%;
    }
}


/* ======= Project styles ======= */
.project {
    position: relative;
    margin-bottom: 30px;
}
.project .desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.project .desc .con {
    padding: 30px;
    display: block;
    position: relative;
}
.project .desc h3 {
    color: #000;
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    margin-bottom: 0;
}
.project .desc h3 a {
    color: #000;
}
.project .desc span {
    display: block;
    color: #828282;
    font-size: 16px;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}
.project .desc span a {
    color: #000
}
.project:hover .desc {
    opacity: 1
}
.project:hover .desc h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.project:hover .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.project-desc h2 {
    color: #000;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    font-size: 30px;
}
.project-desc span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-bottom: 15px
}
.project-desc span a {
    color: #666
}
.project-desc .icon span {
    display: inline;
    padding-right: 5px
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


/* ======= Navigation styles ======= */

#miklas-main-menu {
        margin-bottom: 90px;
}

.miklas-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
.miklas-nav-toggle.active i::before,
.miklas-nav-toggle.active i::after {
    background: #fff;
}
.miklas-nav-toggle.dark.active i::before,
.miklas-nav-toggle.dark.active i::after {
    background: #000;
}
.miklas-nav-toggle:hover,
.miklas-nav-toggle:focus,
.miklas-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.miklas-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -2px;
}
.miklas-nav-toggle i::before,
.miklas-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.miklas-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.miklas-nav-toggle.dark i::before,
.miklas-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.miklas-nav-toggle i::before {
    top: -7px;
}
.miklas-nav-toggle i::after {
    bottom: -7px;
}
.miklas-nav-toggle:hover i::before {
    top: -10px;
}
.miklas-nav-toggle:hover i::after {
    bottom: -10px;
}
.miklas-nav-toggle.active i {
    background: transparent;
}
.miklas-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.miklas-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.miklas-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 12px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #000;
    margin: 15px 30px;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
     #miklas-main-menu {
        margin-bottom: 60px;
    }
    
    .miklas-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}
.js .animate-box {
    opacity: 0;
}



/* ======= Team styles ======= */
.team-holder {
    box-sizing: border-box;
    padding-left: 46px;
    overflow: hidden;
}
.team-holder,
.team-holder .team-image-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}
.team-holder .team-image-holder .team-side-info {
    bottom: 0;
    left: -7px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.team-holder,
.team-holder .team-image-holder img:hover,
.team-holder,
.team-holder .team-image-holder img:hover {
    transform: scale(0.95);
}
.team-holder .team-image-holder .team-side-info .team-name,
.team-holder .team-image-holder .team-side-info .team-position {
    display: inline-block;
}
.team-holder .team-name {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
}
.team-holder .team-position {
    font-family: 'Khand', sans-serif;
    color: #828282;
    margin: 0;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}
.team-holder .team-position:before {
    content: "/";
    left: 5px;
    position: absolute;
    top: 0;
}
ul.team-info-social li {
   display: inline-block;
    margin: 0;
    padding: 0 5px;
}
.team-holder .team-info-social {
    text-align: center;
    padding: 0;
    margin: 0;
}
.team-holder p {
    text-align: center;
    margin-bottom: 0px;
}

/* ======= Services styles ======= */
.services .item {
    padding: 40px 30px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.services .item:hover {
    border: 1px solid #000;
}
.services .item:hover .icon {
  color: #000;
  top: -30px;
}
.services .item .icon {
  float: left;
  font-size: 36px;
  position: absolute;
  left: 36px;
  top: -20px;
  padding: 0 15px;
  color: #828282;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.services .item h6 {
    font-size: 21px;
    color: #000;
    font-family: 'Khand', sans-serif;
    margin-bottom: 5px;
}
.services-img img:hover {
    transform: scale(0.95);
}
.services-img {
    position: relative;
}



/* ======= Process styles ======= */
.process .item {
  position: relative;
  z-index: 4;
}
.process .item img {
  position: absolute;
  width: 70%;
  right: -40%;
  top: 15px;
  opacity: .5;
}
.process .item img.tobotm {
  -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}
.process .item.odd {
  margin-top: 50px;
}
.process .item .cont {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.process .item .cont:hover {
  background-color: #000;
  border: 1px solid #000;
}
.process .item .cont:hover h6 {
  color: #fff;
}
.process .item .cont:hover p {
  color: #fff;
}
.process .item .icon {
    color: #fff;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 85px;
    border-radius: 50%;
    border: 1px dashed #999;
    margin-bottom: 30px;
}
.process .item h1 {
    color: #fff;
    font-family: 'Khand', sans-serif;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 40px;
    
    text-transform: uppercase;
}
.process .item h2 {
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 0px;
}
.process .item h3 {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 50px;
  font-weight: 400;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  opacity: .5;
}
.process .item h6 {
  font-family: 'Khand', sans-serif;
  color: #000;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .process .item img {
    display: none;
  }
  .mb-md50 {
    margin-bottom: 50px;
}
}


/* =======  Gallery Style  ======= */
.gallery-item {
    position: relative;
    padding-top: 30px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.gallery-box .gallery-detail i {
    color: #000;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #000;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(255,255,255, 0.7);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
}


/* Home Blog */
.blog .item {
  padding: 60px 30px;
    border: 1px solid #f1f1f1;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
    margin-bottom: 30px;
}
.blog .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.blog .item:hover:after {
  opacity: 0;
}
.blog .item:hover h5, .blog .item:hover p, .blog .item:hover span, .blog .item:hover span i {
  color: #fff;
}
.blog .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.blog .item .content {
  position: relative;
  z-index: 7;
}
.blog .item h5 {
  font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.blog .item .info {
  margin-bottom: 15px;
}
.blog .item .info span {
  color: #828282;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 15px;
}

.blog .item .info span:last-child {
  margin: 0;
}
.blog .item .info span i {
  padding-right: 5px;
    font-size: 10px;
}


.blog .item .info span:hover {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 15px;
}

.blog .item p {
  font-size: 16px;
  margin-bottom: 30px;
}

.blog .post-1 {
  background-image: url(../images/blog/5.jpg);
}
.blog .post-2 {
  background-image: url(../images/blog/6.jpg);
}
.blog .post-3 {
  background-image: url(../images/blog/7.jpg);
}



.blog .item .more {
        position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #828282;
}

.blog .item .more.style-1 {
    padding-left: 60px;
}

.blog .item .more.style-1:after {
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    top: 11px;
    width: 50px;
    background-color: #ececec;
}






/* ======= Blog Styles ======= */
.miklas-blog-wrap {
    margin-bottom: 30px;
}
.miklas-blog-wrap .img {
    padding: 0 45px 15px 0;
    position: relative;
}
.miklas-blog-wrap .img:after {
    content: '';
    width: 90%;
    position: absolute;
    top: 9.5%;
    bottom: -8%;
    right: 0%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.miklas-blog-wrap .img img {
    position: relative;
    z-index: 2;
}
.miklas-blog-wrap .img img:hover {
    transform: scale(0.95);
}
.miklas-blog-bottom-content {
    position: relative;
    padding-top: 35px;
    margin-bottom: 30px;
    background: #fff
}
.miklas-blog-title {
    margin-bottom: 0;
}
.miklas-blog-title h2 {
    color: #000;
    font-size: 27px;
    margin-bottom: 10px;
}
.miklas-blog-title span {
    margin: 0 10px;
}
.miklas-author-date {
    font-size: 12px;
    position: relative;
    color: #828282;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.miklas-author-date:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    height: 1px;
    width: 55px;
    background-color: #ccc;
    right: 100%;
    margin-right: 10px;
}
.miklas-blog-more {
    font-size: 16px;
    line-height: 1.5em;
    color: #000 !important;
    letter-spacing: 0px;
    text-align: center;
}
/* blog navigation */
.miklas-blog-navigation {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.miklas-blog-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.miklas-blog-navigation ul li {
    display: inline-block;
    margin: 0 5px;
}
.miklas-blog-navigation ul li a {
    color: #828282;
    border: 1px solid transparent;
    background-color: transparent;
    padding: 5px 15px 5px 15px;
    display: block;
    transition: all 0.4s;
}
.miklas-blog-navigation ul li a:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.miklas-blog-navigation li > a.active {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.miklas-black-bg {
    background-color: transparent;
}
.miklas-black-bg:hover {
    background-color: transparent;
}


/* ======= Post Styles ======= */
.miklas-post-section {
    padding-top: 120px;
}
.miklas-post-caption h1 {
    margin-bottom: 25px;
}
.miklas-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.miklas-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}
.miklas-user-comment img {
    border-radius: 100%;
}
.miklas-user-content {
    margin-right: 30px;
}
.miklas-user-content h3 {
    font-size: 21px;
    color: #000;
    margin: 0;
    line-height: 1em;
}
.miklas-user-content p span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* ======= Contact styles ======= */
.map-section {
    overflow: hidden;
    margin-bottom: 60px;
}
#contactMap {
    width: 100%;
    height: 550px;
}
.miklas-more-contact {
    background: #fafafa;
}
/* Form */
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    height: 54px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Khand', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
}
.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    border-bottom: 2px solid #000;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #000;
    padding: 7px 25px 5px 25px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background: #000;
}
.btn-contact {
    position: relative;
    font-family: 'Khand', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: #828282;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-contact:hover {
    color: #000 !important;
    background: transparent !important;
}

.btn-contact.style-1 {
    padding-left: 60px;
}

.btn-contact.style-1:after {
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    top: 12px;
    width: 50px;
    background-color: #ccc;
}




#message {
    height: 130px;
}
/* contact us details */
.miklas-details-block {
    padding-top: 0px;
    padding-bottom: 0px;
}
.miklas-details-title {
    font-size: 21px;
}
.contact .info {
  background: #000;
  padding: 65px 30px;
}
.contact .info h3 {
    font-size: 27px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.contact .info .item h4 {
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact .info .item {
  margin-bottom: 30px;
  color: #fff;
}
.contact .info .item:last-child {
  margin-bottom: 0;
}
.contact .info .icon {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.contact .info h6 {
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}
.contact .info h5 a,
.contact .info h5 {
  font-size: 16px;
  color: #828282;
}


/* ======= Footer styles ======= */
#miklas-footer2 {
    padding: 120px;
    background: #000;
}
#miklas-footer2 h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 3px;
}
#miklas-footer2 .miklas-logo {
    width: 130px;
    max-width: 130px;
    margin: 9px auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #miklas-footer2 {
        padding: 100px 30px 80px 30px;
        background: #000;
        text-align: center;
    }
}
/* --- Final Styles --- */
.footer-line-separator {
    border-top: 1px solid #eeeeee;
    margin: 80px 0 40px 0;
    width: 100%;
    clear: both;
}

.portfolio-item:hover .portfolio-img {
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
}

.portfolio-img {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    transition: all 0.5s ease-in-out !important;
    width: 100%;
    height: auto;
    display: block;
}


/* Layout Fixes */
.footer-line-separator {
    border-top: 1px solid #eeeeee;
    margin: 80px 0 40px 0;
    width: 100%;
    clear: both;
}

/* Portfolio Filter Styles */
.filter-btn {
    font-family: 'Khand', sans-serif !important;
    font-size: 13px !important;
    color: #828282 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 15px !important;
    margin: 0 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase !important;
    position: relative;
    box-shadow: none !important;
}

.filter-btn:hover, 
.filter-btn.active, 
.filter-btn:focus {
    color: #000 !important;
    background: transparent !important;
    border: none !important;
}

.portfolio-filter {
    margin-bottom: 70px !important;
}

.yscott-text-home { 
    margin-bottom: 45px !important; 
}
/* Portfolio Item Spacing */
.portfolio-item {
    margin-bottom: 30px !important;
}

/* Portfolio Overlay Effect */
.portfolio-container {
    position: relative;
    overflow: hidden;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-container:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-info {
    text-align: center;
    color: #fff;
}

.portfolio-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-info span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.9;
}

/* Reduce slider image height */
#carouselYscottIndicators .carousel-inner img {
    max-height: 70vh !important; /* vh = viewport height - 70vh = 70% of window height */
    width: auto !important;      /* Prevents image distortion */
    margin: 0 auto;              /* Center the image */
    object-fit: contain;         /* Ensures the entire image is visible */
}

/* ----------------------------------------------------------------
Miklas Gallery Styles
---------------------------------------------------------------- */
.miklas-photos .miklas-photo-item {
    position: relative;
    margin-bottom: 30px;
}
.miklas-photos .miklas-photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.miklas-photos .miklas-photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.miklas-photos .miklas-photo-item .photo-text-more .ti-search {
    color: #fff;
    font-size: 20px;
}
.miklas-photos .miklas-photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.miklas-photos .miklas-photo-item .photo-text-more .meta {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
}
.miklas-photos .miklas-photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.miklas-photos .miklas-photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}
.miklas-photos .miklas-photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

/* ----------------------------------------------------------------
Portfolio Grid Overrides - Compact Multi-Column Layout
---------------------------------------------------------------- */
.portfolio-item {
    padding: 5px; /* Tight, professional gaps */
}
.miklas-photo-item img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

/* Ensure images don't overflow columns */
img {
    width: 100%;
    height: auto;
}




.miklas-photo-item {
    display: block;
    margin-bottom: 20px !important;
    aspect-ratio: 1 / 1; /* Perfect squares like Dorothea thumbnails */
    overflow: hidden;
    background-color: #000;
}


.miklas-photo-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.3, 1);
}


.miklas-photo-item:hover img {
    transform: scale(1.08);
}


.portfolio-item {
    padding: 10px !important;
    margin-bottom: 0 !important;
}


.portfolio-info, .portfolio-overlay, .miklas-photo-item span {
    display: none !important;
}

/* ----------------------------------------------------------------
Uniform Grid (Squares) - Dorothea Look
---------------------------------------------------------------- */
.miklas-photo-item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1; /* Perfect squares like Dorothea thumbnails */
    overflow: hidden;
}
.miklas-photo-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* Prevents distortion */
    transition: transform 0.6s ease;
}

/* Hover Overlay with Icon */
.miklas-photo-item .gallery-info {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex; justify-content: center; align-items: center;
    opacity: 0; transition: all 0.4s ease;
}
.miklas-photo-item:hover .gallery-info { opacity: 1; }
.miklas-photo-item .gallery-info i {
    color: #fff; font-size: 24px;
    transform: translateY(20px); transition: all 0.4s ease;
}
.miklas-photo-item:hover .gallery-info i { transform: translateY(0); }
.miklas-photo-item:hover img { transform: scale(1.1); }

/* ----------------------------------------------------------------
Progress Wrap (Scroll back to top)
---------------------------------------------------------------- */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: '\e627'; /* Thi-arrow-up icon code */
    font-family: 'themify';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #000; /* Arrow color */
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #000; /* Progress ring color */
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

/* ----------------------------------------------------------------
Gallery Item Hover Effect - Dorothea Logic
---------------------------------------------------------------- */
.miklas-photos .miklas-photo-item {
    position: relative;
    display: block;
    overflow: hidden;
}
.miklas-photos .miklas-photo-item .gallery-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for better visibility */
    opacity: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    z-index: 100;
}
.miklas-photos .miklas-photo-item:hover .gallery-info {
    opacity: 1;
}
.miklas-photos .miklas-photo-item .gallery-info i {
    font-size: 30px;
    color: #fff; /* Icon color */
    transform: translateY(20px);
    transition: all 0.4s ease;
    text-shadow: 0 1px 5px rgba(0,0,0,0.2);
    opacity: 1; /* Ensure icon is visible when overlay is visible */
}
.miklas-photos .miklas-photo-item:hover .gallery-info i {
    transform: translateY(0);
}
