/* --- 1. Global Variables & Base Resets --- */
:root {
  --tectigon-dark: #121212; 
  --tectigon-dropdown-bg: #242424;
  --tectigon-accent: #1feda8; 
  --tectigon-white: #fff;
  --tectigon-muted: #e0e0e0;
  --tectigon-font: 'Poppins', sans-serif;
  --accent-color: #00d8a1;
  --text-secondary: #a3a3a3;
  --border-color: #333;
  --cf-bg-color: #0d0d0d;
  --cf-text-main: #fff;
  --cf-text-muted: #8a8a8a;
  --cf-accent: #00e6a8;
  --cf-font-main: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body { background: #000; }

/* --- 2. Shared Utilities & Wrappers --- */
.custom-wrapper, .footer-wrapper, .about-wrapper {
  background: #111;
  color: var(--tectigon-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  max-width: 1400px;
  margin: 0 auto;
}
.custom-wrapper, .about-wrapper { padding: 80px 40px; }
.footer-wrapper { padding: 80px 40px 0; overflow: hidden; }

.divider { height: 1px; background: var(--border-color); margin-bottom: 30px; width: 100%; }

.status-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 12px; border: 2px solid #00e676; 
}

/* Flexbox utilities grouped together */
.social-btn, .tectigon-logo-text, .tectigon-nav-link, .tectigon-btn-cta, .section-title, .cf-highlight-label {
  display: flex; align-items: center;
}

.social-btn {
  justify-content: center; text-decoration: none; transition: all 0.3s ease;
}

/* Outlined text effects */
.tectigon-outline-text, .outline-text { color: transparent; }
.tectigon-outline-text { -webkit-text-stroke: 2px var(--tectigon-accent); }
.outline-text { -webkit-text-stroke: 1px #00e58f; }
.footer-bottom .outline-text { -webkit-text-stroke: 2px #00f2a6; margin-right: 15px; }

/* --- 3. Section Padding Fixes --- */
.tectigon-hero-section, .tectigon-hero-content, .portfolio-section {
  padding-bottom: 0 !important; margin-bottom: 0 !important;
}
.portfolio-section .grid-row:last-child { margin-bottom: 0; padding-bottom: 0; }
.portfolio-section .main-heading { margin-bottom: 0 !important; padding-bottom: 0; line-height: 1.2; }

/* --- 4. Scoped Navbar Styles --- */
.tectigon-navbar-wrapper {
  font-family: var(--tectigon-font); background: var(--tectigon-dark); color: var(--tectigon-white);
  padding: 20px 0; width: 100%; position: relative; z-index: 1000;
}
.tectigon-navbar-wrapper a { text-decoration: none; }
.tectigon-navbar-wrapper ul { list-style: none; }
.tectigon-nav-container { background-color: #0d0d0d; max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; }

.tectigon-logo-box, 
.tectigon-logo-text { 
    background-color: #0d0d0d !important; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.tectigon-logo-box { display: flex; flex-direction: column; background-color: #0d0d0d; }

.tectigon-logo-accent { position: relative; z-index: 1; display: inline-block; padding: 0 2px; }
.tectigon-logo-accent::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 35px; height: 35px; background: var(--tectigon-accent); border-radius: 50%; z-index: -1;
}
.tectigon-logo-sub { font-size: 10px; color: var(--tectigon-muted); letter-spacing: 1px; margin-top: 4px; }

.tectigon-nav-menu { display: flex; }
.tectigon-nav-list { display: flex; align-items: center; gap: 35px; }
.tectigon-nav-link { color: var(--tectigon-white); font-size: 15px; font-weight: 500; transition: all 0.3s ease; gap: 6px; padding: 10px 0; }
.tectigon-nav-link:hover { color: var(--tectigon-accent); }
.tectigon-navbar-wrapper .text-sm { font-size: 11px;  color: #00d68f; }

.tectigon-dropdown { position: relative; }
.tectigon-dropdown-menu {
  position: absolute; top: 100%; left: 0; background: var(--tectigon-dropdown-bg); min-width: 200px;
  padding: 15px 0; border-radius: 8px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease;
}
.tectigon-dropdown:hover .tectigon-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0);  }
.tectigon-dropdown-menu li a { display: block; color: var(--tectigon-white); padding: 10px 25px; font-size: 14px; transition: all 0.3s ease; }
.tectigon-dropdown-menu li a:hover { color: var(--tectigon-accent); padding-left: 30px; }

.tectigon-btn-cta {
  gap: 10px; padding: 12px 24px; border: 1px solid var(--tectigon-accent);
  border-radius: 10px; color: var(--tectigon-white); font-size: 15px; font-weight: 500; transition: all 0.3s ease;
}
.tectigon-btn-cta:hover { background: var(--tectigon-accent); color: var(--tectigon-dark); }
.tectigon-mobile-toggle { display: none; font-size: 24px; cursor: pointer; color: var(--tectigon-white); }

/* --- 5. Hero Section --- */
.tectigon-hero-section { position: relative; background: var(--tectigon-dark); }
.tectigon-sticky-bg { position: sticky; top: 0; width: 100%; height: 100vh; overflow: hidden; z-index: 1; }
.tectigon-bg-image { width: 100%; height: 100%; background-size: cover; background-position: center; transform: scale(2.05); }
.tectigon-bg-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(18, 18, 18, 0.9) 0%, rgba(18, 18, 18, 0.6) 50%, rgba(18, 18, 18, 0.9) 100%); }
.tectigon-hero-content {
  position: relative; z-index: 2; margin-top: -100vh; min-height: 100vh; padding-bottom: 80px;
  display: flex; flex-direction: column; justify-content: flex-start; background: linear-gradient(to top, rgb(0 0 0 / 83%) 0%, rgba(0 0 0 / 14%) 100%);
}
.tectigon-container { max-width: 1400px; margin: 0 auto; width: 100%; }
.tectigon-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-top: 15vh; }
.tectigon-massive-title { font-size: 4rem; font-family: var(--tectigon-font); line-height: 1.1; font-weight: 700; color: var(--tectigon-white); letter-spacing: -2px; }
.tectigon-hero-right { display: flex; flex-direction: column; justify-content: center; padding-top: 2rem; align-items: flex-end; }
.tectigon-sub-title { font-size: 2.2rem; font-family: var(--tectigon-font); line-height: 1.3; font-weight: 600; margin-bottom: 20px; color: #fff; }
.tectigon-hero-desc { font-size: 1.1rem; color: var(--tectigon-muted); margin-bottom: 40px; max-width: 450px; }

.tectigon-button-group { display: flex; gap: 20px; }
.tectigon-btn-solid { background: #2a2a2a; color: var(--tectigon-white); padding: 15px 30px; border-radius: 8px; font-weight: 500; transition: all 0.3s ease; }
.tectigon-btn-solid:hover { background: var(--tectigon-accent); color: var(--tectigon-dark); }
.tectigon-btn-outline { background: transparent; color: var(--tectigon-white); padding: 15px 30px; border-radius: 8px; border: 1px solid var(--tectigon-accent); font-weight: 500; transition: all 0.3s ease; }
.tectigon-btn-outline:hover { background: var(--tectigon-accent); color: var(--tectigon-dark); }

.tectigon-hero-bottom { padding: 40px 40px 10vh 40px; text-align: center; }
.tectigon-founder-credit { font-size: 14px; color: var(--tectigon-muted); display: inline-flex; align-items: center; gap: 10px; }
.tectigon-dot { width: 8px; height: 8px; background: var(--tectigon-accent); border-radius: 50%; display: inline-block; }
.tectigon-next-section { background: #0a0a0a; padding-top: 150px; position: relative; z-index: 3; text-align: center; }

/* --- 6. Portfolio & Core Services --- */
.portfolio-section { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 6rem; }
.grid-row { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; }
.accent-dot { display: inline-block; width: 12px; height: 12px; border: 3px solid var(--accent-color); border-radius: 50%; margin-right: 12px; transform: translateY(1px); }
.trusted-text { color: var(--text-secondary); font-size: 1.1rem; border-left: 2px solid var(--accent-color); padding-left: 1rem; max-width: 300px; }
.profile-info { display: flex; align-items: baseline; font-size: 1.1rem; color: #fff; margin-bottom: 1.5rem; justify-content: center; }
.social-links { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-end; }
.social-links .social-btn { gap: 0.75rem; background: transparent; color: #fff; border: 1px solid var(--border-color); padding: 0.6rem 1.2rem; border-radius: 50px; font-size: 0.95rem; }
.social-links .social-btn i { color: var(--accent-color); font-size: 1.1rem; }
.social-links .social-btn:hover { border-color: var(--accent-color); background: rgba(0, 216, 161, 0.05); }

.section-title { font-size: 1.1rem; font-weight: 500; color: #fff; }
.main-heading { font-size: 2.5rem; font-weight: 600; line-height: 1.4; color: #fff; }

.core-services-section { display: flex; justify-content: center; background: #000; color: #fff; font-family: 'Inter', sans-serif; }
.container { max-width: 1200px; width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: flex-start; }
.services-column { display: flex; flex-direction: column; gap: 15px; }
.service-card { display: flex; gap: 20px; padding: 24px; border-radius: 16px; transition: background 0.3s ease; }
.service-card.active { background: #1e1e1e; }
.icon-box { width: 48px; height: 48px; background: #0a0a0a; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid #2a2a2a; }
.service-content h3 { margin: 0 0 10px 0; font-size: 1.1rem; font-weight: 600; }
.service-content p { margin: 0; color: #a0a0a0; font-size: 0.9rem; line-height: 1.5; }

.center-column { display: flex; flex-direction: column; gap: 40px; }
.main-title { margin: 0; font-size: 3rem; line-height: 1.2; font-weight: 700; letter-spacing: -1px; }
.image-wrapper { border-radius: 20px; overflow: hidden; }
.image-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }
.center-image { height: 350px; }
.right-image { height: 600px; }

/* --- 7. Stats & About --- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 100px; }
.stat-item { position: relative; padding-right: 30px; }
.stat-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 0; height: 100%; width: 1px; background: #333; }
.stat-title { font-size: 1.1rem; font-weight: 600; line-height: 1.4; margin-bottom: 30px; max-width: 90%; }
.stat-number-wrap { display: flex; align-items: center; }
.number { font-size: 6rem; font-weight: 800; color: transparent; -webkit-text-stroke: 1.5px #444; line-height: 1; }
.accent { font-size: 2.5rem; font-weight: bold; color: #00e676; margin-left: 5px; line-height: 1; -webkit-text-stroke: 0; }

.bottom-section { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.left-label { flex: 1; display: flex; align-items: center; font-size: 0.9rem; letter-spacing: 0.5px; }
.center-heading { flex: 2; font-size: 3.5rem; font-weight: 700; line-height: 1.1; }
.right-description { flex: 1; color: #a0a0a0; font-size: 1.1rem; line-height: 1.6; padding-top: 10px; }
/* more about founder css */

.section-label { display: flex; align-items: center; font-size: 0.9rem; letter-spacing: 0.5px; margin-bottom: 30px; color: #e0e0e0; }
.about-wrapper .status-dot { background: transparent; border-color: #00f2a6; }
.intro-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 60px; }
.intro-row .main-heading { flex: 1.5; font-size: 3.5rem; font-weight: 700; line-height: 1.1; letter-spacing: -1px; }
.sub-text { flex: 1; color: #a0a0a0; font-size: 1.1rem; line-height: 1.6; padding-top: 10px; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }

.image-gallery { display: flex; gap: 25px; }
.gallery-left { display: flex; flex-direction: column; width: 45%; }
.gallery-right { width: 55%; }
.img-short { width: 100%; height: 320px; object-fit: cover; border-radius: 20px; margin-bottom: 40px; }
.img-tall { width: 100%; height: 480px; object-fit: cover; border-radius: 20px; }

.trust-section { display: flex; flex-direction: column; gap: 15px; }
.team-avatars { display: flex; align-items: center; }
.avatar { width: 45px; height: 45px; border-radius: 50%; border: 3px solid #111; object-fit: cover; margin-left: -15px; }
.avatar:first-child { margin-left: 0; }
.avatar-plus { display: flex; align-items: center; justify-content: center; background: #262626; color: #00f2a6; font-weight: bold; font-size: 1.2rem; cursor: pointer; }
.trust-text { font-size: 1rem; font-weight: 700; color: #fff; }

.quote-box { position: relative; margin-bottom: 40px; padding-left: 20px; }
.quote-icon { position: absolute; top: -15px; left: -20px; background: #00f2a6; color: #111; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-family: serif; font-weight: bold; line-height: 1; padding-top: 5px; }
.quote-text { font-size: 2.2rem; font-weight: 700; line-height: 1.2; }
.author-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.author-name { font-size: 1.2rem; font-weight: 700; margin-bottom: 5px; }
.author-title { color: #00f2a6; font-size: 0.95rem; font-weight: 600; }
.btn-outline { display: inline-block; padding: 12px 24px; background: #262626; color: #fff; text-decoration: none; border-radius: 8px; font-size: 0.95rem; font-weight: 600; transition: background 0.3s; }
.btn-outline:hover { background: #00f2a6; color: #000; }
.feature-list { list-style: none; }
.feature-list li { display: flex; align-items: center; margin-bottom: 20px; }
.check-circle { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-width: 28px; border: 2px solid #00f2a6; border-radius: 50%; color: #00f2a6; font-size: 0.9rem; margin-right: 15px; font-weight: bold; }
.feature-list p { font-size: 1.05rem; font-weight: 600; color: #e0e0e0; }

/* --- 8. CTA & Feedback Elements --- */
.cta-section {
  position: relative; border-radius: 30px; max-width: 100%; margin: 0 auto 100px auto; overflow: hidden;
  background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1920&q=80');
  background-size: cover; background-position: center; background-attachment: fixed; 
}
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0.8) 40%, rgba(17, 17, 17, 0.6) 100%); z-index: 1; }
.cta-container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 2fr; gap: 60px; padding: 100px 60px; align-items: center; }

.feedback-card {
  background: rgba(38, 38, 38, 0.4); color: aliceblue; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 40px; display: flex; flex-direction: column; gap: 15px; max-width: 320px;
}
.stars { color: #ffc107; font-size: 1.4rem; letter-spacing: 4px; }
.rating-number { font-size: 5.5rem; font-weight: 800; line-height: 1; }
.feedback-text { font-size: 1.2rem; font-weight: 700; line-height: 1.4; color: #fff; }

.cta-right { display: flex; flex-direction: column; align-items: flex-start; }
.cta-right .main-heading { font-size: 4.5rem; margin-bottom: 25px; color: aliceblue; }
.cta-desc { max-width: 650px; margin-bottom: 40px; color: aliceblue; font-size: 1.15rem; }

.cf-feedback-section {
  background: linear-gradient(rgba(13, 13, 13, 0.88), rgba(13, 13, 13, 0.88)), url('https://img.freepik.com/premium-photo/beautiful-world-map-with-unique-captivating-design_1209158-25772.jpg');
  background-size: cover; background-position: center; background-attachment: fixed; 
  color: var(--cf-text-main); font-family: var(--cf-font-main); height: 100vh; overflow-y: auto; margin-top: -100px; width: 100%;
}
.cf-scroll-content { padding: 80px 40px; box-sizing: border-box; max-width: 1400px; margin: 0 auto; }
.cf-top-row { display: flex; justify-content: space-between; gap: 60px; margin-bottom: 80px; }
.cf-left-col { flex: 1; max-width: 450px; }
.cf-right-col { flex: 1; position: relative; max-width: 600px; }

.cf-highlight-label { gap: 10px; margin-bottom: 20px; font-size: 14px; font-weight: 600; color: var(--cf-text-main); }
.cf-dot { width: 8px; height: 8px; background: var(--cf-accent); border-radius: 50%; box-shadow: 0 0 8px var(--cf-accent); }
.cf-title { font-size: 48px; line-height: 1.1; margin: 0 0 30px 0; font-weight: 700; }
.cf-trust-indicator { display: flex; align-items: center; gap: 15px; }
.cf-avatar-stack { display: flex; align-items: center; }
.cf-avatar-stack img { width: 45px; height: 45px; border-radius: 50%; border: 2px solid var(--cf-bg-color); object-fit: cover; }
.cf-avatar-stack img:not(:first-child) { margin-left: -15px; }
.cf-add-btn { width: 45px; height: 45px; border-radius: 50%; background: #222; color: var(--cf-accent); display: flex; justify-content: center; align-items: center; font-size: 24px; margin-left: -15px; z-index: 10; border: 2px solid var(--cf-bg-color); }
.cf-trust-text { font-size: 15px; font-weight: 600; line-height: 1.3; }

.cf-testimonial-viewport { overflow: hidden; width: 100%; }
.cf-testimonial-track { display: flex; transition: transform 0.6s ease-in-out; width: 100%; }
.cf-slide { min-width: 100%; box-sizing: border-box; padding-right: 20px; }
.cf-quote-text { font-size: 22px; line-height: 1.6; color: #e0e0e0; margin-bottom: 40px; font-weight: 300; }
.cf-author-info { display: flex; align-items: center; gap: 15px; }
.cf-author-info img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.cf-author-details h4 { margin: 0 0 5px 0; font-size: 18px; }
.cf-author-details p { margin: 0; color: var(--cf-text-muted); font-size: 14px; }
.cf-quote-icon { position: absolute; bottom: 0; right: 0; font-size: 60px; color: var(--cf-accent); font-family: serif; line-height: 1; pointer-events: none; }

.cf-bottom-row { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 40px; width: 100%; }
.cf-logo-marquee { width: 100%; overflow: hidden; white-space: nowrap; position: relative; }
.cf-logo-track { display: inline-flex; width: max-content; animation: cf-scrollLogos 25s linear infinite; }
.cf-logo-track:hover { animation-play-state: paused; }
.cf-logo-slot { color: #777; font-size: 24px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; padding: 0 40px; transition: color 0.3s ease; }
.cf-logo-slot:hover { color: var(--cf-text-main); cursor: pointer; }
@keyframes cf-scrollLogos { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* --- 9. Insights Section --- */
.insights-container { font-family: 'Inter', system-ui, sans-serif; background: #000000; color: #fff; padding: 60px 40px; margin: 0 auto; box-sizing: border-box; }
.insights-header-section { margin-bottom: 40px; }
.insights-subtitle { color: #fff; font-size: 14px; display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.insights-subtitle .dot { width: 8px; height: 8px; background: #20c997; border-radius: 50%; border: 2px solid #171717; box-shadow: 0 0 0 1px #20c997; }
.insights-main-header { display: flex; align-items: center; gap: 24px; }
.insights-title { font-size: 42px; font-weight: 700; margin: 0; line-height: 1.2; }
.header-line { flex-grow: 1; height: 1px; background: #333; }
.view-insights-btn { background: #2a2a2a; color: #fff; text-decoration: none; padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; transition: background 0.3s ease; white-space: nowrap; }
.view-insights-btn:hover { background: #3a3a3a; }
.insights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.insight-card { background: #2a2a2a; border-radius: 16px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; will-change: transform; }
.insight-card:hover { transform: scale(1.02); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4); }
.card-image-wrapper { width: 100%; height: 220px; overflow: hidden; }
.card-image-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; will-change: transform; }
.insight-card:hover .card-image-wrapper img { transform: scale(1.08) rotate(2deg); }
.card-content { padding: 24px; }
.card-meta { display: flex; align-items: center; gap: 16px; font-size: 13px; color: #a0a0a0; margin-bottom: 16px; }
.card-meta .category { display: flex; align-items: center; gap: 6px; }
.folder-icon { width: 14px; height: 14px; stroke: #20c997; }
.card-title { font-size: 20px; font-weight: 600; margin: 0 0 12px 0; line-height: 1.4; color: #fff; }
.card-description { font-size: 14px; color: #a0a0a0; margin: 0; line-height: 1.6; }


/* --- 10. Footer Section --- */
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 60px; margin-bottom: 60px; }


.brand-logo { 
    max-width: 180px;
    height: auto;
    display: block; /* Removes the bottom whitespace/gap */
    background: transparent !important; /* Force the PNG transparency */
    padding: 5px 10px;
    border-radius: 8px;
    /* This ensures the browser knows it's a dark-themed element */
    color-scheme: dark; 
}

.brand-tagline { font-size: 1.6rem; font-weight: 700; line-height: 1.3; margin-bottom: 30px; max-width: 90%; }
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.email-block { grid-column: span 2; }
.info-block h4 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.info-block p { color: #a0a0a0; font-size: 0.95rem; line-height: 1.5; }

.col-header h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 15px; }
.short-divider { width: 50px; }
.quick-links { list-style: none; }
.quick-links a { color: #a0a0a0; text-decoration: none;}
.quick-links li { display: flex; align-items: center; margin-bottom: 18px; color: #a0a0a0; font-size: 1rem; cursor: pointer; transition: color 0.3s ease; }
.quick-links li:hover { color: #00e676; }
.arrow-icon { display: inline-flex; justify-content: center; align-items: center; width: 18px; height: 18px; border: 1px solid #00e676; border-radius: 50%; color: #00e676; font-size: 14px; margin-right: 12px; padding-bottom: 2px; }

.newsletter-heading { font-size: 1.4rem; font-weight: 700; line-height: 1.4; margin-bottom: 30px; }
.subscribe-form { display: flex; background: #262626; border-radius: 30px; padding: 6px; margin-bottom: 40px; }
.subscribe-form input { flex: 1; background: transparent; border: none; color: #fff; padding: 10px 20px; font-size: 0.95rem; outline: none; }
.subscribe-form input::placeholder { color: #888; }
.subscribe-form button { background: #00f2a6; color: #000; border: none; padding: 12px 24px; border-radius: 25px; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: background 0.3s ease; }
.subscribe-form button:hover { background: #00c98a; }

.social-section { display: flex; align-items: center; gap: 30px; }
.social-section h4 { font-size: 1.1rem; font-weight: 700; }
.social-icons { display: flex; gap: 12px; }
.social-section .social-btn { width: 36px; height: 36px; background: #262626; color: #fff; border-radius: 50%; font-size: 0.85rem; }
.social-section .social-btn:hover { background: #00f2a6; color: #000; }

.footer-bottom { font-size: 16vw; font-weight: 800; line-height: 0.75; letter-spacing: -2px; white-space: nowrap; transform: translateY(10%); }
.solid-text { color: #fff; }

/* --- 11. Consolidated Media Queries (UPDATED FOR MOBILE) --- */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
  .stat-item:nth-child(2)::after { display: none; }
  .bottom-section, .intro-row { flex-direction: column; }
  .center-heading { font-size: 2.8rem; }
  .intro-row { gap: 20px; }
  .content-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .newsletter-col { grid-column: span 2; }
  .cta-container { grid-template-columns: 1fr; padding: 80px 40px; gap: 50px; }
  .cta-right .main-heading { font-size: 3.5rem; }
}

@media (max-width: 992px) {
  .tectigon-btn-cta { display: none; }
  .tectigon-mobile-toggle { display: block; }
  .tectigon-massive-title { font-size: 2.5rem; word-wrap: break-word; }
  
  .tectigon-nav-menu { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: var(--tectigon-dropdown-bg); padding: 20px 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
  .tectigon-nav-menu.active { display: block; }
  .tectigon-nav-list { flex-direction: column; align-items: flex-start; gap: 0; }
  .tectigon-nav-link { padding: 15px 40px; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .tectigon-dropdown-menu { position: static; box-shadow: none; background: transparent; padding: 0 0 0 20px; display: none; visibility: visible; opacity: 1; transform: none; }
  .tectigon-dropdown.active-mobile .tectigon-dropdown-menu { display: block; }
  
  /* FIXED: Hero section stacking and alignment */
  .tectigon-hero-grid { grid-template-columns: 1fr; padding-top: 12vh; gap: 30px; }
  .tectigon-hero-right { align-items: flex-start; padding-top: 1rem; } /* Stops text from hugging the right edge */
  
  .container { grid-template-columns: 1fr; }
  .right-image { height: 400px; }
}

@media (max-width: 768px) {
  .grid-row { grid-template-columns: 1fr; gap: 2rem; }
  .portfolio-section { gap: 3rem; padding: 0 20px; }
  .main-heading { font-size: 1.8rem; }
  .footer-top { grid-template-columns: 1fr; }
  .newsletter-col { grid-column: span 1; }
  .contact-info { grid-template-columns: 1fr; }
  .email-block { grid-column: span 1; }
  .social-section { flex-direction: column; align-items: flex-start; gap: 15px; }
  .footer-bottom { font-size: 24vw; }
  .cf-top-row { flex-direction: column; }
  
  /* FIXED: Hero text, buttons, and wild background scaling */
  .tectigon-sub-title { font-size: 1.8rem; }
  .tectigon-hero-desc { font-size: 1rem; margin-bottom: 25px; }
  .tectigon-button-group { flex-direction: column; width: 100%; gap: 15px; }
  .tectigon-btn-solid, .tectigon-btn-outline { text-align: center; width: 100%; justify-content: center; }
  .tectigon-bg-image { transform: scale(1.2); } /* Reduced from 2.05 to stop mobile distortion */
}

@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item::after { display: none; }
  .image-gallery { flex-direction: column; }
  .gallery-left, .gallery-right { width: 100%; }
  .main-heading { font-size: 2rem; }
  .quote-text { font-size: 1.5rem; }
  .author-row { flex-direction: column; align-items: flex-start; gap: 20px; }
  .cta-container { padding: 40px 20px; gap: 30px; }
  .cta-right .main-heading { font-size: 2.2rem; }
  .feedback-card { padding: 25px; max-width: 100%; }
  .rating-number { font-size: 4rem; }
  
  /* FIXED: General padding for extra small screens */
  .tectigon-massive-title { font-size: 2.2rem; line-height: 1.2; }
  .custom-wrapper, .about-wrapper { padding: 40px 20px; }
  .footer-wrapper { padding: 40px 20px 0; }
  .tectigon-container { padding: 0 20px; }
}


@media (max-width: 992px) {
    /* 1. Force the parent containers to be transparent/dark */
    .tectigon-logo-box, 
    .tectigon-logo-text {
        background-color: transparent !important;
        background: none !important;
        border: none !important;
    }
    
    /* 2. Fix the Image specifically for mobile screens */
    .brand-logo {
        background-color: #0d0d0d !important; /* Matches your navbar exactly */
        max-width: 140px; /* Smaller for mobile screens */
        height: auto;
        display: block;
        padding: 8px;
        border-radius: 6px;
        /* Prevents mobile browsers from adding a 'highlight' on tap */
        -webkit-tap-highlight-color: transparent; 
    }
}