/*
 Theme Name:   GP Digital Pro
 Theme URI:    https://wpbazaar.in
 Description:  This GeneratePress Child Theme is for online e-commerce website. Using this child theme you can easily create a good established websites. 
 Author:       Wp Bazaar
 Author URI:   https://wpbazaar.in
 Template:     generatepress
 Version: 1.0
*/



.wpb-post-nav-link {
    background: #e1e1e1;
}

.wpb-post-nav{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  margin:30px 0 10px;
  border-top:1px solid rgba(0,0,0,0.06);
  padding-top:18px;
  font-family: inherit;
}
.wpb-post-nav-link{
  display:flex;
  align-items:center;
  text-decoration:none;
  padding:10px 12px;
  flex:1 1 45%;
  border-radius:6px;
  transition:background .15s, transform .08s;
  color:inherit;
}
.wpb-post-nav-link:hover{ background: rgba(0,0,0,0.03); transform: translateY(-2px); }
.wpb-post-nav-body{ display:flex; gap:12px; align-items:center; }
.wpb-thumb img{ object-fit:cover; border-radius:4px; display:block; }
.wpb-thumb-fallback{ width:56px; height:56px; background:#eee; border-radius:4px; display:inline-block; }
.wpb-meta{ display:flex; flex-direction:column; text-align:left; }
.wpb-label{ font-size:11px; opacity:.75; text-transform:uppercase; letter-spacing:.6px; display:block; }
.wpb-title{ margin:0; font-size:14px; line-height:1.2; font-weight:600; color:#222; }
.wpb-arrow{ font-size:22px; opacity:.6; padding:0 10px; }
@media (max-width:760px){
  .wpb-post-nav{ flex-direction:column; gap:12px; }
  .wpb-post-nav-link{ width:100%; justify-content:flex-start; }
  .wpb-thumb img, .wpb-thumb-fallback{ }
  .wpb-arrow{ font-size:20px; }
}


.main-navigation {
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.wp-testimonial-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #097eb4;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.wp-testimonial-msg {
  font-size: 16px;
  color: #444;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 10px;
}

.wp-testimonial-name {
  font-weight: bold;
  color: #097eb4;
  font-size: 15px;
}

.sticky-footer-menu {
    position: fixed !important;
    height: 60px;
    width: 100%;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.swiper-button-next, .swiper-button-prev {
    color: #007aff08 !important;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
padding: 0;
}

.live-preview-button {
display: block;
text-align: center;
background-color: #060f09 !important;
color: #fff;
}

.woocommerce ul.products li.product .button-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
gap: 4px !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding: 10px 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
width: 100%;
}

.woocommerce-billing-fields label { display: none; }

#wp-block-search__input-1 { border-radius: 120px; border: 0px; }
.wp-block-search__inside-wrapper {
border-radius: 120px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
margin-bottom: 0.1em !important;
}

.woocommerce .related.products ul.products {
display: flex;
flex-wrap: wrap;
justify-content: left;
}

.woocommerce ul.products li.product.sales-flash-overlay .onsale,
.woocommerce span.onsale {
background-color: #097eb4;
color: var(--background);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
padding: 10px 20px;
font-size: 15px;
}

#wc-column-container .product {
padding: 15px;
border-radius: 4px;
box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px,
rgba(0,0,0,0.08) 0px 0px 0px 1px;
}

.woocommerce ul.products li.product .button {
transition: 0.5s;
background-size: 200% auto;
box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
border-radius: 4px;
margin: 5px;
width: 95%;
font-size: 14px;
}

.woocommerce ul.products li.product a img {
border-radius: 4px;
}

@supports (display: grid) {
.woocommerce ul.products li.product {
padding: 10px;
box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px,
rgba(0,0,0,0.08) 0px 0px 0px 1px;
}
}

.woocommerce div.product form.cart .button {
transition: 0.5s;
margin: 10px 0;
border-radius: 4px;
width: 100%;
}

.woocommerce .related ul.products li.product,
.woocommerce .up-sells ul.products li.product {
padding: 15px;
box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px,
rgba(0,0,0,0.08) 0px 0px 0px 1px;
}

@media (min-width: 768px) {
.woocommerce ul.products {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.woocommerce ul.products li.product {
width: 30% !important;
margin-right: 3.33%;
}
.woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
}
@media (max-width: 768px) {
.woocommerce ul.products { display: flex; flex-direction: column; }
.woocommerce ul.products li.product {
width: 100% !important;
margin-right: 0 !important;
}
}

.woocommerce .related.products ul.products { display: flex; flex-wrap: wrap; justify-content: space-between; }
.woocommerce .related.products ul.products li.product { width: 32%; margin-right: 2%; }
.woocommerce .related.products ul.products li.product:nth-child(3n) { margin-right: 0; }
@media (max-width: 768px) { .woocommerce .related.products ul.products li.product { width: 48%; } }
@media (max-width: 480px) { .woocommerce .related.products ul.products li.product { width: 100%; } }

.gpprimetheme-social-wrapper { margin: 20px 5px; font-size: 0; text-align: center; display: flex; flex-wrap: wrap; }
.gpprimetheme-social-sharing { padding: 8px; margin: 4px; border-radius: 3px; flex: 1; transition: background-color 0.3s, transform 0.3s, color 0.3s; }
.gpprimetheme-social-sharing:hover { transform: translateY(-3px); border: none; box-shadow: rgba(0,0,0,0.1) 0px 20px 25px -5px, rgba(0,0,0,0.04) 0px 10px 10px -5px; }
@media only screen and (max-width: 600px) { .gpprimetheme-social-sharing { display: inline-block; } }
.gpprimetheme-social-facebook { background-color: rgba(59,89,152,1); }
.gpprimetheme-social-twitter { background-color: rgba(0,0,0); }
.gpprimetheme-social-whatsapp { background-color: rgba(37,211,102,1); }
.gpprimetheme-social-telegram { background-color: rgb(2,126,189); }
.gpprimetheme-social-more { background-color: rgba(0,0,0); }

.qlwapp__container.qlwapp__container--bottom-left,
.qlwapp__container.qlwapp__container--bottom-right {
bottom: 50px !important;
}

.fsp-popup { bottom: 70px !important; }

.wc-block-components-button__text {
color: white !important;
font-weight: bold !important;
text-decoration: none !important;
}
.wc-block-components-button__text:hover { color: white !important; }

.main-navigation .main-nav ul li a {
    padding-left: 1px !important;
}

.custom-buttons {
    width: 100%;
}

.rank-math-breadcrumb {
    padding-left: 3.9%;
	display: none;
}

.woocommerce table.my_account_orders .button {
    margin: 10px;
    padding: 10px;
}

 .why-choose-section {
      padding: 80px 20px;
      text-align: center;
    }

    .why-choose-heading {
      color: #097eb4;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 50px;
    }

    .why-choose-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* Fixed 3 columns */
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .choose-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 40px 25px;
      box-shadow: 0 10px 25px rgba(9, 126, 180, 0.08);
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .choose-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 30px rgba(9, 126, 180, 0.15);
    }

    .choose-icon {
      font-size: 36px;
      color: #097eb4;
      margin-bottom: 15px;
    }

    .choose-number {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #097eb4;
      color: white;
      font-size: 14px;
      width: 26px;
      height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-weight: bold;
    }

    .choose-card h3 {
      margin: 10px 0;
      font-size: 20px;
      color: #222;
    }

    .choose-card p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }

    @media (max-width: 991px) {
      .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .why-choose-grid {
        grid-template-columns: 1fr;
      }
      .why-choose-heading {
        font-size: 24px;
      }

.about-text {
    flex: 1;
    min-width: 100% !important;
}

.about-image {
    flex: 1;
    text-align: center;
    min-width: 100% !important;
}

    }

.about-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.about-container {
  background: #f7f2fd;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  max-width: 1210px;
  width: 100%;
  gap: 40px;
  padding: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 28px;
  color: #210063;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.about-text .highlight {
  color: #097eb4;
  font-weight: bold;
}

.about-image {
  flex: 1;
  text-align: center;
  min-width: 280px;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

}

@media (min-width: 600px) {
  .wp-show-posts.wpsp-columns-3 .wp-show-posts-inner {
    grid-template-columns: repeat(2, 1fr); /* Tablet */
  }
}

@media (min-width: 992px) {
  .wp-show-posts.wpsp-columns-3 .wp-show-posts-inner {
    grid-template-columns: repeat(3, 1fr); /* Desktop */
  }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.woocommerce ul.products li.product.sales-flash-overlay .onsale {
    background-color: #097eb4;
}

.woocommerce span.onsale {
    background-color: #097eb4;
    color: var(--background);
}

.fsp-avatar {
    display: none;
}

.woocommerce-account .woocommerce-breadcrumb {
    display: none !important;
}



.wpbazaar-social-sharing {
    padding: 12px;
    flex: 1;
}

@media only screen and (max-width: 600px) {
    .wpbazaar-social-sharing {
        display: inline-block;
    }
}

.wpbazaar-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.wpbazaar-social-sharing:first-of-type {
    border-radius: 6px 0 0 6px;
}

.wpbazaar-social-sharing:last-of-type {
    border-radius: 0 6px 6px 0;
}

.wpbazaar-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.wpbazaar-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.wpbazaar-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.wpbazaar-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}

.wpbazaar-social-reddit {
    fill: #fff;
    background-color: rgba(255, 87, 0, 1);
}

.main-navigation.has-branding .inside-navigation.grid-container, .main-navigation.has-branding.grid-container .inside-navigation:not(.grid-container) {
    padding: 0px 00px 0px 00px;
}

body.woocommerce-shop .gb-container-897fedde {
  display: none !important;
}

body.tax-product_cat .gb-container-897fedde {
  display: none !important;
}

.term-description{
  display: none !important;
}

.vbfu-badge {
    margin-left: -2px;
}

.mdp-button-row,
.mdp-btn.mdp-btn-primary {
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
}

.mdp-button-row,
.mdp-btn.mdp-btn-success {
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
}

.single-product .quantity {
    width: 100% !important;
}

.single-product .quantity input.qty {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}

.setup-guide-button {
    text-align: center !important;
    background-color: #003140 !important;
    color: #fff !important;
}

.has-text-align-center {
    padding-left: 5%;
    padding-right: 5%;
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    padding: 10px;
}

 .why-choose-section {
      padding: 80px 20px;
      text-align: center;
    }

    .why-choose-heading {
      color: #097eb4;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 50px;
    }

    .why-choose-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* Fixed 3 columns */
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .choose-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 40px 25px;
      box-shadow: 0 10px 25px rgba(9, 126, 180, 0.08);
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .choose-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 30px rgba(9, 126, 180, 0.15);
    }

    .choose-icon {
      font-size: 36px;
      color: #097eb4;
      margin-bottom: 15px;
    }

    .choose-number {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #097eb4;
      color: white;
      font-size: 14px;
      width: 26px;
      height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-weight: bold;
    }

    .choose-card h3 {
      margin: 10px 0;
      font-size: 20px;
      color: #222;
    }

    .choose-card p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }

    @media (max-width: 991px) {
      .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .why-choose-grid {
        grid-template-columns: 1fr;
      }
      .why-choose-heading {
        font-size: 24px;
      }
			
.about-text {
    flex: 1;
    min-width: 100% !important;
}

.about-image {
    flex: 1;
    text-align: center;
    min-width: 100% !important;
}			
    }

.about-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.about-container {
  background: #f7f2fd;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  max-width: 1210px;
  width: 100%;
  gap: 40px;
  padding: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 28px;
  color: #210063;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.about-text .highlight {
  color: #097eb4;
  font-weight: bold;
}

.about-image {
  flex: 1;
  text-align: center;
  min-width: 280px;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.wp-show-posts.wpsp-columns-3 .wp-show-posts-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Mobile Default */
  gap: 20px;
}

@media (min-width: 600px) {
  .wp-show-posts.wpsp-columns-3 .wp-show-posts-inner {
    grid-template-columns: repeat(2, 1fr); /* Tablet */
  }
}

@media (min-width: 992px) {
  .wp-show-posts.wpsp-columns-3 .wp-show-posts-inner {
    grid-template-columns: repeat(3, 1fr); /* Desktop */
  }
}

.swiper-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 20px;
  background: linear-gradient(135deg, #e3f2fd, #fce4ec);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: auto;
}
.swiper-slide {
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: fadeInUp 0.8s ease-in-out;
  height: 250px;
  box-sizing: border-box;
}
.swiper-slide:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.woocommerce ul.products li.product.sales-flash-overlay .onsale {
    background-color: #097eb4;
}

.woocommerce span.onsale {
    background-color: #097eb4;
    color: var(--background);
}


.sticky-add-to-cart {
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: #097eb4;
    color: #fff;
    text-align: center;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    z-index: 9999;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.sticky-add-to-cart:hover {
    background: #066691;
}

.woocommerce-account .woocommerce-products-header,
.woocommerce-account .page-title {
    display: none !important;
}



.wpbazaar-social-wrapper {
    margin: 20px auto;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.wpbazaar-social-sharing {
    padding: 12px;
    flex: 1;
}

@media only screen and (max-width: 600px) {
    .wpbazaar-social-sharing {
        display: inline-block;
    }
}

.wpbazaar-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.wpbazaar-social-sharing:first-of-type {
    border-radius: 6px 0 0 6px;
}

.wpbazaar-social-sharing:last-of-type {
    border-radius: 0 6px 6px 0;
}

.wpbazaar-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.wpbazaar-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.wpbazaar-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.wpbazaar-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}

.wpbazaar-social-reddit {
    fill: #fff;
    background-color: rgba(255, 87, 0, 1);
}

body.woocommerce-shop .gb-container-897fedde {
  display: none !important;
}


body.tax-product_cat .gb-container-897fedde {
  display: none !important;
}

.term-description{
	  display: none !important;
}

.vbfu-badge {
    margin-left: -2px;
}

.mdp-button-row,
.mdp-btn.mdp-btn-primary {
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
}

.mdp-button-row,
.mdp-btn.mdp-btn-success {
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
}

body.single-product .yay-currency-single-page-switcher,
body.single-product .yay-currency-custom-select-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    box-sizing: border-box;
}

body.single-product .yay-currency-single-page-switcher select,
body.single-product .yay-currency-custom-select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    height: 45px;       /* optional: same height as qty */
    font-size: 16px;
}
