body {
    font-family: 'Arial', sans-serif;
}

header {
    /*background-image: url('header-bg.jpg');*/
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

h1, h2 {
    font-weight: bold;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
}

footer {
    background-color: #198754; /* Bootstrap green color */
    color: white;
}
.carousel-caption{
    padding:10px;
    background-color: white;
    opacity: 0.9;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.findExportContentMainDiv{
    display: flex;
    padding: 0px 20px;
    align-items: center;
    justify-content: center;
    height:300px;
}
.findExportContentDiv{
    display: flex;
    align-items: center;
    width: 70%;
}
.findExportContentImgDiv{
    width: 30%;
    display: flex;
    justify-content: center;
}

#carouselMainDiv{
    display:flex;
    justify-content: center;
    margin-bottom: 10px;
}

.d-none{
    display : block;
}
#tradingInfo1{
    padding:20px;
}


/* Styles for Tablets */
@media (max-width: 1024px) and (min-width: 840px) {

}

@media (max-width: 840px) {

}

/* Styles for Mobile Phones */
@media (max-width: 768px) {

#carouselInnerDiv{
    width:100%;
}

.findExportContentMainDiv{
        flex-direction: column;
        align-items: stretch;
    }

.findExportContentMainDiv{
     height:auto;
    }
      .findExportContentDiv, .findExportContentImgDiv{
            width: 100%;
            text-align:center;
        }

 #loginPageMainDiv{

 }
  .d-none{
         display : block !important;
     }

}

@media (max-width: 580px) {


}


/* Styles for Extra Small Screens */
@media (max-width: 480px) {

}

@media (max-width: 400px) {

    .findExportContentMainDiv{
        flex-direction: column;
    }


}