/* ====================================
   PAGE-SPECIFIC STYLES CONSOLIDATED
   Merged from: home.css, blog.css, contact.css, service.css, portfolio.css, project-second.css, project-you.css
   ==================================== */

/* ====================================
   BANNER & HERO SECTIONS
   ==================================== */

.banner {
    display: flex;
    align-items: center;
    height: 50vh;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('images/banner.jpg');
}

.banner h1 {
    text-align: left;
}

.banner1 {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.banner1 {
    position: relative;
    height: 150vh;
    overflow: hidden;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #090a3d;
    z-index: 1;
}

.content-center {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-center .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-center h1,
.content-center p {
    color: #fff;
}

.logo {
    width: 400px;
    max-width: 40%;
    margin-bottom: 20px;
}

.banner1::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -15%;
    width: 120px;
    height: 140%;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 255, 0.623), rgba(0, 255, 255, 1), rgba(255, 0, 255, 0.674), transparent);
    filter: blur(35px);
    transform: rotate(12deg);
    opacity: 0.8;
    z-index: 2;
    animation: moveLight 5s linear infinite;
}

@keyframes moveLight {
    0% {
        left: -10%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -10%;
    }
}

.logo {
    width: 240px;
    margin: 30px;
    max-width: 20%;
    display: block;
}

@media (max-width:500px) {
    .banner1 {
        position: relative;
        height: 240vh !important;
        overflow: hidden;
    }
    .logo {
        width: 300px !important;
        max-width: 30%;
        display: block;
        margin: auto;
    }
    .h1, h1 {
        margin-top: 37px;
        font-size: 19px !important;
    }
}

/* ====================================
   BUTTON STYLES
   ==================================== */

button,
.btn {
    position: relative;
    padding: 12px 30px;
    color: #fff !important;
    background: #000000 !important;
    border: none !important;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
}

/* ====================================
   TECHNOLOGIES SECTION
   ==================================== */

.technologies {
    position: relative;
    background: #06060f;
    padding: 80px 0;
    overflow: hidden;
    color: #fff;
}

.technologies::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -200px;
    left: -200px;
    background: radial-gradient(circle, rgba(0,255,255,0.12), transparent 70%);
    filter: blur(100px);
    animation: moveLighti 12s ease-in-out infinite;
}

@keyframes moveLighti {
    0%   { transform: translate(0,0); }
    50%  { transform: translate(200px, 150px); }
    100% { transform: translate(0,0); }
}

.specialities {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 30px;
    transition: 0.3s ease;
}

.specialities {
    position: relative;
    background: #06060f;
    padding: 80px 0;
    overflow: hidden;
    color: #fff;
}

.specialities::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -200px;
    left: -200px;
    background: radial-gradient(circle, rgba(0,255,255,0.12), transparent 70%);
    filter: blur(100px);
    animation: moveLights 12s ease-in-out infinite;
}

@keyframes moveLights {
    0%   { transform: translate(0,0); }
    50%  { transform: translate(200px, 150px); }
    100% { transform: translate(0,0); }
}

.technologie {
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 1px solid rgba(0,255,255,0.2);
    animation: neonGlow 3s linear infinite;
}

.technologie:hover {
    transform: translateY(-6px);
    border-color: rgba(0,255,255,0.7);
}

@keyframes neonGlow {
    0% {
        box-shadow:
            0 10px 25px rgba(0,0,0,0.6),
            0 0 10px #00ffff,
            0 0 20px #00ffff;
    }
    25% {
        box-shadow:
            0 10px 25px rgba(0,0,0,0.6),
            0 0 10px #ff00ff,
            0 0 20px #ff00ff;
    }
    50% {
        box-shadow:
            0 10px 25px rgba(0,0,0,0.6),
            0 0 10px #00ff99,
            0 0 20px #00ff99;
    }
    75% {
        box-shadow:
            0 10px 25px rgba(0,0,0,0.6),
            0 0 10px #ffcc00,
            0 0 20px #ffcc00;
    }
    100% {
        box-shadow:
            0 10px 25px rgba(0,0,0,0.6),
            0 0 10px #00ffff,
            0 0 20px #00ffff;
    }
}

.technologie h3 {
    color: #fff;
}

.technologie p {
    color: #9aa0a6;
}

.view-technologie h2 {
    color: #fff;
}

.view-technologie h4 {
    color: #7df9ff;
}

.view-technologie p {
    color: #9aa0a6;
}

.technologies * {
    position: relative;
    z-index: 2;
}

.technologies {
    padding: 80px 0;
    background: #0f0f0f;
}

.technologie {
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    min-height: 240px;
    transition: 0.4s ease;
    background-size: cover !important;
    background-position: center !important;
}

.tech-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.78);
    z-index: 1;
}

.tech-content {
    position: relative;
    z-index: 2;
}

.technologie i {
    font-size: 30px;
}

.technologie h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
}

.technologie p {
    color: #d1d1d1;
    line-height: 1.8;
    font-size: 15px;
}

.technologie:hover {
    transform: translateY(-10px);
}

.view-technologie {
    padding: 20px;
}

.view-technologie h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
}

.view-technologie h4 {
    color: #ff9800;
    margin: 15px 0;
    font-size: 24px;
}

.view-technologie p {
    color: #cfcfcf;
    line-height: 1.9;
    font-size: 16px;
}

@media(max-width:768px) {
    .technologies {
        padding: 50px 0;
    }
    .technologie {
        min-height: auto;
        padding: 30px 20px;
    }
    .view-technologie h2 {
        font-size: 32px;
    }
    .view-technologie h4 {
        font-size: 20px;
    }
    .technologie h3 {
        font-size: 22px;
    }
}

/* ====================================
   ABOUT & CONTACT SECTIONS
   ==================================== */

.mini-about-contact {
    margin: 40px 0px;
}

.mini-about-contact::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(244,161,26,0.12);
    filter: blur(120px);
    top: -100px;
    left: -100px;
    border-radius: 50%;
}

.mini-about-content span {
    color: #f4a11a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    display: inline-block;
}

.mini-about-content h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: left;
}

.mini-about-content p {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 30px;
    max-width: 90%;
    text-align: left;
}

/* ====================================
   CONTACT FORM
   ==================================== */

.mini-contact-form {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 35px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(244,161,26,0.12);
}

.mini-contact-form h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 700;
}

.mini-contact-form input,
.mini-contact-form textarea {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 18px;
    color: #fff;
    outline: none;
}

.mini-contact-form input::placeholder,
.mini-contact-form textarea::placeholder {
    color: #bdbdbd;
}

.mini-contact-form button {
    width: 100%;
    border: none;
    background: #f4a11a;
    color: #111;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.mini-contact-form button:hover {
    background: #fff;
}

@media(max-width:991px) {
    .mini-contact-form {
        margin-top: 40px;
    }
    .mini-about-content h2 {
        font-size: 34px;
    }
}

/* ====================================
   CONTACT DETAILS SECTION
   ==================================== */

.contact-details-section {
    padding: 60px 0;
    background: #131727;
    position: relative;
    overflow: hidden;
}

.contact-details-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: #131727;
    border-radius: 50%;
    top: -180px;
    left: -180px;
    filter: blur(120px);
}

.contact-details-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: #131727;
    border-radius: 50%;
    bottom: -180px;
    right: -180px;
    filter: blur(120px);
}

.contact-detail-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.4s ease;
    border: 2px solid #00ffff;
    box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-detail-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #9c77f0, #6d42d8, #00f7ff, #9c77f0);
    background-size: 300% 300%;
    animation: neonBorder 6s linear infinite;
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@keyframes neonBorder {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact-detail-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow:
        0 0 20px rgba(156,119,240,0.6),
        0 0 40px rgba(156,119,240,0.5),
        0 0 70px rgba(0,247,255,0.35);
}

.contact-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg,#9c77f0,#6d42d8);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 10px #9c77f0,
        0 0 20px #9c77f0,
        0 0 40px rgba(156,119,240,0.6);
    animation: pulseGlow 2.5s infinite ease-in-out;
}

@keyframes pulseGlow {
    0% {
        box-shadow:
            0 0 10px #9c77f0,
            0 0 20px #9c77f0,
            0 0 40px rgba(156,119,240,0.5);
    }
    50% {
        box-shadow:
            0 0 20px #00f7ff,
            0 0 35px #00f7ff,
            0 0 60px rgba(0,247,255,0.6);
    }
    100% {
        box-shadow:
            0 0 10px #9c77f0,
            0 0 20px #9c77f0,
            0 0 40px rgba(156,119,240,0.5);
    }
}

.contact-icon i {
    color: #fff;
    font-size: 32px;
}

.contact-detail-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(255,255,255,0.5);
}

.contact-detail-card p {
    font-size: 16px;
    line-height: 28px;
    color: #d6d6d6;
    margin: 0;
}

.contact-detail-card a {
    color: #d6d6d6;
    text-decoration: none;
    transition: 0.3s ease;
    word-break: break-word;
}

.contact-detail-card a:hover {
    color: #00f7ff;
    text-shadow: 0 0 8px #00f7ff, 0 0 16px #00f7ff;
}

@media(max-width:991px) {
    .contact-detail-card {
        padding: 35px 20px;
    }
    .contact-detail-card h3 {
        font-size: 22px;
    }
}

@media(max-width:767px) {
    .contact-details-section {
        padding: 50px 0;
    }
    .contact-detail-card {
        margin-bottom: 20px;
    }
    .contact-detail-card h3 {
        font-size: 20px;
    }
    .contact-detail-card p {
        font-size: 15px;
        line-height: 26px;
    }
    .contact-icon {
        width: 70px;
        height: 70px;
    }
    .contact-icon i {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .footer-menu li a {
        display: block;
        width: 100%;
    }
}

/* ====================================
   ARTICLE MENU & TABS
   ==================================== */

.article-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.article-tab {
    border: 2px solid transparent;
    background: transparent;
    padding: 14px 34px;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    transition: 0.4s ease;
    cursor: pointer;
    font-family: 'Geist', sans-serif;
}

.article-tab:hover {
    border-color: #111;
    background: #fff;
}

.article-tab.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

.article-content-wrapper {
    display: none;
    animation: fadeEffect 0.5s ease;
}

.article-content-wrapper.active {
    display: block;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.article-menu {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 128px;
    position: relative;
    z-index: 2;
}

.article-menu a {
    color: #111;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.article-menu a.active {
    border: 2px solid #111;
    padding: 12px 32px;
    border-radius: 50px;
}

.article-menu {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 140px;
    position: relative;
    z-index: 2;
}

/* ====================================
   ARTICLE SECTIONS
   ==================================== */

.top-article-box {
    margin-bottom: 60px;
}

.top-article-image {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.top-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.top-article-box:hover .top-article-image img {
    transform: scale(1.06);
}

.top-article-content {
    padding-left: 60px;
}

.article-tag {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
}

.top-article-content h3 {
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #111;
    font-weight: 700;
}

.top-article-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
}

.small-article-box {
    padding: 50px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.small-article-image {
    height: 300px;
    overflow: hidden;
}

.small-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.small-article-box:hover .small-article-image img {
    transform: scale(1.06);
}

.small-article-content {
    padding-left: 50px;
}

.small-article-content span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
}

.small-article-content h3 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 700;
    color: #111;
}

.small-article-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

@media(max-width:991px) {
    .top-article-content,
    .small-article-content {
        padding-left: 0;
        margin-top: 35px;
    }
    .top-article-content h3 {
        font-size: 42px;
    }
    .small-article-content h3 {
        font-size: 30px;
    }
    .top-article-image {
        height: 380px;
    }
}

@media(max-width:767px) {
    .article-menu {
        gap: 36px;
        margin-bottom: 50px;
    }
    .article-tab {
        padding: 10px 18px;
        font-size: 13px;
    }
    .top-article-image {
        height: 260px;
        border-radius: 20px;
    }
    .small-article-image {
        height: 220px;
        border-radius: 20px;
    }
    .top-article-content h3 {
        font-size: 28px;
    }
    .small-article-content h3 {
        font-size: 22px;
    }
    .top-article-content p,
    .small-article-content p {
        font-size: 15px;
    }
    .small-article-box {
        padding: 35px 0;
    }
}

/* ====================================
   LUXURY ARTICLE SECTION
   ==================================== */

.luxury-article-section {
    position: relative;
    padding: 0px 0;
    overflow: hidden;
    background: #f7f5f2;
    font-family: 'Geist', sans-serif;
}

.article-blur {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
}

.blur-left {
    background: rgba(255, 120, 80, 0.18);
    top: 0;
    left: -120px;
}

.blur-right {
    background: rgba(120, 120, 255, 0.12);
    bottom: 0;
    right: -120px;
}

.article-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(255,255,255,0.9);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
}

.top-article-box {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.top-article-image {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.article-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.article-info-box {
    background: rgba(255,255,255,0.7);
    padding: 24px;
    border-radius: 22px;
    backdrop-filter: blur(10px);
}

.article-info-box h5 {
    margin-bottom: 8px;
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
}

.article-info-box p {
    margin: 0;
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

.small-article-box {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.small-article-image {
    height: 320px;
    overflow: hidden;
}

.small-article-content {
    padding-left: 60px;
}

.small-article-content span {
    display: inline-block;
    margin-bottom: 15px;
    color: #777;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.top-article-content h3 {
    font-size: 42px;
    margin-bottom: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.top-article-content h2 {
    font-size: 62px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
}

.small-article-content h3 {
    font-size: 42px;
    margin-bottom: 18px;
    line-height: 1.3;
    font-weight: 700;
}

@media(max-width:991px) {
    .top-article-content,
    .small-article-content {
        padding-left: 0;
        margin-top: 40px;
    }
    .top-article-content h2 {
        font-size: 42px;
    }
    .small-article-content h3 {
        font-size: 32px;
    }
}

@media(max-width:767px) {
    .luxury-article-section {
        padding: 80px 0;
    }
    .article-menu {
        gap: 36px;
        margin-bottom: 60px;
    }
    .inner-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
    .article-menu a {
        font-size: 15px;
    }
    .article-menu a.active {
        padding: 8px 20px;
    }
    .top-article-image {
        height: 280px;
    }
    .small-article-image {
        height: 220px;
    }
    .top-article-content h2 {
        font-size: 30px;
    }
    .small-article-content h3 {
        font-size: 24px;
    }
    .article-info-grid {
        grid-template-columns: 1fr;
    }
    .article-info-box {
        padding: 18px;
    }
}

/* ====================================
   HERO SLIDER
   ==================================== */

.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: 1s ease;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: scale(1.1);
}

.slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: rgba(218,94,40,0.92);
    clip-path: polygon(18% 0,100% 0,100% 100%,0 100%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px;
    color: #fff;
}

.overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: rgba(218, 94, 40, 0.92);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px;
    color: #fff;
}

.overlay-content h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.overlay-content h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
    animation: fadeUp 1s ease;
}

.overlay-content p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 35px;
}

.overlay-content p {
    font-size: 22px;
    line-height: 1.7;
    animation: fadeUp 1.3s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 10px 18px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.hero-btn {
    display: inline-flex;
    padding: 16px 34px;
    background: #fff;
    color: #111;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    width: max-content;
}

.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: 0.4s;
}

.dot.active {
    width: 40px;
    border-radius: 40px;
    background: #fff;
}

@media(max-width:991px) {
    .overlay-content {
        width: 100%;
        clip-path: none;
        background: rgba(0,0,0,0.65);
    }
    .overlay-content {
        width: 100%;
        clip-path: none;
        background: rgba(0,0,0,0.6);
        padding: 40px;
    }
    .overlay-content h1 {
        font-size: 40px;
    }
    .overlay-content p {
        font-size: 16px;
    }
}

@media(max-width:576px) {
    .hero-slider {
        height: 85vh;
    }
    .overlay-content {
        padding: 25px;
    }
    .overlay-content h1 {
        font-size: 30px;
    }
    .overlay-content p {
        font-size: 15px;
    }
}

/* ====================================
   PORTFOLIO SECTIONS
   ==================================== */

.artist-section {
    padding: 100px 0;
    background: #f5f7fb;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.artist-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255,140,0,0.15);
    filter: blur(120px);
    top: -100px;
    left: -100px;
    border-radius: 50%;
}

.artist-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(59,130,246,0.12);
    filter: blur(120px);
    bottom: -120px;
    right: -100px;
    border-radius: 50%;
}

.artist-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.artist-tag {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.922);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.artist-content h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 700;
}

.artist-content h4 {
    color: #666;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 400;
}

.artist-content p {
    color: #666;
    font-size: 17px;
    margin-bottom: 20px;
}

.artist-bottom {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.artist-box {
    background: rgba(255, 255, 255, 0.731);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 22px 25px;
    border-radius: 20px;
    min-width: 220px;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
}

.artist-box:hover {
    transform: translateY(-8px);
    border-color: #6a6ef4;
}

.artist-box h3 {
    color: #666;
    font-size: 20px;
    margin-bottom: 8px;
}

.artist-box span {
    color: #666;
    font-size: 15px;
}

.artist-image {
    position: relative;
}

.artist-img-box {
    position: relative;
    max-width: 500px;
    margin: auto;
}

.artist-img-box img {
    width: 100%;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    object-fit: cover;
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

.artist-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 2px #6a6ef4;
    top: 25px;
    left: 25px;
    border-radius: 30px;
    z-index: 1;
}

@media(max-width:991px) {
    .artist-wrapper {
        grid-template-columns: 1fr;
    }
    .artist-content {
        order: 2;
    }
    .artist-image {
        order: 1;
    }
    .artist-content h2 {
        font-size: 42px;
    }
}

@media(max-width:576px) {
    .artist-section {
        padding: 70px 0;
    }
    .artist-content h2 {
        font-size: 34px;
    }
    .artist-content h4 {
        font-size: 18px;
    }
    .artist-content p {
        font-size: 15px;
        line-height: 1.8;
    }
    .artist-box {
        width: 100%;
    }
    .artist-shape {
        display: none;
    }
}

/* ====================================
   CREATIVE GRID SECTION
   ==================================== */

.creative-grid-section {
    padding: 40px 0;
    background: #f5f7fb;
}

.creative-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.creative-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: 320px;
    cursor: pointer;
}

.creative-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s ease;
}

.tall-card {
    min-height: 420px;
}

.wide-card {
    grid-column: span 1;
    min-height: 340px;
}

.creative-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.15));
    padding: 30px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: #fff;
    transition: 0.5s;
}

.creative-number {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    opacity: 0.8;
}

.creative-overlay h3 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 15px;
    transform: translateY(40px);
    transition: 0.5s;
}

.creative-overlay p {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s;
}

.creative-card:hover img {
    transform: scale(1.12);
}

.creative-card:hover .creative-overlay {
    background: linear-gradient(to top, rgba(218,94,40,0.92), rgba(0,0,0,0.15));
}

.creative-card:hover .creative-overlay h3 {
    transform: translateY(0);
}

.creative-card:hover .creative-overlay p {
    opacity: 1;
    transform: translateY(0);
}

@media(max-width:991px) {
    .creative-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {
    .creative-grid {
        grid-template-columns: 1fr;
    }
    .creative-card,
    .tall-card,
    .wide-card {
        min-height: 280px;
    }
    .creative-overlay h3 {
        font-size: 26px;
    }
    .creative-overlay p {
        opacity: 1;
        transform: translateY(0);
    }
}

.creative-overlay h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    transform: translateY(0px);
    transition: 0.5s;
}

/* ====================================
   MINI CARD GRID
   ==================================== */

.mini-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mini-card {
  
    position: relative;
    height: 160px;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    width: fit-content;
}

.mini-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s ease;
}

.mini-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.mini-overlay h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}



.mini-card {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.mini-card h4 {
    font-size: 22px;
    font-weight: 700;
}


@media(max-width:767px) {
    .mini-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mini-card {
        height: 150px;
        width: 130px !important;
    }
    .mini-overlay h4 {
        font-size: 18px;
    }
}
.creative-card{
    overflow: hidden;
    border-radius: 15px;
}

.creative-card img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}
/* ====================================
   CREATIVE LAYOUT SECTION
   ==================================== */

.creative-layout-section {
    background: #fff;
    padding: 80px 0;
}

.top-layout {
    display: grid;
    grid-template-columns: 100% 1fr;
    gap: 30px;
    margin-bottom: 35px;
}

.left-about-box {
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.small-tag {
    display: inline-block;
    background: #111827;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.left-about-box h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-about-box p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.about-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-item {
    background: #f3f4f6;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 600;
    transition: 0.4s;
}

.about-item:hover {
    background: #111;
    color: #fff;
}

.hero-slider-box {
    position: relative;
    height: 500px;
    border-radius: 0px;
    overflow: hidden;
}

.inner-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.inner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.inner-slide.active {
    opacity: 1;
    visibility: visible;
}

.inner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
}

.video-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 350px;
    width: 100%;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.play-btn {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 28px;
    margin-bottom: 20px;
}

.video-overlay h3 {
    font-size: 32px;
    font-weight: 700;
}

@media(max-width:991px) {
    .top-layout {
        grid-template-columns: 1fr;
    }
    .bottom-layout {
        grid-template-columns: 1fr;
    }
}

@media(max-width:576px) {
    .mini-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ====================================
   PROJECT YOU SECTION
   ==================================== */

.project-you {
    padding:0 0 100px 0 ;
    background: #f5f5f5;
    font-family: 'Geist', sans-serif;
}

.project-title {
    margin-bottom: 60px;
}

.project-title h1 {
    display: inline-block;
    padding: 18px 60px;
    border: 3px solid #111;
    border-radius: 60px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 4px;
    background: #fff;
}

.hero-box {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    height: 550px;
}

.hero-box {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    height: 520px;
}

.hero-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.hero-overlay h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1.4;
    font-weight: 700;
}

.hero-overlay h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1.4;
    font-weight: 600;
}

.carousel-control.left,
.carousel-control.right {
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
    opacity: 1;
}

.carousel-control .fa {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    line-height: 60px;
    font-size: 30px;
    transition: 0.3s;
}

.carousel-control:hover .fa {
    background: #fff;
    color: #111;
}

.carousel-indicators {
    bottom: 25px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 6px;
}

.carousel-indicators .active {
    background: #fff;
}

.section-gap {
    margin-top: 80px;
}

.story-image {
    height: 420px;
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-content {
    padding-left: 40px;
}

.story-content h2 {
    font-size: 58px;
    margin-bottom: 25px;
    font-weight: 700;
}

.story-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
}

.about-box {
    background: #fff;
    overflow: hidden;
    height: 100%;
}

.about-content {
    padding: 50px;
}

.about-content h2 {
    font-size: 52px;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
}

.about-image {
    position: relative;
    height: 350px;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-overlay {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.story-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    height: 100%;
}

.story-card {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.story-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.story-card:hover img {
    transform: scale(1.08);
}

.story-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.more-btn {
    margin-top: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    text-decoration: none !important;
}

@media(max-width:991px) {
    .hero-overlay h2 {
        font-size: 42px;
    }
    .story-content {
        padding-left: 0;
        margin-top: 40px;
    }
    .story-content h2,
    .about-content h2 {
        font-size: 40px;
    }
    .about-box {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .project-you {
        padding: 0px 0;
    }
    .hero-slider-box {
    position: relative;
    height: 284px;
    border-radius: 0px;
    overflow: hidden;
}
    .project-title h1 {
        font-size: 34px;
        padding: 14px 30px;
    }
    .hero-box {
        height: 320px;
    }
    .hero-overlay h2 {
        font-size: 28px;
    }
    .story-image {
        height: 280px;
    }
    .story-content h2,
    .about-content h2 {
        font-size: 30px;
    }
    .story-content p,
    .about-content p {
        font-size: 15px;
    }
    .about-image {
        height: 240px;
    }
    .story-card {
        height: 140px;
    }
    .story-overlay {
        font-size: 24px;
    }
    .about-overlay {
        font-size: 24px;
    }
    .carousel-control .fa {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }
}

@media(max-width:991px) {
    .hero-box {
        height: 420px;
    }
    .hero-overlay h2 {
        font-size: 42px;
    }
}

@media(max-width:767px) {
    .hero-box {
        height: 280px;
        border-radius: 0px;
    }
    .hero-overlay h2 {
        font-size: 26px;
    }
}

/* ====================================
   FOOTER
   ==================================== */

footer {
    background-color: #111;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

footer {
    background-image: url("images/banner-customers.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.main-footer {
    position: relative;
    padding: 70px 0 40px;
    background: #111;
    overflow: hidden;
}

.footer-wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
}

.footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 18px;
}

.footer-menu li a:hover {
    color: #fff;
}

.footer-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.5px;
}

.footer-bottom p a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

@media(max-width:767px) {
    .main-footer {
        padding: 60px 0 30px;
    }
    .footer-menu {
        gap: 12px;
    }
    .footer-menu li a {
        font-size: 14px;
        padding: 10px 16px;
    }
}

@media(max-width:576px) {
    .footer-menu {
        flex-direction: column;
    }
    .footer-menu li {
        width: 100%;
    }
    .footer-menu li a {
        display: block;
        width: 100%;
    }
}
