/* FONTS */

@font-face {
    font-family: 'SourceSans';
    src: url('../fonts/SourceSansVariable-Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'AfterRegular';
    src: url('../fonts/After-Regular.ttf') format('truetype');
}


/* GLOBAL */

body {
    margin: 0;
    font-family: 'SourceSans', sans-serif;
    background: #f5f5f5;
    overflow-x: hidden;
}

.inner-box {
    max-width: 1200px;
    margin: auto;
    position: relative;
    border-radius: 20px;
}


/* HEADER */

.header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.logo {
    width: 85%;
}

.menu-center {
    gap: 40px;
    margin: auto;
}

.menu-center a {
    position: relative;
    text-decoration: none;
    font-family: 'AfterRegular';
    font-size: 1.4rem;
    color: #000;
    padding-bottom: 5px;
}

/* underline */

.menu-center a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: #ff3cac;
    left: 0;
    bottom: -5px;
    transition: 0.3s;
}

.menu-center a:hover::after {
    width: 100%;
}

.menu-center a.active::after {
    width: 100%;
}


/* HERO */

.hero {
    padding-top: 150px;
    background-image: url("../images/home/hero-bg-white.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-text h1 {
    font-family: 'AfterRegular';
    font-size: 5.5rem;
    line-height: 80px;
}

.hero-text p {
    font-family: 'AfterRegular';
    font-size: 1.8rem;
    margin-top: 10px;
}

.hero-img {
    max-width: 80%;
    background-image: url("../images/home/grid-black.png");
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: right;
}

.hero-images {
    position: relative;
}

.grid-bg {
    position: absolute;
    width: 250px;
    height: 250px;
    right: 0;
    top: 50px;
    background-image:
        linear-gradient(#ddd 1px, transparent 1px),
        linear-gradient(90deg, #ddd 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: -1;
}


/* BUTTON */

.hero .btn-main {
    background: #ff3cac;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-family: 'AfterRegular';
}


/* COLORS */

.gradient {
    color: #ff3cac;
}

.gradient1 {
    color: #ff8a3c;
}

.blue {
    color: #2dc4dd;
}

.black {
    color: #000;
}


/* TICKER */

.ticker {
    background: #fff;
    overflow: hidden;
    padding: 0px 0 80px;
}

.ticker-wrap {
    display: flex;
    overflow: hidden;
}

.ticker-track {
    display: flex;
    white-space: nowrap;
    animation: tickerScroll 20s linear infinite;
}

.ticker-track span {
    font-family: 'AfterRegular';
    font-size: 2.5rem;
    padding-right: 40px;
    font-weight: 600;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* UPLOAD SECTION */

#phoneWrap {
    position: relative;
}

.floating-selection {
    position: absolute;
    pointer-events: none;
    /* transparent to clicks by default… */
    box-sizing: border-box;
    border: 1.5px dashed rgba(79, 111, 255, 0.9);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
    z-index: 10;
}

/* …except the handles which are individually clickable */
.floating-selection .img-handle {
    pointer-events: all;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #1A3CFF;
    border-radius: 2px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    z-index: 11;
}



#imgWrapper {
    position: absolute;
}

#imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

#imgSelection {
    position: absolute;
    inset: -1px;
    border: 2px solid #1A3CFF;
    box-sizing: border-box;
    pointer-events: none;
}

.img-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border: 2px solid #1A3CFF;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    pointer-events: all;
    box-sizing: border-box;
    z-index: 10;
}

.case-image-area {
    cursor: grab;
}

.case-image-area.dragging {
    cursor: grabbing;
}

.upload-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0 80px;
    background: url("../images/home/case-upload-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.col-preview {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 560px;
}

.col-controls {
    flex: 1;
    min-width: 300px;
}

/* ─── PHONE PREVIEW ─── */
.phone-stage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 560px;
}

.phone-wrap {
    position: relative;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    animation: floatPhone 4s ease-in-out infinite;
}

@keyframes floatPhone {

    0%,
    100% {
        transform: translateY(0px) rotate(-2deg);
    }

    50% {
        transform: translateY(-14px) rotate(-2deg);
    }
}

/* The phone shell */
.phone-shell {
    position: relative;
    border-radius: var(--phone-radius, 36px);
    background: linear-gradient(145deg, #e0e0e8, #c8cad8);
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, .9) inset,
        0 0 0 3px rgba(0, 0, 0, .12),
        12px 24px 60px rgba(26, 60, 255, .18),
        -4px -4px 20px rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: all .4s ease;
}

/* Custom image area on the back of the case */
.case-image-area {
    position: absolute;
    overflow: hidden;
    transition: all .4s ease;
    border-radius: calc(var(--phone-radius, 36px) - 6px);
}

.case-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-image-area .placeholder-art {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #e8ecff 0%, #f0e8ff 50%, #ffe8f5 100%);
    color: var(--muted);
}

.case-image-area .placeholder-art svg {
    opacity: .35;
}

.case-image-area .placeholder-art span {
    font-size: 11px;
    font-family: 'DM Sans';
    opacity: .5;
    letter-spacing: .5px;
}

/* Camera module overlay */
.camera-module {
    position: absolute;
    background: linear-gradient(145deg, #2a2a32, #1a1a22);
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .4), 0 0 0 1px rgba(255, 255, 255, .06);
    display: grid;
    padding: 6px;
    gap: 4px;
}

.cam-lens {
    background: radial-gradient(circle at 35% 35%, #2a4a8a, #0a0a14);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), inset 0 0 6px rgba(100, 150, 255, .2);
}

/* Side buttons */
.side-btn {
    position: absolute;
    background: linear-gradient(90deg, #bfc2d2, #d4d7e8);
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}

/* Notch / Dynamic Island */
.notch {
    position: absolute;
    background: #1a1a22;
    border-radius: 0 0 12px 12px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    transition: all .4s ease;
}

/* Phone model: iPhone 15 Pro */
.phone--iphone15pro .phone-shell {
    width: 200px;
    height: 420px;
    --phone-radius: 44px;
}

.phone--iphone15pro .case-image-area {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.phone--iphone15pro .camera-module {
    top: 22px;
    left: 20px;
    width: 68px;
    height: 68px;
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
}

.phone--iphone15pro .cam-lens {
    width: 24px;
    height: 24px;
}

.phone--iphone15pro .notch {
    width: 80px;
    height: 28px;
    border-radius: 0 0 20px 20px;
}

.phone--iphone15pro .side-btn.vol1 {
    left: -4px;
    top: 110px;
    width: 4px;
    height: 30px;
}

.phone--iphone15pro .side-btn.vol2 {
    left: -4px;
    top: 150px;
    width: 4px;
    height: 30px;
}

.phone--iphone15pro .side-btn.pwr {
    right: -4px;
    top: 130px;
    width: 4px;
    height: 44px;
}

/* Phone model: Samsung S24 Ultra */
.phone--samsung-s24 .phone-shell {
    width: 192px;
    height: 434px;
    --phone-radius: 38px;
}

.phone--samsung-s24 .case-image-area {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.phone--samsung-s24 .camera-module {
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 120px;
    grid-template-columns: 1fr;
    border-radius: 20px;
    padding: 8px 7px;
    gap: 6px;
}

.phone--samsung-s24 .cam-lens {
    width: 22px;
    height: 22px;
}

.phone--samsung-s24 .notch {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 14px;
}

.phone--samsung-s24 .side-btn.vol1 {
    left: -4px;
    top: 120px;
    width: 4px;
    height: 26px;
}

.phone--samsung-s24 .side-btn.vol2 {
    left: -4px;
    top: 155px;
    width: 4px;
    height: 26px;
}

.phone--samsung-s24 .side-btn.pwr {
    right: -4px;
    top: 140px;
    width: 4px;
    height: 40px;
}

/* Phone model: Google Pixel 8 */
.phone--pixel8 .phone-shell {
    width: 196px;
    height: 424px;
    --phone-radius: 40px;
}

.phone--pixel8 .case-image-area {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.phone--pixel8 .camera-module {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 36px;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 18px;
    padding: 5px 8px;
    gap: 4px;
}

.phone--pixel8 .cam-lens {
    width: 20px;
    height: 20px;
}

.phone--pixel8 .notch {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 12px;
}

.phone--pixel8 .side-btn.vol1 {
    right: -4px;
    top: 110px;
    width: 4px;
    height: 26px;
}

.phone--pixel8 .side-btn.vol2 {
    right: -4px;
    top: 145px;
    width: 4px;
    height: 26px;
}

.phone--pixel8 .side-btn.pwr {
    right: -4px;
    top: 185px;
    width: 4px;
    height: 40px;
}

/* Phone model: iPhone 14 */
.phone--iphone14 .phone-shell {
    width: 196px;
    height: 416px;
    --phone-radius: 42px;
}

.phone--iphone14 .case-image-area {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.phone--iphone14 .camera-module {
    top: 22px;
    left: 20px;
    width: 62px;
    height: 62px;
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
}

.phone--iphone14 .cam-lens {
    width: 22px;
    height: 22px;
}

.phone--iphone14 .notch {
    width: 110px;
    height: 24px;
    top: 0;
    border-radius: 0 0 16px 16px;
}

.phone--iphone14 .side-btn.vol1 {
    left: -4px;
    top: 106px;
    width: 4px;
    height: 28px;
}

.phone--iphone14 .side-btn.vol2 {
    left: -4px;
    top: 144px;
    width: 4px;
    height: 28px;
}

.phone--iphone14 .side-btn.pwr {
    right: -4px;
    top: 126px;
    width: 4px;
    height: 44px;
}

/* Placeholder state: no phone selected */
.phone-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 360px;
    border: 2px dashed var(--border);
    border-radius: 36px;
    gap: 16px;
    color: var(--muted);
    animation: none;
}

.phone-empty svg {
    opacity: .3;
}

.phone-empty span {
    font-size: 13px;
    text-align: center;
    opacity: .6;
}

/* ─── CONTROLS PANEL ─── */
.upload-text h2 {
    font-family: 'AfterRegular';
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 28px;
    letter-spacing: 2px;
}

.steps-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 36px;
}

.step-item {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 14px;
    /* padding: 14px 18px; */
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    font-size: 14px;
    color: var(--muted);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}



.step-num {
    font-family: 'After Regular';
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    min-width: 28px;
    background: linear-gradient(135deg, var(--grad-a), var(--grad-b));
    letter-spacing: 3px;

}


.control-group {
    margin-bottom: 20px;
    position: relative;
}

.control-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
    display: block;
}

.phone-select {
    max-width: 250px;
    width: 100%;
    padding: 14px 45px 14px 18px;
    border: 1.5px solid #ff3cac;
    border-radius: 25px;
    font-family: 'SourceSans';
    font-size: 15px;
    color: #ff3cac;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23ff3cac' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 18px center;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
}

/* hover effect */

.phone-select:hover {
    box-shadow: 0 0 0 3px rgba(255, 60, 172, 0.1);
}

.phone-select:focus {
    border-color: #ff3cac;
    box-shadow: 0 0 0 3px rgba(255, 60, 172, 0.15);
}


.phone-select:focus {
    border-color: var(--blue-light);
    box-shadow: 0 0 0 3px rgba(79, 111, 255, .15);
}

/* ─── UPLOAD BOX ─── */
.upload-zone {
    border: 2px dashed #ff3cac;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    cursor: pointer;
    transition: all .25s ease;
    background: var(--card);
    position: relative;
    overflow: hidden;
}

.upload-zone:hover,
.upload-zone.dragover {
    border-color: var(--blue-light);
    background: linear-gradient(135deg, #f0f2ff, #f6f0ff);
    box-shadow: 0 0 0 4px rgba(79, 111, 255, .1);
}

.upload-zone.has-image {
    border-style: solid;
    border-color: #22c55e;
    background: #f0fff8;
}

.upload-zone input[type="file"] {
    display: none;
}

.upload-icon {
    margin: 0 auto 12px;
    width: 48px;
    height: 48px;
    background-color: #ff3cac;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-icon svg {
    stroke: white;
}

.upload-hint {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 12px;
}

.upload-hint strong {
    color: var(--text);
}

.btn-browse {
    padding: 9px 22px;
    background-color: #ff3cac;
    color: white;
    border: none;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s, transform .15s;
}

.btn-browse:hover {
    opacity: .9;
    transform: translateY(-1px);
}

.upload-preview-thumb {
    display: none;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    margin: 0 auto 10px;
    border: 2px solid #22c55e;
}

.upload-zone.has-image .upload-preview-thumb {
    display: block;
}

.upload-zone.has-image .upload-icon {
    display: none;
}

.upload-success-msg {
    display: none;
    font-size: 13px;
    color: #16a34a;
    font-weight: 500;
}

.upload-zone.has-image .upload-success-msg {
    display: block;
}

.upload-zone.has-image .upload-hint {
    display: none;
}

/* ─── CART BUTTON ─── */
.upload-section .btn-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    color: white;
    border: none;
    border-radius: 14px;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    transition: all .25s ease;
    box-shadow: 0 8px 30px rgba(26, 60, 255, .25);
    position: relative;
    overflow: hidden;
    background-color: #ff3cac;
}

.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(26, 60, 255, .35);
}

.btn-main:active {
    transform: translateY(0);
}

.btn-main:disabled {
    opacity: .45;
    cursor: not-allowed;
    transform: none;
}

/* ─── IMAGE POSITION CONTROLS ─── */
.img-controls {
    display: none;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.img-controls.visible {
    display: flex;
}

.img-ctrl-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
    display: block;
    width: 100%;
}

.ctrl-slider-group {
    flex: 1;
    min-width: 120px;
}

.ctrl-slider-group label {
    font-size: 11px;
    color: var(--muted);
    display: block;
    margin-bottom: 4px;
}

.ctrl-slider-group input[type="range"] {
    width: 100%;
    accent-color: var(--blue);
    cursor: pointer;
    height: 4px;
    border-radius: 2px;
}

/* notification toast */
.toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--text);
    color: rgb(11, 11, 11);
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .2);
    transform: translateY(80px);
    opacity: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toast.show {
    transform: translateY(0);
    opacity: 1;
}

.toast-icon {
    width: 20px;
    height: 20px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.toast-icon svg {
    width: 11px;
    stroke: white;
    stroke-width: 2.5;
    fill: none;
}





/* ABOUT */

.about-section {
    padding: 100px 0;
    background-color: #fff;
    /* background-image: url("../images/home/side-orb.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center; */
}

.about-img {
    width: 100%;
    /* background-image: url("../images/home/grid.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
}

.about-left {}

.about-right h2 {
    font-family: 'AfterRegular';
    font-size: 3rem;
    color: #ff3cac;
}

.about-right p {
    margin-top: 10px;
}

.col-lg-6.about-right {
    width: 32%;
}

.about-section .row .about-right {
    padding-top: 70px;
}

/* SHOWCASE */

.showcase {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}

.showcase-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: scrollGallery 25s linear infinite;
}

.showcase-track img {
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* animation */

@keyframes scrollGallery {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

.showcase-track img:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

/* PRODUCTS */

.products {
    padding: 100px 0;

}

.products {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

/* GRID BACKGROUND */

.products-bg {
    background-image: url("../images/home/grid-black.png");
    background-position: right bottom;
    background-size: 300px;
    background-repeat: no-repeat;
}

/* LEFT ORB */

.blob-left {
    position: absolute;
    width: 350px;
    height: 350px;
    background: url("../images/home/side-orb.png") no-repeat center;
    background-size: contain;
    left: -120px;
    top: 200px;
    z-index: 0;
}



/* RIGHT ORB */

.blob-right {
    position: absolute;
    width: 350px;
    height: 350px;
    background: url("../images/home/side-orb.png") no-repeat center;
    background-size: contain;
    right: -120px;
    bottom: 100px;
    z-index: 0;
}

.products h2 {
    font-family: 'AfterRegular';
    font-size: 2.8rem;
}

.products .inner-box {
    position: relative;
    z-index: 2;
}


.product-card {
    background: transparent;
}

.product-img img {
    width: 100%;
    border-radius: 6px;
}

.product-info {
    margin-top: 15px;
    text-align: left;
}

.product-info h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'SourceSans', sans-serif;
}

.model {
    font-size: 14px;
    color: #777;
    display: block;
    margin-bottom: 15px;
}

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 26px;
    font-weight: 500;
}

.btn-buy {
    padding: 8px 18px;
    border-radius: 25px;
    background: #ff3cac;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.btn-buy-outline {
    padding: 8px 18px;
    border-radius: 25px;
    border: 1px solid #ff3cac;
    color: #ff3cac;
    text-decoration: none;
    font-size: 14px;
}


/* LOCATION */

.location h2 {
    font-family: 'AfterRegular';
    font-size: 3rem;
    text-align: justify;
}

.location {
    padding: 80px 0 40px;
    text-align: center;
}

.location span {
    color: #00bcd4;
}


/* MAP */

.map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}


/* FOOTER */

/* .footer .container {
    max-width: 1200px;
}

.footer {
    background: #f3f3f3;
    padding: 60px 0 20px;
    font-family: 'SourceSans';
}

.footer-top {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.footer-logo {
    width: 180px;
}

.footer-content h4 {
    font-family: 'AfterRegular';
    font-size: 2.6rem;
    margin-bottom: 10px;
}

.footer-links {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-links a {
    text-decoration: none;
    color: #555;
    font-size: 1rem;
    font-family: "SourceSans";
}

.footer-links a:hover {
    color: #ff3cac;
}

.footer-content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 35px;
    height: 35px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    font-size: 12px;
    color: #888;
}

.footer-bottom p {
    font-family: "SourceSans";
    font-size: 1rem;
} */

.footer .container {
    max-width: 1200px;
}

.footer {
    background: #f3f3f3;
    padding: 60px 0 20px;
    font-family: 'SourceSans';
}

/* TOP ROW */

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

/* 3 columns */

.footer-col {
    flex: 1;
}

/* logo */

.footer-logo {
    width: 250px;
}

/* headings */

.footer-col h4 {
    font-family: 'AfterRegular';
    font-size: 2.6rem;
    margin-bottom: 10px;
}

/* links */

.footer-links {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-links a {
    text-decoration: none;
    color: #555;
    font-size: 1rem;
    font-family: "SourceSans";
}

.footer-links a:hover {
    color: #ff3cac;
}

/* location text */

.footer-col p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

/* social icons */

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 35px;
    height: 35px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
}

/* bottom copyright */

.footer-bottom {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    font-size: 12px;
    color: #888;
}

.footer-bottom p {
    font-family: "SourceSans";
    font-size: 1rem;
}

.blob-orb-left,
.blob-orb-right {
    position: absolute;
    width: 350px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.blob-orb-left {
    background-image: url("../images/home/side-orb.png");
    left: -150px;
    top: 100px;
}

.blob-orb-right {
    background-image: url("../images/home/side-orb.png");
    right: -150px;
    top: 50px;
}

/* =========================
TABLET (≤992px)
========================= */

@media (max-width:992px){

.hero-text h1{
font-size:3.5rem;
line-height:55px;
}

.hero-text p{
font-size:1.3rem;
}

.menu-center{
gap:20px;
}

.showcase-track img{
height:320px;
}

.footer-top{
flex-direction:column;
gap:40px;
}

.footer-bottom{
flex-direction:column;
gap:10px;
text-align:center;
}

.about-section .row{
flex-direction:column;
}

.col-lg-6.about-right{
width:100%;
padding-top:40px;
}

.products h2{
font-size:2.2rem;
text-align:center;
}

}

/* =========================
MOBILE (≤768px)
========================= */

@media (max-width:768px){

.header{
position:relative;
background:#fff;
}

.logo{
width:120px;
}

.hero{
padding-top:80px;
text-align:center;
}

.hero-text h1{
font-size:2.6rem;
line-height:40px;
}

.hero-text p{
font-size:1.1rem;
}

.hero-img{
max-width:100%;
margin-top:30px;
}

.ticker-track span{
font-size:1.4rem;
}

/* upload section */

.upload-section .row{
flex-direction:column;
}

.col-preview{
min-height:400px;
}

.phone-stage{
min-height:400px;
}

/* showcase */

.showcase-track img{
height:220px;
}

/* products */

.products .row{
row-gap:40px;
}

.product-img img{
height:auto;
}

.price{
font-size:22px;
}

.product-bottom{
flex-direction:column;
align-items:flex-start;
gap:10px;
}

/* footer */

.footer-links{
flex-wrap:wrap;
justify-content:center;
}

.footer-content h4{
font-size:1.8rem;
}

}

/* =========================
SMALL MOBILE (≤480px)
========================= */

@media (max-width:480px){

    .about-section .blob-left {
    display: none;
}

.hero-text h1{
font-size:2rem;
line-height:32px;
}

.products h2{
font-size:1.7rem;
}

.upload-text h2{
font-size:1.5rem;
}

.phone-select{
max-width:100%;
}

.showcase-track img{
height:180px;
}

.footer-logo{
width:140px;
}

.footer-links{
font-size:.9rem;
gap:10px;
}

}


.blob-orb-right-product {
    position: absolute;
    background-image: url(../images/home/side-orb.png);
    right: 65px;
    bottom: 50px;
    width: 500px;
    background-size: 500px;
    height: 500px;
}