/* 🔥 DESKTOP FULL IMAGE */
.slick_slider {
  width: 100% !important;
  min-height: 448px;
  margin-bottom: 20px;
}

.slider-img {
  width: 100% !important;
  height: 450px !important;  /* DESKTOP FULL HEIGHT */
  object-fit: cover !important;
  display: block;
}

/* 🔥 MOBILE RESPONSIVE */
@media (max-width: 991px) {
  .slick_slider {
    min-height: 350px;
  }
  .slider-img {
    height: 300px !important;  /* Tablet */
  }
}

@media (max-width: 767px) {
  .slick_slider {
    min-height: 280px;
    padding: 10px;
  }
  .slider-img {
    height: 250px !important;  /* Mobile */
  }
  .slider_article {
    padding: 10px !important;
    font-size: 14px;
  }
  .slick-dots {
    bottom: 5px !important;
  }
}

@media (max-width: 480px) {
  .slider-img {
    height: 220px !important;  /* Small mobile */
  }
}

/* Slider track fix */
.slick-track {
  display: flex !important;
  height: auto !important;
}

.single_iteam {
  outline: none !important;
}
.block{
	background-color: #dfdef0;
}
.bangla{
	background: linear-gradient(to bottom right, #CE2F2B 10%, #86F952 86%);
	border: #16075e;
    
  border-style: outset;
  border-width: 2.5px;
}

.prayer-container {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 15px;
  padding: 20px;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}

.prayer-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}

.prayer-location {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

#prayer-date {
  font-size: 14px;
  opacity: 0.9;
}

/* Two Column Prayer Times */
.prayer-times-two-col {
  display: flex;
  gap: 20px;
  margin: 15px 0;
}

.prayer-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prayer-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.prayer-item:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.prayer-icon {
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}

.prayer-info {
  flex: 1;
}

.prayer-name {
  font-size: 14px;
  margin-bottom: 3px;
  opacity: 0.9;
}

.prayer-time {
  font-size: 14px;
  font-weight: 700;
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255,215,0,0.5);
}

/* Sehri Iftar - Two Column */
.prayer-special-two-col {
  margin: 15px 0;
}

.special-row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.special-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  padding: 12px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.special-item:hover {
  background: rgba(255,255,255,0.2);
}

.special-icon {
  font-size: 18px;
}

/* Extra Prayers - Two Column */
.prayer-extra-two-col {
  margin: 15px 0;
}

.extra-row {
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
}

.extra-prayer {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 10px 12px;
  background: rgba(0,0,0,0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.extra-prayer:hover {
  background: rgba(0,0,0,0.3);
}

.extra-prayer.full-width {
  grid-column: 1 / -1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .prayer-container {
    padding: 15px;
    margin: 10px;
  }
  
  .prayer-times-two-col,
  .special-row,
  .extra-row {
    flex-direction: column;
    gap: 8px;
  }
  
  .prayer-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .prayer-time {
    font-size: 18px;
  }
  
  .special-item,
  .extra-prayer {
    padding: 10px;
  }
}
.horoscope-container {
  background: linear-gradient(135deg, #254988 0%, #a52998 100%);
  border-radius: 15px;
  padding: 20px;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.horoscope-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}

.horoscope-location {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

#horoscope-date {
  font-size: 14px;
  opacity: 0.9;
}

.horoscope-signs-two-col {
  display: flex;
  gap: 20px;
  margin: 15px 0;
}

.horoscope-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.horoscope-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 5px;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  cursor: pointer;
}

.horoscope-item:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.zodiac-icon {
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  flex-shrink: 0;
  font-weight: bold;
}

.horoscope-info {
  flex: 1;
}

.zodiac-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  opacity: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.horoscope-prediction {
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.9;
}

.horoscope-special-two-col {
  margin: 15px 0;
}

.horoscope-special-two-col .special-row {
  gap: 20px;
}

.horoscope-special-two-col .special-item {
  background: rgba(255,255,255,0.15);
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.horoscope-special-two-col .special-item:hover {
  background: rgba(255,255,255,0.25);
}

#loading-spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .horoscope-signs-two-col {
    flex-direction: column;
  }
  
  .horoscope-special-two-col .special-row {
    flex-direction: column;
    gap: 10px;
  }
}
.weather-container {
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  border-radius: 15px;
  padding: 20px;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.weather-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}

.weather-location {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

#weather-date {
  font-size: 14px;
  opacity: 0.9;
}

.current-weather {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.weather-icon {
  font-size: 64px;
  flex-shrink: 0;
}

.weather-main {
  flex: 1;
}

.weather-temp {
  font-size: 36px;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 5px;
  text-shadow: 0 0 10px rgba(255,215,0,0.5);
}

.weather-desc {
  font-size: 18px;
  opacity: 0.9;
  text-transform: capitalize;
}

.weather-details-two-col {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.weather-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.weather-item {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.weather-item:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-1px);
}

.weather-label {
  font-size: 13px;
  opacity: 0.8;
}

.weather-value {
  font-size: 14px;
  font-weight: 600;
  color: #4ade80;
}

.weather-forecast {
  margin-top: 15px;
}

.forecast-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  opacity: 0.9;
}

.forecast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 10px;
}

.forecast-day {
  text-align: center;
  padding: 10px 5px;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.forecast-day:hover {
  background: rgba(255,255,255,0.2);
}

.forecast-icon {
  font-size: 24px;
  margin-bottom: 5px;
}

.forecast-temp {
  font-size: 14px;
  font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .weather-container {
    padding: 15px;
    margin: 10px;
  }
  
  .weather-details-two-col {
    flex-direction: column;
  }
  
  .weather-temp {
    font-size: 28px;
  }
  
  .weather-icon {
    font-size: 48px;
  }
}
.quote-container {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 15px;
  padding: 25px;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffd700, #ff6b6b, #4ecdc4);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

.quote-main {
  margin-bottom: 20px;
}

.quote-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
  opacity: 0.95;
  font-style: italic;
  transform: translateY(10px);
  animation: fadeInUp 0.8s ease forwards;
}

.quote-author {
  font-size: 16px;
  font-weight: 600;
  color: #ffd700;
  opacity: 0.9;
}

.quote-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.quote-btn {
  background: rgba(255,255,255,0.2);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.quote-btn:hover {
  background: rgba(255,255,255,0.3);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.quote-timer {
  font-size: 13px;
  opacity: 0.8;
  color: #4ade80;
  font-weight: 500;
}

@keyframes fadeInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .quote-container {
    padding: 20px;
  }
  
  .quote-text {
    font-size: 18px;
  }
  
  .quote-actions {
    flex-direction: column;
    gap: 10px;
  }
}

