/*
Theme Name: sohan ghanghas
Theme URI: https://www.gettapentadol.com
Author: sohan
Author URI: 9069302050
Description: A brief description of your theme.
Version: 1.0 
Text Domain: your-theme-slug
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ===== Body and Global Typography ===== */
body { 
  font-size: 16px;
  line-height: 1.7;
  color: #333; 
}
.custom-logo{ width:75% !important;}
/* ===== Headings ===== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/* ===== Paragraphs ===== */
p {
  margin-bottom: 20px;
  font-size: 1rem;
}

/* ===== Lists ===== */
ul, ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
a {
    color: #000;
    text-decoration: none;
}
li {
  margin-bottom: 10px;
}
#primary-menu{display: flex; width: 100%;}
#primary-menu li {
    margin-bottom: 0px;
    list-style: none;
    padding: 0px 30px;
}
#primary-menu li a{
     font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
 
/* ===== Images ===== */
img {
  display: block;
  max-width: 100%;
  height: auto; 
}
.nav-link{font-size:17px;
font-weight:600;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 1.8% 2.992em 0;
    margin-left: 0px;
  padding: 0;
  position: relative;
  width: 23.05%;
  margin-left: 0;
  border: 1px solid;
  text-align: center;
  padding: 10px !important;
}
/* ===== Tables ===== */
table {
  width: 100%;
  margin: 0px 0;
  border-collapse: collapse;
}
.wp-image-1036 {
    display: block;
    height: auto;
    max-width: 60% !important;
    width: auto;
}
 .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 61% !important;
  width: auto;
}
.woocommerce div.product form.cart {
  margin-bottom: 0em;
}
th, td {
  padding: 12px;
  border: 1px solid #ddd;
}

/* ===== Blockquotes ===== */
blockquote {
  margin: 30px 0;
  padding: 15px 25px;
  background-color: #f9f9f9;
  border-left: 5px solid #ccc;
  font-style: italic;
}

/* ===== Forms ===== */
input,
select,
textarea,
button {
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%; 
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* ===== Section Spacing ===== */
section,
article,
header,
footer,
main,
aside,
 {
  margin-bottom: 50px;
  padding: 20px 0;
}
.footer-block {
    margin-bottom: 30px;
    padding-left: 5px !important;
}
/* ===== Buttons ===== */
button {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.accordion-button {
    background-color: #000 !important;
    color: #fff !important;
}
button:hover {
  background-color: #0056b3;
}

/* ===== Utility Classes (Optional) ===== */
.mt-2 { margin-top: 20px; }
.mb-2 { margin-bottom: 20px; }
.pt-2 { padding-top: 20px; }
.pb-2 { padding-bottom: 20px; }
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
} 
.header-widget-region{ background:#ff9e36;  }
.woocommerce ul.products li.product .price {
  font-weight: 500;
  font-size: 16px;
  color: #000;
} 
  .underline-heading {
      position: relative; 
      text-align: center;
      cursor: pointer;
    }

    .underline-heading::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%) scaleX(0);
      transform-origin: center;
      width: 40%; /* adjust line width */
      height: 3px;
      background-color: #3e64ff;
      transition: transform 0.4s ease-in-out;
    }

    .underline-heading:hover::after {
      transform: translateX(-50%) scaleX(1);
    }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #000 !important;
}
.linkds{ text-decoration: none;
    color: #1435be;
    font-weight: 600;}
    .btn-gradient {
      padding: 7px 50px;
      font-size: 18px;
      border: none;
      border-radius: 50px;
      font-weight: 600;
      background: linear-gradient(45deg, #3e64ff, #1435be);
      color: white;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
		margin:15px 0px !important;
    }

    .btn-gradient:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      background: linear-gradient(45deg, #1435be, #3e64ff );
       color: white;
    }
   .btn-gradient2 {
      padding: 7px 25px;
      font-size: 12px;
      border: none;
      border-radius: 50px;
      font-weight: 600;
      background: linear-gradient(45deg, #3e64ff, #1435be);
      color: white;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
		margin:15px 0px !important;
    }

    .btn-gradient2:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      background: linear-gradient(45deg, #1435be, #3e64ff);
       color: white;
    }
.btn-default{
	padding: 7px 50px;
      font-size: 18px;
      border: none;
      border-radius: 50px;
      font-weight: 600;
      background: linear-gradient(45deg, #3e64ff, #1435be);
      color: white;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.btn-default:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      background: linear-gradient(45deg, #1435be, #3e64ff);
       color: white;
    }
.button{
	padding: 7px 50px;
      font-size: 18px;
      border: none;
      border-radius: 50px;
      font-weight: 600;
      background: linear-gradient(45deg, #3e64ff, #1435be) !important;
      color: white;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
	color:#fff !important;
}
.button:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      background: linear-gradient(45deg, #1435be, #3e64ff) !important; 
	color:#fff !important;
    }
 .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}
.woocommerce ul.products li.product .star-rating {
  font-size: .857em;
  margin-left: 35%;
}
.posted_in{
	display:block !important;
}
.posted_in a{
	color:#000; 
	text-decoration:none;
}
. tagged_as a{
	color:#000; 
	text-decoration:none;
}
    .feature-box {
      background: #fff;
      border-radius: 16px;
      padding:10px; 
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
		margin: 5px;
    }
.card{
	border:0px;
}
    .feature-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    }
    .woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    min-height: 235px;
}

    .feature-box svg {
      width: 35x;
      height: 35x;
      margin-bottom: 20px;
      fill:#000;
      transition: fill 0.3s ease;
    }
    .feature-box:hover svg {
      fill:#f30 ;
      transform: scale(1.2) rotate(10deg);
    }
 
    .feature-box h5 {
      font-weight: 700;
      margin-bottom: 15px;
      color: #333;
      font-size: 13px;
    }

    .feature-box p {
      color: #555;
      font-size: 0.95rem;
      line-height: 1.6;
    } 
    .dksidss{background: #000;}

    .blog-box {
  transition: all 0.3s ease;
}

.blog-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.blog-box img {
  transition: transform 0.3s ease;
}
.hedinge{margin-top:0px;}
.blog-box:hover img {
  transform: scale(1.05);
}

.blog-title {
  font-size: 1.25rem;
}

.blog-excerpt {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
footer {
    background: #1a1a1a;
    color: #fff;
    padding: 55px !important;
    position: relative;
    font-size: 0.95rem;
}

.footer-block {
  margin-bottom: 30px;
}

.footer-block h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
}

.footer-block h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(45deg, #1435be, #3e64ff);
  margin-top: 8px;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.footer-block:hover h4::after {
  width: 60px;
}

.footer-block ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-block ul li {
  margin-bottom: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-block ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.footer-block ul li a:hover {
  color: #3e64ff;
  transform: translateX(5px);
}


.footer-contact p {
  margin-bottom: 10px;
  color: #ccc;
}

#scrollup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #3e64ff;
  color: white;
  padding: 10px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: none; /* initially hidden */
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 999;
}
.skdls{ background:#1435be; color:#fff; } 

#scrollup:hover {
  background: #000;
  transform: scale(1.1);
} 

/* ===== Accordion Style ===== */
.accordion-button {
  background-color: #fff;
  color: #333;
  font-weight: 600;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #0d6efd;
  color: #fff;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

.accordion-item {
  border: none;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 8px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.accordion-item:hover {
  transform: scale(1.01);
}

.accordion-body {
  padding: 1rem 1.25rem;
  color: #555;
  font-size: 0.95rem; 
  border-top: 1px solid #eee;
}

/* ===== Image Box ===== */
.image-box img {
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.image-box img:hover {
  transform: scale(1.03);
}
.accordion-header{margin: 0px ;}
accordion-button{margin: 0px;} 

/* ===== Responsive Fixes ===== */
@media (max-width: 991px) {
  .image-box {
    margin-top: 30px;
  }
}

.background-image {
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000;
}

.breadcrumb  {
    background: rgba(0, 0, 0, 0.5); /* Optional: semi-transparent background for readability */
    padding: 20px;
    border-radius: 8px;
}

.breadcrumb h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    width: 100%;
}
.dsdfd{width: 100%;}
 

@media (max-width: 768px) {
    .breadcrumb h1 {
        font-size: 2rem;
        padding: 1rem 0;
    }
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 8px;
}

/* Blog Card Styling */
.box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* Blog Image */
.image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.box:hover .image img {
    transform: scale(1.05);
}

/* Blog Content */
.blog-content {
    padding: 20px;
}

.blog-content h5 {
    font-size: 20px;
    margin-bottom:0px;
     margin-top:0px;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.blog-content h5:hover {
    color: #007bff;
    text-decoration: underline;
}

.blog-content p {
    font-size: 14px;
    color: #777;
}

/* Read More Button */
.blog-content .btn {
    margin-top: 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.blog-content .btn:hover {
    background-color: #0056b3;
    color: #fff;
}

/* Blog Page Header */
.text-center.mt-5.mb-5 h1 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.text-center.mt-5.mb-5 {
    background: #f0f2f5;
    padding: 40px 15px;
    border-radius: 8px;
}

/* Pagination */
.pagination_nav {
    margin-top: 40px;
}

.pagination_nav a {
    text-decoration: none;
    font-weight: bold;
    color: #007bff;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.pagination_nav a:hover {
    color: #0056b3;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 33% !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 65% !important;
  clear: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  width: auto !important;
}
/* General container spacing */
.left-pane {
  padding: 20px;
  background-color: #fff;
}

/* Image Styling */
.left-pane img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Paragraph Styling */
.left-pane p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.25rem;
  
}

/* Headings for better hierarchy */
.left-pane h2,
.left-pane h3 {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

/* Link Styling */
.left-pane a {
  color: #007bff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.left-pane a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0em;
    border: 0;
    width: 100%;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0em;
    border: 0;
    width: 100%;
}
.dsdfd a{ color:#fff !important;}
 .dsdfd { color:#fff !important;}
 .top-navbar {
  background-color: #000;
  color: #fff;
  padding: 9px 0px; 
  height: auto;
}

.top-navbar p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.top-navbar i {
  color: #fff;
}
ul li {
    margin-bottom: 8px;
    padding: 0px 20px;
}

.header-widget {
  background: linear-gradient(135deg,  #000000, #22a2ff); 
  padding: 60px 0;
  color: #fff;
}

.header-widget h1.sub-highlight {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}

.header-widget .promo-text {
  font-size: 1rem;
  color: #f1f1f1;
  line-height: 1.6;
}

.header-widget p.text-white {
  background-color:#ec0b00;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.header-widget img {
  max-width: 100%;
  height: auto;
}

.header-widget .btn-dark {
  background-color: #ffffff;
  color: #000;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.header-widget .btn-dark:hover {
  background-color: #ffc107;
  color: #000;
}
 

/* Header section */
.post-header {
  margin-bottom: 30px;
  text-align: center;
}

.post-title {
  font-size: 2rem;
  font-weight: 700;
  color: #204080;
}

.post-meta {
  font-size: 0.9rem;
  color: #888;
  margin-top: 5px;
}

/* Post content */
.post-content h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2a5d9f;
  border-left: 4px solid #2a5d9f;
  padding-left: 10px;
}

.post-content p {
  margin-bottom: 20px;
}

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

.post-content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .blog-post {
    padding: 15px;
  }

  .post-title {
    font-size: 1.5rem;
  }

  .post-content h2 {
    font-size: 1.25rem;
  }
}
/* Product title styling */
.product_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Short description spacing */
.woocommerce-product-details__short-description {
  font-size: 1.05rem;
  margin-bottom: 25px;
  line-height: 1.8;
}

/* Price formatting */
.price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2e7d32;
  margin-bottom: 25px;
}

/* Add to cart button */
.single_add_to_cart_button {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #0066cc;
  color: #fff;
  border-radius: 8px;
  border: none;
  transition: background-color 0.3s ease;
}

.single_add_to_cart_button:hover {
  background-color: #004d99;
}
.woocommerce div.product form.cart {
    margin-bottom: 0em !important;
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    display: none;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .product_title {
    font-size: 1.6rem;
  }

  .price {
    font-size: 1.4rem;
  }

  .woocommerce-product-details__short-description {
    font-size: 1rem;
  }
}

@media (max-width:768px) and (min-width:320px){
	
	.navbar-toggler{
		width: auto;
    margin-left: 86%;
    margin-top: -35px;
	}
	.custom-logo {
    width: 57% !important;
}
	.header-widget-region {
    background: #ff9e36;
    padding-top: 40px;
}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 100% !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 100% !important;
  clear: none;
}
	h1, h2, h3, h4, h5, h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
}

h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
	th{ font-size:9px !important;}
	td{ font-size:9px !important;}
	.btn-gradient {
    padding: 5px 33px;
        font-size: 14px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background: linear-gradient(45deg, #1435be, #3e64ff);
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    margin: 15px 0px !important;
}
	 .btn-gradient2 {
      padding: 7px 25px;
      font-size: 10px;
      border: none;
      border-radius: 50px;
      font-weight: 600;
      background: linear-gradient(45deg, #1435be, #3e64ff);
      color: white;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
		margin:15px 0px !important;
    }

    .btn-gradient2:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      background: linear-gradient(45deg, #3e64ff, #1435be);
       color: white;
    }
	.underline-heading {
      position: relative; 
      text-align: center;
      cursor: pointer;
    }

    .underline-heading::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%) scaleX(1);
      transform-origin: center;
      width: 40%; /* adjust line width */
      height: 3px;
      background-color: #3e64ff;
      transition: transform 0.4s ease-in-out;
    }

    .underline-heading:hover::after {
      transform: translateX(-50%) scaleX(1);
    }
	.top-navbar{ display:none;}
	.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
	.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
	min-height:auto !important;
}
  .dksidss{ padding:50px 0px !important;}
  #menu-footer-one li { width:49% !important; display:inline-block !important;}
  #menu-footer-two li { width:49% !important; display:inline-block !important;}
  .footer-block {
    margin-bottom: 30px;
    padding-left: 5px !important;
}
footer {
  background: #1a1a1a;
  color: #fff;
  padding: 25px 15px !important;
  position: relative;
  font-size: 0.95rem;
}}