/*
Theme Name: Webzee
Theme URI: http://example.com/webzee
Author: Rishi Kumar
Author URI: https://webzee.com.au/
Description: A custom WordPress theme for Webzee.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webzee
*/

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #111827;
  overflow-x: hidden;
}

.capsule-nav {
  background: rgba(2, 12, 27, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.capsule-nav.scrolled {
  background: rgba(2, 12, 27, 0.85);
  border-color: rgba(255, 255, 255, 0.15);
}

.glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 210, 255, 0.3);
  /* Cyan */
  transform: translateY(-5px);
  box-shadow: 0 10px 30px -10px rgba(0, 210, 255, 0.2);
}

.text-gradient {
  background: linear-gradient(135deg, #0052cc 0%, #00d2ff 50%, #ff6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Advanced Button Hover */
.btn-advanced {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: all 0.4s ease;
}

.btn-advanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  z-index: -1;
}

.btn-advanced:hover::before {
  left: 100%;
}

.btn-advanced::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, #00d2ff, #ff6600);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.btn-advanced:hover::after {
  opacity: 1;
}

.btn-advanced:hover {
  box-shadow: 0 0 20px rgba(0, 210, 255, 0.4);
  transform: scale(1.02);
}

/* Primary Button with Sweep */
.btn-primary {
  background: linear-gradient(135deg, #0052cc 0%, #00d2ff 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ff6600 0%, #ff9900 100%);
  z-index: -1;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(255, 102, 0, 0.4);
}

/* Typed.js Cursor Fix */
.typed-cursor {
  color: #ff6600;
  font-weight: 300;
}

/* Marquee Styles */
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.marquee-content {
  display: inline-block;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  display: inline-block;
  padding: 0 3rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.marquee-item span {
  color: #ff6600;
  margin-right: 1rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Hero Background adjustments */
.hero-bg {
  background-image: url('../../.gemini/antigravity-ide/brain/77ba770b-fcf9-41c7-87b9-80b3dc666b04/hero_background_1779678168119.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-overlay {
  background: radial-gradient(circle at center, rgba(2, 12, 27, 0.7) 0%, rgba(2, 12, 27, 0.98) 100%);
}



/* Logo Slider Bottom Section */
.banner_logo_slide_section {
  position: relative;
  width: 100%;
}

.banner_logo_slide_section_inner {
  background: rgba(0, 0, 0, .4);
  padding: 15px 20px;
  border-radius: 15px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.paerners_marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 45px;
  width: 100%;
  white-space: nowrap;
}


.paerners_marquee_inner {
  display: block;
  width: max-content;
  animation: paerners_marquee 20s linear infinite;
}

.paerners_marquee span {
  display: inline-block;
  margin-right: 60px;
}

.paerners_marquee span img {
  max-height: 40px;
  width: auto;
  filter: brightness(0.9);
}

@keyframes paerners_marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* --- Dynamic Typewriter About Section --- */
.main-title {
  font-size: 2.8rem;
  color: #ffffff;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.gradient-text {
  background: linear-gradient(270deg, #ff2b00, #ffa72a, #ff2b00);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: gradientMove 6s ease-in-out infinite;
  display: inline-block;
  min-height: 1.2em;
  /* Prevents layout jumping */
}

.cursor {
  display: inline-block;
  width: 4px;
  height: 1em;
  background-color: #ffa72a;
  vertical-align: text-bottom;
  animation: blink 0.8s step-end infinite;
  margin-left: 6px;
  border-radius: 2px;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* --- Responsive Media Queries for Typewriter --- */
@media (max-width: 992px) {
  .main-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
    line-height: 1.3;
  }

  .gradient-text {
    min-height: 1.3em;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 1.8rem;
  }
}

/* --- Floating Animations for Dynamic Section --- */
@keyframes float-anim {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.animate-float {
  animation: float-anim 5s ease-in-out infinite;
}

.animate-float-delayed-1 {
  animation: float-anim 6s ease-in-out infinite 1s;
}

.animate-float-delayed-2 {
  animation: float-anim 7s ease-in-out infinite 2s;
}

/* --- Modern Agency Morph Animation --- */
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

.animate-morph {
  animation: morph 8s ease-in-out infinite;
}

/* --- Spin Animation --- */
@keyframes spin-slow {
  100% {
    transform: rotate(360deg);
  }
}

.animate-spin-slow {
  animation: spin-slow 10s linear infinite;
}

/* --- Custom Brand Scrollbar --- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0f172a;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #00d2ff, #0052cc);
  border-radius: 10px;
  border: 2px solid #0f172a;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #ff9900, #ff2b00);
}

/* --- Mega Footer CSS --- */
.footer-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #00d2ff, #0052cc);
  transition: width 0.3s ease-in-out;
}

.footer-link:hover::after {
  width: 100%;
}

/* --- Base Layout --- */
.choose-webzee-section {
  position: relative;
  /* Subtle Background Texture */
  background-color: #1e293b;
  background-image: linear-gradient(rgba(30, 41, 59, 0.85), rgba(30, 41, 59, 0.85)), url('asset/subtle_bg.png');
  background-size: cover;
  background-position: center;
  padding: 120px 20px 220px 20px;
  overflow: hidden;
  font-family: 'Segoe UI', Roboto, sans-serif;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* --- Header Styling --- */
.section-header {
  margin-bottom: 60px;
}

.tag-text {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
}

.section-title {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  margin: 0;
}

.section-title span {
  color: #f37021;
}

/* --- Floating Phone Graphic --- */
.bg-phone-illustration {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  max-width: 25%;
  z-index: 1;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.3));
}

.bg-phone-illustration svg {
  width: 100%;
  height: auto;
}

/* --- Features Grid System --- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 70px;
  max-width: 80%;
}

.feature-block {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

/* --- Feature Icons & Orange Borders --- */
.feature-icon {
  position: relative;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 32px;
  height: 32px;
}

.feature-icon::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border-radius: 50%;
  border: 2px solid #f37021;
  border-left-color: transparent;
  transition: transform 0.5s ease;
}

.border-rotate-1::before {
  transform: rotate(45deg);
}

.border-rotate-2::before {
  transform: rotate(-120deg);
}

.border-rotate-3::before {
  transform: rotate(200deg);
}

.feature-block:hover .feature-icon::before {
  transform: rotate(360deg);
}

/* --- Feature Text --- */
.feature-content h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-content p {
  color: #d1e3f8;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* --- Skewed Marquee --- */
.webzee-marquee-section {
  background: #111111;
  overflow: hidden;
  position: relative;
  height: 90px;
  width: 100%;
  transform: skewY(-2.5deg);
  margin-top: -45px;
  z-index: 5;
  display: flex;
  align-items: center;
  border-top: 3px solid #f37021;
  border-bottom: 3px solid #f37021;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: scrollMarquee 25s linear infinite;
}

.marquee-track span {
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  margin-right: 80px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.marquee-track span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f37021"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

/* --- Scroll Animations --- */
@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-on-scroll {
  opacity: 0;
  visibility: hidden;
}

.fade-in-up.is-visible {
  opacity: 1;
  visibility: visible;
  animation: fadeInUpAnim 0.8s ease forwards;
  animation-delay: var(--delay, 0s);
}

@keyframes fadeInUpAnim {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-in-right.is-visible {
  opacity: 1;
  visibility: visible;
  animation: slideInRightAnim 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes slideInRightAnim {
  0% {
    opacity: 0;
    transform: translate(100px, -50%);
  }

  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

/* Forces Elementor to show content while editing */
.elementor-editor-active .animate-on-scroll {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* --- Mobile Responsiveness Fixes --- */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 40px;
  }

  .bg-phone-illustration {
    opacity: 0.1;
    right: -20%;
    top: 30%;
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .choose-webzee-section {
    padding: 60px 15px 100px 15px;
  }

  .section-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .feature-block {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 15px;
  }

  .feature-content h3 {
    font-size: 16px;
  }

  .feature-content p {
    font-size: 14px;
    padding: 0 10px;
  }

  .bg-phone-illustration {
    display: none;
  }

  .webzee-marquee-section {
    height: 70px;
    margin-top: -35px;
  }

  .marquee-track span {
    font-size: 18px;
    margin-right: 30px;
    gap: 15px;
  }

  .marquee-track span::after {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 28px;
  }
}

/* --- Floating Social Icons Animation --- */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.social-float-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  z-index: 20;
  animation: float ease-in-out infinite;
}