body {
  padding-top: 90px;
  font-family: "Poppins", sans-serif;
  background-color: #f9f9f9;
}

/* Navbar */
.navbar-custom {
  background-color: #d1ccc2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1.4rem 0;
  z-index: 1000;
}

.navbar-brand {
  font-weight: bold;
  color: #1f6a45 !important;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
}
#thb {
  font-family: "Playfair Display", serif;
}
.nav-link {
  color: #000 !important;
  margin: 0 10px;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 20px;
}

.nav-link:hover {
  color: #1f6a45 !important;
}

/* Dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Submenu styling */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.logo {
  width: 120px;
}
/* Hero Section */
.hero {
  position: relative;
  background-image: url("/IMAGES/heroimage.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 95vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.read-more-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px !important;
  border: 1px solid green;
  color: green;
  text-decoration: none;
  border-radius: 5px; /* Optional: rounded corners */
}

.hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;

  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #eee;
  line-height: 1.7;
}

.btn-hero {
  background-color: #e1b43e;
  color: black;
  padding: 0.75rem 2rem;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  transition: all 0.8s ease;
  text-transform: capitalize;
  font-weight: 400;
}

.btn-hero:hover {
  background-color: #1f6a45;
  color: #fff;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1rem;
  }
}
::after {
  display: none !important;
}

/* about us section style */

.umrah-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.umrah-left {
  flex: 1;
  padding: 30px;
}

.umrah-heading span {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #1f6a45;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}

.umrah-heading span i {
  background-color: #1f6a45;
  color: white;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
}

.umrah-heading h1 {
  font-size: 40px;
  font-weight: 700;
  color: #1f6a45;
  margin: 10px 0 20px;
  font-family: "Playfair Display", serif;
}

.umrah-heading p {
  color: #000;
  font-size: 16px;
}

.umrah-features {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.feature-card {
  flex: 1;
  border-radius: 25px;
  padding: 30px 20px;
  position: relative;
  text-align: left;
  box-shadow: 0 5px 8px rgba(76, 107, 68, 0.1);
}

#aboutus {
  background-color: white;
  padding: 100px 0;
}
/* 
#aboutus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/IMAGES/about11.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;

  padding: 80px 0px !important;
} */

.umrah-container {
  z-index: 1 !important;
}

#featured-books {
  background-color: #f9f9f9;
  padding: 100px 0;
}

.featured-articles {
  background-color: #f9f9f9;
  padding: 100px 0;
}

.featured-articles h1 {
  margin-bottom: 50px;
}

.dark-card {
  background-color: #1f6a45;
  color: #fff;
  background-image: url("your-background.jpg");
  background-size: cover;
  background-position: center;
}

.light-card {
  background-color: #e1b43e;
  color: #000;

  box-shadow: 10px 10px 0 #1f6a45;
}

.feature-card h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.feature-card p {
  font-size: 14px;
  margin-top: 10px;
}

.icon-tag.dark {
  background-color: #3e2c1c;
  color: #fff;
}

.umrah-right {
  flex: 1;
}

.umrah-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* */

.book-card {
  background: linear-gradient(135deg, #ffffff, #f9fbe7);
  border: 2px solid #1f6a45;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(31, 106, 69, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.book-card::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: url("https://www.transparenttextures.com/patterns/arabesque.png"); /* Subtle Islamic pattern */
  opacity: 0.05;
  z-index: 0;
}

.book-card .card-body {
  position: relative;
  z-index: 1;
  text-align: center;
}

.book-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(31, 106, 69, 0.3);
}

.book-img {
  width: 150px;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
  margin-bottom: 15px;
  border-radius: 0; /* removed round corners */
  border: none !important; /* removed border */
}

.book-card:hover .book-img {
  transform: scale(1.03);
}

.card-title {
  font-weight: 700;
  color: #1f6a45;
  margin-top: 0px;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 10px !important;
}

.article .card-title {
  font-size: 24px;
  margin-bottom: 30px !important;
}

.btn-success {
  background-color: #1f6a45;
  border: none;
  margin: 5px;
  font-size: 14px;
}

.btn-outline-success {
  border-color: #1f6a45;
  color: #1f6a45;
  margin: 5px;
  font-size: 14px;
}

.btn-outline-success:hover {
  background-color: #1f6a45;
  color: #fff;
}

/* footer section style start */

.jamia-footer {
  background-color: rgb(100, 93, 85);
  color: #fff;
  padding: 60px 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.jamia-footer h4.footer-logo {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.jamia-footer h5 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}

.jamia-footer h5::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #d4af37; /* golden line */
  margin-top: 8px;
}

.jamia-footer p {
  color: #ccc;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #d4af37;
}

.footer-contact i {
  margin-right: 8px;
  color: #fff;
  width: 18px;
}

.footer-divider {
  border-color: #444;
  margin: 30px 0 20px;
}

.footer-bottom {
  color: #ccc;
  font-size: 13px;
}

.footer-social a {
  color: #fff;
  background-color: #1f6a45;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #d4af37;
  color: #000;
}

@media (min-width: 360px) and (max-width: 740px) {
  .navbar-custom {
    padding: 8px 0px;
  }
  body {
    padding-top: 60px;
  }
  .hero {
    height: 30vh !important;
  }
  #aboutus {
    position: relative;
    height: 750px;
    overflow: hidden;
    background-color: white;
  }

  .umrah-container.pt-5.pb-5 {
    display: block;
  }
  .umrah-heading span {
    font-size: 20px;
  }
  .umrah-heading h1 {
    font-size: 35px;
  }
  .umrah-features {
    display: flex;
    flex-direction: column-reverse;
    width: 100;
  }

  section#aboutus .row {
    display: block;
  }

  .umrah-left {
    padding: 20px;
  }
}

/* contect us form */

input#name {
  background: none;
}

input#phone {
  background: none;
}

input#email {
  background: none;
}

textarea#message {
  background: none;
}



/* Scroll Hint Arrows */
.scroll-hint {
  color: #1f6a45;
  opacity: 0.7;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(8px); }
  60% { transform: translateY(4px); }
}

/* Make sure images are responsive */
img.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .scroll-hint i {
    font-size: 1.6rem;
  }
  .featured-articles, .featured-poems {
    padding: 50px 15px;
  }
  h1.fw-bold {
    font-size: 1.8rem;
  }
}
