/* Global Styles */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url(https://bostami-bootstrap-nextjs.vercel.app/assets/img/bg/page-bg-1.jpg);
    background-position: 50%;
    background-size: cover;
    font-family: Poppins, sans-serif;
}


/* Hover effect with transformation */
a:hover {
    transform: scale(1.1); /* Slight enlargement on hover */
    transition: transform 0.2s ease-in-out; /* Smooth transition on hover */
}

/* Personal Info Card 3D Effect */
.personal-info {
    background-color: #fff;
   
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); /* Deeper shadow for 3D */
    transform: translateZ(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.personal-info:hover {
    transform: translateY(-10px); /* Move element up slightly for 3D hover effect */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4); /* Deepen shadow on hover */
}

/* Admin Profile Image 3D */
.admin-profile img {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Add depth to the image */
    transition: transform 0.5s ease;
}

.admin-profile img:hover {
    transform: rotateY(5deg) rotateX(5deg); /* Add subtle 3D rotation on hover */
}

/* Social Icons 3D */
.admin-social-account .bi {
    background-color: #f3f6f6;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.admin-social-account .bi:hover {
    transform: translateY(-5px); /* Slight lift on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Add shadow to create depth */
}

.iconn:hover .bi {
    background-color: #1b74e4;
    color: #ffffff;
}

/* Contact Info 3D */
.contact-info .align-items-center{
    background-color: #f3f6f6;
    padding:15px;
    border-radius: 12px;
    transform: translateZ(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-bottom: 10px;
    border: 0 !important;
}

.contact-info .align-items-center:hover {
    transform: translateY(-10px); /* Hover lift effect */
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4); /* Shadow deepens */
}

/* Icon Styling */
.iconn {
    font-size: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iconn:hover {
    transform: rotateZ(5deg) translateY(-3px); /* Slight tilt and lift on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Add shadow */
}

/* Resume Button 3D */
.resume-btn a {
    background-color: #1b74e4;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease, transform 0.5s ease;
    border: 1px solid transparent;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.resume-btn a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background: transparent;
    color: #000;
    border: 1px solid #1b74e4;
}

/* Subtle shadow for entire box hover effect */
.about-items-bx:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

a {
    cursor: url('cursor2.png'),auto;
    transition: all 0.3s ease-in-out; 
}

/* Hover effect with transformation */
a:hover {
    transform: scale(1.1); /* Slight enlargement on hover */
    transition: transform 0.2s ease-in-out; /* Smooth transition on hover */
}

.personal-info {
    background-color: #fff;
    position: sticky;
    width: 320px;
    margin-left: -40px;
}
.br-20{
    border-radius:20px;
}
.br-12{
    border-radius:12px;
}
.br-5{
    border-radius:5px;
}
.bg-color{
    background-color: #f3f6f6;
}

.iconn .bi {
    background-color: #fff;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,.08);
}
.personal-info p{
    font-size: 12px;
}
.personal-info span{
    font-size:14px;
}
.admin-social-account a{
    text-decoration: none;
    font-size: 17px;
}
.admin-social-account .bi-facebook {
    color: #1773EA;
}
.admin-social-account .bi-twitter {
    color: #1C9CEA;
}
.admin-social-account .bi-instagram{
    color: #e12a72;
}
.admin-social-account .bi-linkedin{
    color: #144679;
}
.iconn .bi-phone {
    color: #E93B81;
}
.iconn .bi-envelope-paper {
    color: #6AB5B9;
}
.iconn .bi-geo-alt-fill {
    color: #FD7590;
}
.iconn .bi-calendar3 {
    color: #C17CEB;
}

.iconn {
    font-size: 17px;
}

.admin-social-account .bi {
    background-color: #f3f6f6;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.resume-btn a {
    background-color: #1b74e4;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}
.resume-btn a:hover {
    background: transparent;
    transition: all 500ms;
    border: 1px solid #1b74e4;
    color: #000;
}
.admin-name span:nth-child(1) {
    font-size: 1.4rem;
}
h2.page-title:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    top: 50%;
    background: #1b74e4;
    display: inline-block;
    min-width: 70px;
    left: 107%;
}
h2.page-title {
    position: relative;
    display: inline-block;
    font-size: 2.3rem;
}
.sidebar-bx li.nav-link {
    background-color: #f3f6f6;
}
.sidebar-bx {
    position: sticky;
    width: 128px;
}
.sidebar-bx li.nav-link a {
    color: #000000d9;
    text-decoration: none;
}
.sidebar-bx li.nav-link a span {
    font-size: 1.4rem;
}
li.nav-link:hover a {
    color: #fff;
    transition: all 200ms;
}
li.nav-link:hover {
    background-color: #1b74e4;
}
.iconn:hover .bi {
    background-color: #1b74e4;
    color: #ffffff;
}

/* For slight shadow and transition */
.about-items-bx {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.about-items-bx:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

/* Icon styling */
.aboutitems-icon img {
    transition: transform 0.3s ease;
}

.about-items-bx:hover .aboutitems-icon img {
    transform: scale(1.1);
}
    

/* About page css */
.aboutitems-icon img {
    width: 35px;
    height: 35px;
}
h4.title {
    font-size:1rem;
}
.bg-pinks{
    background-color: #fff4f4;
}
.bg-lightt{
    background-color: #eef5fa;
}
.sec-title {
    font-size: 22px;
}
div#about p {
    font-size: 15px;
}

/* popup css */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.popup-content {
    background-color: #fff;
    width: 80%;
    max-width: 600px;
    margin: 100px auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* Default Light Theme Styles (Already existing styles) */
body {
    background-image: url(https://bostami-bootstrap-nextjs.vercel.app/assets/img/bg/page-bg-1.jpg);
    background-position: 50%;
    background-size: cover;
    font-family: Poppins, sans-serif;
    cursor: url('cursor1.png'), auto;
}

.personal-info {
    background-color: #fff;
}

/* More styles here */
.process-bx {
    background-color: #dfe3ee;
    height: 6px;
    border-radius: 50px;
}
.process-bar-1 {
    background-color: #ff8b94!important;
}
.process-bar-2 {
    background-color: #9272d4!important;
}
.process-bar-3 {
    background-color: #5185d4!important;
}
.process-bar-4 {
    background-color: #ca56f2!important;    
}
.progress-bar {
    height: 6px;
    border-radius: 50px;
} 
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
ul.all-knowledges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
}
ul.all-knowledges li {
    background: #ffffff;
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 15px;
}

.contat-form-0 input, .contat-form-0 textarea:focus-visible {
    outline: none;
}
.contat-form-0 input, .contat-form-0 textarea {
    width: 100%;
    background-color: #f3f6f6;
    /* border-bottom: 1px solid red; */
    border: none;
    border-bottom: 2px solid #ddd;
}
.cpntact-page-contact-form button.contact-submit-btn:hover {
    background-color: #1b74e4;
    color: #ffffff;
    /* border: none; */
    border: 1px solid transparent;
}
.cpntact-page-contact-form button.contact-submit-btn {
    display: inline-block;
    padding: 11px 26px;
    border-radius: 9px;
}
.bg-pinks {
    background-color: #fff4f4;
}

.br-12 {
    border-radius: 12px;
}
.blog-thumbnail img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
}
.c-dark {
    color: #0009;
}
.blog-title span {
    font-size: 13px;
    font-weight: 500;
}
.blog-title span {
    font-size: 13px;
    font-weight: 500;
}

.blog-title span {
    font-size: 13px;
    font-weight: 500;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.popup-content {
    background-color: #fff;
    width: 80%;
    max-width: 600px;
    margin: 100px auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}



        /* Global Styles */
        body {
            font-family: 'Poppins', sans-serif;
            background-color: #f3f6f6;
            color: #333;
            line-height: 1.6;
        }

        .blog-detail-container {
            max-width: 800px;
            margin: 50px auto;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-radius: 12px;
        }

        .blog-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .blog-header h1 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .blog-meta {
            color: #777;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .blog-meta i {
            margin-right: 5px;
        }

        .blog-content img {
            width: 100%;
            height: auto;
            margin: 30px 0;
            border-radius: 12px;
        }

        .blog-content h2 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #333;
        }

        .blog-content p {
            font-size: 18px;
            margin-bottom: 20px;
            color: #555;
        }

        .blog-tags {
            margin-top: 20px;
            padding-top: 10px;
            border-top: 1px solid #ddd;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .blog-tags span {
            background-color: #f3f6f6;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 14px;
            color: #333;
        }

        .blog-share {
            margin-top: 30px;
            text-align: center;
        }

        .blog-share a {
            color: #555;
            font-size: 18px;
            margin: 0 10px;
            transition: color 0.3s;
        }

        .blog-share a:hover {
            color: #1b74e4;
        }

        /* Responsive */
        @media(max-width: 768px) {
            .blog-header h1 {
                font-size: 30px;
            }

            .blog-content h2 {
                font-size: 24px;
            }
        }
        
        
.col-xl-3.col-xxl-3.sidebar-fixed {position: sticky;top: 0;    height: 100vh;}
.col-xl-1.personal-info-fixed{ top: 0;  position: sticky;   height: 100vh;}
ul.nav-new {    display: flex; flex-wrap: wrap;gap: 15px;justify-content: center;padding: 0;}
ul.nav-new li{    width: 100%;}
nav.navbar {display: flex;    justify-content: center;    padding: 15px;}
.sidebar-bx li.nav-link { background-color: #f3f6f6;text-align: center;padding: 10px;border-radius: 5px;}
li.nav-link:hover{    background-color: #0a58ca;}

 @media screen and (min-width:100px) and (max-width:767px){   
   .col-xl-3.col-xxl-3.sidebar-fixed{position: relative;height:auto;margin-bottom: 30px;} 
   .col-xl-1.personal-info-fixed{position: fixed;height: auto;bottom: 0;left: 0;right: 0;top: auto;padding: 0px;} 
   .personal-info{width: auto;margin-left: 0;}
   .personal-info{box-shadow: none;}
   .sidebar-bx {width: auto;}
   .sidebar-bx li.nav-link{font-size:12px;width: 70px;min-width: 70px;}
    .col-xl-1.personal-info-fixed nav.navbar ul {flex-wrap: nowrap;overflow: auto;justify-content: flex-start;}
    ul.nav-new{margin: 0;    gap: 5px;}
    .sidebar-bx li.nav-link a span{line-height: 30px;}
    nav.navbar{padding: 10px;}
    div#adminportfolio {padding-top: 15px !important;padding-bottom: 120px !important;}
    .p-content-bx.bg-white.br-20.p-5 {padding: 25px !important;        overflow: hidden;}
    .blog-content p{font-size: 15px;}
        .blog-content h2 { font-size: 20px; }
    .contact-info.bg-color.br-12.p-3.mb-3 {padding: 0 !important;background: transparent;}
}

 @media screen and (min-width:100px) and (max-width:767px){ 
.container, .container-md, .container-sm {max-width: 100%;    }
}