/* Home page */
    .feature-section {
        background-color: #f9f9f9;
        border-radius: 8px;
        margin-bottom: 30px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .feature-section:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .feature-img {
        padding: 15px;
    }
    .feature-img img {
        border-radius: 6px;
        width: 100%;
        height: auto;
    }
    .feature-content {
        padding: 25px;
    }
    .section-title {
        color: #ee2b2b;
        margin-bottom: 15px;
        position: relative;
        padding-bottom: 10px;
    }
    .section-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 3px;
        background: #ee2b2b;
    }
    .feature-desc {
        line-height: 1.7;
        color: #555;
        margin-bottom: 20px;
    }
    .readon.green-btn {
        background: #ee2b2b;
        color: white;
        border: none;
        padding: 10px 25px;
        border-radius: 5px;
        font-weight: 600;
        display: inline-block;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    .readon.green-btn:hover {
        background: #c72222;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .welcome-section {
        background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url('assets/images/bg/welcome-bg.jpg');
        background-size: cover;
        padding: 60px 0;
        margin-bottom: 40px;
    }
    .welcome-title {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .welcome-subtitle {
        color: #ee2b2b;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .view-all-btn {
        text-align: center;
        margin: 40px 0;
    }
    @media (max-width: 991px) {
        .feature-section {
            flex-direction: column;
        }
        .feature-img, .feature-content {
            width: 100%;
            padding: 20px;
        }
        .readon.green-btn {
            margin-left: 0 !important;
            width: 100%;
            text-align: center;
        }
    }
    /*  pages css */
    .tourist-container {
        display: flex;
        align-items: center;
        gap: 30px;
        margin: 40px 0;
    }
    .tourist-image {
        flex: 1;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .tourist-image img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
    }
    .tourist-image img:hover {
        transform: scale(1.03);
    }
    .tourist-content {
        flex: 1;
        padding: 20px;
    }
    .tourist-title {
        color: #ee2b2b;
        margin-bottom: 15px;
        font-size: 28px;
    }
    .tourist-desc {
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .tourist-features {
        margin-bottom: 25px;
    }
    .tourist-feature {
        margin-bottom: 10px;
        display: flex;
    }
    .tourist-feature h5 {
        min-width: 120px;
        margin: 0;
        color: #333;
    }
    .tourist-button {
        background: #ee2b2b;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.3s;
        text-decoration: none;
        display: inline-block;
    }
    .tourist-button:hover {
        background: #c72222;
        color: white;
    }
    @media (max-width: 768px) {
        .tourist-container {
            flex-direction: column;
        }
    }
/* Modern Sidebar Navigation Styles */
.sidebar-navigation {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.promo-banner {
  border: 2px solid #cc0000;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.promo-banner img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.promo-banner img:hover {
  transform: scale(1.02);
}

.nav-section {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.section-header {
  background: #cc0000;
  color: white;
  padding: 12px 15px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}

.section-header:hover {
  background: #b30000;
}

.section-header i {
  margin-right: 10px;
  font-size: 16px;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  background: white;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.nav-links li {
  border-bottom: 1px solid #f0f0f0;
}

.nav-links li:last-child {
  border-bottom: none;
}

.nav-links a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.nav-links a:hover {
  background: #fff5f5;
  color: #cc0000;
  padding-left: 20px;
}

.nav-links i {
  width: 24px;
  text-align: center;
  margin-right: 10px;
  color: #cc0000;
  font-size: 14px;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .sidebar-navigation {
    max-width: 100%;
  }
  
  .nav-section {
    margin-bottom: 15px;
  }
}

/* Contact Section */
.contact-section {
  padding: 50px 20px;
  background-color: #f0f0f0; /* Light cement-like background */
  font-family: Arial, sans-serif;
  text-align: center;
}

.contact-section h2 {
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 10px;
  border-bottom: 2px solid #c00;
  display: inline-block;
  padding-bottom: 5px;
}

.contact-section p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.contact-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.box {
  background-color: #e0e0e0; /* Light cement color */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.box h3 {
  font-size: 18px;
  color: #555;
  font-weight: 600; /* Subtle bold for titles */
  margin-bottom: 15px;
  border-bottom: 2px solid #c00;
  display: inline-block;
  padding-bottom: 5px;
}

.box p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  font-weight: bold; /* Keep paragraph bold */
}

.box a {
  display: inline-block;
  margin-top: -30px;
  background-color: #c00;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.box a i {
  margin-right: 8px;
  color: #fff;  /* white icon inside red button */
  font-size: 16px;
  vertical-align: middle;
}
/* ===============================
   Ranipet Info Page Styles
   =============================== */

/* Section Headings */
.section-heading {
  font-weight: 700;
  color: #dc3545; /* Bootstrap danger red */
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

/* Admin Box Styles */
.admin-title {
  font-weight: 700;
  color: #dc3545;
}

.admin-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.admin-box:hover {
  background-color: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Image Gallery */
.image-caption {
  font-weight: 500;
  font-size: 1.1rem;
  color: #000;
  border-top: 2px solid #eee;
  padding-top: 8px;
  margin-top: 10px;
}

/* Highlight Image */
.highlight-img {
  max-width: 900px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}

/* ===============================
   Global Page Styles
   =============================== */

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #fafafa;
  color: #222;
  line-height: 1.6;
}

h1, h2 {
  color: #cc0000;
}

p {
  color: #444;
}

/* ===============================
   Header Section
   =============================== */

.header {
  text-align: center;
  background: linear-gradient(135deg, #cc0000, #0078d7);
  color: #fff;
  padding: 40px 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.header h1 {
  margin-bottom: 10px;
  font-size: 2rem;
}

/* ===============================
   Map Section
   =============================== */

.map-section {
  text-align: center;
  margin: 30px 0;
}

.map-section iframe {
  width: 90%;
  height: 400px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* ===============================
   Page Content
   =============================== */

.page-content {
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-content h2 {
  margin-top: 25px;
}

.page-content ul {
  list-style-type: disc;
  margin-left: 20px;
}

.btn-container {
  margin: 30px 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
}

.btn:hover {
  background: #0078d7;
}

.btn-secondary {
  background: #00a86b;
}

.btn-secondary:hover {
  background: #00c27f;
}

/* ===============================
   FAQ Section
   =============================== */

.faq {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: 40px auto;
}

.faq h2 {
  color: #cc0000;
  border-left: 5px solid #cc0000;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}

.faq details {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq details:last-child {
  border-bottom: none;
}

.faq details:hover {
  background: #f9f9fb;
}

.faq summary {
  font-size: 1.1rem;
  font-weight: 600;
  color: #cc0000;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq summary::after {
  content: "➕";
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq details[open] summary::after {
  content: "➖";
}

.faq details p {
  margin: 10px 0 0 0;
  padding-left: 10px;
  color: #444;
  line-height: 1.6;
}
/* ===============================
   Ranipet Pincode Page Styles
   =============================== */

.pincode-section {
  background: #fff;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  margin: 60px auto;
  max-width: 950px;
  text-align: center;
}

.pincode-section h2 {
  color: #cc0000;
  margin-bottom: 15px;
  display: inline-block;
  border-left: 5px solid #cc0000;
  padding-left: 10px;
  font-size: 26px;
}

.pincode-section p {
  color: #555;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.6;
}

.pincode-table-container {
  overflow-x: auto;
  padding-right: 30px; /* Right-side padding added */
}

.pincode-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px 0; /* Space only between columns */
  text-align: left;
  margin: 0 auto;
}

.pincode-table th {
  background: #cc0000;
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 15px;
}

.pincode-table td {
  background: #f9fbff;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.pincode-table tr:hover td {
  background: #e9f2ff;
  transform: scale(1.01);
}

@media (max-width: 768px) {
  .pincode-table th,
  .pincode-table td {
    padding: 10px 12px;
    font-size: 14px;
  }

  .pincode-section {
    margin: 30px 10px;
  }
}
/* ===============================
   Ranipet Village Panchayat Page
   =============================== */
.panchayat-table-container {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

.panchayat-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0; /* space between columns only */
}

.panchayat-table th {
  background: #cc0000;
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
}

.panchayat-table td {
  background: #f9fbff;
  padding: 12px 18px;
  border-radius: 8px;
  color: #333;
  transition: all 0.3s ease;
}

.panchayat-table tr:hover td {
  background: #eaf3ff;
  transform: scale(1.01);
}

@media (max-width: 768px) {
  .panchayat-table th,
  .panchayat-table td {
    font-size: 14px;
    padding: 10px;
  }
}
/* ===============================
   Ranipet District Map Page
   =============================== */

.map-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 10px;
}

/* Optionally style the section-caption / fig caption */
.section-title {
  color: #cc0000;
  margin-bottom: 20px;
}

/* Buttons override if needed */
.btn {
  transition: all 0.3s ease;
}
.btn:hover {
  transform: translateY(-2px);
  background: #cc0000;
  color: #fff;
}
/* ===============================
   Ranipet – Which District Page
   =============================== */

.section-title {
  color: #cc0000;
  font-weight: 700;
  margin-bottom: 20px;
}

.sub-title {
  color: #cc0000;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-desc ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.map-container iframe {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Buttons */
.btn {
  display: inline-block;
  transition: all 0.3s ease;
}
.btn:hover {
  transform: translateY(-2px);
  background: #cc0000;
  color: #fff !important;
}

/* ===============================
   Ranipet Collector Page Styling
   =============================== */

.collector-card {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  margin-top: 20px;
}

.collector-photo {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 20px;
  border: 3px solid #eee;
}

.collector-info h4 {
  color: #cc0000;
  font-weight: 700;
}

.collector-info p {
  margin: 4px 0;
  color: #cc0000;
}

.feature-desc table {
  margin-top: 15px;
  border-radius: 6px;
  overflow: hidden;
}

.feature-desc table th, .feature-desc table td {
  text-align: left;
  padding: 10px;
}

.feature-desc table td {
  background: #fff;
}

.feature-desc table tr:nth-child(even) {
  background: #fafafa;
}

.sub-title {
  color: #cc0000;
  font-weight: 600;
}

.btn:hover {
  transform: translateY(-2px);
  background: #cc0000;
  color: #fff !important;
}

/* --------- Ranipet Industry Page Style --------- */

.section-title {
  color: #cc0000;
  font-weight: 700;
  text-align: left;
 
  
  margin-bottom: 20px;
}

.intro-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.sub-title {
  color: #cc0000;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

.highlight-box {
  background: #f9f9f9;
  border-left: 5px solid #cc0000;
  padding: 18px 22px;
  border-radius: 8px;
  margin: 25px 0;
}

.highlight-box ul {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.7;
}

.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-top: 15px;
  text-align: left;
}

.info-table th {
  background-color: #cc0000;
  color: #fff;
  padding: 12px;
  text-align: left;
  border-radius: 4px 4px 0 0;
}

.info-table td {
  background: #fff;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.info-table tr:hover td {
  background-color: #f1f5ff;
}

.cta-buttons a {
  text-decoration: none;
  font-weight: 600;
}

.btn-primary {
  background-color: #f0f0f0;
  color: #222;
  padding: 10px 25px;
  border-radius: 8px;
  transition: 0.3s;
  display: inline-block;
  margin: 5px;
}

.btn-primary:hover {
  background-color: #cc0000;
}

.btn-secondary {
  background-color: #cc0000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  transition: 0.3s;
  display: inline-block;
  margin: 5px;
}

.btn-secondary:hover {
  background-color: #e0e0e0;
}
/* --------- Ranipet Salary Page Styles --------- */

.section-title {
  color: #cc0000;
  font-weight: 700;
  margin-bottom: 20px;
}

.intro-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.highlight-box {
  background: #f9f9f9;
  border-left: 5px solid #cc0000;
  padding: 18px 22px;
  border-radius: 8px;
  margin: 25px 0;
}

.sub-title {
  color: #b00000;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-top: 15px;
}

.info-table th {
  background-color: #cc0000;
  color: #fff;
  padding: 12px;
  text-align: left;
}

.info-table td {
  background: #fff;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.info-table tr:hover td {
  background-color: #f1f5ff;
}

.cta-buttons a {
  text-decoration: none;
  font-weight: 600;
}


