body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ecedee;
}
a{
    text-decoration: none;
}
.bg-custom-primary {
    background-color: #E19934 !important; 
    border: none !important; 
}

.navbar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link {
    color: black;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}
.navbar-nav.mx-auto {
    width: 100%;
    justify-content: center; 
}
.navbar-nav .nav-item {
    text-align: center;
}

.hero-banner {
    height: 600px; 
    background-image: url('https://images.pexels.com/photos/14553707/pexels-photo-14553707.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); 
}

.hero-content {
    z-index: 2; 
    color: white;
    text-align: center;
}

.hero-content p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    font-weight: 500; 
}

.text-custom-primary-text {
    color: #E19934;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.tech-icons i {
    color: #495057;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.card-text i {
    color: inherit; 
}

.fa-wordpress { 
    color: #21759B !important;
}
.fa-layer-group { 
    color: #808080 !important;
}
.fa-html5 { 
    color: #E34F26 !important;
}
.fa-css3-alt { 
    color: #1572B6 !important;
}

.fa-php { 
    color: #777BB4 !important;
}
.fa-sass { 
    color: #CC6699 !important;
}
.fa-database {
    color: #007bff !important;
}
.fa-elementor { 
    color: #D6347E !important; 
}
.fa-figma {
    color: #F24E1E !important;
}


.php-color {
    color: #777BB4 !important;
}
.mysql-color {
    color: #00758F !important;
}
.javascript-color {
    color: #E19934 !important; 
}
.html-color {
    color: #E34F26 !important;
}
.css-color {
    color: #1572B6 !important;
}
.scss-color { 
    color: #CC6699 !important;
}
.wordpress-color { 
    color: #21759B !important;
}
.elementor-color { 
    color: #D6347E !important; 
}

.text-custom-primary-text {
    color: #E19934 !important;
}

.skills-icon-color {
    color: #E19934;
}

.fa-fw {
    width: 1.25em;
}

#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1050; 
    width: 50px; 
    height: 50px; 
    padding: 0;
    line-height: 50px;
    text-align: center;
}

#scrollTopBtn:hover {
    filter: brightness(1.1);
}

.card-img-top {
    object-fit: contain; 
    height: auto !important; 
}