body {
    overflow-x: hidden;
}
.row h2 {
    color: #fad565;
    text-align: center;
    font-size: 30px;
}
.row p {
    text-align: center;
    padding-bottom: 25px;
    color: white;
    font-size: large;
    margin-top: 10px;
}
.row {
    margin-top: 40px;
}

/* Layout */
.combined-sections {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #000;
    padding: 60px 5vw 40px 5vw;
    min-height: 480px;
    position: relative;
}

/* Left Section */
.left-section {
    flex: 1;
    max-width: 320px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.circular-images {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.circular-images img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-right: -18px;
    box-shadow: 0 0 2px #222;
    background: #eee;
    position: relative;
    z-index: 1;
}
.circular-images img:hover {
    transform: scale(1.12) rotate(-6deg);
    box-shadow: 0 6px 24px #fad565;
}
.overlap-circles .circle-image:nth-child(1) { z-index: 1; }
.overlap-circles .circle-image:nth-child(2) { z-index: 2; }
.overlap-circles .circle-image:nth-child(3) { z-index: 3; }
.overlap-circles .circle-image:last-child { margin-right: 0; }
.left-section h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    margin-top: 8px;
    color: #fff;
}
.left-section p {
    font-size: 1em;
    color: #ccc;
    margin: 0 0 8px 0;
}
.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Unified button style for .book-designer and .button-group button */
.book-designer,
.button-group button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fad565 !important;
    color: #23201e !important;
    border: 1px solid #fad565;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 35px 13px !important;
    border-radius: 0;
    transition: color 0.3s;
    cursor: pointer;
    display: inline-block;
    outline: none;
    text-decoration: none !important;
}

.book-designer::before,
.book-designer::after,
.button-group button::before,
.button-group button::after {
    content: '';
    position: absolute;
    top: 0;
    width: 58%;
    height: 100%;
    background: #23201e;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
    transform: skewX(-18deg);
}

.book-designer::before,
.button-group button::before {
    left: -8px;
    transform: translateX(-100%) skewX(-18deg);
}

.book-designer::after,
.button-group button::after {
    right: -8px;
    transform: translateX(100%) skewX(-18deg);
}

.book-designer:hover::before,
.book-designer:focus::before,
.button-group button:hover::before,
.button-group button:focus::before {
    transform: translateX(0) skewX(-18deg);
}

.book-designer:hover::after,
.book-designer:focus::after,
.button-group button:hover::after,
.button-group button:focus::after {
    transform: translateX(0) skewX(-18deg);
}

.book-designer span,
.button-group button span {
    position: relative;
    z-index: 3;
    color: #111;
    background: transparent !important;
}

.book-designer:hover,
.book-designer:focus,
.button-group button:hover,
.button-group button:focus {
    color: #23201e !important;
}

.book-designer:hover span,
.book-designer:focus span,
.button-group button:hover span,
.button-group button:focus span {
    color: #fff !important;
    z-index: 3;
}

/* Center Section */
.center-section {
    flex: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.center-section h2 {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 32px;
    line-height: 1.2;
    letter-spacing: 1px;
    animation: fadeInUp 1s;
}

.right-section {
    flex: 1;
    max-width: 320px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
}
.circular-widget {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #181818;
    border: 4px solid #fad565;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 12px;
    box-shadow: 0 2px 16px #a9907440;
    animation: rotateIn 1.2s;
}
.arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px #fad565;
}
.arrow::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fad565;
    margin-left: 10px;
}
.shop-now {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 2px;
}
.right-section h3 {
    font-size: 2.2em;
    font-weight: 600;
    color: #fff;
    margin: 0 0 18px 0;
    text-align: left;
    font-family: 'Poppins', Arial, sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.1;
    padding: 0;
    border: none;
}
.right-section p {
    font-size: 1.15em;
    color: #ccc;
    margin: 0 0 24px 0;
    text-align: left;
    padding: 0;
    line-height: 1.6;
}
.right-section {
    align-items: flex-start;
}
.divider-line {
    border: none;
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 18px 0 0 0;
}

/* Animations */
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(40px);}
    100% { opacity: 1; transform: translateY(0);}
}
@keyframes popIn {
    0% { opacity: 0; transform: scale(0.7);}
    80% { opacity: 1; transform: scale(1.08);}
    100% { opacity: 1; transform: scale(1);}
}
@keyframes rotateIn {
    0% { opacity: 0; transform: rotate(-180deg) scale(0.5);}
    100% { opacity: 1; transform: rotate(0deg) scale(1);}
}

/* Responsive */
@media (max-width: 1100px) {
    .combined-sections {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 32px !important;
        padding: 32px 2vw 16px 2vw !important;
    }
    .left-section, .center-section, .right-section {
        max-width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }
    .right-section {
        align-items: center !important;
    }
    .image-container img {
        width: 80% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 700px) {
    .team-section {
        flex-direction: column !important;
        gap: 24px !important;
        padding: 24px 2vw !important;
    }
    .image-gallery {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: center !important;
    }
    .image-gallery img {
        width: 90vw !important;
        max-width: 320px !important;
        height: auto !important;
    }
}

@media (max-width: 600px) {
    html, body {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
        background: #000 !important;
        box-sizing: border-box !important;
    }
    .combined-sections,
    .team-section,
    .gallery,
    .content4 {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 1vw !important;
        box-sizing: border-box !important;
    }
    .left-section, .center-section, .right-section {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 !important;
    }
    .image-container {
        width: 100% !important;
        padding: 0 !important;
    }
    .image-container img {
        width: 98vw !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    .gallery {
        gap: 12px !important;
        margin-top: 16px !important;
        flex-wrap: wrap !important;
    }
    .team-card {
        width: 98vw !important;
        max-width: 340px !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 0 auto 16px auto !important;
        display: block !important;
    }
    .team-card img {
        width: 100% !important;
        height: auto !important;
        min-width: 0 !important;
    }
    .team-overlay {
        padding: 16px 8px !important;
    }
    .navbars {
        padding: 10px 0 !important;
        margin-top: 24px !important;
    }
    .horizontal-scroll {
        font-size: 1em !important;
        padding: 0 2vw !important;
    }
    .row {
        margin-top: 10px !important;
        padding: 0 2vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .row h2 {
        font-size: 1.5em !important;
        text-align: center !important;
        word-break: break-word !important;
        padding: 0 !important;
        margin: 0 0 8px 0 !important;
    }
    .row p {
        font-size: 1em !important;
        text-align: center !important;
        padding: 0 0 12px 0 !important;
        margin: 0 !important;
        word-break: break-word !important;
    }
}
.image-container {
    position: relative;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.image-container img {
    display: block;
    width: 60%;
    height: auto;
    max-width: 100%;
    opacity: 0;
    transform: translateY(80px);
    animation: imageUp 1.2s cubic-bezier(.68,-0.55,.27,1.55) forwards;
}
@keyframes imageUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.right-aligned-downloads {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    z-index: 10;
}

/* Modified Explore Now button CSS */
.explore-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fad565 !important;
    color: #23201e !important;
    border: 1px solid #fad565;
    font-family: 'Jost', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 32px;
    border-radius: 32px;
    transition: color 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    outline: none;
    text-decoration: none !important;
    gap: 10px;
    box-shadow: 0 0 0 2px #fad565;
}

.explore-btn::before,
.explore-btn::after {
    content: '';
    position: absolute;
    top: 0;
    width: 58%;
    height: 100%;
    background: #23201e;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
    transform: skewX(-18deg);
}

.explore-btn::before {
    left: -8px;
    transform: translateX(-100%) skewX(-18deg);
}

.explore-btn::after {
    right: -8px;
    transform: translateX(100%) skewX(-18deg);
}

.explore-btn:hover::before,
.explore-btn:focus::before {
    transform: translateX(0) skewX(-18deg);
}

.explore-btn:hover::after,
.explore-btn:focus::after {
    transform: translateX(0) skewX(-18deg);
}

.explore-btn span,
.explore-btn i {
    position: relative;
    z-index: 3;
    color: #111;
    background: transparent !important;
    transition: color 0.3s;
}

.explore-btn:hover,
.explore-btn:focus {
    color: #fff !important;
}

.explore-btn:hover span,
.explore-btn:focus span,
.explore-btn:hover i,
.explore-btn:focus i {
    color: #fff !important;
    z-index: 3;
}

/* Platform Icons Row */
.platform-icons {
    display: flex;
    align-items: center;
}
.platform-icons .icon {
    background: #fad565;
    border: 2px solid #222;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: #ffd700;
    margin-right: -18px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 2px #222;
    transition: color 0.2s;
    text-decoration: none;
}
.platform-icons .icon i {
    color: #23201e !important; /* or #222 for dark, or #fff for white */
}
.platform-icons .icon:last-child {
    margin-right: 0;
}
.platform-icons .icon:nth-child(1) { z-index: 1; }
.platform-icons .icon:nth-child(2) { z-index: 2; }
.platform-icons .icon:nth-child(3) { z-index: 3; }

.team-section {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 50px;
    gap: 50px;
}
.text-content {
    flex: 1;
    color: white !important;
}
.text-content h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: white !important;
}
.text-content p {
    line-height: 1.7;
    margin-bottom: 20px;
}
.text-content .description {
    color: white !important;
}
.text-content .book-designer {
    background-color: transparent;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
}
.text-content .book-designer:hover {
    background-color: #fad565;
}
.image-gallery {
    display: flex;
    gap: 10px;
}
.image-gallery img {
    width: 250px;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
}
.team-card {
    flex: 1 1 0;
    max-width: 250px;
}
.content4 {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 100vw;
    margin-left: 0;
    padding: 20px;
    scrollbar-width: none;
}
.content4::-webkit-scrollbar {
    display: none;
}
.horizontal-line {
    border: none;
    border-top: 1px solid #ccc;
    height: 1%;
    width: 18px;
    margin: 10px 5px;
}
.item2:first-child .horizontal-line {
    width: 150px;
}
.item2:last-child > .horizontal-line:first-of-type {
    width: 18px;
}
.item2:last-child > .horizontal-line:last-of-type {
    width: 170px;
    margin-left: 5%;
}
.item2 {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.small-image {
    width: 30px;
    height: auto;
    margin: 10px 10px;
}
.text-container {
    display: flex;
    flex-direction: column;
}
.main-text {
    font-size: 8px;
    font-weight: bold;
    margin-bottom: -10%;
}
.sub-text {
    font-size: 10px;
    font-weight: bold;
    margin-top: -16%;
}
.navbars {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    color: white;
    margin-top: 50px;
    position: relative;
    background-color: black;
}
.navbars::before,
.navbars::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #fad565;
    width: 100%;
    position: absolute;
    left: 0;
}
.navbars::before {
    top: 0;
}
.navbars::after {
    bottom: 0;
}
.horizontal-scroll {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}
li {
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
}
a {
    text-decoration: none;
    color: white;
}
.divider {
    color: white;
    font-size: 24px;
    margin-right: 10px;
}
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.team-card {
    position: relative;
    overflow: hidden;
    width: 320px;
    height: 350px;
    margin: 0 16px 24px 0;
    display: inline-block;
    border-radius: 0;
    background: transparent;
}
.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.team-card:hover img {
    transform: scale(1.04);
}
.team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: #fad565 !important;
    color: black !important;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 24px 20px;
}
.team-card:hover .team-overlay {
    opacity: 1;
}
.team-info h3 {
    margin: 0 0 8px 0;
    font-size: 1.5rem;
    color: black;
    background: transparent !important;
}
.team-info p {
    margin: 0 0 12px 0;
    font-size: 1rem;
    letter-spacing: 2px;
    color: black !important;
    background: transparent !important;
}
.team-overlay > div,
.team-info {
    background: transparent !important;
    box-shadow: none !important;
}
.breadcrumb-home {
    color: #fff !important;
    text-decoration: none !important;
}

