*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

/* Skip to content link - visually hidden but keyboard accessible */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #ff004f;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 10000;
    font-weight: 600;
}

.skip-to-content:focus {
    top: 0;
}

html{
    scroll-behavior: smooth;
    height: 100%;
}

h3 {
    font-size: 26px;
}

body{
background-color: #0f1419;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='53.1%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23181818'/%3E%3Cstop offset='1' stop-color='%23060606'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='36.2%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23181818'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg fill-opacity='0'%3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
    color: #e0e0e0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
#header{
    width: 100%;
    height: 100vh;
    background-image: url(images/background.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; /* Changed from fixed for better mobile support */
    flex-shrink: 0;
}

#main-content {
    flex: 1;
}
.container{
    padding: 10px 10%;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo{
    width: 140px;
}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    transition: color 0.3s ease;
}
nav ul li a::after{
    content: '';
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #cc003d, #880027);
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
nav ul li a:hover::after{
    width: 100%;
}
.header-text{
    margin-top: 20%;
    font-size: 35px;
}
.header-text h1{
    font-size: 70px;
    margin-top: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.header-text h1 span{
    background: linear-gradient(135deg, #cc003d, #880027);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* -----------about--------------- */
#about{
    padding: 80px 0;
    color: #b0b0b0;
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-col-1{
    flex-basis: 35%;
}
.about-col-1 img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    transition: transform 0.5s ease;
}
.about-col-1 img:hover{
    transform: scale(1.02);
}
.about-col-2{
    flex-basis: 60%;
}

.sub-title{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}

.sub-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff004f, #cc003d);
    border-radius: 2px;
    box-shadow: 0 4px 16px rgba(255, 0, 79, 0.4);
    transition: width 0.8s ease-out;
}

.sub-title.animate-line::after {
    width: 100%;
}

.tab-titles{
    display: flex;
    margin: 20px 0 40px;
    gap: 20px;
}
.tab-links{
    margin-right: 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #b0b0b0;
    transition: color 0.3s ease;
}
.tab-links::after{
    content: '';
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #cc003d, #880027);
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tab-links.active-link{
    color: #fff;
}

.tab-links.active-link::after{
    width: 100%;
}

.tab-links:hover{
    color: #fff;
}

.tab-contents ul li{
    list-style: none;
    margin: 10px 0;
}
.tab-contents ul li span{
    color: #b54769;
    font-size: 16px;
}
.tab-contents{
    display: none;
}
.tab-contents.active-tab{
    display: block;
}

/* ----------------services------------- */
#services{
    padding: 30px 0;
}
.services-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    height: 100%;
}

.services-list article{
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 40px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 12px;
    transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-50px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services-list article p {
    flex: 1;
}

.service-link.animate article {
    animation: slideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.service-link.animate:nth-child(1) article {
    animation-delay: 0.05s;
}

.service-link.animate:nth-child(2) article {
    animation-delay: 0.2s;
}

.service-link.animate:nth-child(3) article {
    animation-delay: 0.35s;
}

.service-link.animate:nth-child(4) article {
    animation-delay: 0.5s;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.services-list article::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}
.services-list article:hover::before{
    left: 100%;
}
.services-list article h2,
.services-list article h3{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.services-list article i{
    font-size: 32px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #cc003d, #880027);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services-list article .read-more{
    text-decoration: none;
    color: #ff004f;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    border: 1.5px solid #ff004f;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.4s ease;
    background: transparent;
    position: relative;
    z-index: 2;
}

.service-link:hover .read-more{
    background: #ff004f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 0, 79, 0.25);
}

.service-link:hover article{
    background: rgba(255, 0, 79, 0.08);
    border-color: rgba(255, 0, 79, 0.3);
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(255, 0, 79, 0.15);
}

.service-link:hover .read-more{
    background: #ff004f;
    color: #fff;
    box-shadow: 0 8px 20px rgba(255, 0, 79, 0.3);
}

/* ----------WHY WEBSITE SECTION---------- */
#why-website {
    padding: 80px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.why-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-50px);
}

.why-card.animate {
    animation: slideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.why-card.animate:nth-child(1) {
    animation-delay: 0s;
}

.why-card.animate:nth-child(2) {
    animation-delay: 0.1s;
}

.why-card.animate:nth-child(3) {
    animation-delay: 0.2s;
}

.why-card.animate:nth-child(4) {
    animation-delay: 0.3s;
}

.why-card.animate:nth-child(5) {
    animation-delay: 0.4s;
}

.why-card.animate:nth-child(6) {
    animation-delay: 0.5s;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.why-card:hover::before {
    left: 100%;
}

.why-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 0, 79, 0.3);
    box-shadow: 0 10px 30px rgba(255, 0, 79, 0.2);
}

.why-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #ff004f, #cc003d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    box-shadow: 0 5px 15px rgba(255, 0, 79, 0.3);
}

.why-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.why-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #b0b0b0;
}

.why-cta {
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.why-cta h3 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #fff;
}

.why-benefits {
    display: grid;
    gap: 20px;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 40px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
}

.benefit-item i {
    color: #61b752;
    font-size: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

.benefit-item strong {
    color: #fff;
}

/* ----------PROJECT PROCESS SECTION---------- */
#process {
    padding: 80px 0;
}

.process-steps {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 40px;
    bottom: 40px;
    width: 3px;
    background: linear-gradient(180deg, #ff004f, #cc003d);
    border-radius: 2px;
}

.process-step {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    transform: translateX(-30px);
    animation: slideInProcess 0.6s ease forwards;
}

.process-step:nth-child(1) { animation-delay: 0.1s; }
.process-step:nth-child(2) { animation-delay: 0.2s; }
.process-step:nth-child(3) { animation-delay: 0.3s; }
.process-step:nth-child(4) { animation-delay: 0.4s; }
.process-step:nth-child(5) { animation-delay: 0.5s; }
.process-step:nth-child(6) { animation-delay: 0.6s; }
.process-step:nth-child(7) { animation-delay: 0.7s; }

@keyframes slideInProcess {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.step-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff004f, #cc003d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 8px 20px rgba(255, 0, 79, 0.3);
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    opacity: 0;
    transform: scale(0);
}

.step-number.animate {
    animation: numberPop 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@keyframes numberPop {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
    }
    70% {
        transform: scale(1.15) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.process-step:hover .step-number {
    transform: scale(1.1);
}

.step-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 25px 30px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}

.step-content:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 0, 79, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255, 0, 79, 0.15);
}

.step-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.step-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #b0b0b0;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .process-steps::before {
        left: 20px;
    }

    .process-step {
        gap: 20px;
    }

    .step-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .step-content {
        padding: 20px;
    }

    .step-content h3 {
        font-size: 18px;
    }

    .step-content p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    #process {
        padding: 50px 0;
    }

    .process-steps::before {
        left: 15px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .step-content {
        padding: 15px;
    }
}

/* -------portfolio----------- */
#portfolio{
    padding: 50px 0;
}
.work-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    margin-top: 30px;
}
.work{
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    aspect-ratio: 16 / 10;
}
.work img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.layer{
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8), #880027);
    border-radius: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.layer h3{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}
.layer a{
    margin-top: 20px;
    color: #ff004f;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease;
}
.layer a:hover{
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(255, 0, 79, 0.3);
}
.work:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(255, 0, 79, 0.2);
}
.work:hover img{
    transform: scale(1.08);
}
.work:hover .layer{
    height: 100%;
}

/* -------reviews----------- */
.reviews-section {
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.reviews-section h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.reviews-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.review {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(255, 0, 79, 0.2);
    transition: all 0.4s ease;
}

.review:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 0, 79, 0.4);
    transform: translateY(-8px);
}

.review-stars {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.review-stars i {
    font-size: 18px;
    color: #ff004f;
    opacity: 0;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
}

@keyframes starFade {
    from {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes starShineWave {
    0% {
        filter: brightness(1) drop-shadow(0 0 0px rgba(255, 255, 255, 0));
    }
    40% {
        filter: brightness(1.6) drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
    }
    100% {
        filter: brightness(1) drop-shadow(0 0 0px rgba(255, 255, 255, 0));
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes lineFill {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.review-text {
    font-size: 15px;
    color: #b0b0b0;
    font-style: italic;
    margin-bottom: 16px;
    line-height: 1.6;
}

.review-author {
    font-size: 13px;
    color: #ff004f;
    font-weight: 600;
}

.btn{
    display: block;
    margin: 50px auto;
    width: fit-content;
    border: 1.5px solid #ff004f;
    padding: 14px 50px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(255, 0, 79, 0.1);
}
.btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff004f, #cc003d);
    transition: left 0.4s ease;
    z-index: -1;
}
.btn::after{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 3s infinite;
}
.btn:hover{
    background: #ff004f;
    box-shadow: 0 16px 40px rgba(255, 0, 79, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-4px);
    border-color: #cc003d;
}
.btn:hover::after{
    width: 300px;
    height: 300px;
}

/* service actions: place buttons in one row with wrapping on small screens */
.service-actions{
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.service-actions .btn{
    display: inline-block;
    margin: 0;
    width: fit-content;
    padding: 10px 20px;
    font-size: 15px;
    border: 1.5px solid #ff004f;
    background: transparent;
    color: #fff;
    box-shadow: 0 6px 16px rgba(255, 0, 79, 0.15);
    position: relative;
    overflow: visible;
}

.service-actions .btn::before{
    display: none;
}

.service-actions .btn::after{
    display: none;
}

.service-actions .btn:hover{
    background: #ff004f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 0, 79, 0.25);
    border-color: #ff004f;
}

@media only screen and (max-width: 420px){
    .container{
        padding: 10px 5%;
    }
    .service-actions{
        gap: 10px;
        padding: 0 10px;
    }
    .service-actions .btn{
        width: 100%;
        text-align: center;
    }
}

/* ---------contact-------- */
#contact {
    padding: 80px 0;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-header h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-subtitle {
    font-size: 18px;
    color: #b0b0b0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.contact-left {
    flex-basis: 35%;
}

.contact-right {
    flex-basis: 60%;
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(255, 0, 79, 0.2);
    margin-bottom: 30px;
}

.contact-info-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.info-item i {
    font-size: 24px;
    color: #ff004f;
    margin-top: 2px;
}

.info-item div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-item .label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff004f;
    letter-spacing: 0.5px;
}

.info-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.info-item a:hover {
    color: #ff004f;
}

.opening-hours {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    padding: 25px;
    border-left: 4px solid #ff004f;
    border-radius: 8px;
    border: 1px solid rgba(255, 0, 79, 0.2);
    margin-bottom: 30px;
}

.opening-hours h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.opening-hours h3 i {
    color: #ff004f;
    font-size: 18px;
}

.opening-hours p {
    margin: 8px 0;
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.social-section {
    margin-top: 30px;
}

.social-section h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.social-icons {
    display: flex;
    gap: 16px;
}

.social-icons a {
    text-decoration: none;
    font-size: 28px;
    color: #ababab;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 0, 79, 0.1);
    border-radius: 50%;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 0, 79, 0.3);
}

.social-icons a:hover {
    color: #fff;
    background: #ff004f;
    border-color: #ff004f;
    transform: translateY(-4px);
}

.form-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 0, 79, 0.2);
    margin-bottom: 20px;
}

.form-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.form-card-subtitle {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 5px;
    line-height: 1.6;
}

.contact-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.contact-right form{
    width: 100%;
}

.btn.btn2{
    display: inline-block;
    background: #ff004f;
}
form input, form textarea{
    width: 100%;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    outline: none;
    background: rgba(255, 255, 255, 0.03);
    padding: 16px;
    margin: 15px 0;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
form input::placeholder, form textarea::placeholder{
    color: rgba(255, 255, 255, 0.5);
}
form input:focus, form textarea:focus{
    background: rgba(255, 255, 255, 0.06);
    border-color: #ff004f;
    box-shadow: 0 0 0 3px rgba(255, 0, 79, 0.1);
}
form .btn2{
    padding: 12px 40px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

form .btn2:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255, 0, 79, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: #cc003d;
}

form .btn2:active {
    transform: translateY(-2px) scale(0.98);
}

.form-cta {
    margin-top: 20px;
    font-size: 14px;
    color: #b0b0b0;
    text-align: center;
}

.form-cta a {
    color: #ff004f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.form-cta a:hover {
    color: #ff6b8a;
}
.copyright{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    font-weight: 300;
    margin-top: auto;
    color: #b0b0b0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}
.copyright i{
    color: #ff004f;
}
.copyright a{
    color: #ff004f;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}
.copyright a:hover{
    color: #ff6b8a;
}
/* -----------------css for small screens--------- */
nav .fas{
    display: none;
}

@media only screen and (max-width: 600px){
    .container{
        padding: 10px 5%;
    }
    #header{
        background-image: url(images/phone-background.webp);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 100vh;
        height: auto;
    }
    .header-text{
        margin-top: 100%;
        font-size: 20px;
    }
    .header-text h1{
        font-size: 38px;
    }
    nav .fas{
        display: block;
        font-size: 25px;
    }
    nav ul{
        /* translucent side menu for mobile */
        background: rgba(255, 0, 79, 0.50); /* pink with opacity */
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        /* place above other page content */
        z-index: 9999;
        transition: right 0.6s;
        /* slight blur of content behind the menu where supported */
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
    nav ul li{
        display: block;
        margin: 25px;
    }
    nav ul .fas{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    .sub-title{
        font-size: 40px;
    }
    .about-col-1, .about-col-2{
        flex-basis: 100%;
    }
    .about-col-1{
        margin-bottom: 30px;
    }
    .about-col-2{
        font-size: 14px;
    }
    .tab-links{
        font-size: 16px;
        margin-right: 20px;
    }
    /* ensure services stack on small screens */
    .services-list{
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .services-list article.animate {
        animation: slideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }

    .services-list article.animate:nth-child(1) {
        animation-delay: 0.05s;
    }

    .services-list article.animate:nth-child(2) {
        animation-delay: 0.15s;
    }

    .services-list article.animate:nth-child(3) {
        animation-delay: 0.25s;
    }

    .services-list article.animate:nth-child(4) {
        animation-delay: 0.35s;
    }

    .service-content {
        padding: 10px;
    }

    .contact-left, .contact-right{
        flex-basis: 100%;
    }
    .copyright{
        font-size: 14px;
    }
}
#msg{
    color: #61b752;
    margin-top: -40px;
    display: block;
}

/* ----------SUCCESS MODAL---------- */
.success-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.success-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.success-modal-content {
    background: transparent;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    border: none;
    box-shadow: none;
    animation: slideUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: visible;
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.success-modal-content::before {
    display: none;
}

.checkmark-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}

.checkmark {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: 0 0 30px rgba(97, 183, 82, 0.5);
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark-circle-path {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #61b752;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #61b752;
    stroke-width: 4;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: 0 0 50px rgba(97, 183, 82, 0.8);
    }
}

.success-modal-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.success-modal-content p {
    font-size: 16px;
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.success-modal-content p strong {
    color: #61b752;
    font-weight: 600;
}

.success-modal-content .btn {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Loading spinner animation */
.fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Mobile responsive for success modal */
@media only screen and (max-width: 768px) {
    .success-modal-content {
        padding: 50px 30px;
        width: 85%;
    }

    .checkmark-circle {
        width: 100px;
        height: 100px;
        margin-bottom: 25px;
    }

    .checkmark {
        width: 100px;
        height: 100px;
    }

    .success-modal-content h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .success-modal-content p {
        font-size: 15px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .success-modal-content {
        padding: 40px 20px;
        width: 90%;
    }

    .checkmark-circle {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .checkmark {
        width: 80px;
        height: 80px;
    }

    .success-modal-content h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .success-modal-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* Service Detail Pages */
.service-detail {
    padding: 80px 0;
    min-height: 100vh;
}

.service-content {
    background: none;
    backdrop-filter: none;
    padding: 0;
    margin-top: 30px;
    border: none;
    position: relative;
    overflow: hidden;
}

.service-content .service-icon {
    font-size: 60px;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #ff004f, #cc003d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.service-content h2 {
    margin: 40px 0 20px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.service-content h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #ff004f, #cc003d);
    border-radius: 2px;
}

.service-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #d0d0d0;
    margin: 20px 0;
}

.service-content p strong {
    color: #fff;
    font-weight: 600;
}

.service-content ul {
    list-style: none;
    margin: 25px 0;
    display: grid;
    gap: 15px;
}

.service-content ul li {
    padding: 15px 20px 15px 50px;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.service-content ul li:hover {
    background: rgba(255, 0, 79, 0.05);
    border-left-color: #ff004f;
    transform: translateX(5px);
}

.service-content ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ff004f;
    position: absolute;
    left: 18px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.service-content ul li strong {
    color: #fff;
    font-weight: 600;
}

.service-actions {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.service-actions .btn {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

/* FAQ item styling (questions and answers always visible) */
.faq-item{
    background: rgba(110,110,110,0.06);
    border-radius: 8px;
    padding: 18px 20px;
    margin: 20px 0; /* increased gap between FAQ items */
}
.faq-item h2{
    font-size: 20px;
    color: #fff;
    margin: 0 0 8px 0;
}
.faq-item p{
    margin: 0;
    color: #cfcfcf;
    line-height: 1.6;
}

/* ----------CTA & STATS SECTION---------- */
#cta-stats {
    padding: 60px 0;
}

.cta-content {
    text-align: center;
    margin-bottom: 40px;
}

.cta-content h2,
.cta-content h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.cta-content p {
    font-size: 18px;
    color: #b0b0b0;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.cta-benefits {
    max-width: 1000px;
    margin: 0 auto;
}

.benefits-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.benefits-column {
    display: grid;
    gap: 20px;
}

.cta-benefits .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
}

.cta-benefits .benefit-item i {
    color: #61b752;
    font-size: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

.cta-benefits .benefit-item strong {
    color: #fff;
}

/* Modern horizontal stats list */
.stats-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 0, 79, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.stat-item:hover {
    background: rgba(255, 0, 79, 0.05);
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(255, 0, 79, 0.1);
}

.stat-item:hover::before {
    opacity: 1;
}

.stat-number {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    min-width: 80px;
    transition: transform 0.05s ease-out;
    display: block;
    z-index: 1;
    position: relative;
}

.number-digits {
    color: #fff;
}

.number-plus {
    background: linear-gradient(135deg, #cc003d, #880027);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.stat-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    z-index: 1;
    position: relative;
}

.stat-text strong {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
}

.stat-text em {
    font-size: 12px;
    font-style: normal;
    color: #b0b0b0;
    font-weight: 400;
}

.stat-item i {
    font-size: 28px;
    color: #ff004f;
    margin-left: 0;
    opacity: 0.6;
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
    order: -1;
}

.stat-item:hover i {
    opacity: 0.8;
    transform: scale(1.2);
}

@media only screen and (max-width: 768px) {
    .container{
        padding: 10px 5%;
    }
    .stats-list {
        grid-template-columns: 1fr;
    }
    
    .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        padding: 14px;
    }

    .stat-item i {
        margin-left: 0;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-text strong {
        font-size: 14px;
    }

    .contact-left {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .contact-right {
        flex-basis: 100%;
    }

    .contact-header h1 {
        font-size: 42px;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .form-card {
        padding: 30px;
    }

    .form-card h3 {
        font-size: 20px;
    }

    .cta-content h2,
    .cta-content h3 {
        font-size: 32px;
    }

    .cta-content p {
        font-size: 16px;
    }

    .benefits-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cta-benefits .benefit-item {
        font-size: 14px;
        gap: 12px;
    }

    .cta-benefits .benefit-item i {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .stat-item {
        padding: 12px;
        gap: 10px;
    }

    .stat-number {
        font-size: 28px;
        min-width: 70px;
    }

    .stat-text strong {
        font-size: 13px;
    }

    .stat-text em {
        font-size: 11px;
    }

    .stat-item i {
        font-size: 20px;
    }

    #why-website .sub-title,
    #why-it-services .sub-title {
        font-size: 28px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-card {
        padding: 30px 20px;
    }

    .why-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .why-card h3 {
        font-size: 20px;
    }

    .why-cta {
        padding: 30px 20px;
    }

    /* Service Detail Pages Responsive */
    .service-detail {
        padding: 40px 0;
    }

    .service-content {
        background: none;
        backdrop-filter: none;
        padding: 0;
        margin-top: 20px;
        border: none;
    }

    .service-content .service-icon {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .service-content h1,
    .service-content .sub-title {
        font-size: 22px !important;
    }

    .service-detail > .container > .sub-title {
        font-size: 22px !important;
    }

    .service-content h2 {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .service-content h2::after {
        width: 40px;
        height: 2px;
    }

    .service-content p {
        font-size: 15px;
        line-height: 1.7;
        margin: 15px 0;
    }

    .service-content ul {
        gap: 12px;
        margin: 20px 0;
    }

    .service-content ul li {
        padding: 12px 15px 12px 40px;
        font-size: 14px;
        line-height: 1.6;
    }

    .service-content ul li:before {
        left: 12px;
        font-size: 14px;
    }

    .service-content ul li:hover {
        transform: translateX(0);
    }

    .service-actions {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }

    .service-actions .btn {
        width: 100%;
        min-width: unset;
        padding: 14px 20px;
        font-size: 15px;
    }
}

    .why-cta h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .benefit-item {
        font-size: 14px;
        gap: 12px;
    }

    .benefit-item i {
        font-size: 18px;
    }

    .contact-header h1 {
        font-size: 32px;
    }

    .contact-subtitle {
        font-size: 14px;
    }

    .contact-info-card,
    .opening-hours,
    .form-card {
        padding: 20px;
    }

    .info-item {
        gap: 12px;
    }

    .info-item i {
        font-size: 20px;
    }

    .info-item .label {
        font-size: 11px;
    }

    .info-item a {
        font-size: 14px;
    }

    .form-card h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    form input,
    form textarea {
        padding: 12px;
        margin: 12px 0;
        font-size: 14px;
    }

    .btn.btn2 {
        padding: 12px 40px;
        font-size: 16px;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
