*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
    box-sizing: border-box;
}

/* root values */
:root{
    --container-color: #1a1e21;
   /* --second-color: hsl(228, 57%, 28%);;*/
    --text-color: #e76b06;
    --bg-color: #fff;
    background: rgb(3, 3, 32);
}

::selection{
    color: var(--bg-color);
    background: var(--second-color);
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

img{
    width: 100%;
}

section{
    padding: 3rem 0 2rem;
}

.container{
    max-width: 1068px;
    margin: auto;
    width: 100%;
}

a{
    color: #fff;
}

/* Header */
header{
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

header.shadow{
    background: var(--bg-color);
    box-shadow: 0 1px 4px hsl(0 4% 14% / 10%);
    transition: .5s;
}
.faqq{
    padding-top: 50px;
}
.faq {
    color: var(--second-color);
    padding-top: 100%;
    text-align: center;
    font-size: larger;
}

header.shadow .logo{
    color: var(--text-color);
}

/*.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.logo{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bg-color);
}*/

/*.logo span{
    color: var(--second-color);
}*/

.login{
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    background: var(--second-color);
    color: var(--bg-color);
}

.login:hover{
    background: hsl(199, 98%, 56%);
    transition: .5s;
}

.home{
    width: 100%;
    min-height: 440px;
    background: linear-gradient( rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url(/images/contact-bg.jpg);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

/*.home-text{
    color: var(--bg-color);
    text-align: center;
}*/

.home-title{
    font-size: 3.5rem;
}

.home-subtitle{
    font-size: 1rem;
    font-weight: 400;
}

.about{
    position: center;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: left;
}

.about .contentBx{
    max-width: 50%;
    width: 50%;
    text-align: left;
    padding-right: 40px;
}

.titleText{
    font-weight: 600;
    color: #e76b06;
    font-size: 2rem;
    margin-bottom: 10px;
}

.title-text{
    color: #fff;
    font-size: 1em;
}
h3,h2{
    color: #e76b06;
}
p{
    color: #fff;
}

.about .imgBx{
    position: relative;
    min-width: 50%;
    width: 50%;
    min-height: 400px;
    top: 0;
    align-items: center;
}

.btn2{
    position: relative;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    background: #fff;
    border: .8px solid #111;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}

.btn2:hover{
    background-color: var(--second-color);
    border: none;
    color: #fff;
}

.post-filter{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5rem;
    margin-top: 2rem !important;
    color: #fff;
}

.filter-item{
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
}

.active-filter{
    background: var(--second-color);
    color: var(--bg-color);
    padding: 4px 10px;
    border-radius: 4px;
}

.post{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, auto));
    justify-content: center;
    gap: 1.5rem;
}

.post-box{
    background: var(--bg-color);
    box-shadow: 0 4px 14px hsl(35deg 25% 15% / 10%);
    padding: 15px;
    border-radius: 0.5rem;
}

.post-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
}

.category{
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.post-title{
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-date{
    display: flex;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-top: 4px;
    font-weight: 400;
}

.post-description{
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #111;
}

.profile{
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid var(--second-color);
}

.profile-name{
    font-size: .8rem;
    font-weight: 500;
}

.sci{
    margin: 20px;
    display: flex;
}

.sci li{
    list-style: none;
}

.sci li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
    transition: .5s;
}

.sci li a:hover{
    background: rgb(77, 228, 255);
}

.sci i a .bx{
    color: #fff;
    font-size: 20px;
}

.quicklinks{
    position: relative;
    width: 25%;
}

.quicklinks ul li{
    list-style: none;
}

.quicklinks ul li a{
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: .3s;
}

.quicklinks ul li a:hover{
    color: #fff;
}

.footer-container .contactBx{
    width: calc(35% - 60px);
    margin-right: 0 !important;
}

.contactBx .info{
    position: relative;
}

.contactBx .info li{
    display: flex !important;
    margin-bottom: 16px;
}

.contactBx .info li span:nth-child(1){
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.contactBx .info li span{
    color: #999;
}

.contactBx .info li a{
    color: #999;
    text-decoration: none;
    transition: .5s;
}

.contactBx .info li a:hover{
    color: #fff;
}

.fitBg{
    border-radius: 10px;
    margin-bottom: 10%;
    margin-top: 5%;
}

@media (max-width: 1060px){
    /*.container{
        margin: 0 auto;
        width: 95%;
    }

    .home-text{
        width: 100%
    }

   /* .nav__burger,
    .nav__close{
        margin-right: -700px;
        font-size: 1.5rem;
    }*/
}

@media (max-width: 768px){
    /*.nav{
        padding: 10px 0;
    }*/
   /* .nav__burger,
    .nav__close{
        margin-right: -500px;
        font-size: 1.5rem;
    }*/

    section{
        padding: 2rem 0 !important;
    }

    .header-content{
        margin-top: 3rem !important;
    }

    .home{
        min-height: 380px;
        margin-top: 10px;
    }

    .home-title{
        font-size: 3rem;
    }

    .header-title{
        font-size: 2rem;
    }

    .header-img{
        height: 370px;
    }

    .about{
        flex-direction: column;
    }

    .about .contentBx{
        min-width: 100%;
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }

    .about .contentBx,
    .about .imgBx{
        min-width: 100%;
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }

    .about .imgBx{
        min-height: 250px;
    }

    .btn2{
        margin-bottom: 30px;
    }

    .post-header{
        height: 435px;
    }

    .post-header{
        margin-top: 9rem !important;
    }
}

@media (max-width: 570px){
    .post-header{
        height: 390px;
    }

    .header-title{
        width: 100%;
    }

    .header-img{
        height: 340px;
    }

    /*.nav__burger,
    .nav__close{
        margin-right: -310px;
        font-size: 1.5rem;
    }*/
}

@media (max-width: 396px){
    .home-title{
        font-size: 2rem;
    }

    .home-subtitle{
        font-size: 0.9rem;
    }

    .home{
        min-height: 300px;
    }

    .post-box{
        padding: 10px;
    }

    .header-title{
        font-size: 1.4rem;
    }

    .header-img{
        height: 240px;
    }

    .post-header{
        height: 335px;
    }

    .header-img{
        height: 340px;
    }
}

/* Footer Media Query */
@media (max-width: 991px){
    footer{
        padding: 40px;
        font-size: 20px;
    }

    footer .footer-container{
        flex-direction: column;
    }

    footer .footer-container .sec{
        margin-right: 0;
        margin-bottom: 40px;
    }

    footer .footer-container .sec.aboutus{
        width: 100% !important;
    }

    footer .footer-container .quicklinks{
        width: 100%;
    }

    footer .footer-container .contactBx{
        width: 100%;
    }
}


.foot__img{
    width: 80px;
    margin-bottom: 30px;
}

footer{
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #fff;
    padding: 20px 0 30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;
}
.rowf{
    width: 85%;
    margin: auto;
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.col{
    flex-basis: 25%;
    padding: 10px;
}
.col:nth-child(2),
.col:nth-child(3){
    flex-basis: 15%;
}

.col h3{
    width: fit-content;
    margin-bottom: 50px;
    position: relative;
    color: var(--second-color);
}
.email-idf{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}
ul li{
    list-style: none;
    margin-bottom: 12px;
}
ul li a{
    text-decoration: none;
    color: #fff;
}
.format{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

form .bx{
    font-size: 18px;
    margin-right: 10px;
}

form .inputf{
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}
form .formbut{
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}
form .formbut .bx{
    font-size: 16px;
    color: #ccc;
}

.social-icons .bx{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
   /* background: #fff;*/
    margin-right: 15px;
    cursor: pointer;
}
hr{
   width: 90%;
   border: 0;
   border-bottom: 1px solid #ccc;
   margin: 20px auto; 
}

.copyright{
    text-align: center;
}

.underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}
.underline span{
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}
@keyframes moving{
    0%{
        left: -20px;
    }
    100%{
        left: 100%;
    }
}

@media (max-width: 700px){
    footer{
        bottom: unset;
    }
    .col{
        flex-basis: 100%;
    }
    .col:nth-child(2),
    .col:nth-child(3){
        flex-basis: 100%;
    }
}


.val-p{
    width: 70%;
    border-radius: 5px;
}



.work-design {
    padding: 0;
}

.work-showcase {
    list-style: none;
    width: 100%;
}

.work-showcase li {
    display: block; 
    width: 50%;
    float: left;
}

.work-photos {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    border-radius: 10px;
}

.work-photos img {
    opacity: 0.7;
    width: 100%;
    height: auto; 
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.5s;;
}

.work-photos img:hover {
    opacity: 1;
    transform: scale(1.03);
}

.work-photos:after {
    content: "";
    display: block;
    clear: both;
}


/*COMMENT SECTION FOR BLOG*/

/* COMMENT SECTIONS*/

     .container-comments {
            max-width: 390px;
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }
        
        .head {
            background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
            color: white;
            padding: 25px;
            text-align: center;
            position: relative;
        }
        
        .head::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #2563eb, #f97316, #2563eb);
        }
        
        .head h1 {
            font-weight: 600;
            font-size: 28px;
            color: #ccc;
        }
        
        .comments-count {
            padding: 15px 25px;
            background-color: #dbeafe;
            font-size: 18px;
            font-weight: 500;
            color: #2563eb;
        }
        
        .text {
            padding: 20px 25px;
            text-align: center;
            border-bottom: 1px solid #e5e7eb;
        }
        
        .comment-p {
            font-size: 18px;
            color: #6b7280;
        }
        
        .comments {
            padding: 15px;
            max-height: 400px;
            overflow-y: auto;
        }
        
        .comment {
            display: flex;
            margin-bottom: 20px;
            padding: 15px;
            border-radius: 10px;
            background: #f8fafc;
            border-left: 4px solid #2563eb;
            transition: transform 0.2s;
        }
        
        .comment:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }
        
        .comment-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 20px;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .comment-content {
            flex-grow: 1;
        }
        
        .comment-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            align-items: center;
        }
        
        .comment-author {
            font-weight: 600;
            color: #1e40af;
        }
        
        .comment-time {
            font-size: 13px;
            color: #6b7280;
        }
        
        .comment-text {
            color: #4b5563;
            line-height: 1.5;
        }
        
        #show-more-comments {
            width: 100%;
            padding: 15px;
            background: #eff6ff;
            border: none;
            border-top: 1px solid #e5e7eb;
            color: #2563eb;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        #show-more-comments:hover {
            background: #dbeafe;
        }
        
        .commentbox {
            display: flex;
            padding: 25px;
            background: #fff;
            border-top: 1px solid #e5e7eb;
        }
        
        .commentbox img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            object-fit: cover;
            flex-shrink: 0;
            border: 2px solid #2563eb;
        }
        
        .content {
            flex-grow: 1;
        }
        
        .content h2 {
            margin-bottom: 12px;
            color: #1e40af;
            font-size: 18px;
        }
        
        .user, .user-email {
            width: 100%;
            padding: 12px 15px;
            margin-bottom: 15px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s;
        }
        
        .user:focus, .user-email:focus {
            border-color: #2563eb;
            outline: none;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }
        
        .user-email.error {
            border-color: #ef4444;
        }
        
        .commentinput {
            margin-bottom: 15px;
        }
        
        .usercomment {
            width: 100%;
            height: 120px;
            padding: 15px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            font-size: 16px;
            resize: vertical;
            margin-bottom: 12px;
            transition: border-color 0.3s;
        }
        
        .usercomment:focus {
            border-color: #2563eb;
            outline: none;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }
        
        .buttons {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        #publish {
            padding: 12px 25px;
            background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
        }
        
        #publish::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }
        
        #publish:hover::before {
            left: 100%;
        }
        
        #publish:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3);
        }
        
        #publish:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }
        
        #publish:disabled::before {
            display: none;
        }
        
        .notify {
            display: flex;
            align-items: center;
        }
        
        .notifyinput {
            margin-right: 8px;
            cursor: pointer;
            accent-color: #f97316;
        }
        
        .policy {
            font-size: 13px;
            color: #6b7280;
            margin-top: 15px;
        }
        
        .policy a {
            color: #2563eb;
            text-decoration: none;
            transition: color 0.2s;
        }
        
        .policy a:hover {
            color: #f97316;
            text-decoration: underline;
        }
        
        .success-message {
            padding: 15px;
            margin: 15px 25px;
            background: #dcfce7;
            color: #166534;
            border-radius: 8px;
            text-align: center;
            display: none;
            border-left: 4px solid #22c55e;
        }
        
        .error-message-global {
            padding: 15px;
            margin: 15px 25px;
            background: #fee2e2;
            color: #991b1b;
            border-radius: 8px;
            text-align: center;
            display: none;
            border-left: 4px solid #ef4444;
        }
        
        .field-error {
            color: #ef4444;
            font-size: 14px;
            margin-top: -10px;
            margin-bottom: 15px;
            display: none;
        }
        
        .loading {
            text-align: center;
            padding: 20px;
            color: #6b7280;
        }
        
        .current-page {
            padding: 10px 25px;
            background-color: #dbeafe;
            font-size: 14px;
            color: #2563eb;
            border-bottom: 1px solid #e5e7eb;
            display: flex;
            align-items: center;
        }
        
        .current-page i {
            margin-right: 8px;
            color: #f97316;
        }
        
        .no-comments {
            text-align: center;
            padding: 30px;
            color: #6b7280;
            font-style: italic;
        }
        
        @media (max-width: 600px) {
            .commentbox {
                flex-direction: column;
            }
            
            .commentbox img {
                margin: 0 auto 15px;
            }
            
            .comment {
                flex-direction: column;
            }
            
            .comment-avatar {
                margin: 0 auto 10px;
            }
            
            .comment-header {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .comment-time {
                margin-top: 5px;
            }
            
            .buttons {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .notify {
                margin-top: 10px;
            }
        }
