﻿.bg-img {
  font-family: Arial, sans-serif;
  background: url("/assets/download/downloads.png") no-repeat center center
    fixed;
  background-size: cover;
  z-index: -1 !important;
}

/* give me media query for mobile  */
@media (max-width: 768px) {
  .downloads-section {
    max-width: 700px !important;
  }
}

.downloads-section {
  max-width: 25vw;

  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.downloads-section h2 {
  text-align: center;
  color: #ff5a3c;
  margin-bottom: 30px;
}

ul.download-list {
  list-style: none;
  padding: 0;
}

ul.download-list li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 6px;
}

ul.download-list a {
  text-decoration: none;
  color: #008641;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.green-icon {
  color: #008641;
  margin: 0 8px;
}

.link-text {
  flex: 1;
  margin: 0 10px;
}
.download-list li a:hover .green-icon {
  color: #75817b; /* Brighter green on hover */
}

.download-list li a:hover {
  color: #34d058; /* Brighter green on hover */
}

.pdf-section {
  display: none;
  font-size: 1.2em;
  color: #333;
}

.pdf-section.active {
  display: block;
}
.df-container {
  background-color: transparent !important;
  box-shadow: none !important;
}
.dflip {
  background-color: transparent !important;
}
/* downloads.css */

.download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.download-link {
  display: flex;
  align-items: center;
  gap: 0;
}
.download-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
/* Responsive styling for smaller screens (phones) */
@media only screen and (max-width: 768px) {
  ._df_book {
    width: 40vw !important; /* Adjust width to fit the viewport */
  }
}
