/*
Theme Name: Drake Child
Theme URI: https://wordpressriverthemes.tech/drake
Template: drake
Author: WordPressRiver
Author URI: https://themeforest.net/user/wordpressriver
Description: Personal Portfolio
Tags: agency,clean,cv,designer,developer,freelancer,modern,one page portfolio,onepage,photographer,resume,vcard
Version: 4.3.8.1723444022
Updated: 2024-08-12 06:27:02

*/

.hero-section .hero-content .go-to-project-btn{
    float: right;
}
.left-sidebar .sidebar-header .designation{
    max-width: 100%;
}
.left-sidebar h3{
    font-size: 20px;
}
.left-sidebar .copyright{
    letter-spacing: -0.5px;
}
.pricing-table-items .info{
    font-size: inherit;
    color: inherit;
}
.contact-area .contact-content form .input-group select option {
    background-color: #1a1a1a; /* Dark background for the popup list */
    color: #fff;
}
.services-items .service-item:last-child{
    margin-bottom: 1px;
}
@media (max-width: 767px) {
    .hero-section .hero-content .go-to-project-btn {
        float: none;
        margin: 0 auto;
    }
    .icon-menu {
        right: 10px;
        top: 30px;
    }
}