body{
background:#f4f4f4;
font-family:'Segoe UI',sans-serif;
}

.navbar-expand-lg .navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #363636;
}

video {
    width: 100%;
    height: auto;
}

.work-card video {
    height: 300px;
}


/* SIDEBAR */

.behance-sidebar{
     position: sticky;
    top: 20px;
    margin-top: -50px;
}

.cover{
height:340px;
background:url('../images/ssa.jpeg') center/cover;
}

.sidebar-content{
padding:25px;
}

.profile-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #6c2d05;
    margin-top: -60px;
}
.sidebar-img {
    text-align: justify;
}

.name{
font-size:24px;
font-weight:700;
margin-top:10px;
    text-align: left;
}

.profile-info{
list-style:none;
padding:0;
margin:23px 0;
text-align:left;
}

.profile-info li{
    font-size: 16px;
    margin-bottom: 10px;
}
.follow-btn{
background:#0057ff;
color:#fff;
border:none;
width:100%;
padding:12px;
border-radius:25px;
font-weight:600;
margin-bottom:10px;
    font-size: 18px;
}

.sidebar-content .follow-btn a {
    color: #fefdf8;
    text-decoration: none;
}

.message-btn{
      background: #fefdf8;
    width: 100%;
    padding: 12px;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgb(61 24 0 / 13%);
    font-size: 18px;
}

.message-btn a {
    text-decoration: none;
        color: #3d1800;
}
button.start-btn {
    background: #3d1800;
    color: #fff;
    border: none;
    padding: 6px 16px;
    border-radius: 20px;
    margin-top: 10px;
}

.hire-box{
    border: 1px solid rgb(61 24 0 / 13%);
padding:15px;
border-radius:8px;
    background: #fefdf8;
margin-bottom:20px;
}

.hire-box h6
 {
    border-bottom: 1px solid rgba(224, 234, 255);
    padding: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
}

.freelance-row{
    display: flex;
    align-items: baseline;
    text-align: justify;
    gap: 10px;
}

.freelance-row p{
font-size:12px;
color:#666;
margin:0;
}

.stats div{
padding:6px 0;
}

.label{
font-size: 14px;
    color: #302f2f;
    margin: 20px 0px 5px;
    text-align: left;
    font-weight: 600;
}

.linkedin-box{
    border: 1px solid rgb(61 24 0 / 13%);
    padding: 10px;
    background: #fefdf8;
    border-radius: 6px;
    text-align: justify;
    font-size: 18px;
    font-weight: 600;
}

.linkedin-box a {
    color: #000;
    text-decoration: none;
}

.experience {
    text-align: justify;
}

.member{
font-size:12px;
color:#777;
margin-top:20px;
}

.report a{
font-size:13px;
margin-right:10px;
color:#777;
text-decoration:none;
}

/* PORTFOLIO */

.work-grid img{
width:100%;
    /* color: #3d1800; */
border-radius:6px;
}

.section-title{
    font-weight: 700;
    margin-top: 20px;
    font-size: 25px;
}

.footer{
background:#3d1800;
color:#ddd;
padding:60px 0 20px;
}

.footer-logo img{
width:110px;
margin-bottom:15px;
    filter: brightness(0.1) invert(1);
}

.footer-title{
color:#fff;
font-size:20px;
margin-bottom:10px;
}

.footer-text{
font-size:16px;
line-height:1.6;
}

.footer h6{
color:#fff;
margin-bottom:15px;
}

.footer ul{
list-style:none;
padding:0;
}

.footer ul li{
margin-bottom:8px;
}

.footer ul li a{
color:#ddd;
text-decoration:none;
font-size:17px;
transition:.3s;
}

.footer ul li a:hover{
color:#fff;
padding-left:5px;
}

.footer ul li i{
margin-right:8px;
}

.footer hr{
border-color:#ddddcf;
margin:30px 0;
}



.contact-info li{
display:flex;
gap:10px;
align-items:center;
color:#ccc;
}

.newsletter-form{
display:flex;
margin-top:10px;
}

.newsletter-form input{
flex:1;
padding:10px;
border:none;
outline:none;
}

.newsletter-form button{
    background: #3d1800;
    border: 1px solid;
    color: #fff;
    padding: 10px 15px;
}


.social-links a{
color:#fff;
font-size:20px !important;
}



.contact-info li{
display:flex;
gap:10px;
align-items:center;
color:#ccc;
}

.newsletter-form{
display:flex;
margin-top:10px;
}

.newsletter-form input{
flex:1;
padding:10px;
border:none;
outline:none;
}


.social-links{
display:flex;
gap:15px;
margin-top:15px;
}


hr{
border-color:#333;
margin:30px 0;
}


.copyright{
text-align:center;
font-size:17px;
color:#ccc;
}

.work-card{
position:relative;
overflow:hidden;
border-radius:6px;
cursor:pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.work-card img{
width:100%;
display:block;
transition:transform .4s ease;
}

.work-card:hover img{
transform:scale(1.05);
}

/* overlay */

.work-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
color:#fff;
padding:15px;
display:flex;
flex-direction:column;
justify-content:flex-end;
opacity:0;
transition:.3s;
}

.work-card:hover .work-overlay{
opacity:1;
}

.work-overlay h6 a{
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.work-overlay p{
    margin: 0px 0 8px;
    font-size: 16px;
    color: #ddd;
}

.work-stats{
display:flex;
gap:16px;
font-size:15px;
}

.work-link{
display:block;
text-decoration:none;
color:inherit;
}

.work-overlay{
pointer-events:none;
}

.work-overlay a,
.work-overlay span{
pointer-events:auto;
}

.work-overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
    color:#fff;
    padding:10px;
    opacity:0;
    transition:0.3s;
}

.work-card:hover .work-overlay{
    opacity:1;
}

@media(max-width:768px){

.footer .row{
flex-direction:column;
gap:30px;
}

.footer .col{
width:100%;
}

}

.project-detail{
    width:100%;
    background:#f5f5f5;
}

.project-header{
    text-align:center;
    padding:60px 20px 30px;
    background:#ffffff;
}

.project-header h1{
    font-size:40px;
    font-weight:700;
    margin-bottom:10px;
}

.project-subtitle{
    letter-spacing:4px;
    font-size:14px;
    color:#777;
    position:relative;
}

.project-subtitle::before,
.project-subtitle::after{
    content:"";
    width:80px;
    height:1px;
    background:#ccc;
    position:absolute;
    top:50%;
}

.project-subtitle::before{
    left:calc(45% - 130px);
}

.project-subtitle::after{
    right:calc(45% - 130px);
}

.project-banner{
    background:#f5f5f5;
    padding:80px 20px;
    display:flex;
    justify-content:center;
}

.project-banner img{
    max-width:650px;
    width:100%;
}

.user-info p a
 {
    color: #fff;
    text-decoration: none;
}

.listing-section{
max-width:1200px;
margin:auto;
padding:40px 20px;
}

.project-top-bar{
background:#0f0f0f;
padding:12px 20px;
display:flex;
align-items:center;
color:#fff;
}

.project-user{
display:flex;
align-items:center;
gap:25px;
}

.user-img{
width:80px;
height:80px;
border-radius:50%;
/* object-fit:cover; */
}

.user-info h5{
margin:0;
font-size:18px;
font-weight:600;
}

.user-info p{
margin:0;
font-size:15px;
color:#ccc;
}

.header{
text-align:center;
margin-bottom:40px;
}

.header h1{
font-size:36px;
font-weight:600;
margin-bottom:5px;
}

.header p{
letter-spacing:4px;
color:#666;
font-size:14px;
}

.image-grid{
background:#e5ecf3;
padding:40px;
border-radius:8px;
}
.image-grid img {
    width: 100%;
    height: auto;
}

.card{
background:white;
border-radius:6px;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
min-height:250px;
box-shadow:0 3px 10px rgba(0,0,0,0.05);
margin: 20px 0px;
}


.text-card{
flex-direction:column;
text-align:center;
padding:20px;
}

.text-card h3{
margin-bottom:15px;
font-size:20px;
}

.text-card ul{
list-style:none;
}

.text-card li{
margin:8px 0;
color:#555;
font-size:14px;
}

.text-card p{
font-size:14px;
color:#666;
margin:6px 0;
}

/* Responsive */

@media (max-width:900px){

.image-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:600px){

.image-grid{
grid-template-columns:1fr;
}

.header h1{
font-size:28px;
}

}


.behance-project{
background:#f5f5f5;
padding:60px 0;
}

.project-image-card{
background:#fff;
padding:30px;
border-radius:10px;
margin-bottom:20px;
text-align:center;
}

.project-image-card img{
max-width:100%;
border-radius:10px;
}

.project-title-card{
background:#fff;
padding:25px;
border-radius:10px;
}

.project-stats{
margin-top:10px;
display:flex;
gap:20px;
color:#777;
}

.project-tags span{
display:inline-block;
background:#eee;
padding:6px 14px;
border-radius:20px;
margin-right:10px;
margin-top:10px;
}

.sidebar-card{
background:#fff;
padding:20px;
border-radius:10px;
margin-bottom:20px;
}

.card-label{
font-size:12px;
color:#888;
margin-bottom:10px;
}

.owner-info{
display:flex;
gap:12px;
align-items:center;
margin-bottom:15px;
}

.owner-info img{
width:45px;
height:45px;
border-radius:50%;
}

.user-info .follow-btn{
    width: 100%;
    background: #f4f4f4 !important;
    color: #3d1800 !important;
    border: none;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.hire-btn{
width:100%;
background:#eef2f7;
border:none;
padding:10px;
border-radius:30px;
}

.tool-box{
background:#4b3c4a;
padding:20px;
border-radius:6px;
text-align:center;
}

.tool-box img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.creative-box{
background:#000;
color:#fff;
padding:15px;
border-radius:6px;
text-align:center;
}

.project-view{
background:#111;
padding:40px 0;
color:#fff;
}

.project-user-bar{
display:flex;
align-items:center;
gap:15px;
margin-bottom:30px;
}

.project-user-bar img{
width:45px;
height:45px;
border-radius:50%;
}

.follow-btn{
background:#3d1800;
color:#fff;
border:none;
padding:6px 16px;
border-radius:20px;
margin-top:10px;
}

.user-info .follow-btn a {
    color: #3d1800;
    text-decoration: none;
}

.sidebar-card .follow-btn a {
    color: #f5f5f5;
    text-decoration: none;
}

/* slider */

.project-slider img{
width:100%;
border-radius:6px;
}

/* comment box */

.comment-box{
background:#fff;
padding:25px;
border-radius:10px;
margin-top:40px;
}

.comment-box img{
width: 70px;
    height: fit-content;
}

.comment-box form {
    display: flex;
    gap: 20px;
}

.comment-box textarea{
width:75%;
height:100px;
border:1px solid #ddd;
border-radius:6px;
padding:10px;
}

.comment-btn{
background:#eee;
border:none;
padding:10px 20px;
border-radius:20px;
    height: 50px;
    margin-top: 30px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px !important;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    font-weight: 700;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px !important;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    font-weight: 700;
}



/* HEADER */

.topbar{
background:white;
padding:20px 40px;
border-bottom:1px solid #e5e5e5;
}

/* TABS */

.tabs{
display:flex;
gap:10px;
flex-wrap:wrap;
}

.serviceBtn{
padding:8px 18px;
background:#f1f1f1;
border-radius:25px;
text-decoration:none;
color:#333;
font-size:14px;
transition:0.3s;
}

.serviceBtn:hover{
background:#e6e6e6;
}

.serviceBtn.active{
background:#2563eb;
color:white;
}

/* GRID */

.feed{
padding:40px;
}


/* HOVER EFFECT */

.card:hover{
transform:translateY(-6px);
box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

/* IMAGE */

.card img{
width:100%;
object-fit:cover;
transition:0.4s;
}

.card:hover img{
transform:scale(1.05);
}

/* CARD INFO */

.card-info{
    padding: 15px 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 100%;
}

/* AUTHOR */

.author{
font-weight:600;
font-size:15px;
color:#222;
}

/* SERVICE */

.service{
font-size:13px;
color:#777;
background:#f2f2f2;
padding:4px 10px;
border-radius:15px;
}

/* MOBILE */

@media(max-width:768px){


.card img{
height:180px;
}

.topbar{
padding:15px;
}

}


.wishlist-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.3s;
}

.wishlist-card:hover{
transform:translateY(-6px);
}

.wishlist-img img{
width:100%;
height:220px;
object-fit:cover;
}

.wishlist-content{
padding:15px;
}

.wishlist-content h6{
font-weight:600;
margin-bottom:10px;
}

.wishlist-actions{
display:flex;
justify-content:space-between;
align-items:center;
}

.view-btn{
background:#000;
color:#fff;
padding:6px 14px;
border-radius:5px;
text-decoration:none;
font-size:13px;
}

.remove-btn{
color:#e74c3c;
font-size:18px;
}

.project-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.project-card:hover{
transform:translateY(-5px);
}

.project-img{
height:220px;
width:100%;
object-fit:cover;
}

.project-content{
padding:20px;
}
.project-title-contant a.project-link {
    color: #6d2f07;
    text-decoration: none;
    font-weight: 700;
}

.project-title-contant {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.project-content h5{
font-size:18px;
margin-bottom:10px;
}

.project-content a{
text-decoration:none;
color:#222;
}

.project-content a:hover{
color:#007bff;
}