/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2026 | 03:05:39 */
.pw-spec-section {
  padding: 70px 20px;
  background: #ffffff;
  font-family: 'Lexend', sans-serif;
}

.pw-spec-section h2 {
  text-align: center;
  color: #002B7F;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 30px;
}

.pw-spec-table {
  max-width: 1350px;
  margin: 0 auto;
}

.pw-spec-table .row {
  display: grid;
  grid-template-columns: 31% 69%;
  align-items: center;
  padding: 11px 8px;
  font-size: 17px;
  line-height: 1.4;
  color: #061A36;
}

.pw-spec-table .row:nth-child(odd) {
  background: #eeeeee;
}

.pw-spec-table .row div:first-child {
  font-weight: 400;
}

.pw-spec-table .row div:last-child {
  font-weight: 400;
}

@media (max-width: 767px) {
  .pw-spec-section {
    padding: 0px;
  }

  .pw-spec-section h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .pw-spec-table .row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 12px;
    font-size: 15px;
  }

  .pw-spec-table .row div:first-child {
    font-weight: 600;
    color: #002B7F;
  }
}

.padding-form{
	padding:0px !important;
}

/* header style */

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #E8EEF7;
  box-shadow: 0 4px 18px rgba(16, 6, 159, 0.08);
  z-index: 999;
}

.site-header.elementor-sticky--effects {
  box-shadow: 0 6px 24px rgba(16, 6, 159, 0.12);
  backdrop-filter: blur(8px);
}


.component-tab-button.is-active {
    background: #08205C !important;
    color: #fff !important;
    border-color: #08205C !important;
}









.archive-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
}

.archive-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* ======================
   Sidebar
====================== */

.archive-sidebar {
    width: 280px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    padding: 24px;
    position: sticky;
    top: 30px;
}

.sidebar-title {
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #111;
}

.taxonomy-group:not(:last-child) {
    margin-bottom: 30px;
}

.taxonomy-group h4 {
    font-size: 15px;
    margin-bottom: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cat-list li:not(:last-child) {
    margin-bottom: 10px;
}

.cat-list a {
    display: block;
    text-decoration: none;
    color: #222;
    padding: 10px 14px;
    border-radius: 10px;
    transition: all 0.25s ease;
    font-size: 15px;
    background: #f7f7f7;
}

.cat-list a:hover,
.cat-list a.active {
    background: #111;
    color: #fff;
}

/* ======================
   Main Content
====================== */

.archive-main {
    flex: 1;
}

/* ======================
   Grid
====================== */

.post-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

/* ======================
   Card
====================== */

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ededed;
    transition: all 0.3s ease;
	padding:20px;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.post-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.post-image {
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 170px;
    transition: transform 0.4s ease;
	object-fit:contain;
}

.post-card:hover .post-image img {
    transform: scale(1.05);
}

.post-content {
    padding: 18px 18px 0px 18px;
}

.post-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
	text-transform:capitalize;
    color: #08205C;
	text-align:center;
}

/* ======================
   Pagination
====================== */

.pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination .page-numbers {
    width:70px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #222;
    transition: 0.3s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* ======================
   Responsive
====================== */

@media (max-width: 1024px) {

    .archive-wrapper {
        flex-direction: column;
    }

    .archive-sidebar {
        width: 100%;
        position: static;
    }

    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .archive-container {
        padding: 40px 16px;
    }

    .post-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .post-image img {
        height: 220px;
    }

    .sidebar-title {
        font-size: 20px;
    }

    .post-title {
        font-size: 17px;
    }
}

/* header style */

.elementskit-megamenu-panel{
	position:fixed !important;
	left:0px !important;
	width:100vw !important;
}

/* tab stile*/
.tab-style .e-n-tab-title{
	display:flex;
	justify-content:space-between;
}

.faq-style  .e-n-accordion-item-title{
	display:flex;
	justify-content:space-between;
	
}

.ind-image a img{
    width: 100% !important;
    height: 186px; 
    object-fit: cover;
}



  .product-highlight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    margin-top: 1em;
  }

  .product-highlight .image-container {
    flex: 0 0 250px;
    margin-left: auto;
    text-align: right;
  }

  .product-highlight img.top-right {
    max-width: 100%;
    height: auto;
  }

  .product-highlight-content {
    flex: 1 1 300px;
  }

  .product-highlight-content h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }

  .product-highlight-content p {
    margin-bottom: 1em;
  }


.catgories-card{
background-color: #fff;
    border: 0 solid #69727d;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: all .25s;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.catgories-card:hover{
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.catgories-card img{
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center;
}

/* this one new css code */

.component-children-section{
    margin-top:60px;
}

.child-section-title{
    font-size:32px;
    margin-bottom:30px;
}

.child-components-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.child-component-card{
    border:1px solid #ddd;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    transition:.3s;
}

.child-component-card:hover{
    transform:translateY(-5px);
}

.child-component-card a{
    text-decoration:none;
    color:inherit;
    display:block;
}

.child-card-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.child-card-content{
    padding:20px;
}

.child-card-content h3{
    font-size:22px;
    margin-bottom:12px;
}

.child-card-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:18px;
}

/* .read-more-btn{
    display:inline-block;
    background:#000;
    color:#fff;
    padding:10px 18px;
    border-radius:6px;
} */

@media(max-width:991px){

    .child-components-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .child-components-grid{
        grid-template-columns:1fr;
    }

}