/*
Theme Name: sw_camaster Child
Theme URI: http://example.com/twenty-fifteen-child/
description: >-
  sw_camaster Child Theme
Author: Ravindra Singh
Template: sw_camaster
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fifteen-child
*/

.page-id-3076 .blk p {color:#fff!important;}
.page-id-125 .high-production {
    position: relative;
     left: 18%; 
}
.page-id-3076 .right-sidebar{display:none!important;}
.month_price {font-size: 22px!important;font-weight: 500!important;font-style: normal!important;}
.month_price span{color:#000; font-weight: 600;}
.month_price a{color:#fec856; font-weight: 600;}
.masthead-router-interior .container ul li {width: 12%!important;}
.masthead-router-interior .container a {font-size: 25px!important;}
a.request_linkButton {text-decoration:underline; color:#000;}
.page-id-4270 .tabs {display: flex; flex-direction: row;}
.page-id-4270 .tabs li:nth-child(1) { order: 1; }
.page-id-4270 .tabs li:nth-child(2) { order: 2; }
.page-id-4270 .tabs li:nth-child(3) { order: 2; }
.page-id-4270 .tabs li:nth-child(4) { order: 4; }
.page-id-4270 .tabs li:nth-child(5) { order: 5; }
.page-id-4270 .tabs li:nth-child(6) { order: 6;  display: none;}



.lgx_app_item_figure {background: #fff!important;}
/*-----------custom css-------*/

.page-id-3810 .month_price {display:none!important;} 
.page-id-553 .order, .page-id-4577 .order{margin-top: 0!important;}
.page-id-3087 .masthead-subpage .title{display:none!important;}
.bannersub_text p{margin-top:12px; color:#000; font-size:18px;}
.Whysub_title h3{font-size:24px!important;}
#footer .textwidget p{text-align:left;}
.masthead-subpage{height:406px!important;}
.page-id-4133 .tabs li:nth-child(5){display:none!important;}
/*.page-id-4372 .tabs li:nth-child(3){display:none!important;}*/ 
.request_linkButton:focus {color:#000;} 
.homeSlider{position: relative;}
.slick-carousel{overflow-x:hidden;}
.slideHomecontent{
  position: absolute;
  top: 100px;
  left:30px;
}
.slideContentInner h1{
  font-family: oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  text-shadow: 3px 3px 8px #000;
  padding-bottom: 40px;
}
request-quote{box-shadow:3px 3px 8px black;}
.slick-dots li{margin:0px !important;}
.slick-dots{bottom:-10px !important;}
.slick-dotted.slick-slider {margin-bottom: 0 !important;}

.phone-number i{    
  font-size: 12px;
    color: #fff;
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 100px; 
    line-height: 25px;

  }




.slick-dots{    
    float: left;
    margin: 0;
    padding: 0;
    } 

.slick-dots li {    
    list-style: none;
    float: left;
    margin: 0 12px !important;
    }

.slick-dots li button {font-weight: 500;}   
.powered_text img {width: 310px;}



/*-----------custom css-------*/


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
{

.page-id-4270 .tabs {display: flex;  flex-direction: column!important;}
.page-id-4270 .tabs li:nth-child(1) { order: 1; }
.page-id-4270 .tabs li:nth-child(2) { order: 2; }
.page-id-4270 .tabs li:nth-child(4) { order: 3; }
.page-id-4270 .tabs li:nth-child(5) { order: 6; }
.page-id-4270 .tabs li:nth-child(6) { order: 5; }
.content {padding: 0 20px!important;}  
.powered_text img {width: 200px!important;}

}
/* blog css */
/* Hero section styles */
.hero-section {
  background: #fafafa;
  padding: 40px 20px;
}
.hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-inner img {
  width: 100%;
  max-width: 480px;
  border-radius: 8px;
  object-fit: cover;
}
.hero-text {
  flex: 1;
}
.hero-text .meta-category {
  font-size: 0.9em;
  color: #888;
  text-transform: uppercase;
}
.hero-text h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
.hero-text p {
  font-size: 1.1em;
  line-height: 1.6;
}

/* Main grid layout */
.main-content.container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  max-width: 1280px;
  margin: 40px auto;
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
.post-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s;
}
.post-card:hover {
  transform: translateY(-4px);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-info {
  padding: 16px;
}
.post-date {
  display: block;
  font-size: 0.85em;
  color: #888;
  margin-bottom: 0.5em;
}
.post-info h3 {
  font-size: 1.3em;
  margin: 0 0 0.6em;
}
.post-info p {
  font-size: 1em;
  line-height: 1.5;
  color: #555;
}

/* Sidebar styling */
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.sidebar .widget.categories ul {
  list-style: none;
  padding: 0;
}
.sidebar .widget.categories li {
  margin-bottom: 8px;
}
.sidebar .widget.search {
  margin-top: 20px;
}

/* Pagination */
.pagination-nav {
  text-align: center;
  margin: 50px 0;
}
.pagination-nav .page-numbers {
  margin: 0 5px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #f0f0f0;
  color: #333;
}
.pagination-nav .current {
  background: #0073aa;
  color: #fff;
}

/* Newsletter section */
.newsletter-section {
  background: #f7fafd;
  padding: 50px 20px;
  text-align: center;
}
.newsletter-inner {
  max-width: 700px;
  margin: 0 auto;
}
.newsletter-inner h2 {
  font-size: 2em;
  margin-bottom: 10px;
}
.newsletter-inner p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 768px) {
  .main-content.container {
    display: block;
    padding: 0 20px;
  }
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }
  .hero-inner img {
    max-width: 100%;
  }
  .hero-text h1 {
    font-size: 2em;
  }
}
.newsletter-inner .gform_title{
    
    display : none !important;
}
/* end blog css */

/*single blog page start  */
.single-container.container {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 30px;
  padding: 40px;
  max-width: 1280px;
  margin: auto;
}

/* TOC */
.toc-sidebar { position: sticky; top: 100px; }
.toc-nav { 
  border-left: 4px solid #0073aa; padding-left: 12px;
}
.toc-nav h3 { margin-bottom: 12px; }
.toc-nav ul { list-style: none; padding: 0; }
.toc-nav li { margin-bottom: 8px; }
.toc-h3 { margin-left: 15px; }
.toc-h2 a, .toc-h3 a { text-decoration: none; color: #0073aa; }
.toc-h2 a:hover, .toc-h3 a:hover { text-decoration: underline; }

/* Main Article */
.post-content h1 { font-size: 2.5em; margin-bottom: 15px; }
.post-meta { color: #888; margin-bottom: 30px; }
.post-content p { line-height: 1.7; margin-bottom: 20px; }

/* Service Promo */
.service-promo {
  background: #eef7ff;
  border: 1px solid #cce5ff;
  padding: 20px;
  border-radius: 6px;
  margin: 40px 0;
}
.service-promo h3 { margin-top: 0; }
.service-promo .cta-link {
  color: #0056b3; font-weight: bold;
  text-decoration: none;
}

/* CTA Sidebar */
.cta-sidebar .cta-box {
  background: #fff9e6;
  border: 1px solid #ffeeba;
  padding: 20px;
  border-radius: 6px;
  position: sticky; top: 100px;
  text-align: center;
}
.cta-box h3 { margin-bottom: 10px; }
.cta-box p { margin-bottom: 15px; color: #555; }
.cta-button {
  display: inline-block;
  padding: 12px 20px;
  background: #ff8c00;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

/* FAQ */
.faq-section {
  background: #fafafa;
  padding: 40px 20px;
  border-top: 1px solid #eee;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.faq-item { margin-bottom: 20px; }
.faq-item h4 { margin-bottom: 8px; }
.faq-item p { color: #555; }

/* Responsive */
@media (max-width: 1024px) {
  .single-container.container {
    grid-template-columns: 1fr 2fr;
  }
  .cta-sidebar { display: none; }
}
@media (max-width: 768px) {
  .single-container.container { display: block; padding: 20px; }
  .toc-sidebar { display: none; }
}
/* TOC Sidebar Sticky with Scroll */
.toc-sidebar {
  position: sticky;
  top: 100px; /* Adjust depending on header height */
  max-height: calc(100vh - 120px); /* Viewport height minus offset for header/footer spacing */
  overflow-y: auto;
  padding-right: 10px;
}

.toc-nav {
  border-left: 4px solid #0073aa;
  padding-left: 12px;
}
.toc-nav h3 {
  margin-bottom: 12px;
}
.toc-nav ul {
  list-style: none;
  padding: 0;
}
.toc-nav li {
  margin-bottom: 8px;
}
.toc-h3 {
  margin-left: 15px;
}
.toc-h2 a, .toc-h3 a {
  text-decoration: none;
  color: #0073aa;
}
.toc-h2 a:hover, .toc-h3 a:hover {
  text-decoration: underline;
}
.category-hero {
    padding: 60px 0;
    background: #f9f9f9;
    text-align: center;
}
.category-hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
}
.category-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 60px 20px;
}
.category-posts article {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.category-posts img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.category-posts h2 {
    font-size: 20px;
    margin: 15px;
}
.category-posts .meta {
    font-size: 14px;
    color: #666;
    margin: 0 15px 10px;
}
.category-posts .excerpt {
    margin: 0 15px 20px;
    color: #444;
}
.category-posts a.read-more {
    display: inline-block;
    margin: 0 15px 15px;
    color: #0073aa;
}
.sticky-toc {
    position: sticky;
    top: 100px;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .category-posts {
        grid-template-columns: 1fr;
    }
}

.blog-header {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
}
.blog-header h1 {
    font-size: 48px;
    margin-bottom: 10px;
}
.blog-posts {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.blog-post {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}
.blog-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-post-content {
    padding: 20px;
}
.blog-post-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.blog-post-content .meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}
.blog-post-content .excerpt {
    font-size: 16px;
    color: #444;
}
.blog-post-content a.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #0073aa;
}
.category-faq {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
}
.category-faq h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.faq-item {
    margin-bottom: 15px;
}
.faq-item strong {
    display: block;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .blog-header h1 {
        font-size: 32px;
    }
}
/* Target all forms that have email inputs (more specific selector) */
form input[type="email"], 
form input[type="text"] {
    display: inline-block !important;
    width: 300px !important;
    max-width: 100% !important;
    padding: 10px 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    margin-right: 10px !important;
    box-sizing: border-box !important;
}

form input[type="submit"],
form button[type="submit"] {
    padding: 10px 20px !important;
    background-color: #0073aa !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

form input[type="submit"]:hover,
form button[type="submit"]:hover {
    background-color: #005985 !important;
}

form label {
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

@media (max-width: 600px) {
    form input[type="email"], 
    form input[type="text"], 
    form input[type="submit"] {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
}
.widget .search {
    display: none !important;
}
.toc-nav h3{
    font-size: 20px !important;
}
.toc-nav a{
    
   color: black !important;
   font-size: 14px !important;
   font-weight: 600 !important;
}
form#gform_7 {
    margin-left: 192px !important;
}
div#field_submit {
    margin-bottom: 3px !important;
}
.widget.search {
    display: none !important;
}
label.gfield_label.gform-field-label {
    margin-right: 140px !important;
}
section.faq-section.container {
    align-items: center !important;
    text-align: center !important;;
    padding-bottom: 20px !important;;
    padding-top:20px !important;
}
/* end single blog page */