* {
    font-family: "Jost", sans-serif !important;
    font-weight: 300 !important;
}

/* Restore specific font families for icons to prevent them from breaking */
.fa, .fab, .fas, .fal {
    font-family: 'FontAwesome' !important;
}

.lnr {
    font-family: 'Linearicons-Free' !important;
}

.col-lg-12 .img-responsive {
    width: 370px;
}

header {
    background: linear-gradient(180deg, #fdfdfd 0%, #f7f8fa 100%);
    padding-top: 130px;
    padding-bottom: 70px;
}

header img.logo {
    margin: 0 auto 34px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: logo-idle-float 4s ease-in-out infinite;
    will-change: transform, filter;
    cursor: pointer;
}

@keyframes logo-idle-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

header img.logo:hover {
    transform: scale(1.08) rotate(5deg) translateY(-4px);
    filter: drop-shadow(0 10px 20px rgba(86, 204, 157, 0.6)) drop-shadow(0 0 6px rgba(86, 204, 157, 0.35));
    animation-play-state: paused;
}

section h2 {
    margin: 0;
    font-size: 2.2em;
}

.skills-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.skill-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 30px 24px;
    width: 310px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.skill-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(62, 55, 96, 0.12);
    border-color: rgba(62, 55, 96, 0.15);
}

.skill-icon {
    font-size: 32px;
    color: #3e3760;
    margin-bottom: 16px;
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: rgba(62, 55, 96, 0.05);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.skill-card:hover .skill-icon {
    background: #3e3760;
    color: #fff;
    transform: scale(1.05);
}

.skill-card h3 {
    font-size: 1.3em;
    color: #3e3760;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.skill-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skill-card ul li {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 8px;
    font-weight: 300;
}

.skill-card ul li:last-child {
    margin-bottom: 0;
}

section.success {
    color: rgba(105, 40, 144, 0.7);
}

hr.star-light {
    border-color: rgba(105, 40, 144, 0.13);
}

hr.star-light:after {
    color: rgba(105, 40, 144, 0.34);
}

.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover {
    color: rgba(105, 40, 144, 0.62);
    background: rgba(245, 245, 245, 0.88);
}

.btn-success {
    color: rgba(105, 40, 144, 0.44);
    width: 220px;	
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    border-color: rgba(105, 40, 144, 0.2);
    color: rgba(105, 40, 144, 0.62);
    background: rgba(245, 245, 245, 0.88);
}

hr.star-light, hr.star-primary {
    border: none;
    border-top: solid 3px;
    max-width: 310px;
	margin-bottom: 58px;
}

hr.star-light, hr.star-primary {
    border-top: none;
}

.col-lg-8.col-lg-offset-2.text-center {
    /* margin-left: 40%; */
    margin: 0 auto;
    margin-top: 52px;
    float: left;
    width: 100%;
}

.myphoto {
    width: 210px;
    border-radius: 100%;
}

.col-lg-16 {
    margin-top: 35px;
    width: 55%;
    margin-left: 22%;
    float: left;
}

.portfolioTitle {
    margin-bottom: 10px;
}

#contact h3 {
    color: rgba(128, 128, 128, 0.48);
}

img.contactIcon {
    width: 88px;
}


.contactType {
	padding: 25px;
    display: inline-block;
}

.img-responsive {
    display: inline;
}

/* @media (min-width: 1200px)
{#contactOptions {
    margin-left: 16.66666667%;
}}

@media (min-width: 600px)
{#contactOptions {
    margin-left: 27%;
}} */

@media (min-width: 1200px)
{.col-lg-8 {
    width: auto;
}}


#contactOptions {
    margin: 0 auto;
    margin-top: 40px;
	margin-bottom: 60px;	
    float: left;
    width: 100%;
}

#location {
    margin-bottom: 88px;	
}

.text-danger {
    color: #a94442;
}

#vladi {
    margin-top: 12px;
}

a.linkInModal {
	color: #337ab7;
	color: #fff;
    background-color: #56cc9d;
    border-color: #56cc9d;
}

.portfolioTitle {
    color: rgb(183 147 191);
}

.myprojectsTitle {
    margin-bottom: 50px;
    margin-top: 40px;
}

.myprojectsTitle h2 {
    color: #3e3760;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.myprojectsTitle .title-divider {
    width: 60px;
    height: 3px;
    background: #56cc9d;
    margin: 15px auto;
    border-radius: 2px;
}

.myprojectsTitle p {
    color: #666;
    font-size: 1.15em;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 0;
    letter-spacing: 0.5px;
}

#portfolio p.text-center {
    margin-bottom: 32px;
}

#portfolio .portfolio-item, #myprojects .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link, #myprojects .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 370px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption, #myprojects .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover, #myprojects .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content, #myprojects .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i, #myprojects .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4, #myprojects .portfolio-item .portfolio-link .caption .caption-content h3,
#myprojects .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio *, #myprojects * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item, #myprojects .portfolio-item {
    margin: 0 0 30px;
  }
}

img.img-responsive {
    box-shadow: 1px 0px 4px 0px #a2a2a2;
}

img.img-responsive.logo {
	box-shadow: none;
}


a.btn.btn-success.btn-lg.whatsappLink {
    display: block;
    margin-top: 10px;
}

.navbar-custom {
    background: #3e3760 !important;
    border-bottom: 2px solid #56cc9d !important;
    box-shadow: 0 4px 20px rgba(62, 55, 96, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0 !important;
    }
    .navbar-custom.affix {
        padding: 10px 0 !important;
        background: #3e3760 !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    }
}

/* Navbar Logo - appears on scroll */
.navbar-logo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0;
    transform: scale(0.5) translateX(-20px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    padding: 0;
    box-shadow: none;
    vertical-align: middle;
}

.navbar-custom.affix .navbar-logo {
    opacity: 1;
    transform: scale(1) translateX(0);
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px;
    /* border: 2px solid rgba(255, 255, 255, 0.35); */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.navbar-custom.affix .navbar-logo:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.navbar-custom .navbar-brand {
    padding: 10px 15px !important;
    height: auto !important;
    display: flex;
    align-items: center;
}

/* Hide mobile menu toggle button */
.navbar-custom .navbar-toggle {
    display: none !important;
}

/* Contact Section Modernization */
#contact {
    background: linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
    padding: 80px 0;
}

#contact h2.section-title {
    color: #3e3760;
    font-size: 2.2em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

#contact h3.section-subtitle {
    color: #888;
    font-size: 1.1em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.contact-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contact-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 15px 35px rgba(62, 55, 96, 0.08);
    border-radius: 24px;
    padding: 40px 30px;
    max-width: 420px;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(62, 55, 96, 0.15);
}

.whatsapp-glow-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    background: rgba(37, 211, 102, 0.08);
    border-radius: 50%;
    margin-bottom: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-card:hover .whatsapp-glow-icon {
    background: #25D366;
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
}

.whatsapp-svg-icon {
    width: 48px;
    height: 48px;
    fill: #25D366;
    transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: whatsapp-float 3s ease-in-out infinite;
}

@keyframes whatsapp-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.contact-card:hover .whatsapp-svg-icon {
    fill: #ffffff;
    animation: whatsapp-hover-wiggle 0.8s ease-in-out infinite alternate;
}

@keyframes whatsapp-hover-wiggle {
    0% {
        transform: scale(1.05) rotate(-8deg);
    }
    100% {
        transform: scale(1.05) rotate(8deg);
    }
}

.ping-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #25D366;
    border-radius: 50%;
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
    opacity: 0.6;
    pointer-events: none;
}

@keyframes ping {
    75%, 100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.contact-details h4 {
    font-size: 1.4em;
    color: #3e3760;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-details p {
    font-size: 0.95em;
    color: #777;
    margin-bottom: 28px;
    line-height: 1.5;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
    color: #ffffff !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    padding: 14px 28px !important;
    border-radius: 50px !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.whatsapp-btn-svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.whatsapp-btn:hover .whatsapp-btn-svg {
    transform: scale(1.15) rotate(-10deg);
}

.whatsapp-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4) !important;
    background: linear-gradient(135deg, #2ae06e 0%, #149c8c 100%) !important;
}

.whatsapp-btn:active {
    transform: translateY(0) !important;
}

/* Navigation Underline Hover & Active Highlight */
.navbar-custom .navbar-nav li a {
    position: relative !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.8) !important;
    transition: color 0.3s ease !important;
}

.navbar-custom .navbar-nav li a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 15px !important;
    right: 15px !important;
    height: 2px !important;
    background-color: #56cc9d !important;
    transform: scaleX(0) !important;
    transform-origin: bottom right !important;
    transition: transform 0.3s ease-out !important;
}

.navbar-custom .navbar-nav li a:hover::after,
.navbar-custom .navbar-nav li.active a::after {
    transform: scaleX(1) !important;
    transform-origin: bottom left !important;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus {
    color: #56cc9d !important;
    background: transparent !important;
}

/* Modern Footer Styles */
.modern-footer {
    background: linear-gradient(180deg, #3e3760 0%, #292442 100%);
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 0 40px 0;
    border-top: 3px solid #56cc9d;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.footer-brand .brand-text {
    font-size: 1.8em;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 4px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-shadow: 0 0 15px rgba(86, 204, 157, 0.1);
}

.footer-brand:hover .brand-text {
    color: #56cc9d;
    text-shadow: 0 0 25px rgba(86, 204, 157, 0.5);
    letter-spacing: 6px;
}

.brand-divider {
    width: 60px;
    height: 2px;
    background: #56cc9d;
    border-radius: 2px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-brand:hover .brand-divider {
    width: 100px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 600px;
    width: 100%;
}

.info-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-item:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.info-icon {
    font-size: 16px;
    color: #56cc9d;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-item:hover .info-icon {
    transform: scale(1.2);
}

.info-text {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.footer-copyright {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    max-width: 800px;
    padding-top: 25px;
}

.footer-copyright p {
    font-size: 0.9em;
    font-weight: 300;
    margin: 0;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
}