/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    font-family: Arial, sans-serif;
    background-color:#fff;
}

/* NFT Hero Section Styles */
.section {
    width: 100%;
}

.nft-hero {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.font15{
    font-size :15px;
}

.is-sticky .navbar-nav >.nav-item > .nav-link{color:#000!important;}
/*.gradient-section {*/
/*    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
/*    color: white;*/
/*}*/

.homeTextWhite > ul > li > a{color:#fff!important;}

/* Additional styling */
.nft-hero h1 {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .nft-hero h1 {
        font-size: 2rem;
    }
    
    .nft-hero {
        padding: 40px 15px;
    }
}


.custom-footer{
   margin-bottom: 0px;
   background-color:#ffffff;
}


/* Hero Section Styles */
.hero3 {
    overflow-y: hidden;
}

/* Image Styles */
.user-img {
    border-radius: 50px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Form Styles */
.country-code-select {
    padding: 8px;
}

/* File Input Styles */
.file-input-small {
    font-size: 12px;
}

/* Image Preview */
#preview {
    display: none;
}

/* Result Modal */
#resultModal {
    z-index: 10000;
}

.result-modal-dialog {
    max-width: 1400px;
}

/* API Result Container */
#apiResult {
    display: none;
}


.section-no-margin {
    margin-bottom: 0px;
}

.link-underline {
    text-decoration: underline;
}

.swiper-wrapper-padding {
    padding-top: 8px;
    padding-left: 8px;
}

