body { font-family: 'georgia', sans-serif; box-sizing: border-box; margin: 0; position: relative; isolation: isolate; min-height: 100vh; }
body::before {  content: "";  position: fixed;  inset: 0; z-index: -1;  background-image: url('images/bg.jpg'); background-size: contain;  background-position: center;  opacity: 0.10; }
button { padding: 10px; color: white; border: none; border-radius: 8px; cursor: pointer; font-family: 'georgia', sans-serif; } button:hover { background: #005a87; }
.logi { align-items: center; text-decoration: none; color: #000069; font-size: clamp(12px, 3vw, 16px); align-items: center;}
h1 { color: #000069; font-size: clamp(20px, 3vw, 32px) ; }
H4 { font-size: clamp(15px, 2.5vw, 20px) ; }
.head1 { background-color: #F1FAFF ; display: flex; flex-direction: row; padding-left: 15px; padding-right: 20px; }
nav { color: #000069; font-size: clamp(8px, 1vw, 20px); }
.logo { width: clamp(50px, 12vw, 65px); }
.homestyle { display: flex; flex-direction: row ; align-items: center; justify-content: space-evenly; margin: 100px 10px 100px 10px; align-items: stretch; } 
@media screen and (max-width: 768px) { .homestyle { flex-direction: column; align-items: center; margin:auto; }}
.products { display: grid; grid-template-columns: repeat(5, 1fr); font-size: 1rem; gap: 50px; padding: 20px; text-align: center; & img { width: 45%; } & p { font-size: 1.3em; color: #000069;} } 
@media screen and (max-width: 768px) { .products { grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 5px; font-size: .6rem; } }
.loginform { font-family: Georgia; max-width: 400px; margin: 20px auto; padding: 20px; }
.form-group { margin-bottom: 15px; text-align: center; align-items: center; } label { display: flex; margin-bottom: 5px; } textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; box-sizing:            border-box;} input { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; box-sizing: border-box; } 
.footer-links { font-size: clamp(2px, 1vw, 20px); text-align: center; padding: 10px; background-color: #01013d; color: white; margin-top: 10px;}
.product { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; text-align: center; padding: 10px 5px; border: 1px solid #ccc; border-radius: 10px; justify-content: space-evenly; gap: 10px; } @media screen and (max-width: 768px) { .product { grid-template-columns:repeat(1, 1fr); align-items: center; padding: 8px; } } button i { margin-left: 3px; } .banner { border-radius: 15px; width: 40%; margin: 20px; }
@media screen and (max-width: 768px) { .banner {width: 90%;} }
.contactus {  display: flex; flex-direction: row; gap: 20px; padding: 20px; justify-content: space-evenly;}

.agent-greeting { font-size: clamp(6px, 3vw, 16px);  /* 12px min, scales to 16px max */ color: #000069; } 
@media screen and (max-width: 768px) { .agent-greeting { font-size: 8px;  /* Fixed small size on phones */ } } /* Mobile specific override */
@media screen and (max-width: 480px) { .agent-greeting { font-size: 8px; } } /* Very small screens */
        
        /* Popup styling */
.popup-overlay { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); justify-content: center; align-items: center; }
.popup-content { background-color: #f0f8f9; padding: 15px; border: 2px solid #000069; width: 90%; max-width: 500px; border-radius: 15px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; box-sizing: border-box;}
.clos-btn { margin: 0; text-align: right; background: none; border: none; font-size: 24px; cursor: pointer; color: #888; }
.lead-popup-overlay { display: none !important; position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background: rgba(0,0,0,0.8) !important;
                      z-index: 99999 !important; overflow: auto !important; }
.lead-popup-iframe { position: absolute !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; width: 100% !important; /* max-width: 500px !important; */
    height: 85vh !important; border: none !important; border-radius: 15px !important; box-shadow: 0 20px 60px rgba(0,0,0,0.5) !important; }
.lead-popup-close { position: absolute !important; top: 15px !important; right: 25px !important; background: #ff4757 !important; color: white !important; border: none !important; width: 45px !important; height: 45px !important; border-radius: 50% !important; cursor: pointer !important; z-index: 100000 !important; font-size: 20px !important; font-weight: bold !important; }
.banner { width: 40%; }
@media screen and (max-width: 768px) { .banner { width:90%; } } 
p {margin: 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.navbar { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; font-weight: 800; border-radius: var(--radius); box-shadow: 0 14px 32px rgba(37, 99, 235, 0.28); }
.brand-copy { display: grid; line-height: 1.15; text-decoration: none; }
.brand-copy small { color: var(--muted); font-size: 0.78rem; text-decoration: none; }
.nav-menu { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 0.94rem; font-weight: 600; }
.nav-menu a { transition: color 0.2s ease; }
.nav-menu a:hover { color: var(--blue); }
.nav-toggle { display: none; width: 44px; height: 40px; padding: 9px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--text); }
.theme-toggle { width: 62px; height: 36px; display: grid; place-items: center; font-size: 0.74rem; font-weight: 800; }
.theme-toggle .moon, body.dark .theme-toggle .sun { display: none; }
body.dark .theme-toggle .moon { display: inline; }

@media (max-width: 860px) {
  .container { width: min(100% - 28px, 720px); }
  .section-pad { padding: 72px 0; }
  .nav-toggle { display: block;  }
  .nav-menu { position: absolute; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
  .nav-menu.open {  display: flex; }
  .nav-menu a,
  .nav-menu button { min-height: 44px;  justify-content: flex-start;  padding: 10px 12px; }
	}