@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,500,500italic,400italic,300italic,100italic,700italic);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.11.2/css/v4-shims.css);

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: none;
    background-color: #477dca;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #3964a2;
    color: #fff
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5
}

button:disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled:hover {
    background-color: #477dca
}

fieldset {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin: 0 0 0.75rem;
    padding: 1.5rem
}

input,
label,
select {
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1rem
}

label {
    font-weight: 600;
    margin-bottom: 0.375rem
}

label.required::after {
    content: "*"
}

label abbr {
    display: none
}

select {
    margin-bottom: 1.5rem;
    max-width: 100%;
    width: auto
}

dl {
    margin-bottom: 0.75rem
}

dl dt {
    font-weight: bold;
    margin-top: 0.75rem
}

dl dd {
    margin: 0
}

table {
    border-collapse: collapse;
    font-feature-settings: "kern", "liga", "tnum";
    margin: 0.75rem 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #a6a6a6;
    font-weight: 600;
    padding: 0.75rem 0;
    text-align: left
}

td {
    border-bottom: 1px solid #ddd;
    padding: 0.75rem 0
}

tr,
td,
th {
    vertical-align: middle
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5rem 0
}

img,
picture {
    margin: 0;
    max-width: 100%
}

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 18px 60px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    background: #DEDEDE;
    color: #4C4C4C
}

.btn:focus {
    background: #DEDEDE;
    color: #4C4C4C
}

.btn:hover {
    background: #CCCCCC;
    color: #4C4C4C
}

.btn:active {
    top: 2px
}

.btn.disabled {
    background: #EAEAEA;
    color: #9E9E9E;
    cursor: default;
    top: 0px
}

body {
    background: #222;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased
}

.center-text {
    text-align: center
}

.container {
    margin-top: 30px
}

@media print {
    .container {
        margin-top: 20px
    }
}

.header-contianer {
    margin-top: 50px
}

.header-right {
    text-align: right
}

.header-left {
    margin-top: 30px
}

@media print {
    .header-left {
        margin-top: 0px
    }
}

.header-right p {
    font-size: 1.6rem;
    text-align: right
}

@media print {
    a[href]:after {
        content: none !important
    }

    img[src]:after {
        content: none !important
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-print-12 {
        width: 100%
    }

    .no-print,
    .no-print * {
        display: none !important
    }
}

.button--sacnite::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #E6E6E6;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s
}

.button {
    min-width: 150px;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 0;
    float: none;
    margin: 0 auto;
    margin-top: 0px;
    padding: 5px 20px;
    display: inline-block;
    font-weight: 400;
    max-width: 400px
}

.button--round-l {
    border-radius: 40px
}

.button.button--sacnite {
    width: 60px;
    height: 60px;
    min-width: 0;
    padding: 0;
    color: #212121;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.button--sacnite:hover {
    color: #E6E6E6
}

.button--sacnite:hover::before {
    box-shadow: inset 0 0 0 2px #E6E6E6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.dark .button--sacnite::before {
    box-shadow: inset 0 0 0 35px #e6e6e6
}

.dark .button.button--sacnite {
    color: #4c7ace
}

.dark .button--sacnite:hover {
    color: #4c7ace
}

.dark .button--sacnite:hover::before {
    box-shadow: inset 0 0 0 2px #4c7ace
}

.dark .button-hover:hover {
    color: #4c7ace;
    text-decoration-line: underline;
    transition: 1.5s;
}

.dark .link:hover {
    font-size: 1.5rem;
    color: #4c7ace;
    text-decoration-line: underline;
    transition: 1.5s;
}


body {
    color: #333;
    font-family: Roboto, sans-serif;
    font-feature-settings: "kern", "liga", "pnum";
    font-size: 1rem;
    line-height: 1.5
}

@media print {
    body {
        font-size: 0.9rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 0.75rem
}

p {
    margin: 0 0 0.75rem;
    padding: 10px;
}

a {
    color: #25E79C;
    transition: color 150ms ease
}

a:active,
a:focus,
a:hover {
    color: #4c7ace
}

h1 {
    font-size: 4rem;
    margin-bottom: 0.1rem;
    font-weight: 500
}

h2 {
    font-weight: 300;
    font-size: 2rem
}

h3 {
    font-size: 3rem;
    text-align: center;
    border-bottom: dashed 2px #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: rgb(68, 120, 179);
}

@media print {
    h3 {
        margin-bottom: 20px
    }
}

h4 {
    font-weight: 300;
    font-size: 2.5rem;
    margin-bottom: 3px
}

p,
ul {
    font-size: 1.7rem;
    text-align: justify
}

a i {
    font-size: 1.6rem
}

mark {
    padding: 2px 4px;
    font-size: 90%;
    color: #487565;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.dark {
    background-color: #222;
    color: #e6e6e6
}

.dark mark {
    color: #222;
    background-color: #4c7ace
}

.dark a {
    color: #4c7ace
}

ul.icons a:hover {
    background: rgba(0, 0, 0, 0.025)
}

ul.icons li {
    display: inline-block;
    padding-left: 0.75rem
}

ul.icons a {
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.8rem;
    text-align: center;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 100%;
    color: #aaa
}

.icons i {
    font-size: 30px;
    line-height: 60px
}

.icons {
    padding: 0;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: right
}

@media screen and (max-width: 768px) {
    .icons {
        text-align: center
    }
}

.dark .icons i {
    background: none;
    color: #222
}

.dark .icons a:hover i {
    color: #4c7ace
}

.header-right p {
    margin-bottom: 3px
}

.header-right a {
    color: inherit;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .header-contianer div {
        text-align: center
    }

    .header-right p {
        text-align: center
    }

    .header-left {
        margin-top: 0px
    }
}

.profile-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: repeat, no-repeat;
    -moz-box-shadow: inset 0 0 20px #636161;
    -webkit-box-shadow: inset 0 0 20px #636161;
    box-shadow: inset 0 0 20px #4c7ace
}

.into-text-1 {
    margin-top: 30px
}

@media only screen and (max-width: 992px) {
    .into-text-1 {
        margin-top: 20px
    }
}

.list-container h3 {
    margin-bottom: 0
}

.layout {
    margin-top: 3rem;
    display: flex;
    flex-direction: row
}

.layout .details {
    text-align: left;
    font-weight: bold;
}

.layout .details p {
    margin-bottom: 3px;
    font-size: 1.6rem;
    text-align: inherit;
    font-weight: bold;
}

.layout .details p b {
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .layout .details {
        text-align: center !important
    }

    .layout .details p {
        text-align: center !important
    }
}

.layout .details a {
    color: inherit;
    font-style: italic;
    font-weight: 300
}

.layout .details .fa {
    font-size: 2rem
}

.layout .details {
    font-size: 1.5rem
}


.layout .details h4 {
    margin-bottom: 0.1rem;
    font-weight: 500
}

@media print {
    .layout .details h4 {
        margin-bottom: 0.2rem
    }
}

.layout .details h4 a {
    font-weight: 500
}

.layout-right {
    flex-direction: row-reverse
}

.layout-right .details,
.layout-top-right .details {
    text-align: right
}

@media screen and (max-width: 768px) {

    .layout-left,
    .layout-right {
        flex-direction: column
    }
}

.layout-top-middle,
.layout-top,
.layout-top-right {
    flex-direction: column
}

.layout-top-middle .details,
.layout-top-middle .content,
.layout-top .details,
.layout-top .content,
.layout-top-right .details,
.layout-top-right .content {
    width: 100%
}

.layout-top-middle .details {
    text-align: center
}

.footer-container {
    margin-top: 100px
}

.footer-container p {
    text-align: center;
    font-style: italic;
    font-weight: 300
}

.footer-container a {
    color: inherit;
    font-style: italic;
    font-weight: 300
}

.page-content {
    padding: 0
}

.contact a {
    line-height: 50px;
    margin-left: 30px;
    color: #BBBBBB;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    transition: color 0.4s ease
}

.contact a:hover {
    color: #4C4C4C
}

p.quote {
    font-size: 1.7rem;
    font-style: normal; /* Remove italic */
    padding: 10px;      /* Match regular p padding */
    text-align: justify;
}

@media print {
    p.quote {
        text-align: left;
        padding: 0rem 1rem;
        margin-top: 1rem
    }

}

.projects-section {
    background-color: #000;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.custom-projects-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #222;
    /* Match the dark theme background */
    color: #fff;
    padding: 60px 20px 40px 20px;
    border-radius: 0;
    /* Remove border radius to match other sections */
    box-shadow: none;
    /* Remove shadow to match other sections */
}

/* Make projects section match other sections */
.projects-section.custom-projects-section {
    width: 100%;
    max-width: 1200px;
    /* or match your .container/.list-container max-width */
    margin: 60px auto 40px auto;
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 60px 20px 40px 20px;
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.12);
}

/* Swiper container centered and not full width */
.custom-swiper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 3;
}

/* Update project slides for better alignment */
.project-slide {
    height: 360px;
    /* Slightly reduce height */
    width: 260px;
    /* Slightly reduce width */
    margin: 0 auto;
    background: rgba(20, 20, 20, 0.7);
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Update section title to match other sections */
.custom-projects-section h3 {
    font-size: 3rem;
    text-align: center;
    border-bottom: dashed 2px #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: rgb(68, 120, 179);
}

/* Update background elements to match container width */
.project-bg-blur,
.project-bg-gradient {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0;
}

/* Update responsive styles */
@media (max-width: 1200px) {

    .custom-projects-section,
    .project-bg-blur,
    .project-bg-gradient {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .custom-projects-section {
        padding: 40px 15px 20px;
    }

    .project-slide {
        height: 320px;
        width: 240px;
    }
}

.project-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 400px;
    width: 280px;
    max-width: 90vw;
    margin: 0 auto;
    background: rgba(20, 20, 20, 0.7);
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.project-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 0;
    background: #222;
    box-shadow: none;
}

/* Project title at the bottom of the card */
.project-slide h4 {
    font-family: 'Oswald', 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 0 4px 0;
    border-radius: 0 0 12px 12px;
    position: absolute;
    bottom: 38px;
    left: 0;
}

/* IMDb icon below the title */
.project-slide a {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.imdb-icon {
    font-size: 1.7rem;
    color: #f5c518;
}

.swiper-slide {
    opacity: 0.5;
    filter: blur(1px);
    transition: transform 0.4s, box-shadow 0.4s, opacity 0.4s, filter 0.4s;
}

.swiper-slide-active {
    transform: scale(1.08);
    z-index: 2;
    opacity: 1;
    filter: none;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
}

.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.8;
    filter: blur(0.5px);
    transform: scale(0.97);
    z-index: 1;
}

/* Responsive */
@media (max-width: 600px) {
    .project-slide {
        height: 260px;
        width: 90vw;
        min-width: 0;
    }

    .project-slide img {
        height: 180px;
    }

    .project-slide h4 {
        font-size: 1rem;
        bottom: 32px;
    }
}

/* Blurred background for projects section */
.project-bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    filter: blur(32px) brightness(0.5);
    transition: background-image 0.5s;
    pointer-events: none;
}

/* Make sure the section is relative for the background */
.custom-projects-section {
    position: relative;
    overflow: hidden;
}

/* Ensure swiper and content are above the background */
.custom-projects-section>*:not(.project-bg-blur) {
    position: relative;
    z-index: 1;
}

.custom-swiper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.custom-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    transition: transform 0.4s cubic-bezier(.4, 2, .6, 1), box-shadow 0.4s;
    box-shadow: none;
    opacity: 0.5;
    filter: blur(1px);
}

.custom-swiper .swiper-slide-active {
    transform: scale(1.15);
    z-index: 2;
    opacity: 1;
    filter: none;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
}

.custom-swiper .swiper-slide-next,
.custom-swiper .swiper-slide-prev {
    opacity: 0.8;
    filter: blur(0.5px);
    transform: scale(0.95);
    z-index: 1;
}

.custom-swiper .project-slide img {
    width: 260px;
    max-width: 80vw;
    border-radius: 16px;
    margin-bottom: 18px;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.3);
    background: #222;
}

.custom-swiper .project-slide h4 {
    font-family: 'Oswald', 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.custom-swiper .imdb-icon {
    font-size: 2rem;
    color: #f5c518;
}

.custom-projects-section .projects-footer {
    margin-top: 10px;
    text-align: center;
}

.custom-projects-section .project-title {
    display: block;
    font-family: 'Oswald', 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 2px;
}

.custom-projects-section .view-all-projects {
    margin-top: 10px;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.custom-projects-section .view-all-projects a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 13px;
}

.custom-projects-section .view-all-projects a:hover {
    color: #4c7ace;
}

.custom-projects-section .swiper-button-next,
.custom-projects-section .swiper-button-prev {
    color: #fff;
    top: 50%;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.2s;
}

.custom-projects-section .swiper-button-next:hover,
.custom-projects-section .swiper-button-prev:hover {
    background: rgba(76, 122, 206, 0.7);
}

@media (max-width: 900px) {
    .custom-swiper {
        max-width: 100vw;
    }

    .custom-projects-section .projects-header {
        margin-left: 20px;
    }
}

@media (max-width: 600px) {
    .custom-projects-section {
        padding: 40px 0 20px 0;
    }

    .custom-swiper .project-slide img {
        width: 90vw;
        max-width: 95vw;
    }

    .custom-projects-section .section-title {
        font-size: 1.3rem;
    }

    .custom-projects-section .project-title {
        font-size: 1.1rem;
    }
}

.project-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom, #222 0%, rgba(34, 34, 34, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
}

.project-bg-blur {
    z-index: 1;
}

.all-projects-section {
    display: none;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
}

.project-item {
    height: 400px;
    /* Increased height to accommodate title */
    background: rgba(20, 20, 20, 0.7);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.project-item img {
    width: 100%;
    height: 85%;
    object-fit: cover;
}

.project-item .project-title {
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
}

.view-toggle-btn {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}

.view-toggle-btn:hover {
    color: #4c7ace;
    text-decoration: none;
}

/* Mobile First Responsive Design */
@media screen and (max-width: 768px) {

    /* Header */
    .header-contianer {
        text-align: center;
        padding: 0 15px;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    /* About section */
    .profile-img {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }

    .intro-container p {
        font-size: 1.4rem;
        text-align: left;
    }

    /* Experience section */
    .layout {
        margin-top: 2rem;
    }

    .details h4 {
        font-size: 1.8rem;
    }

    .details p {
        font-size: 1.4rem;
    }

    .content p,
    .content ul {
        font-size: 1.4rem;
        text-align: left;
    }

    /* Projects section */
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 10px;
    }

    .project-item {
        height: auto;
    }

    .project-item .project-title {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    h1 {
        font-size: 3rem;
    }

    .intro-container p {
        font-size: 1.5rem;
    }
}

/* Swiper responsive adjustments */
@media screen and (max-width: 600px) {
    .custom-swiper {
        padding: 0 10px;
    }

    .project-slide {
        height: 300px;
    }

    .project-slide img {
        height: 250px;
    }

    .projects-footer .project-title {
        font-size: 1.5rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* General responsive improvements */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Fix for social icons on mobile */
@media screen and (max-width: 480px) {
    .icons {
        text-align: center;
        margin-bottom: 15px;
    }

    .icons li {
        padding: 0 5px;
    }

    .button.button--sacnite {
        width: 45px;
        height: 45px;
    }

    .icons i {
        font-size: 20px;
        line-height: 45px;
    }
}

/* Improved touch targets for mobile */
@media (hover: none) and (pointer: coarse) {

    .button,
    .view-toggle-btn,
    .project-item a,
    .icons a {
        min-height: 44px;
        min-width: 44px;
        padding: 12px;
    }
}

/* Dark mode improvements */
@media (prefers-color-scheme: dark) {
    .dark {
        background-color: #222;
    }

    .dark .project-item {
        background: rgba(20, 20, 20, 0.9);
    }
}