/* imported from lamtansengineering.com (WordPress Additional CSS) - 2026-09-17 */


/* Privacy Policy Page Layout */
.policy-wrapper-simple {
    background-color: #0a2540; /* Navy Blue Background */
    color: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Grid for Sidebar and Content */
.policy-grid {
    display: grid;
    grid-template-columns: 300px 1fr; /* Sidebar 300px, baqi content */
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Sidebar Styling */
.policy-sidebar h3 {
    color: #38b000; /* Bright Green */
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-card, .internal-links {
    background: rgba(255, 255, 255, 0.05); /* Subtle transparency */
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-card p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.ico-link {
    display: inline-block;
    margin-top: 10px;
    color: #38b000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.internal-links a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    transition: 0.3s;
}

.internal-links a:hover {
    color: #38b000;
    padding-left: 10px;
}

/* Main Content Styling */
.policy-main-content h2 {
    color: #38b000; /* Green Headings */
    font-size: 28px;
    margin: 30px 0 15px 0;
}

.policy-main-content p, .policy-main-content li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    opacity: 0.9;
}

.policy-main-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.policy-main-content li {
    margin-bottom: 8px;
}

/* Call to Action Box */
.cta-box {
    background: #0e3b2e; /* Dark Green Background */
    padding: 30px;
    border-radius: 12px;
    border-left: 5px solid #38b000;
    margin-top: 50px;
}

.cta-box p {
    margin-bottom: 0;
    font-weight: 500;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .policy-grid {
        grid-template-columns: 1fr; /* Stack sidebar on top for mobile */
    }
    
    .policy-sidebar {
        order: 2; /* Sidebar niche aa jayega content ke */
    }
    
    .policy-main-content {
        order: 1;
    }
}

.wpcf7-form,
.wpcf7-form p,
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.wpcf7-form select {
  width: 100% !important;
  max-width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: #fff;
  color: #111;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.striped-table table{
    width:100%;
    border-collapse:collapse;
}

.striped-table tr:first-child{
    background:#e5e5e5;
    font-weight:700;
}

.striped-table tr:nth-child(even){
    background:#f5f5f5;
}

.striped-table tr:nth-child(odd){
    background:#ffffff;
}
.featured-image-class {
    display: none;
}
.striped-table tr:first-child{
    background:#e5e5e5 !important;
}
.eael-data-table {
    border-collapse: collapse !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form select {
    width: 100% !important;
    padding: 14px !important;
    border: 2px solid #ddd !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.wpcf7-form input[type="submit"] {
    background: #005027 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 30px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
	width: 100% !important;
}

h1 {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    margin: 0 0 20px !important;
}
h2 {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin: 0 0 12px !important;
}

