.moreinfo-hero {
    width: 100%;
    background-color: #001740; 
    padding-top: 20px; 
    overflow: hidden; 
}

.moreinfo-hero-container {
    display: flex;
    justify-content: center; 
    align-items: stretch; 
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 10px;
}


.moreinfo-hero-left {
    width: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: center; 
    padding-bottom: 70px; 
}

.moreinfo-title {
    font-family: 'Candal', sans-serif;
    font-weight: 400; 
    font-size: 70px; 
    color: #f4c400;
    line-height: 1.1;
    letter-spacing: 2px; 
    margin-bottom: 25px;
}


.title-small {
    font-size: 50px; 
}

.moreinfo-desc {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px; 
    color: white;
    line-height: 1.8; 
    margin: 0; 
}


.moreinfo-hero-right {
    width: 40%;
    display: flex;
    justify-content: flex-start; 
    align-items: flex-end;
}

.moreinfo-hero-right img {
    max-height: 420px; 
    width: auto;
    display: block;
}


.trends-section {
    width: 100%;
    background-color: #fffdf0; 
    padding: 50px 0;
}

.trends-main-heading {
    text-align: center;
    font-family: 'Candal', sans-serif;
    font-size: 48px;
    color: #001740;
    margin-top: 0;
    margin-bottom: 50px; 
	letter-spacing: 2px;
}

.trends-container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 70px; 
}


.trend-row {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    gap: 40px;
}


.trend-text-col {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trend-title {
    font-family: 'Candal', sans-serif;
    font-size: 36px;
    color: #001740;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.trend-desc {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px; 
    color: #001740;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: justify; 
}


.trend-btn {
    background-color: #02112e !important;
    color: #ffffff !important;
    border-radius: 7px !important; 
    padding: 12px 25px !important;
}

.trend-btn:hover {
    background-color: #f4c400 !important; 
    color: #0f2a71 !important;
    font-weight: bolder !important;
}


.trend-video-col {
    width: 40%;
}

.trend-video-col iframe {
    width: 100%;
    aspect-ratio: 16 / 9; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
    display: block;
}


.csp-section {
    width: 100%;
    background-color: #0f2a71; 
    padding: 50px 0;
}

.csp-main-heading {
    text-align: center;
    font-family: 'Candal', sans-serif;
    font-size: 48px; 
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 50px; 
    white-space: nowrap; 
}

.csp-container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px; 
}


.csp-card {
    background-color: #ffffff;
    border-radius: 15px; 
    padding: 50px 30px; 
    text-align: center;
}

.csp-card-title {
    font-family: 'Candal', sans-serif;
    font-size: 36px; 
    color: #001740;
    margin-top: -20px;
    margin-bottom: 40px;
}

.csp-subheading {
    font-family: 'Nunito', sans-serif;
    font-weight: 800; 
    font-size: 22px; 
    color: #001740;
    margin-top: 45px; 
    margin-bottom: 0px;
    text-transform: uppercase;
}

.csp-text {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px; 
    color: #001740;
    line-height: 1.6;
    margin: 0 auto; 
    max-width: 950px; 
}


.des-section {
    width: 100%;
    background-color: #fffdf0; 
    padding: 50px 0;
}

.des-container {
    width: 95%;
    max-width: 900px; 
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    gap: 30px; 
}

.des-heading {
    font-family: 'Candal', sans-serif;
    font-size: 48px; 
    color: #001740;
    margin: 0;
    margin-bottom: 10px;
}


.des-video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.des-video-wrapper iframe {
    width: 100%;
    height: 100%; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.15); 
    display: block;
}


.des-text {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px; 
    color: #001740;
    line-height: 1.8;
    margin: 10px 0;
}


.faq-section {
    width: 100%;
    background-color: #0f2a71; 
    padding: 50px 0;
}

.faq-container {
    width: 95%;
    max-width: 900px; 
    margin: 0 auto;
}


.faq-header {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 30px;
    margin-bottom: 60px;
}

.faq-title {
    font-family: 'Candal', sans-serif;
    font-size: 48px; 
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-align: right; 
}

.faq-small {
    font-size: 36px; 
}

.faq-icon {
    height: 120px; 
    width: auto;
}


.faq-list {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 2px solid #f4c400; 
}


.faq-question {
    display: flex;
    justify-content: center; 
    align-items: center;
    position: relative; 
    padding: 25px 0;
    cursor: pointer; 
    
    font-family: 'Nunito', sans-serif;
    font-size: 18px; 
    color: #ffffff;
    transition: all 0.3s ease;
}


.faq-arrow {
    position: absolute;
    right: 0; 
    height: 15px; 
    width: auto;
    transition: transform 0.3s ease; 
}


.faq-question:hover .faq-arrow {
    transform: scale(1.4); 
}


.faq-answer {
    background-color: #ffffff;
    border: 3px solid #f4c400;
    padding: 20px 40px;
    margin-bottom: 25px; 
    font-family: 'Nunito', sans-serif;
    font-size: 18px; 
    color: #0f2a71; 
    text-align: center; 
    display: none; 
}

.faq-answer p {
    margin: 0; 
}


.faq-item.active .faq-answer {
    display: block; 
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg); 
}




.faq-item.active {
    border-bottom-color: transparent; 
}


.faq-item.active .faq-answer {
    display: block; 
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg); 
}


.site-footer {
    position: relative; 
}

.scroll-to-top {
    position: absolute;
    bottom: 100%; 
    right: 30px; 
    margin-bottom: 10px; 
    z-index: 9999; 
    width: 60px; 
    height: 60px;
    display: flex; 
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.scroll-to-top img {
    width: 50px; 
    height: auto;
    display: block;
}

.scroll-to-top:hover {
    transform: translateY(-5px); 
}

@media screen and (max-width: 1024px) {
    .csp-text {
    max-width: 108ch; 
	text-wrap: balance;
}
	
}


@media screen and (max-width: 800px) {
	
		.scroll-to-top {
    position: absolute;
    bottom: 100%; 
    right: 10px; 
    margin-bottom: -20px;
}
	
	.scroll-to-top img {
    width: 30px;
}
    

    h2, h3, h4,
    .trends-main-heading, .trend-title, .csp-main-heading, 
    .csp-card-title, .des-heading, 
    .faq-title, .faq-small, .title-small {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }

  
    .moreinfo-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

   
    p, span, .moreinfo-desc, .trend-desc, .csp-text, 
    .des-text, .faq-question span, .faq-answer p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }


    .trend-btn {
        font-size: 12px !important;
        padding: 10px 18px !important;
    }

 
    .moreinfo-hero-container, .trends-container, .csp-container, 
    .des-container, .faq-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
    }


    .trends-section, .csp-section, .des-section, .faq-section {
        padding: 30px 0 !important;
    }

   
    .moreinfo-hero-left {
        width: 60% !important;
        padding-bottom: 20px !important;
		margin-left: 20px;
    }
    
    .moreinfo-hero-right {
        width: 30% !important;
    }

    .moreinfo-hero-right img {
        max-height: 250px !important; 
    }

 
    .trend-row {
        gap: 20px !important;
    }

    .trend-text-col {
        width: 60% !important; 
    }

    .trend-video-col {
        width: 40% !important;
    }

    .trends-main-heading {
        margin-bottom: 30px !important;
    }


    .csp-main-heading {
        margin-bottom: 20px !important;
       
        white-space: normal !important; 
        max-width: 80% !important;
        margin-left: auto !important; 
        margin-right: auto !important; 
        text-align: center !important;
    }
    
    .csp-card {
        padding: 30px 20px !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .csp-card-title {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .csp-subheading {
		font-size: 15px !important;
        margin-top: 20px !important;
        margin-bottom: 5px !important;
    }

    .csp-text {
        max-width: 100% !important;
    }

   
    .des-heading {
        margin-bottom: 10px !important;
    }

    
    .faq-header {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 20px !important;
        gap: 0 !important; 
    }

   
    .faq-icon {
        display: none !important; 
    }

    .faq-title {
        text-align: center !important; 
        width: 100% !important;
    }
}



@media screen and (max-width: 600px) {
	
			.scroll-to-top {
    position: absolute;
    bottom: 100%; 
    right: 10px; 
    margin-bottom: -5px; 
}
	
	.scroll-to-top img {
    width: 20px;
}
    

    h1, h2, h3, h4, 
    .trends-main-heading, .trend-title, .csp-main-heading, 
    .csp-card-title, .csp-subheading, .des-heading, 
    .faq-title, .faq-small, .title-small {
        font-size: 20px !important;
        line-height: 1.2 !important;
        letter-spacing: 1px !important;
        text-align: center !important; 
    }

    
    .moreinfo-title {
        font-size: 28px !important; 
        line-height: 1.2 !important;
        letter-spacing: 1px !important;
        text-align: center !important;
    }

    
    p, span, .moreinfo-desc, .trend-desc, .csp-text, 
    .des-text, .faq-question, .faq-answer p {
        font-size: 12px !important;
        line-height: 1.5 !important;
        text-align: center !important; 
        text-align-last: center !important;
    }

    
    .trend-btn {
        font-size: 10px !important;
        padding: 8px 16px !important; 
        margin: 0 auto !important; 
    }

 
    .moreinfo-hero-container, .trends-container, .csp-container, 
    .des-container, .faq-container {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important; 
        gap: 30px !important; 
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .trends-section, .csp-section, .des-section, .faq-section {
        padding: 30px 0 !important; 
    }

   
    .moreinfo-hero {
        padding-top: 50px !important; 
        padding-bottom: 0 !important;
    }

    .moreinfo-hero-left {
        width: 100% !important;
        order: 1 !important; 
        padding-bottom: 0 !important;
        margin: 0 !important;
        align-items: center !important;
    }

    .moreinfo-hero-right {
        width: 100% !important;
        order: 2 !important; 
        justify-content: center !important;
    }

    .moreinfo-hero-right img {
        max-height: 250px !important; 
        margin: 0 auto !important;
    }

   
    .trend-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        gap: 20px !important;
    }

    .trend-text-col {
        width: 100% !important;
        order: 1 !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; 
    }

    .trend-video-col {
        width: 100% !important;
        order: 2 !important;
        display: flex !important;
        justify-content: center !important;
		margin-bottom: 20px;
    }

    
    .trend-title {
        order: 1 !important;
        margin-bottom: 10px !important;
    }
    
    .trend-desc {
        order: 2 !important;
        margin-bottom: 15px !important;
    }

    .trend-btn {
        order: 3 !important;
    }

   
    .csp-main-heading {
        white-space: normal !important; 
        margin-bottom: 20px !important;
    }
    
	.csp-subheading {
        font-size: 14px !important; 
        margin-top: 20px !important;
        margin-bottom: 5px !important;
    }
	
    .csp-card {
        padding: 30px 30px !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .csp-card-title {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .csp-subheading {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }

    .csp-text {
        max-width: 100% !important;
    }

   
    .des-heading {
        margin-bottom: 0px !important;
    }

    .des-video-wrapper {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .des-text {
        width: 100% !important;
        line-height: 1.5 !important;
    }

   
    .des-text p {
        display: inline !important; 
        line-height: inherit !important;
    }

    .des-text br {
        display: none !important; 
    }

   
    .faq-header {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 0px !important;
    }

    .faq-icon {
        height: 50px !important; 
        margin: 0 auto !important;
    }

    .faq-question {
        padding: 15px 30px 15px 10px !important; 
        justify-content: center !important;
    }

    .faq-answer {
        padding: 15px 20px !important;
    }
    
    .faq-arrow {
        height: 12px !important; 
        right: 10px !important;
    }
}