/*
Theme Name: Iconic Global
Theme URI: https://iconic-global.io/
Author: Iconic Global Team
Description: Premium minimalist WordPress theme for real estate development with Tailwind CSS and scroll animations.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: iconic-global
*/

@tailwind base;
@tailwind components;
@tailwind utilities;

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  overflow-x: hidden;
}

::selection {
  background: rgba(201, 169, 98, 0.3);
  color: #1A1A2E;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px;
  text-align: center;
}

.wp-caption img {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 98.5%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #C9A962;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #A88B4A;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
