/*
Theme Name: TP Elementor Theme
Theme URI: https://trianglepharma.in/
Author: Triangle Pharma
Author URI: https://trianglepharma.in/
Description: Lightweight, responsive WordPress theme designed for Elementor and Elementor Pro.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: tp-elementor-theme
Tags: elementor, one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

:root{
  --tp-primary:#0b6b57;
  --tp-secondary:#0f9d7a;
  --tp-dark:#10251f;
  --tp-text:#465650;
  --tp-light:#f4faf8;
  --tp-white:#fff;
  --tp-radius:18px;
  --tp-shadow:0 12px 40px rgba(16,37,31,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--tp-text);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.7}
a{color:var(--tp-primary);text-decoration:none}
a:hover{color:var(--tp-secondary)}
img{max-width:100%;height:auto}
.container{width:min(1180px,92%);margin-inline:auto}
.site-header{background:#fff;border-bottom:1px solid #edf2ef;position:relative;z-index:99}
.site-header.is-sticky{position:sticky;top:0}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-branding{display:flex;align-items:center;gap:12px}
.custom-logo{max-height:52px;width:auto}
.site-title{font-size:22px;font-weight:800;color:var(--tp-dark)}
.site-description{font-size:12px;color:#7a8984}
.main-navigation ul{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}
.main-navigation a{font-weight:600;color:var(--tp-dark);font-size:15px}
.menu-toggle{display:none;border:0;background:var(--tp-primary);color:#fff;border-radius:10px;padding:10px 14px}
.site-main{min-height:60vh}
.page-hero{padding:100px 0;background:linear-gradient(135deg,#effaf6,#fff)}
.page-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.08;color:var(--tp-dark);margin:0 0 18px}
.page-content{padding:70px 0}
.site-footer{background:#10251f;color:#dce8e3;padding:55px 0 25px}
.site-footer a{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;font-size:13px}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:9999}
button,input,textarea,select{font:inherit}
input,textarea,select{border:1px solid #dce7e2;border-radius:10px;padding:12px 14px;width:100%}
button,.button,.wp-block-button__link{border:0;border-radius:10px;padding:12px 20px;background:var(--tp-primary);color:#fff;font-weight:700}
.elementor-page .site-main{min-height:0}
@media(max-width:900px){
 .main-navigation ul{display:none;position:absolute;left:4%;right:4%;top:78px;background:#fff;padding:18px;box-shadow:var(--tp-shadow);border-radius:14px;flex-direction:column;align-items:flex-start}
 .main-navigation ul.is-open{display:flex}
 .menu-toggle{display:block}
 .header-inner{min-height:70px}
}
