/* 
Theme Name: Sinope Hello Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://sinope.co.in/
Template: hello-elementor
Version: 2.0.0
Text Domain: sinope-child-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Scoped Cisco Table Styling */
.cisco-series-tb table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin: 50px 0;
}

/* Gradient Header */
.cisco-series-tb thead {
  background: linear-gradient(135deg, #049fd9 0%, #005073 100%);
  color: #ffffff;
}

.cisco-series-tb th,
.cisco-series-tb td {
  text-align: left;
  padding: 16px 20px;
  border-bottom: 1px solid #e6eaf0;
  vertical-align: middle;
  font-size: 15px;
}

/* Alternate row styling */
.cisco-series-tb tbody tr:nth-child(even) {
  background-color: #f4fafe;
}

/* Row hover effect */
.cisco-series-tb tbody tr:hover {
  background-color: #e9f5fc;
  transition: background-color 0.3s ease;
}

/* Rounded corners for first and last header cells */
.cisco-series-tb thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.cisco-series-tb thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}





/* Make the second column's text bolder */
.cisco-series-tb table tr > th:nth-child(2),
.cisco-series-tb table tr > td:nth-child(2) {
  font-weight: bold;
}






/* To Hide the First Column Only (Inside .cisco-series-tb) */
.cisco-series-tb th:first-child,
.cisco-series-tb td:first-child {
  display: none;
}
