/* İman Rehberi — Premium Islamic Brand Overrides */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");

:root {
  --ir-primary: #6F7F5A;
  --ir-primary-dark: #5A6849;
  --ir-primary-light: #8A9A72;
  --ir-bg: #F5F3EE;
  --ir-bg-white: #FDFCFA;
  --ir-accent: #C9A227;
  --ir-accent-soft: rgba(201, 162, 39, 0.15);
  --ir-text: #3D4A32;
  --ir-text-muted: #6B7564;
  --ir-card: #FFFFFF;
  --ir-shadow: 0 8px 32px rgba(61, 74, 50, 0.08);
  --ir-shadow-lg: 0 16px 48px rgba(61, 74, 50, 0.12);
  --ir-radius: 20px;
  --ir-radius-sm: 14px;
  --ir-font-display: "Cormorant Garamond", Georgia, serif;
  --ir-font-body: "DM Sans", system-ui, sans-serif;
}

/* Base */
body {
  font-family: var(--ir-font-body);
  background: var(--ir-bg);
  color: var(--ir-text-muted);
}

h1, h2, h3, h4, h5, h6,
.section-tittle h2,
.hero__caption h1 {
  font-family: var(--ir-font-display);
  color: var(--ir-text);
}

p {
  font-family: var(--ir-font-body);
  color: var(--ir-text-muted);
}

/* Preloader */
.preloader .preloader-circle {
  border-top-color: var(--ir-primary);
}

/* Header */
.header-transparrent {
  background: transparent;
}

.header-sticky.sticky-bar.sticky {
  background: rgba(253, 252, 250, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(61, 74, 50, 0.06);
}

.main-header .main-menu ul li > a {
  color: var(--ir-text);
  font-weight: 500;
  font-family: var(--ir-font-body);
}

.main-header .main-menu ul li > a::before,
.main-header .main-menu ul li.active > a::before,
.main-header .main-menu ul li:hover > a::before {
  background: var(--ir-accent);
}

.logo img {
  max-height: 52px;
  width: auto;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: var(--ir-primary) !important;
}

.slicknav_menu .slicknav_nav a:hover {
  color: var(--ir-primary);
}

/* Buttons */
.btn,
.btn.radius-btn {
  background: var(--ir-primary);
  font-family: var(--ir-font-body);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 50px;
  padding: 22px 36px;
}

.btn::before {
  background: var(--ir-primary-dark);
}

.btn:hover {
  color: #fff;
}

.btn-outline-ir {
  background: transparent;
  border: 2px solid var(--ir-primary);
  color: var(--ir-primary);
  padding: 18px 32px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-outline-ir:hover {
  background: var(--ir-primary);
  color: #fff;
  text-decoration: none;
}

/* Store buttons */
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--ir-text);
  color: #fff;
  padding: 12px 24px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 180px;
}

.store-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--ir-shadow-lg);
  text-decoration: none;
}

.store-btn.store-btn-light {
  background: #fff;
  color: var(--ir-text);
  border: 1px solid rgba(61, 74, 50, 0.1);
}

.store-btn svg {
  flex-shrink: 0;
}

.store-btn .store-label {
  display: block;
  font-size: 10px;
  opacity: 0.8;
  line-height: 1.2;
}

.store-btn .store-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

/* Hero */
.sky-blue,
.slider-area .single-slider.sky-blue {
  background: var(--ir-bg) !important;
}

.slider-height {
  min-height: 820px;
}

.hero__caption span {
  color: var(--ir-accent);
  font-family: var(--ir-font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__caption h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ir-text);
}

.hero__caption p {
  font-size: 17px;
  line-height: 1.7;
  padding-right: 0;
  max-width: 520px;
}

/* Phone mockup */
.phone-mockup {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}

.phone-mockup::before {
  content: "";
  position: absolute;
  inset: -12px;
  background: linear-gradient(145deg, var(--ir-primary-light), var(--ir-primary));
  border-radius: 44px;
  opacity: 0.15;
  z-index: 0;
}

.phone-frame {
  position: relative;
  z-index: 1;
  background: #1a1a1a;
  border-radius: 36px;
  padding: 12px;
  box-shadow: var(--ir-shadow-lg);
}

.phone-screen {
  border-radius: 28px;
  overflow: hidden;
  background: var(--ir-bg-white);
  aspect-ratio: 9/19.5;
}

.hero__img .phone-mockup {
  max-width: 248px;
}

.hero__img .phone-frame {
  padding: 9px;
  border-radius: 32px;
}

.hero__img .phone-notch {
  width: 72px;
  height: 20px;
  top: 14px;
  border-radius: 0 0 12px 12px;
}

.phone-screen img {
  width: 100%;
  height: auto;
  display: block;
}

.phone-screen--prayer {
  background: #F5F3EE;
  display: flex;
  align-items: stretch;
  justify-content: center;
  aspect-ratio: 9 / 19.5;
  min-height: 0;
  padding: 8px 7px 10px;
  overflow: hidden;
}

.hero__img .phone-screen--prayer {
  padding: 10px 7px 12px;
}

.hero__img .ir-live-app {
  gap: 7px;
  justify-content: space-between;
}

.hero__img .ir-live-app__card {
  padding: 11px 12px 12px;
}

.hero__img .ir-live-app__clock {
  font-size: 34px;
}

.hero__img .ir-live-app__moon {
  margin: 0;
}

.hero__img .ir-crescent-star {
  display: block;
  margin: 0 auto;
}

.hero__img .ir-live-app__times {
  padding: 9px 4px;
  flex-shrink: 0;
}

.hero__img .ir-live-app__time-name {
  font-size: 8px;
}

.hero__img .ir-live-app__time-value {
  font-size: 10px;
}

.hero__img .ir-live-app__loc {
  font-size: 9px;
  flex-shrink: 0;
}

/* Canlı vakit arayüzü (uygulama mockup) */
.ir-live-app {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--ir-font-body);
}

.ir-live-app__card {
  background: linear-gradient(165deg, #4a5740 0%, var(--ir-primary) 50%, #7a8f66 100%);
  border-radius: 22px;
  padding: 14px 16px 16px;
  color: #fff;
  text-align: center;
  position: relative;
}

/* Global `p { color }` kuralını geçersiz kıl — kart içi metinler açık renk olmalı */
.ir-live-app__card p {
  color: rgba(255, 255, 255, 0.95);
}

.ir-live-app__hijri {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 4px;
  text-align: left;
}

.ir-live-app__clock {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0;
  line-height: 1.1;
  color: #fff;
}

.ir-live-app__moon {
  margin: 2px 0;
  display: flex;
  justify-content: center;
}

.ir-live-app__next {
  font-size: 11px;
  line-height: 1.5;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.92);
}

.ir-live-app__accent {
  color: #f5dc7a;
  font-weight: 600;
}

.ir-live-app__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  margin: 10px 0 8px;
}

.ir-live-app__calendar {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.ir-live-app__holiday {
  font-size: 11px;
  margin: 10px 0 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  min-height: 0;
}

.ir-live-app__holiday:empty {
  display: none;
}

.ir-live-app__holiday-countdown {
  font-size: 12px;
  font-weight: 600;
  color: #f5dc7a;
  margin: 4px 0 0;
  text-align: left;
}

.ir-live-app__holiday-countdown:empty {
  display: none;
}

.ir-live-app__times {
  background: #fff;
  border-radius: 18px;
  padding: 12px 6px;
  display: flex;
  justify-content: space-between;
  box-shadow: var(--ir-shadow);
  border: 1px solid rgba(61, 74, 50, 0.06);
}

.ir-live-app__time {
  flex: 1;
  text-align: center;
  padding: 6px 2px;
  border-radius: 12px;
  min-width: 0;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.ir-live-app__time.is-active {
  background: rgba(201, 162, 39, 0.08);
  box-shadow: inset 0 0 0 1.5px var(--ir-accent);
}

.ir-live-app__time.is-active .ir-live-app__time-name,
.ir-live-app__time.is-active .ir-live-app__time-value {
  color: #a8841a;
  font-weight: 700;
}

.ir-live-app__time-icon {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
  opacity: 0.85;
}

.ir-live-app__time.is-active .ir-live-app__time-icon {
  opacity: 1;
}

.ir-live-app__time-name {
  display: block;
  font-size: 9px;
  color: var(--ir-text-muted);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.ir-live-app__time-value {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--ir-text);
}

.ir-live-app__loc {
  font-size: 10px;
  color: var(--ir-text);
  text-align: center;
  margin: 0;
  font-weight: 500;
  opacity: 0.75;
}

.ir-live-app.is-loading .ir-live-app__clock {
  opacity: 0.4;
}

.ir-live-app.is-error .ir-live-app__card {
  background: #8a8a8a;
}

.phone-notch {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 24px;
  background: #1a1a1a;
  border-radius: 0 0 14px 14px;
  z-index: 2;
}

/* Section titles */
.section-tittle h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--ir-text);
}

.section-subtitle {
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto 60px;
  text-align: center;
  color: var(--ir-text-muted);
}

/* Features */
.best-features-area {
  background: var(--ir-bg-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.ir-features-grid .single-features {
  background: var(--ir-card);
  border-radius: var(--ir-radius);
  padding: 28px;
  box-shadow: var(--ir-shadow);
  margin-bottom: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(111, 127, 90, 0.08);
}

.ir-features-grid .single-features:hover {
  transform: translateY(-4px);
  box-shadow: var(--ir-shadow-lg);
}

.ir-features-grid .features-icon span {
  background: var(--ir-accent-soft) !important;
  background-image: none !important;
  color: var(--ir-primary) !important;
  font-size: 24px !important;
  height: 56px !important;
  width: 56px !important;
  line-height: 56px !important;
  border-radius: 16px !important;
}

.ir-features-grid .features-caption h3 {
  font-size: 20px;
  color: var(--ir-text);
  font-family: var(--ir-font-display);
}

.ir-features-grid .features-caption p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.best-features-area .features-shpae {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Screenshots carousel */
.applic-apps {
  background: var(--ir-bg);
  padding: 100px 0;
}

.applic-apps .single-cases-info h3 {
  color: var(--ir-text);
  font-family: var(--ir-font-display);
}

.applic-apps .single-cases-img {
  padding: 0 10px;
}

.applic-apps .phone-mockup {
  max-width: 260px;
}

.applic-apps .phone-mockup::before {
  display: none;
}

.applic-apps .phone-frame {
  padding: 10px;
  border-radius: 34px;
}

.phone-screen--promo {
  aspect-ratio: 9 / 19.5;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-screen--promo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/* Hatimler section */
.ir-hatimler {
  background: var(--ir-bg-white);
  padding: 100px 0;
}

.ir-hatimler-card {
  background: linear-gradient(135deg, var(--ir-primary) 0%, var(--ir-primary-dark) 100%);
  border-radius: var(--ir-radius);
  padding: 48px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ir-hatimler-card h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 16px;
}

.ir-hatimler-card p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.ir-hatimler-stats {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.ir-hatimler-stat strong {
  display: block;
  font-size: 2rem;
  font-family: var(--ir-font-display);
  color: var(--ir-accent);
}

.ir-hatimler-stat span {
  font-size: 13px;
  opacity: 0.85;
}

.ir-hatimler-illustration {
  max-width: 100%;
  height: auto;
}

/* Prayer times */
.ir-prayer {
  background: var(--ir-bg);
  padding: 100px 0;
}

.ir-prayer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.ir-prayer-card {
  background: var(--ir-card);
  border-radius: var(--ir-radius-sm);
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--ir-shadow);
  border: 1px solid rgba(111, 127, 90, 0.08);
  transition: transform 0.3s ease;
}

.ir-prayer-card:hover {
  transform: translateY(-3px);
}

.ir-prayer-card.active {
  background: var(--ir-primary);
  color: #fff;
  border-color: var(--ir-primary);
}

.ir-prayer-card.active .ir-prayer-name,
.ir-prayer-card.active .ir-prayer-time {
  color: #fff;
}

.ir-prayer-icon {
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--ir-accent);
}

.ir-prayer-card.active .ir-prayer-icon {
  color: var(--ir-accent);
}

.ir-prayer-name {
  font-family: var(--ir-font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--ir-text);
  margin-bottom: 4px;
}

.ir-prayer-time {
  font-size: 20px;
  font-weight: 600;
  color: var(--ir-primary);
}

.ir-prayer-location {
  text-align: center;
  margin-top: 32px;
  font-size: 15px;
  color: var(--ir-text-muted);
}

.ir-prayer-location i {
  color: var(--ir-accent);
  margin-right: 6px;
}

/* Testimonials */
.our-customer {
  background: var(--ir-bg-white);
  padding: 100px 0;
}

.our-customer .single-customer {
  background: var(--ir-card);
  border-radius: var(--ir-radius);
  box-shadow: var(--ir-shadow);
  border: 1px solid rgba(111, 127, 90, 0.06);
  padding: 36px 32px;
}

.our-customer .what-cap h4 a {
  color: var(--ir-text);
  font-family: var(--ir-font-body);
  font-size: 16px;
  font-weight: 600;
  pointer-events: none;
}

.ir-stars {
  color: var(--ir-accent);
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.ir-review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(111, 127, 90, 0.1);
}

.ir-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ir-accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--ir-primary);
  font-size: 16px;
}

.ir-review-author {
  font-weight: 600;
  color: var(--ir-text);
  font-size: 14px;
}

.ir-review-source {
  font-size: 12px;
  color: var(--ir-text-muted);
}

.our-customer .dot-style .slick-dots button {
  background: rgba(111, 127, 90, 0.25);
}

.our-customer .dot-style .slick-active button {
  background: var(--ir-primary);
}

/* FAQ */
.ir-faq {
  background: var(--ir-bg);
  padding: 100px 0;
}

.ir-faq .accordion .card {
  border: none;
  background: transparent;
  margin-bottom: 12px;
}

.ir-faq .accordion .card-header {
  background: var(--ir-card);
  border: 1px solid rgba(111, 127, 90, 0.08);
  border-radius: var(--ir-radius-sm) !important;
  padding: 0;
  margin-bottom: 0;
}

.ir-faq .accordion .card-header button,
.ir-faq .accordion .card-header .btn-link {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  font-family: var(--ir-font-body);
  font-weight: 600;
  font-size: 16px;
  color: var(--ir-text) !important;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none !important;
  border: none;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
}

.ir-faq .accordion .card-header .btn-link::before {
  display: none;
}

.ir-faq .accordion .card-header button::after {
  content: "+";
  font-size: 22px;
  color: var(--ir-primary);
  font-weight: 400;
  transition: transform 0.3s ease;
}

.ir-faq .accordion .card-header button[aria-expanded="true"]::after {
  content: "−";
}

.ir-faq .accordion .card-body {
  background: var(--ir-card);
  border: 1px solid rgba(111, 127, 90, 0.08);
  border-top: none;
  border-radius: 0 0 var(--ir-radius-sm) var(--ir-radius-sm);
  padding: 0 24px 20px;
  color: var(--ir-text-muted);
  line-height: 1.7;
}

/* Download CTA */
.available-app-area,
.ir-download-cta {
  background-color: #5a6849 !important;
  background-image: linear-gradient(135deg, #3d4a32 0%, #5a6849 50%, #6f7f5a 100%) !important;
  padding: 100px 0;
}

.available-app-area--top,
.ir-download-cta.available-app-area--top {
  padding: 56px 0;
}

.available-app-area--top .app-caption .section-tittle3 h2 {
  margin-bottom: 16px;
}

.available-app-area--top .app-caption p {
  padding-right: 0;
  padding-bottom: 20px;
}

/* Metin rengi — global h2/p kurallarını kesin geçersiz kıl */
.ir-download-cta h2,
.ir-download-cta p,
#indir h2,
#indir p,
#download-heading {
  color: #ffffff !important;
}

.ir-download-cta p,
#indir p {
  opacity: 1 !important;
}

.available-app-area .app-shape {
  display: none;
}

.available-app-area .store-btn.store-btn-light {
  background: #fff;
}

/* Footer */
.footer-main {
  background: var(--ir-text);
}

.footer-area .footer-tittle h4 {
  color: #fff;
  font-family: var(--ir-font-display);
}

.footer-area .footer-tittle ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-area .footer-tittle ul li a:hover {
  color: var(--ir-accent);
}

.footer-area .footer-pera .info1 {
  color: rgba(255, 255, 255, 0.75);
}

.footer-area .footer-copy-right p {
  color: rgba(255, 255, 255, 0.6);
}

.footer-area .footer-copy-right p a {
  color: var(--ir-accent);
}

.footer-area .footer-form form .form-icon button {
  background: var(--ir-primary);
}

.footer-area .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.footer-area .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-right: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.footer-area .footer-social a:hover {
  background: var(--ir-accent);
  color: #fff;
}

.footer-area .footer-social a:hover i {
  color: #fff;
}

.footer-area .footer-social a i,
.footer-area .footer-social a svg {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
}

#scrollUp {
  background: var(--ir-primary);
}

/* Utility */
.ir-section--hidden {
  display: none !important;
}

.ir-section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ir-accent);
  margin-bottom: 12px;
}

.text-center .section-tittle {
  text-align: center;
}

.text-center .section-tittle h2 {
  margin-bottom: 0;
}

.our-customer .section-subtitle a {
  color: var(--ir-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.our-customer .section-subtitle a:hover {
  color: var(--ir-primary-dark);
}

@media (max-width: 991px) {
  .best-features-area .features-shpae {
    display: none !important;
  }

  .applic-apps .single-cases-info {
    left: 0;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .applic-apps .single-cases-info p {
    padding-right: 0;
  }

  .slider-height {
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero__img {
    margin-top: 40px;
  }

  .hero__img .phone-mockup {
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .best-features-area,
  .applic-apps,
  .ir-hatimler,
  .ir-prayer,
  .our-customer,
  .ir-faq,
  .available-app-area {
    padding: 70px 0;
  }

  .ir-hatimler-card {
    padding: 32px 24px;
  }
}
