html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.card-img-top {
    width: 100%;
    max-width: 100%;
    height: 250px;
    max-height:100%;
    object-fit: initial !important;
}

.carousel-item img {
    width: 100%;
    max-width: 100%;
    height: 600px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 300px;
    }
}
.carousel-fit {
    margin: -15px -12px 0 -12px !important;
}

.element-image-block-height {
    padding-top: 20px;
}

.element-image-prop {
    padding: 0 !important
}

.a-decoration {
    text-decoration:none;
}

#image-details > pre {
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
    white-space: break-spaces;
    padding: 0px 5px 0px 5px;
}

.share-button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
}

.share-button-in-modal {    
    top: 10px;
    right: 10px;
}

.hidden-area {
    display:none;
}

.small-screen-image-padding {
    padding-bottom:10px;
}

.image-category-name {
    display: inline-block;
    margin-right: 10px;
}

.image-category-whatsapp-share {
    display: inline-block;
}

.modal-left-right-index {
    z-index: 10;
}

.wrapped-text {
    font-size: 12px;
    line-height: 1.1;
    max-width: auto;
    margin: 0 auto;
    text-align: justify;
    color: #333;
}

.mobile-wrapped-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    font-size: 10px;
    color: #333;
}

.mobile-image-height {
    width: 50%;
    height: 0 auto;
}

.img-layout {
    width: 100%;
    min-width: 100%;
}

.carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
}

@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 1.5rem;
    }

    .carousel-caption h2 {
        font-size: 1rem;
    }
}

.footer-custom {
    margin-bottom: -500px !important;
}

/* Social links */
.nav-link i {
    font-size: 1rem;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.nav-link:hover i {
    color: #007bff;
}

.social-icons a {
    margin-right: 2px;
}

.social-icons a:last-child {
    margin-right: 0;
}

@media (max-width: 576px) {
    .social-icons a {
        margin-right: 4px;
    }
}

/* WhatsApp icon on images */
.image-container {
    position: relative;
}

.whatsapp-button {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
}

.whatsapp-icon {
    background-color: #25D366;
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    text-decoration:none;
}

.whatsapp-icon:hover {
    background-color: #1EBEA5;
    color: white;
}

.download-zip {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.download-zip:hover {
    color: #0056b3;
    text-decoration: underline;
}
