
body {
    color: #1F4353;
    margin: 0;
    padding: 0;
    background-color: #fbfbfe - rgb(251, 251, 254) - hsl(240, 60%, 99%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    line-height: normal;
    
}

p {
    font-family: 'Roboto Flex', sans-serif;
    line-height: normal;
}
.number {
    font-family: serif;
 }
#header-placeholder {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Carousel Section Start */
.carousel-section {
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}


.carousel-inner img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
}

.carousel-caption {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    margin-bottom: 100px;
    text-align: left;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 500px;
    background: none;
}

.carousel-caption h3 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;

}

.carousel-indicators {
    position: relative;
    margin-top: 2px;
    display: flex;
    justify-content: center;
}

.carousel-indicators li {
    background-color: #FFA132;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin: 0 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFA132;
    background-clip: padding-box;
    border: 0;
    margin-top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
ol li{
    list-style: none!important;
  }


@media (max-width: 768px) {
    .carousel-inner img {
        height: 50vh;
    }

    .carousel-indicators {
        margin-top: 40px;
    }

    .carousel-indicators button {
        
        width: 20px;
        height: 20px;
    }

    .carousel-caption {
        bottom: 20px;
        left: 10px;
        right: 10px;
        padding: 15px;
        max-width: 90%;
        margin-bottom: 0;
    }

    .carousel-caption h3 {
        font-size: 20px;
    }

    .carousel-caption p {
        font-size: 12px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

/* Carousel Section End */

/* Empowered Market Insights & Strategic Partnership Start*/
.header-section, .header-section-two {
    padding: 40px 0;
    text-align: center;
    background: linear-gradient(135deg, #f5f5f5, #ffffff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.textContainer {
    padding: 20px;
    text-align: justify;
    color: #333;
    animation: fadeInLeft 1.5s ease-in-out;
}

.textContainer h1 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #1F2235;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.textContainer p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #555;
    animation: fadeInRight 1.5s ease-in-out;
}

.EarthImage {
    text-align: center;
    animation: fadeInRight 2.5s ease-in-out;
}

.EarthImage img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
}

/* Fade-in Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .header-section, .header-section-two {
        padding: 20px;
    }

    .textContainer h1 {
        font-size: 2.2rem;
    }

    .textContainer p {
        font-size: 1rem;
    }

    .EarthImage img {
        width: 80%;
    }

    /* Liberty Image Adjustments */
    .libertyImage img {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .libertyImage.text-content {
        padding-left: 0;
    }
}

/* Empowered Market Insights & Strategic Partnership END*/


/* Recent Reports Start */
.recent-reports-section, .research-reports-section {
    /* background-color: #1F2235; */
    background: linear-gradient(to bottom, #1F2235, white);

    color: white;
    padding: 0 15px 50px;
    text-align: center;
}

.recent-reports-section h2, .research-reports-section h2 {
    font-size: 2rem;
    font-weight: bold;
    padding: 20px;
}
.research-reports-section {
    /* background-color: #1F2235; */
    background: linear-gradient(to top, #1F2235, white);
    color: #1F2235;
}


.reports-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
    padding: 0 15px;
}

@media (max-width: 992px) {
    .reports-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .reports-container {
        grid-template-columns: 1fr;
        padding: 0;
    }
}

.report-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 550px;
    width: 100%;
}

.report-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.report-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-bottom: 4px solid #f1f1f1;
}

.report-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.short-description {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
}

/* Recent Reports END */

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    margin: 20px auto;
    background-color: transparent; /* Optional */
}


/* Back to Top Button */
.read-more-btn,
.view-all,
.btn-info {
    background-color: #FFA132;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    text-decoration: none;
    margin: 10px auto; /* This ensures the buttons are centered inside their box */
}

.read-more-btn:hover,
.view-all:hover, .btn-info:hover {
    background-color: #1F4353;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #FFA132;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: background-color 0.3s, transform 0.2s;
}

.back-to-top:hover {
    background-color: #1F2235;
    transform: translateY(-5px);
}

@media (max-width: 767.98px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
    }
}

/* Button End */


/* A tag Start */
a {
    color: #ff8f0e;
    text-decoration: none;
}

a:hover {
    color: #e37b04;
    text-decoration: underline;
}
/* A tag End */