.introduction p,
.vision h2 {
    margin-bottom: 15px
}

p {
    font-size: 1.3rem !important;
}

.gallery,
.introduction,
.vision {
    max-width: 1100px
}

.introduction p,
.slide p,
.vision p {
    line-height: 1.6
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.core-pillar-container,
.page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px
}

.hero {
    display: flex;
    align-items: center;
    min-height: 400px;
    background-color: #fff8e7
}

.hero-text {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 80px
}

.hero-text h1 {
    font-size: 2.7rem;
    color: #222
}

.hero-image {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

@media (max-width:768px) {
    .hero {
        flex-direction: column
    }
    .hero-text {
        margin-left: 0;
        padding: 20px 0
    }
    .hero-image {
        height: 300px
    }
}
.introduction p {
    font-size: 1.3rem !important;
}

.yellow-bg-section {
    background: linear-gradient(135deg, #ffd54f 0, #ff8a00 100%);
    padding: 30px;
    text-align: center;
    border-radius: 50px
}

.yellow-text {
    color: #5c5757 !important;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600
}

.yellow-btn {
    background-color: #ff8a00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer
}

.yellow-btn:hover {
    background-color: #fff;
    color: #e3a700
}

.introduction {
    margin: 0 auto 40px;
    padding: 0 20px
}

.introduction p {
    font-size: 1rem;
    color: #555
}

.lightbox .close,
.lightbox button {
    position: absolute;
    font-size: 40px;
    cursor: pointer
}

.vision {
    margin: 40px auto;
    padding: 40px !important;
    border-radius: 20px;
    background: linear-gradient(white, #fff) padding-box, linear-gradient(45deg, orange, gold) border-box;
    border: 5px solid #fff0;
    line-height: 1.8 !important
}

.core-pillar {
    background-color: #faebd7;
    padding: 50px 0
}

.pillar-title {
    display: inline-block;
    background-color: orange;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 1.2rem;
    margin-bottom: 30px
}

.toggle-container {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none
}

.content,
.gallery-grid img,
.lightbox {
    display: none
}

.lightbox,
.map {
    justify-content: center
}

.toggle-icon {
    font-weight: 700;
    font-size: 20px;
    color: #f0a500;
    width: 20px;
    margin-right: 10px;
    transition: transform 0.3s
}

.toggle-text {
    font-weight: 700;
    font-size: 25px;
    color: #222
}

.content {
    padding: 10px 30px;
    color: #555
}

.toggle-container.active .toggle-icon {
    transform: rotate(45deg)
}

.gallery {
    margin: 0 auto 40px;
    padding: 40px 20px;
    background: #fff
}

.gallery h2 span {
    background-color: #f7b731;
    color: #fff;
    font-size: 1.2rem;
    padding: 6px 16px;
    border-radius: 6px
}

.gallery-grid img:first-child {
    display: block;
    max-width: 100%;
    width: 700px;
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
    cursor: pointer;
    transition: transform 0.3s
}

.gallery-grid img:first-child:hover {
    transform: scale(1.03)
}

.lightbox {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .9);
    align-items: center;
    flex-direction: column
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px
}

.lightbox .close {
    top: 20px;
    right: 40px;
    color: #fff
}

.lightbox button {
    top: 50%;
    color: #fff;
    background: 0 0;
    border: none;
    user-select: none
}

.prev {
    left: 20px
}

.next {
    right: 20px
}

.arrow.right,
.legend {
    right: 10px
}

:root {
    --squash-orange: #f7b731
}

body {
    font-family: system-ui, Arial;
    padding: 24px;
    background: #f6f6f6
}
@media (max-width: 768px) {
  body {
    padding: 0;
  }
}

.accordion {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.accordion-item {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / .06);
    overflow: hidden
}

.accordion-header {
    margin: 0
}

.accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 18px;
    font-size: 25px;
    font-weight: 600;
    border: 0;
    background: #fff;
    cursor: pointer;
    text-align: left
}

.accordion-button:focus {
    outline: rgb(247 183 49 / .25) solid 3px;
    outline-offset: 2px
}

.accordion-button::after {
    content: "+";
    font-size: 22px;
    font-weight: 700;
    color: var(--squash-orange);
    transition: transform 0.25s
}

.accordion-button[aria-expanded="true"]::after {
    content: "−";
    transform: translateY(-1px)
}

.accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s;
    background: #fff
}

.accordion-body {
    padding: 16px 18px;
    line-height: 1.5;
    color: #333;
    font-size: 1.3rem;
}

.map-container {
    position: relative;
    display: inline-block;
    padding-bottom: 40px
}

.arrow,
.legend-item,
.map,
.milestone,
.slides {
    display: flex
}

.legend {
    position: absolute;
    top: 10px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgb(0 0 0 / .2);
    font-size: 14px;
    line-height: 1.4
}

.slide,
.stay-connected {
    padding: 40px 20px;
    text-align: center
}

.legend-item {
    align-items: center;
    margin: 4px 0;
    height: 20px
}

.color-box {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border-radius: 2px;
    margin-top: auto;
    margin-bottom: auto
}

.green {
    background-color: green
}

.red {
    background-color: red
}

.map {
    align-items: center;
    background-color: #ebebeb
}

.timeline {
    background-color: #f7b731;
    color: #fff;
    height: 100px
}

.timeline h3 {
    position: relative;
    top: 40px
}

.stay-connected {
    background: #f7b731;
    color: #fff;
    border-radius: 8px;
    max-width: 600px;
    margin: 40px auto
}

.stay-connected h2 {
    font-size: 1.8rem;
    margin-bottom: 20px
}

.stay-connected-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

.stay-connected-form input {
    padding: 12px 15px;
    border: none;
    border-radius: 4px;
    width: 250px;
    font-size: 1rem
}

.stay-connected-form button {
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    background: #e58e26;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s
}

.stay-connected-form button:hover {
    background: #d17e20
}

.milestone {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    background: #faebd7;
    padding: 10px;
    position: relative;
    z-index: 0
}

.slideshow-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: antiquewhite
}

.slides-wrapper {
    display: flex;
    width: 100%;
    transition: transform 0.8s ease-in-out
}

.mySlides {
    flex: 0 0 100%;
    padding: 80px;
    text-align: center;
    box-sizing: border-box
}

.prevbtn,
.nextbtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.nextbtn {
    right: 0;
    border-radius: 3px 0 0 3px
}

.prevbtn:hover,
.nextbtn:hover {
    background-color: rgb(0 0 0 / .8);
    color: #fff
}

h2 {
    font-size: 24px;
    color: #333
}

p {
    color: #222;
    font-size: 18px
}

@media (max-width:768px) {
    .mySlides {
        padding: 40px 20px
    }
}

@media (max-width:480px) {
    .mySlides {
        padding: 20px 10px
    }
}

.dot-container {
    text-align: center;
    padding: 20px;
    background: antiquewhite
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: grey;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease
}

.dot.active,
.dot:hover {
    background-color: rgb(0 0 0 / .8)
}

.line {
    width: 30px;
    height: 2px;
    background: #f4a300;
    margin: 10px auto
}

.roadmap-container {
    text-align: center
}

.roadmap-container img {
    display: inline-block;
    max-width: 70%;
    height: auto
}

.after-milestone {
    font-size: 1.3rem;
    padding: 20px
}

.after-milestone b {
    font-size: 1.3rem;
}

.gallery,
.introduction,
.vision,
.core-pillar-container,
.page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

@media (max-width:1100px) {
    .gallery,
    .introduction,
    .vision,
    .core-pillar-container,
    .page-container {
        max-width: 100%;
        padding: 0 15px
    }
    .slides {
        flex-wrap: nowrap
    }
    .slide {
        flex: 0 0 100%
    }
    .roadmap-container img {
        max-width: 100%;
        height: auto
    }
}

html,
body {
    overflow-x: hidden
}

.gallery,
.introduction,
.vision,
.core-pillar,
.milestone,
.roadmap-container,
.after-milestone,
.stay-connected {
    margin-bottom: 40px
}

@media (max-width:768px) {
    .gallery,
    .introduction,
    .vision,
    .core-pillar,
    .roadmap-container,
    .after-milestone,
    .stay-connected {
        margin-bottom: 25px
    }
}

.heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px
}

.gallery-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px
}

.image-track {
    display: flex;
    transition: transform 0.5s ease-in-out
}

.image-frame {
    flex: 0 0 100%;
    width: 100%
}

.image-frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 0 0 / .5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    user-select: none;
    border-radius: 5px
}

.prev {
    left: 10px
}

.next {
    right: 10px
}

