/* annual temp chart graph css start */
.chart-wrap {
	padding: 10px;
}

.chart-title {
	color: #f0f0f0;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 4px;
  text-align: left;
}

.chart-subtitle {
	color: #c8a84b;
	font-size: 12px;
	margin: 0 0 18px;
	letter-spacing: 0.5px;
}

.legend {
	display: flex;
	gap: 24px;
	justify-content: flex-end;
	margin-bottom: 12px;
}

.legend-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
}

.legend-line {
	width: 28px;
	height: 2px;
}

.legend-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #f5a623;
}

.chart-container {
	position: relative;
	width: 100%; 
	/*height: 320px; */
	height: 400px;
}

.tooltip {
	position: absolute;
	background: rgba(10,14,35,0.95);
	border: 1px solid #3a3f6a;
	border-radius: 8px;
	padding: 10px 14px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.15s;
	font-size: 13px;
	color: #fff;
	z-index: 10;
	white-space: nowrap;
}

.tooltip-year {
	font-size: 11px;
	color: #a0a8c8;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
}

.tooltip-val {
	font-size: 16px;
	font-weight: 600;
	color: #f5a623;
}

.tooltip-trend {
	font-size: 11px;
	color: #8899cc;
	margin-top: 2px;
}

@media (max-width: 600px) {
	.chart-wrap {
		padding: 18px 14px 14px;
	}

	.chart-title {
		font-size: 15px;
	}

	.chart-container {
		height: 220px;
	}
}
/* annual temp chart graph css end */


/* stories slider css start */
/* Outer Wrapper */
.apple-pie {
    width: 100%;
    /* min-height: 100vh; */
    min-height: auto;
    position: relative;
    overflow: hidden; 
    background: url('/delhi/assets/images/footer-banner1.jpg') no-repeat center center/cover;
}

/* The moving container */
.rocket-ship {
    display: flex;
    width: 100%;
    /* Transition is applied dynamically via JS to prevent rewinding */
}

/* Individual Panel */
.fluffy-cloud {
    flex: 0 0 100%; /* Forces each item to be 100% of the screen width */
    width: 100%;
    display: flex;
    flex-direction: row;
	align-items: flex-start;
  /*  min-height: 100vh; */
}
/* 
.ft1{
  position: relative;
  background: url('/delhi/assets/images/footer-banner1.jpg') no-repeat center center/cover;
  display: flex;
}
.ft2{
  position: relative;
  background: url('/delhi/assets/images/footer-banner2.jpg') no-repeat center center/cover;
  display: flex;;
} */


/* Text Container */
.magic-carpet {
    /* flex: 1.1; */
    flex: auto;
    color: #fff;
    /* padding: 3% 6%; */
    padding: 3% 6%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
}
.quates-bg1{
	background-color: #fff;
	padding: 0px;
	color:#000;
    display: flex;
    align-items: stretch;
	/* margin-right: -80px; */
}
.silver-bullet{
    padding: 30px;
}
.story-img1{ 
    width: 110%;
    /* min-height: 100vh; */
    min-height: auto;
    position: relative;
    overflow: hidden; 
    background: url('/delhi/assets/images/delhi-story1.webp') no-repeat center center/cover; 
}
.story-img2{ 
    width: 110%;
    /* min-height: 100vh; */
    min-height: auto;
    position: relative;
    overflow: hidden; 
    background: url('/delhi/assets/images/delhi-story2.webp') no-repeat center center/cover; 
}
.dancing-bear {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
}

.whispering-wind {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 300;
	padding-right: 70px;
}
.qt-img1{
	width: 50px;
    margin-left: 30px;
    margin-bottom: -17px;
    z-index: 1;
}
.pbold1{
	font-weight: 400;
}

.silver-bullet {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
	padding-top: 30px; 
}

.silver-bullet p {
    margin-bottom: 15px;
}

/* Image Container */
.crystal-ball {
    flex: 0.9;
    position: relative;
    overflow: hidden;
}

.crystal-ball img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.crystal-ball::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 12, 36, 0.6), transparent 60%);
}

/* Dots */
.golden-ticket {
    position: absolute;
    top: 50px;
    right: 4%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.tiny-pebble {
    width: 30px;
    height: 30px;
    border-radius: 50%;  
    background-color: #ffffff;
    transition: background-color 0.3s ease;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 6px;
}

.tiny-pebble.glowing-orb {
    background-color: rgba(255, 255, 255, 0.3);
    /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); */
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .fluffy-cloud {
        flex-direction: column;
        height: auto;
        min-height: auto;
    }

    .crystal-ball {
        height: 50vh;
        width: 100%;
    }

    .magic-carpet {
        height: auto;
        width: 100%;
        /* padding: 20px; */
        min-height: 100%; 
        justify-content: start;
    }

    .golden-ticket {
        bottom: 20px;
    }
.quates-bg1 {
    background-color: #fff;
    padding: 0px;
    color: #000;
    margin-right: 0;
}
.silver-bullet{
    padding: 10px;
}
.story-img1, .story-img2{
    display: none;
}
.magic-carpet{
    padding: 5% 5% 5% 5%;
    justify-content: start;
    background-color: #23204c;
}

.ft1, .ft2{
	background-position: top;
    background-size: cover;
}
.whispering-wind{
	/* padding-right: 360px; */
    padding-right: 0px;
}
.surveyTabs_grid{
    gap: 10px;
}
.qt-bx1 img {
    width: 40px;
    margin-left: -40px;
    margin-top: -40px;
    margin-bottom: 15px;
}
.bg2 {
    background-color: #d5d4e1;
    margin-top: 20px;
}
.golden-ticket {
    position: absolute;
    top: 46px;
    right: 1%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}



}

@media (max-width: 600px) {
    .dancing-bear {
        font-size: 1.8rem;
    }
    .crystal-ball {
        height: 40vh;
    }   
     .golden-ticket {
        top: 96%;
     }
}

/* stories slider css end */