/*
Theme Name: Shreeshop
Theme URI: https://wordpress.org/themes/shreeshop/
Author: Nexora Labs
Author URI: https://nexoralabs.com/
Description: Shreeshop is a high-performance, professional WooCommerce and Dokan Multi-Vendor Digital Theme Marketplace WordPress theme. Engineered for selling WordPress themes, Shopify templates, React & Next.js apps, HTML5/CSS3 templates, and digital UI assets with live preview bars, tech badges, and creator stores.
Version: 1.0.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: shreeshop
Tags: e-commerce, two-columns, grid-layout, custom-colors, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, translation-ready, rtl-language-support, blog

Shreeshop WordPress Theme is released under the terms of GNU GPL v3.
*/

:root {
  --shreeshop-primary: #ff5722;
  --shreeshop-primary-hover: #e64a19;
  --shreeshop-primary-light: #fff2ed;
  --shreeshop-secondary: #0f172a;
  --shreeshop-accent: #2563eb;
  --shreeshop-success: #10b981;
  --shreeshop-warning: #f59e0b;
  --shreeshop-danger: #ef4444;
  --shreeshop-bg: #f8fafc;
  --shreeshop-surface: #ffffff;
  --shreeshop-border: #e2e8f0;
  --shreeshop-text: #334155;
  --shreeshop-text-dark: #0f172a;
  --shreeshop-text-muted: #64748b;
  --shreeshop-radius-sm: 8px;
  --shreeshop-radius: 12px;
  --shreeshop-radius-lg: 16px;
  --shreeshop-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shreeshop-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.08);
  --shreeshop-shadow-hover: 0 14px 30px -4px rgba(0, 0, 0, 0.12);
  --shreeshop-font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --shreeshop-font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
}

/* Basic Style */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body { 
  margin: 0; 
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  background: var(--shreeshop-bg);
  font-size: 15px; 
  line-height: 1.6;
  color: var(--shreeshop-text);
  font-family: var(--shreeshop-font-main);
  overflow-x: hidden;
}
img {
  margin: 0;
  padding: 0;
  border: none; 
  max-width: 100%; 
  height: auto;
}
section img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 10px 0;
  color: var(--shreeshop-text-dark);
  font-family: var(--shreeshop-font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
}
p{ 
  margin:0 0 15px; 
  padding:0;
  letter-spacing: 1px;
}
a{ 
  text-decoration:none; 
  color: #33a0dc;
}
a:hover{ 
  text-decoration:none;
  color: #0089d4;
}
a:focus,
a:hover{
  text-decoration:none !important;
}
a:focus,
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus,
textarea:focus,
input[type="submit"]:focus,
#comments:focus,
select:focus{
  outline: 1px dotted #000;
  border-bottom: 1px solid #000;
  text-decoration:none !important;
} 
.search-box a:focus, .serach_inner input.search-field:focus, .serach_inner input.search-submit:focus, a.closepop:focus{
  outline: 1px dotted #fff;
  border-bottom: 1px solid #fff;
  text-decoration:none !important;
}
ul{ 
  margin:0 0 0 15px; 
  padding:0;
}

a, button, input[type="submit"] {
  transition: all 0.3s ease;
}
.clear{ 
  clear:both;
}
input[type="search"]{
  border: 1px solid #c8c8c8;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 10px 0;
  height: auto;
}
input[type='submit']:hover{
  cursor: pointer;
}
.center{ 
  text-align:center; 
  margin-bottom:40px;
}
.middle-align{ 
  margin: 0 auto; 
  padding: 3em 0 0;
}
.wp-caption{ 
  margin:0; 
  padding:0; 
  font-size:13px; 
  max-width:100%;
}
.wp-caption-text{ 
  margin:0; 
  padding:0; 
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.sticky{ 
  margin:0; 
  padding:0; 
}
.sticky .post-main-box h3{
  background: url(assets/images/pin.png) no-repeat scroll 0 0px;
  padding-left: 40px;
}
.gallery-caption{ 
  margin:0;
  padding:0;
}
.alignleft, 
img.alignleft {
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  border:1px solid #bbb;
  padding:5px; 
}
.alignright, 
img.alignright { 
  display: inline; 
  float: right; 
  border:1px solid #bbb; 
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter, 
img.aligncenter {
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  border: solid 1px #bbb;
  padding: 5px;
}
.alignnone,
img.alignnone {
  border: solid 1px #bbb;
  padding: 5px;
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
#respond{
  clear:both;
}
.toggleMenu{
  display:none;
}
.bypostauthor{
 margin:0;
 padding:0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"], 
textarea{
  border:1px solid #bcbcbc;
  width:100%; 
  font-size:16px;
  padding:10px 10px; 
  margin:0 0 23px 0;
  height:auto;
}
textarea{
  height:111px; 
}
input[type="submit"] {
  text-align:center;
  text-transform:uppercase;
  font-size:12px;
  padding: 13px 30px; 
  background: #33a0dc;
  font-weight:bold;
  color: #fff;
  letter-spacing: 1px;
  border: none;
}

/* -------- SHREESHOP ANNOUNCEMENT & TOP BAR --------- */

.shreeshop-announcement-bar {
  background: var(--shreeshop-secondary);
  color: #94a3b8;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.shreeshop-announcement-bar strong {
  color: #ffffff;
}
.announcement-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.announcement-badge {
  background: var(--shreeshop-primary);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.announcement-text {
  color: #f1f5f9;
  font-weight: 500;
}
.top-support-contact {
  font-size: 13px;
  color: #cbd5e1;
}
.top-support-contact i {
  color: var(--shreeshop-primary);
  margin-right: 4px;
}

.shreeshop-topbar-wrapper {
  background: #ffffff;
  border-bottom: 1px solid var(--shreeshop-border);
  padding: 10px 0;
}
.topbar-notice-marquee {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--shreeshop-text-muted);
}
.topbar-notice-marquee .badge-tag {
  background: rgba(255, 87, 34, 0.1);
  color: var(--shreeshop-primary);
  font-weight: 800;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
}
.topbar-right-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

/* Category dropdown in topbar */
.category-dropdown-wrap {
  position: relative;
}
button.product-btn {
  background: var(--shreeshop-secondary);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: var(--shreeshop-radius-sm);
  border: none;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}
button.product-btn:hover {
  background: var(--shreeshop-primary);
}
button.product-btn i {
  margin-right: 8px;
}
.product-cat {
  background: #ffffff;
  box-shadow: var(--shreeshop-shadow-hover);
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: var(--shreeshop-radius-sm);
  border: 1px solid var(--shreeshop-border);
  display: none;
  margin-top: 6px;
  overflow: hidden;
}
.product-cat li {
  padding: 0;
  border-bottom: 1px solid #f1f5f9;
}
.product-cat li:last-child {
  border-bottom: none;
}
.product-cat li a {
  color: var(--shreeshop-text);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.product-cat li a:hover {
  background: var(--shreeshop-primary-light);
  color: var(--shreeshop-primary);
  padding-left: 20px;
}

/* -------- MAIN BRAND HEADER & SEARCH --------- */
.shreeshop-main-header {
  background: #ffffff;
  padding: 18px 0;
  border-bottom: 1px solid var(--shreeshop-border);
}
.shreeshop-text-brand .site-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  letter-spacing: -0.03em;
}
.shreeshop-text-brand .site-title a {
  text-decoration: none;
}
.shreeshop-text-brand .brand-accent {
  color: var(--shreeshop-primary);
}
.shreeshop-text-brand .brand-dark {
  color: var(--shreeshop-secondary);
}
.shreeshop-text-brand .site-description {
  font-size: 11px;
  color: var(--shreeshop-text-muted);
  margin: 0;
}

/* Search Bar */
.shreeshop-search-bar-wrap {
  width: 100%;
}
.shreeshop-search-form .search-input-group {
  position: relative;
  display: flex;
  align-items: center;
}
.shreeshop-search-form input.search-field {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  border: 2px solid var(--shreeshop-border);
  padding: 0 50px 0 20px;
  font-size: 14px;
  color: var(--shreeshop-text-dark);
  background: var(--shreeshop-bg);
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.shreeshop-search-form input.search-field:focus {
  border-color: var(--shreeshop-primary);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.15);
}
.shreeshop-search-form .search-submit {
  position: absolute;
  right: 5px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--shreeshop-primary);
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.shreeshop-search-form .search-submit:hover {
  background: var(--shreeshop-primary-hover);
  transform: scale(1.05);
}

/* Header Actions */
.shreeshop-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.action-icon-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--shreeshop-secondary);
  font-weight: 600;
  font-size: 14px;
  transition: color 0.2s ease;
}
.action-icon-item a {
  color: var(--shreeshop-secondary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.action-icon-item a:hover {
  color: var(--shreeshop-primary);
}
.action-icon-item i {
  font-size: 20px;
}

/* Cart Action */
.cart-action .cart-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background: var(--shreeshop-primary-light);
  border-radius: 24px;
  transition: all 0.25s ease;
}
.cart-action .cart-trigger:hover {
  background: var(--shreeshop-primary);
}
.cart-action .cart-trigger:hover .cart-icon-box i,
.cart-action .cart-trigger:hover .cart-subtotal-label,
.cart-action .cart-trigger:hover .cart-subtotal-amount {
  color: #ffffff;
}
.cart-icon-box {
  position: relative;
}
.cart-icon-box i {
  font-size: 20px;
  color: var(--shreeshop-primary);
}
.cart-icon-box .cart-value {
  position: absolute;
  top: -8px;
  right: -10px;
  background: var(--shreeshop-primary);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}
.cart-info-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: left;
}
.cart-subtotal-label {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--shreeshop-text-muted);
}
.cart-subtotal-amount {
  font-size: 13px;
  font-weight: 800;
  color: var(--shreeshop-secondary);
}

/* -------- MAIN NAVIGATION BAR --------- */
.shreeshop-nav-container {
  background: var(--shreeshop-secondary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.home-page-header.shreeshop-is-sticky .shreeshop-nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  color: #e2e8f0;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}
.main-navigation a:hover,
.main-navigation li.current-menu-item > a {
  color: var(--shreeshop-primary);
}

/* Submenu Dropdowns */
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 220px;
  box-shadow: var(--shreeshop-shadow-hover);
  border-radius: var(--shreeshop-radius-sm);
  border: 1px solid var(--shreeshop-border);
  padding: 8px 0;
  z-index: 9999;
  flex-direction: column;
}
.main-navigation ul ul li {
  width: 100%;
}
.main-navigation ul ul a {
  color: var(--shreeshop-text);
  padding: 10px 18px;
  font-size: 13px;
  border-bottom: 1px solid #f8fafc;
}
.main-navigation ul ul a:hover {
  background: var(--shreeshop-primary-light);
  color: var(--shreeshop-primary);
  padding-left: 24px;
}
.main-navigation li:hover > ul {
  display: flex;
}

/* Special Deals nav button */
.special-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ef4444, #f43f5e);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
  transition: all 0.3s ease;
}
.special-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4);
}

/* Mobile Nav Drawer */
.mobile-menu button {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  cursor: pointer;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.3s ease;
  box-shadow: 4px 0 20px rgba(0,0,0,0.15);
}
.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--shreeshop-border);
}
.drawer-brand {
  font-size: 18px;
  color: var(--shreeshop-secondary);
}
.sidenav .closebtn {
  font-size: 22px;
  color: var(--shreeshop-text-muted);
  cursor: pointer;
}
.sidenav .main-navigation {
  padding: 10px 0;
}
.sidenav .main-navigation ul {
  flex-direction: column;
}
.sidenav .main-navigation a {
  color: var(--shreeshop-secondary);
  padding: 12px 20px;
  border-bottom: 1px solid #f1f5f9;
  width: 100%;
}
.sidenav .main-navigation a:hover {
  background: var(--shreeshop-primary-light);
  color: var(--shreeshop-primary);
}

/* --------- SLIDER--------- */
#slider {
  padding: 2% 0 0;
}
#slider .slide{ 
  max-width:100%; 
  margin:auto; 
  padding:0;
  background: #fff;
}
#slider img {
  width: 100%;
  opacity: 0.4;
}
#slider .carousel-item-next,
#slider .carousel-item-prev,
#slider .carousel-item.active {
  display: block !important;  
}
#slider .carousel-control-prev-icon, 
#slider .carousel-control-next-icon{
  background-image: none;
  font-size: 35px;
  color: #222222;
}
#slider .carousel-control-prev,
#slider .carousel-control-next{
  opacity: unset !important;
  width: 8%;
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  left: 20%;
  text-align: left;
  padding: 0;
}
#slider .inner_carousel h1 {
  font-size: 30px;
  text-align: left;
  color: #222222;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
#slider .inner_carousel h1 a{
  color: #222222;
  border-bottom: none;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
#slider .inner_carousel p {
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
}
.more-btn{
  margin: 10px 0;
}

/* ---------- SALE BANNER ------------ */

.carousel-inner1 {
  margin-bottom: -50px;
}
.carousel-caption1 {
  position: relative;
  top: -10em;
  padding: 0 15px;
}
.carousel-caption1 h3 {
  text-transform: uppercase;
  font-size: 25px;
}
.carousel-caption1 a,
.carousel-caption a {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  border-bottom: solid 2px;
  padding-bottom: 5px;
}
.carousel-caption1 a:hover,
.carousel-caption a:hover{
  color: #33a0dc;
  border-color: #33a0dc;
}

/* --------- BUTTON CSS ------- */

.more-btn a{
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  border-bottom: solid 2px #222222;
  padding-bottom: 5px;
}
.more-btn a:hover{
  color: #33a0dc;
  border-color:  #33a0dc;
}

/* --------- SERVICES SECTION ------- */

#serv-section {
  padding: 3% 0;
}
#serv-section h2 {
  font-size: 35px;
  letter-spacing: 1px;
  text-align: center;
}
#serv-section hr {
  margin: 0 auto 30px;
  width: 10%;
  border-top: solid 2px #33a0dc;
}
.serv-box {
  margin-bottom: 15px;
}
.serv-box img {
  text-align: center;
}
.serv-box h4 {
  font-size: 18px;
  padding: 0 0 10px 0;
}
.serv-box h4 a,
.about-box h3 a {
  color: #000;
}
iframe,
.entry-audio audio{
  width: 100%;
}
.entry-video video{
  width: 100%;
}
/*---------Sticky Header---------*/
.header-fixed {
  position: fixed;
  top:0; left:0;
  width: 100%;
  background: #222222;
  z-index: 999999;
  border-bottom: 2px solid #33a0dc;
  padding: 10px;
}
/*----------- PRELOADER ----------*/

#preloader  {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  height: 100%;
}
#status  {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/* Footer Section */
.scrollup i {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-size: 20px;
  display: none;
  color: #fff !important;
  padding: 10px;
  background: #33a0dc;
}
.scrollup.left i{
  left: 10px;
}
.scrollup.center i{
  left: 50%;
  right: 50%;
}
/* --------- FOOTER ------- */
#footer a:focus{
  outline: 1px dotted #fff;
  border-bottom: 1px solid #fff;
}
#footer .custom-social-icons {
  text-align: left;
}
#footer .tagcloud a{
  border: solid 1px #9d9d9d;
  color:#9d9d9d;
  font-size: 14px !important;
  padding: 6px 12px;
  display:inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#footer .tagcloud a:hover{
  background: #33a0dc;
  color: #fff;
}
#footer li a:hover {
  color: #33a0dc;
}
#footer ins span,
#footer .tagcloud a {
  color: #9d9d9d;
}
.copyright img{
  text-align: right;
}
#footer .widget {
  padding: 15px 0;
}
#footer input[type="submit"]{
  margin-top: 0;
  padding: 10px 9px;
  font-size: 15px;
  width: 100%;
  color: #fff;
}
#footer label{
  width: 100%;
}
#footer .search-form .search-field {
  width: 100%;
  border: solid 1px #9d9d9d;
  padding: 10px;
  background:transparent;
}
#footer caption,#sidebar caption {
  font-weight: bold;
  color: #9d9d9d;
  font-size: 20px;
}
#footer table,
#footer th,
#footer td{
  border: 1px solid #9d9d9d;
  text-align: center;
}
#footer td ,#sidebar td{
  padding: 9px;
  color: #9d9d9d;
}
#footer th {
  text-align: center;
  padding: 10px;
  color: #9d9d9d;
}
#footer li a {
  color: #9d9d9d;
  font-size: 14px;
}
#footer ul li {
  list-style: none;
  padding: 5px 0;
}
#footer ul {
  margin: 0;
}
#sidebar select ,#footer select {
  padding: 10px 5px;
  width: 100%;
}
.sub-title{
  margin: 5em 0 0 0;
  line-height: 2em;
}
#footer {
  color: #9d9d9d;
  text-align: left;
  background: #1c1c1c;
  padding: 2%;
}
#footer h3 {
  color: #fff;
  font-size: 20px;
  padding: 0 0 15px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#footer h3:after {
  border-bottom: solid 3px #33a0dc;
  width: 15%;
  padding-bottom: 5px;
  content: "";
  display: block;
}
#footer p{
  font-size: 14px;
}
.navigate  ul{
  list-style: none;
}
.copyright a {
  color: #fff;
}
.copyright p{
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#footer-2{
  background: #33a0dc;
  text-align:center;
  padding:20px 0;
}
#footer li.woocommerce-mini-cart-item.mini_cart_item {
  line-height: 25px;
  margin-top: 10px;
  padding: 0 0 0 2em;
}
#footer ul.product_list_widget li{
  line-height: 25px;
  margin-top: 10px;
}
#footer .widget_shopping_cart .cart_list li a.remove, #footer.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 5px;
  left: 0;
}
#footer ul.cart_list li a, #footer ul.product_list_widget li a , #footer ul.cart_list li .star-rating, #footer ul.product_list_widget li .star-rating{
  margin-bottom: 5px;
}
#footer .widget_price_filter .ui-slider .ui-slider-range, #footer .widget_price_filter .ui-slider .ui-slider-handle{
  background-color: #33a0dc;
}
#footer .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #fff;
}
#footer .woocommerce-product-search button{
  font-size: 15px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #33a0dc;
  font-weight: bold;
  color: #fff;
  border: none;
  margin-top: 10px;
}
#footer .woocommerce-product-search input[type="search"]{
  border: 1px solid #ddd;
}
#footer form.woocommerce-product-search{
  border: none;
}
/* --------- Blog Page ------- */
#our-services iframe{
  width: 100%;
}
h1.page-title {
  margin-bottom: 1%;
  margin-top: 0;
}
#our-services {
  margin-top: 0;
}
.post-main-box {
  margin-bottom: 5%;
  padding: 20px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 15px 35px -15px #e1e1e1;
}
.post-main-box h2 {
  font-size: 18px;
  color: #222222;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
}
.post-main-box h2 a{
  color: #222222;
}
.new-text p {
  line-height: 26px;
  margin-top: 15px;
  text-align: justify;
}
.post-info {
  font-size: 12px;
  letter-spacing: 1px;
}
.post-info span {
  margin-right: 1%;
}
.post-info hr {
  width: 10%;
  border-top: solid 2px #d7d7d7;
  margin-bottom: 0;
}
.post-main-box:hover h2{
  color: #33a0dc;
}
.entry-content a, .sidebar .textwidget p a, .textwidget p a, #comments p a, .slider .inner_carousel p a{
  color: #33a0dc;
  text-decoration: underline;
}
.tags {
  padding-top: 10px;
}
.tags a {
  text-decoration: none!important;
  font-weight: 400;
  color: #121212!important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  text-shadow: none;
  line-height: 3.5;
  padding: 8px;
  margin: 5px;
  font-size: 15px;
}
.single-post h1{
  font-size: 30px;
}
.single-post .entry-content p{
  padding-top: 10px;
}
.entry-date a, .entry-author a{
  color: #9d9d9d;
}
.single-post .entry-date a, .single-post .entry-author a{
  color: #000;
}
.single-post .post-info{
  color: #000;
  clear: both;
  font-size: 12px;
  letter-spacing: 1px;
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 15px;
  text-align: left;
}
.post-info i{
  margin-right: 10px;
}
.related-post {
  clear: both;
}
.related-post h3 {
  padding: 15px 0px 15px;
}
.related-post .post-main-box h2 {
  margin-top: 10px;
  padding: 0;
}
.related-post .new-text p, .single-post .related-post .entry-content p{
  padding-top: 0px;
  margin-top: 0;
}
/* --------- POST --------- */
h2#reply-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 30px;
  text-transform: none;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1; 
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover{
  background:#ffd34e;
}
.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}

/* Comments BOX */
#comments ol.children img {
  width: 30px;
}
#comments ol {
  list-style: none;
}
#comments{  
  margin-top:30px;
}  
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}  
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  width:100%;
  padding:12px 10px;
  font-size:18px;
  margin:20px 0 0 0;
}
#comments input[type="submit"]{
  background: #33a0dc;
  color: #fff;
  padding: 10px 20px;
  font-weight: 800;
  font-size: 12px;
}
#comments a.comment-reply-link{
  color:#fff;
  background:#33a0dc;
  padding:5px 15px;
}  
#comments a.comment-reply-link:hover{
  background:#ddd;
  color:#000;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#comments ol li{
  width:100%;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#f1f1f1;
  display:inline-block;
  border: 1px solid #d6d6d6;
} 
 #comments ul{
  margin:0 0 0 40px;
}
#comments .reply{
  float:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  float:left;
  margin-left:7%;
}
#comments p {
  width:100%;
  float:left;
}
/*----------single-post-comments---------*/
.comments .comment-author, .comment-author.vcard {
  width: 50%;
  float: left;
}
.comment-meta.commentmetadata {
  float: right;
  width: 50%;
  text-align: right;
}
.comments p {
  width: 90%;
  float: left;
}
.comments .reply {
  float: left;
}
.reply {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
/* ---------------Sidebar------------------ */
#sidebar .custom-social-icons {
  text-align: center;
}
#sidebar .custom-social-icons i,
#footer .custom-social-icons i {
  background: #33a0dc;
  width: 40px;
  text-align: center;
  height: 40px;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1.5;
  color: #fff;
}
#sidebar .custom-social-icons i:hover{
  background: #222222;
}
#footer .custom-social-icons i:hover{
  background: #fff;
  color: #33a0dc;
}
#sidebar td#prev a {
  color: #9d9d9d;
}
#sidebar caption {
  font-weight: bold;
  color: #222222;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: #9d9d9d;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #9d9d9d;
}
#sidebar select, 
.woocommerce .woocommerce-ordering select{
  padding: 10px 5px;
  border: solid 1px #e1e1e1;
  color: #9d9d9d;
  background: transparent;
}
#sidebar form{
  text-align: center;
}
#sidebar h3 {
  font-size: 15px;
  display: table;
  color: #fff;
  padding: 10px 15px;
  margin: -45px auto 10px auto;
  background: #33a0dc;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#sidebar input[type="search"] {
  padding: 15px;
  font-size:15px;
  margin-bottom: 10px;
  color:#9d9d9d;
  border: solid 1px #e1e1e1;
  width: 100%;
}
#sidebar label{
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"]{
  color: #fff;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  letter-spacing: 1px;
}
#sidebar .widget {
  padding: 20px;
  border: solid 1px #e1e1e1;
  margin-bottom: 50px;
  box-shadow: 0px 15px 35px -15px #e1e1e1;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li{
  color: #9d9d9d;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 43px;
}
#sidebar ul li a {
  color: #9d9d9d;
  letter-spacing: 1px;
  font-size: 14px;
}
#sidebar ul li a:hover{
  color: #33a0dc;
}
#sidebar .tagcloud a{
  border: solid 1px #e1e1e1;
  color: #9d9d9d;
  font-size: 14px !important;
  padding: 10px 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#sidebar .tagcloud a:hover{
  background: #33a0dc;
  color: #fff;
}
#sidebar ul.product_list_widget li{
  line-height: 25px;
  margin-top: 10px;
}
#sidebar .widget_shopping_cart .cart_list li a.remove, #sidebar.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 5px;
  left: 0;
}
#sidebar .widget_price_filter .ui-slider .ui-slider-range, #sidebar .widget_price_filter .ui-slider .ui-slider-handle{
  background-color: #33a0dc;
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #000;
}
#sidebar ul.cart_list li a, #sidebar ul.product_list_widget li a, #sidebar ul.cart_list li .star-rating, #sidebar ul.product_list_widget li .star-rating {
  margin-bottom: 5px;
}
#sidebar .woocommerce-product-search button{
  font-size: 15px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #33a0dc;
  font-weight: bold;
  color: #fff;
  border: none;
}
#sidebar .woocommerce-product-search input[type="search"]{
  border: 1px solid #ddd;
}
#sidebar form.woocommerce-product-search{
  border: none;
}
.nav-previous{
  clear:both;
}
.nav-previous,
.nav-next{
  float:left;
  width:50%;
  margin: 1% 0 0 0;
}
.nav-next{
  text-align:right;
  font-size: 18px;
}
.nav-previous{
  text-align:left;
  font-size: 18px;
}

/*------------ PAGE CSS -------------*/
.error404 .page-content{
  text-align: center;
}
.content-vw p{
  text-align:justify;
  line-height: 25px; 
  font-size: 14px; 
  margin:0 0 20px 0;
}
.content-vw h1{
  font-size: 35px;
}
.content-vw h2{
  font-size:30px;
  padding:0;
  margin:0 0 25px; 
}
.content-vw h3{
  font-size:25px;
  padding:0;
  margin:0 0 25px; 
}
.content-vw h4{
  font-size:20px;
  padding:0;
  margin:0 0 25px;
}
.content-vw h5{
  margin:0 0 15px;
  font-size:18px;
  padding:0; 
}
.content-vw h6{
  margin:0 0 15px;
  font-size:17px;
  padding:0; 
}
.content-vw ul{
  margin:0 0 0 10px;
  padding:10px 0 0; 
  font-size:16px;
}
.content-vw ol{
  margin:0 0 0 15px;
  padding:10px 0 0 0; 
  font-size:16px;
  counter-reset: myCounter;
}
.content-vw ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}
.content-vw ol li{
  padding:0 0 0 0;
  margin:0 0 20px 0;
}
.read-moresec{
  margin:2% 0;
}
.page-content, .page-content p {
  text-align: center;
}
.page-content .more-btn {
  margin: 20px;
  margin-bottom: 20px;
}
/*------------- PAGINATION CSS --------------*/
.pagination {
  clear:both;
  position:relative;
  font-size:14px;
  line-height:13px;
  float:right;
  font-weight:bold;width:100%;
} 
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 5px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color: #fff;
  background: #222222;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.pagination a:hover{
  background: #33a0dc;
} 
.pagination .current {
  padding: 10px 15px;
  background: #33a0dc;
  font-weight: bold;
}
.content-vw .pagination ul{
  margin:0;
  clear:both;
}
.content-vw .pagination ul li{
  margin:0;
}
.post-navigation{
  clear:both;
}
.post-navigation {
  clear: both; 
}
.nav-previous {
  float: left;
  width: 50%;
}
.post-navigation .current .screen-reader-text { 
  position: absolute !important; 
}
.post-navigation a { 
  color: #222222; 
  display: block; 
}
.post-navigation span { 
  display: block; 
}
.post-navigation .meta-nav { 
  color: #9d9d9d; 
  font-size: 13px;
  letter-spacing: 0.076923077em; 
  line-height: 1.6153846154; 
  margin-bottom: 0.5384615385em; 
  text-transform: uppercase; 
}
.post-navigation .post-title {
  display: inline; 
  font-size: 15px; 
  font-weight: 700;  
  line-height: 1.2173913043; 
  text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title { 
  color: #33a0dc;
}
.post-navigation:before {
  right: 0;
}
.post-navigation:after {
  right: 54px;
}
.post-navigation a:hover,
.post-navigation a:focus {
  color: #33a0dc;
}
.post-navigation .nav-links {
  position: relative;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}
.post-navigation .page-numbers {
  display: inline-block; 
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
.post-navigation .current {
  display: inline-block;
  font-weight: 700;
}
.post-navigation .prev,
.post-navigation .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
.post-navigation .prev:before,
.post-navigation .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
.post-navigation .prev:hover,
.post-navigation .prev:focus,
.post-navigation .next:hover,
.post-navigation .next:focus {
  background-color: #007acc;
  color: #fff;
}
.post-navigation .prev:focus,
.post-navigation .next:focus {
  outline: 0;
}
.post-navigation .prev {
  right: 54px;
}
/*------single-post-pagination------*/
.post-navigation a {
  color: #1a1a1a;
  display: block;
}
.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.nav-previous {
  width: 50%;
  float: left;
  text-align: left;
}
.nav-next span.meta-nav:after{
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  margin-left: 10px;
}
.nav-previous span.meta-nav:before{
  content: "\f30a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  margin-right: 10px;
}
.post-navigation span.meta-nav {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding: 15px;
}
.post-navigation span { 
  display: block;
}
.post-navigation .post-title {
  display: none;
}
/*------------- About us widgets --------------*/
#footer .more-button, #sidebar .more-button {
  margin: 20px 0px 10px 0px;
}
#sidebar a.custom_read_more {
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  border-bottom: solid 2px #222222;
  padding-bottom: 5px;
}
#footer a.custom_read_more{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-bottom: solid 2px #fff;
  padding-bottom: 5px;
}
#footer p.custom_author, #sidebar p.custom_author {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 4px;
}
#footer p.custom_designation, #sidebar p.custom_designation {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
}
#sidebar a.custom_read_more:hover{
  border-color: #33a0dc;
  color: #33a0dc;
}
#footer a.custom_read_more:hover{
  border-color: #33a0dc;
  color: #33a0dc;
}
.custom-about-us h3.custom_title {
  text-align: left;
}
.custom-about-us {
  text-align: center;
}
/*------------- Contact us widgets --------------*/
.custom_details {
  font-size: 15px;
  font-weight: bold;
}
.custom-social-icons input[type="text"], .custom-social-icons input[type="email"], .custom-social-icons textarea {
  margin: 0;
  background: transparent;
}
form.wpcf7-form {
  margin-top: 20px;
}
#sidebar .custom-contact-us form {
  text-align: left;
}
/*------------- WOOCOMMERCE CSS --------------*/
#serv-section a.added_to_cart.wc-forward {
  right: 15%;
}
.woocommerce ul.products li.product .button,
a.checkout-button.button.alt.wc-forward {
  margin-top: 1em;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce span.onsale {
  right: auto !important;
  left: 0 !important;
  background: #222222;
  padding: 8px 15px;
  border-radius: 0;
  top: 20px !important;
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 15px;
  min-height: auto !important;
  line-height: unset;
}
.woocommerce div.product span.onsale{
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  left: 0;
  background: #33a0dc;
}
.products li:hover span.onsale {
  background: #33a0dc;
}
.products li {
  border: solid 2px #e9e9e9;
  text-align: left;
}
h2.woocommerce-loop-product__title{
  color: #222222;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
  padding: 0 15px !important;
  font-size: 18px !important;
  font-weight: 500;
  text-align: left !important;
}
.products li:hover h2 {
  color: #33a0dc;
}
.woocommerce ul.products li.product .price {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #9d9d9d;
  font-size: 15px;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #33a0dc;
  color: #fff;
  padding: 17px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #222222;
  color: #fff;
}
a.button.product_type_simple.add_to_cart_button  {
  background: url(assets/images/cart-icon.png) no-repeat scroll 17px center #fff;
  text-indent: -9999px;
  border: solid 2px #e9e9e9;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  height: 5em;
  width: 5em;
  right: 0;
  left: 60%;
  bottom: -30px;
}
a.added_to_cart.wc-forward {
  padding: 28px;
  background: url(assets/images/view-icon.png) no-repeat scroll 17px center #fff;
  text-indent: -9999px;
  border: solid 2px #e9e9e9;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  bottom: -30px;
  right: 13%;
}

.woocommerce .quantity .qty {
  width: 7em;
  padding: 12px;
  border: solid 1px #222222;
  color: #222222;
}
.col-1,.col-2 {
  max-width: 100%;
}
.woocommerce .col2-set .col-1 {
   max-width: 100%;
}
.woocommerce .col2-set .col-2 {
   max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #33a0dc;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 0 0 #222222;
  font-weight: bold;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
span.woocommerce-input-wrapper,
.checkout label {
 width: 100%;
}
.woocommerce .woocommerce-ordering select {
  padding: 5px;
  font-size: 12px;
}
span.posted_in {
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 22%;
  display: inline-block;
  margin: 5px;
}
.woocommerce-message,
.woocommerce-info{
  border-top-color: #222222;
}
.woocommerce-message::before,
.woocommerce-info::before{
  color: #222222;
}
.related.products ul li {
  width: 29% !important;
}
nav.woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-content a, .woocommerce-info a, .woocommerce-privacy-policy-text a, td.product-name a, a.shipping-calculator-button{
  text-decoration: none !important;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-size: 30px;
}
.woocommerce .star-rating span, .woocommerce p.stars a{
  color: #ffd400;
}
.woocommerce .products .star-rating{
  margin: 10px 15px;
}
.woocommerce div.product .woocommerce-product-rating{
  margin-bottom: 5px;
}
.woocommerce-Reviews #comments p{
  float: none;
}
.woocommerce #reviews #comments h2{
  font-size: 25px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 50px;
}
.select2-container--default .select2-selection--single , input#billing_phone{
  padding: 10px 0px;
  border-radius: 0px;
  border: 1px solid #bcbcbc;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
h3#order_review_heading{
  margin-top: 10px;
}
.woocommerce-checkout #payment div.form-row {
  margin-bottom: 20px;
}
#footer .widget_shopping_cart .buttons a.button:hover{
  background: #33a0dc;
}
.admin-bar .home-page-header{
  margin-top: 32px;
}
/*------------------RESPONSIVE MEIDA-------------------*/
@media screen and (max-width:600px) {
  .admin-bar .home-page-header{
    margin-top: 46px;
  }
  .admin-bar .header-fixed{
    margin-top:0px;
  }
}
@media screen and (max-width:720px) {
  #slider .inner_carousel,
  .search-box,#topbar,.logo,.discount-inner-box,
  .lower-header span,button.product-btn,.account{
    text-align: center;
  }
  .Sale-banner{
    margin: 10px 0;
  }
  #serv-section a.added_to_cart.wc-forward,
  .woocommerce a.added_to_cart.wc-forward {
    right: 7%;
  }
  .custom-social-icons,
  .logo{
    padding: 5px 0;
  }
  .discount-box img{
    height: 150px;
  }
  .discount-btn,
  #topbar .custom-social-icons{
    text-align: center;
    margin: 10px 0;
  }
  #slider .carousel-control-prev,
  #slider .carousel-control-next{
    width: auto;
    left: auto;
  }
  #slider .carousel-control-prev{
    right: auto;
  }
  #slider .carousel-caption {
    padding: 0;
    right: 10%;
    left: 10%;
    top: 35% !important;
  }
  #slider .inner_carousel h1{
    font-size: 25px;
    text-align: center;
  }
  .serv-box h4{
    padding: 10px 0;
  }
  #slider .inner_carousel p{
    display:none;
  }
  .nav-links {
    margin-bottom: 20px;
  }
  #header{
    padding: 5px;
  }
  .lower-header span {
    padding: 10px 0;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .related.products ul li {
    width: 48% !important;
  }
}
@media screen and (max-width: 1000px){
  .menubar .nav ul li a:focus,
  a.closebtn.mobile-menu:focus{
    outline: 1px dotted #000;
    border-bottom: 1px solid #000;
  }
  .toggle-nav {
    display: none;
    position: relative;
    width: 30px;
    cursor: pointer;
    margin: 0 auto;
  }
  .toggle-nav i {
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    background: #33a0dc;
  }
  .toggle-nav button {
    background: transparent;
    border: none;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    overflow-x: hidden; 
    transition: 0.5s;
    overflow-y: scroll;
    background: #fff ;
  }
  .sidenav .closebtn {
    position: absolute;
    right: 25px;
    font-size: 36px;
    display: block !important;
    color: #000;
    padding: 0;
    top: 0;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span{
    font-size:30px;
    cursor:pointer; 
    text-align: right;
  }
  .toggle-nav{
    display: block;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .main-navigation ul{
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center; 
    margin-top: 0px;
    float: none;
  }
  .main-navigation ul ul li{
    display: block;
  }
  .menubar .nav ul li{
    border-top: 1px solid #f1f1f1; 
    display:block;
  }
  .main-navigation ul li a{
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block; 
    transition: 0.3s;
    float: none;
    margin: 5px 0;
    border-right: none;
  }
  .main-navigation ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .main-navigation ul.sub-menu a:hover{
    padding-left:20px !important;
    background: #fff !important;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
    background: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    box-shadow: none;
  }
  .main-navigation ul ul a{
    border-bottom: none;
    text-align: center;
    padding-left: 40px;
  }
  .main-navigation ul ul ul.sub-menu a{
    padding-left: 40px;
  }
  .main-navigation li{
    padding: 0;
    display: block;
    text-align: center;
  } 
  .main-navigation ul li:last-child{
    border-bottom: 1px solid #f1f1f1;
  }
  .main-header-box {
    padding-bottom: 15px;
  }
  .main-menu {
    padding: 0em;
    padding-top: 20px;
  }
  .sf-arrows .sf-with-ul:hover:after,
  .main-navigation ul li li:hover .sf-with-ul:after{
    content: '\f107';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #000;
  }
  .sf-arrows .sf-with-ul:after{
    content: '\f106';
    position: absolute;
    height: 0;
    width: 0;
    border-top-color: #e1e1e1;
    color: #000;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    margin-top: 0px;
    font-size: 12px;
    padding: 0px 10px;
  }
  .search-box i {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 910px){
  .related.products ul li{
    width: 48% !important;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    width: auto;
  }
  #slider .inner_carousel p{
    display: none;
  }
  #slider .slide{
    margin-bottom: 15px;
  }
  #header .nav ul li a{
    border: none;
  }
  .discount-inner-box h3 {
    font-size: 15px;
    padding: 0;
  }
  .discount-btn a {
    padding: 6px 15px;
    font-size: 15px;
  }
  .discount-btn {
    margin: 0;
  }
  button.product-btn{
    font-size:15px ;
    padding:18px 10px;
  }
  #serv-section a.added_to_cart.wc-forward {
    right: 2%;
  }
  .woocommerce a.added_to_cart.wc-forward{
    right: 12%;
  }
  .product-cat {
    width: 83%;
  }
  .search-box i{
    background: #33a0dc;
    padding: 18px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px){
  .toggle-nav i {
    padding: 18px 20px;
  }
  .toggle-nav {
    width: auto;
    text-align: right;
  }
}
@media screen and (min-width: 910px) and (max-width: 1024px){
  .discount-inner-box h3{
    font-size: 22px;
    padding: 4px 0;
  }
  #serv-section a.added_to_cart.wc-forward {
    right: 10%;
  }
  .woocommerce a.added_to_cart.wc-forward{
    right: 7%;
  }
  .product-cat {
    width: 88%;
  }
}
@media screen and (max-width: 375px){
  .woocommerce ul.products[class*=columns-] li.product{
    width: 100%;
  }
  a.button.product_type_simple.add_to_cart_button{
    left: 50%;
  }
  .order-track:hover form.track_order {
    width: 310px;
    right: 5px;
  }
  #serv-section a.added_to_cart.wc-forward,.woocommerce a.added_to_cart.wc-forward{
    right: 7%;
  }
}
/* safari */
a[href^=tel] {
  color:inherit;
  text-decoration: none;
}

/* ==========================================================================
   Shreeshop Digital Theme & Code Marketplace Styles
   ========================================================================== */

/* 1. Tech Framework Badges */
.shreeshop-tech-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.tech-badge-wp {
  background: #e8f3f9;
  color: #21759b;
  border: 1px solid #c4e0f0;
}
.tech-badge-shopify {
  background: #f0f7ea;
  color: #5c881a;
  border: 1px solid #d4eac2;
}
.tech-badge-react {
  background: #e6f6fd;
  color: #0284c7;
  border: 1px solid #bae6fd;
}
.tech-badge-html {
  background: #fdf2e9;
  color: #e34f26;
  border: 1px solid #fed7aa;
}
.tech-badge-vue {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}
.tech-badge-tailwind {
  background: #f0fdfa;
  color: #0d9488;
  border: 1px solid #99f6e4;
}
.tech-badge-bootstrap {
  background: #f5f3ff;
  color: #7c3aed;
  border: 1px solid #ddd6fe;
}
.tech-badge-figma {
  background: #faf5ff;
  color: #9333ea;
  border: 1px solid #e9d5ff;
}
.tech-badge-flutter {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
}

/* 2. Marketplace Hero Section */
.shreeshop-marketplace-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  color: #ffffff;
  padding: 70px 0 50px;
  position: relative;
  overflow: hidden;
}
.shreeshop-marketplace-hero::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.18) 0%, rgba(255, 87, 34, 0) 70%);
  pointer-events: none;
}
.shreeshop-marketplace-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 87, 34, 0.15);
  color: #ff7a50;
  border: 1px solid rgba(255, 87, 34, 0.35);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.shreeshop-marketplace-hero .hero-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.shreeshop-marketplace-hero .hero-subtitle {
  font-size: 17px;
  color: #94a3b8;
  max-width: 720px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

/* Hero Search Bar */
.hero-search-wrapper {
  max-width: 680px;
  margin: 0 auto 28px;
}
.hero-input-group {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  padding: 6px 8px 6px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.hero-search-icon {
  color: #64748b;
  font-size: 18px;
  margin-right: 12px;
}
.hero-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 15px;
  color: #0f172a;
  outline: none;
}
.hero-submit-btn {
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  color: #ffffff;
  border: none;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.hero-submit-btn:hover {
  box-shadow: 0 6px 20px rgba(255, 87, 34, 0.4);
  transform: translateY(-1px);
}

/* Hero Tech Pills */
.hero-tech-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.pills-label {
  font-size: 13px;
  color: #94a3b8;
  font-weight: 600;
}
.pills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e2e8f0;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.tech-pill:hover {
  background: #ff5722;
  border-color: #ff5722;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Hero Stats Row */
.hero-stats-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 20px;
}
.stat-box .stat-number {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
}
.stat-box .stat-label {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 4px;
}

/* 3. Features Strip */
.shreeshop-features-strip {
  background: #ffffff;
  padding: 35px 0;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.feature-strip-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px;
}
.feature-icon-circle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: #fff2ed;
  color: #ff5722;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.feature-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}
.feature-content p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

/* 4. Live Demo Buttons in Shop Loop */
.btn-loop-live-demo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid #cbd5e1;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 8px;
  transition: all 0.2s ease;
}
.btn-loop-live-demo:hover {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}
.quick-action-btn.demo-btn {
  background: #0f172a;
  color: #ffffff;
}
.quick-action-btn.demo-btn:hover {
  background: #ff5722;
  color: #ffffff;
}

/* 5. Single Product Theme Actions & Specs */
.shreeshop-theme-action-bar {
  display: flex;
  gap: 12px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.shreeshop-btn-live-preview {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #10b981;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  transition: all 0.25s ease;
}
.shreeshop-btn-live-preview:hover {
  background: #059669;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.45);
}
.shreeshop-btn-doc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  color: #334155;
  border: 1px solid #cbd5e1;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.shreeshop-btn-doc-link:hover {
  background: #e2e8f0;
  color: #0f172a;
}

/* Theme Specifications Card */
.shreeshop-theme-specs-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  margin: 24px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.specs-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 14px;
  color: #0f172a;
}
.specs-card-header h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.specs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.specs-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px dashed #f1f5f9;
  font-size: 13.5px;
}
.specs-item:last-child {
  border-bottom: none;
}
.specs-label {
  color: #64748b;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.specs-val {
  font-weight: 600;
  color: #0f172a;
  text-align: right;
}
.badge-version {
  background: #f1f5f9;
  color: #0f172a;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
}

/* Digital Guarantees */
.shreeshop-digital-guarantees {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.guarantee-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px;
}
.guarantee-item i {
  font-size: 18px;
  color: #ff5722;
  margin-top: 2px;
}
.guarantee-item strong {
  display: block;
  font-size: 13px;
  color: #0f172a;
}
.guarantee-item p {
  font-size: 12px;
  color: #64748b;
  margin: 2px 0 0;
  line-height: 1.35;
}

/* License Tab Styling */
.license-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.license-type-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px;
}
.license-type-card.license-featured {
  border-color: #ff5722;
  background: #fffcfb;
}
.license-type-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #0f172a;
}
.license-type-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.license-type-card li {
  font-size: 13.5px;
  padding: 6px 0;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-sticky-demo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #10b981;
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
}
.btn-sticky-demo:hover {
  background: #059669;
  color: #ffffff;
}
.btn-explore-all {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .shreeshop-marketplace-hero .hero-title {
    font-size: 28px;
  }
  .hero-input-group {
    flex-direction: column;
    border-radius: 14px;
    padding: 12px;
  }
  .hero-submit-btn {
    width: 100%;
    margin-top: 10px;
  }
  .shreeshop-digital-guarantees,
  .license-comparison-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Shreeshop Footer Trust Strip, Legal Pages Navigation & Nexora Labs Branding
   ========================================================================== */
.shreeshop-footer {
  background: #0b1120;
  color: #94a3b8;
  font-family: inherit;
}

.shreeshop-footer-trust-strip {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px 0;
}

.trust-item {
  padding: 12px 15px;
}

.trust-item-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.03);
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.trust-item-inner:hover {
  background: rgba(255, 87, 34, 0.08);
  border-color: rgba(255, 87, 34, 0.3);
  transform: translateY(-2px);
}

.trust-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: linear-gradient(135deg, #ff5722, #f59e0b);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
}

.trust-text h6 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 3px 0;
}

.trust-text p {
  color: #94a3b8;
  font-size: 12px;
  margin: 0;
  line-height: 1.3;
}

/* Legal Pages Navigation Row in Footer */
.shreeshop-legal-pages-row {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.shreeshop-legal-nav-bar .legal-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
}

.shreeshop-legal-nav-bar .legal-nav-list li a {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.shreeshop-legal-nav-bar .legal-nav-list li a:hover {
  color: #ff5722;
  text-decoration: underline;
}

/* Sub-Footer & Nexora Labs Credit */
.shreeshop-sub-footer {
  background: #060913;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 22px 0;
  color: #94a3b8;
  font-size: 13px;
}

.nexora-brand-link {
  color: #ff7043;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.nexora-brand-link:hover {
  color: #ff8a65;
  text-decoration: underline;
}

.india-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  margin-left: 4px;
}

.footer-payment-methods {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  color: #94a3b8;
}

.footer-payment-methods .payment-badge {
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   Shreeshop Pricing & Membership Page Styles
   ========================================================================== */
.shreeshop-pricing-page-wrapper {
  background: #f8fafc;
  padding-bottom: 70px;
}

.pricing-hero-section {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  padding: 80px 0 100px 0;
  margin-bottom: -60px;
}

.pricing-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 87, 34, 0.15);
  border: 1px solid rgba(255, 87, 34, 0.4);
  color: #ff5722;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.pricing-main-title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  max-width: 800px;
  margin: 0 auto 16px auto;
  line-height: 1.25;
}

.pricing-main-subtitle {
  color: #94a3b8;
  font-size: 16px;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

.pricing-cards-section {
  position: relative;
  z-index: 10;
  padding: 20px 0;
}

.pricing-card-box {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  padding: 35px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.pricing-card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.pricing-card-box.is-popular {
  border-color: #ff5722;
  box-shadow: 0 20px 40px rgba(255, 87, 34, 0.15);
}

.popular-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff5722, #e64a19);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: 20px;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
}

.popular-ribbon.badge-gold {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.pricing-card-box .card-top {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.pricing-card-box .plan-title {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.pricing-card-box .plan-desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 18px;
  line-height: 1.4;
}

.plan-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.plan-price-wrap .currency-symbol {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}

.plan-price-wrap .price-val {
  font-size: 44px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}

.plan-price-wrap .period-note {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  margin-left: 4px;
}

.pricing-card-box .card-features {
  flex: 1;
  margin-bottom: 30px;
}

.pricing-card-box .card-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-card-box .card-features ul li {
  font-size: 14px;
  color: #334155;
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}

.pricing-card-box .card-features ul li i {
  margin-top: 3px;
}

.btn-pricing-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline-cta {
  background: #f8fafc;
  color: #0f172a;
  border: 2px solid #e2e8f0;
}
.btn-outline-cta:hover {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

.btn-primary-cta {
  background: linear-gradient(135deg, #ff5722, #e64a19);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(255, 87, 34, 0.3);
}
.btn-primary-cta:hover {
  background: linear-gradient(135deg, #e64a19, #d84315);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 87, 34, 0.4);
}

.btn-dark-cta {
  background: #0f172a;
  color: #ffffff;
}
.btn-dark-cta:hover {
  background: #1e293b;
  color: #ffffff;
}

/* Guarantee Section */
.pricing-guarantee-section {
  padding: 40px 0;
}

.guarantee-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 6px solid #10b981;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.guarantee-icon {
  width: 60px;
  height: 60px;
  background: #ecfdf5;
  color: #10b981;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
}

.guarantee-box h4 {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.guarantee-box p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* FAQ Section */
.pricing-faq-section {
  padding: 40px 0 20px 0;
}

.faq-section-title {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 40px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 16px;
}

.faq-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-item p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}