/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* home page css start - jenish */

div#faq-bottom-div {
  width: 20px;
}

div#faq-center-right-div {
  width: 50px;
}

#faq-qus-list details summary .e-n-accordion-item-title-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003c38;
  padding: 0px 0px 5px 0px;
  transition: transform 0.5s ease, background-color 0.5s ease;
}

#faq-qus-list details[open] summary .e-n-accordion-item-title-icon {
  background-color: #d1af4b;
  padding: 0px 0px 9px 0px;
  transform: rotate(0deg);
}

div#faq-top-left-image img {
  animation: floatUpDown 3s ease-in-out infinite;
}

#offer-right-circle {
  width: 60px;
  height: 60px;
  animation: floatUpDown 3s ease-in-out infinite;
}

#offer-bottom-image {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

#blog-section {
  background-position: 0 -100px;
}

#blog-grid-cards .elementskit-post-image-card:hover .elementskit-post-body {
  border-bottom: 3px solid #93bb57;
}

#blog-grid-cards .elementskit-post-image-card .elementskit-post-body {
  border-bottom: 3px solid #fff;
  border-radius: 10px;
  transition: transform 0.5s ease, border-color 0.5s ease;
}

/* home page css end - jenish */


/* Shop Page Start - Farhan */

  body.woocommerce-shop .site-main {
    width: 1375px;
    max-width: 100%;
    padding: 80px 20px;
  }

  /* Header Section */

  body.woocommerce-shop .shop-hero {
    background-image: url(/wp-content/uploads/2026/01/breadcrumb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px;
    position: relative;
  }

  body.woocommerce-shop .shop-header-overlay {
    background-color: #003C38;
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    inset: 0;
  }

  body.woocommerce-shop .shop-inner {
    max-width: 1335px;
    margin: 0 auto;
    position: relative;
  }

  body.woocommerce-shop .shop-title {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 20px 0;
  }

  body.woocommerce-shop .shop-hero .breadcrumbs,
  body.woocommerce-shop .shop-inner .breadcrumbs .breadcrumb_last {
    color: white;
    font-family: 'Inter', sans-serif;
    line-height: 1.9;
    font-weight: 400;
  }

  body.woocommerce-shop .shop-inner .breadcrumbs span a {
    font-family: 'Inter', sans-serif;
    color: #F15D27;
  }

  /* Control Section */

  body.woocommerce-shop .shop-control-bar {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
  }

  body.woocommerce-shop .shop-control-bar .woocommerce-result-count {
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    margin: 0;
    font-weight: normal;
  }

  body.woocommerce-shop .shop-control-bar .woocommerce-ordering {
    margin: 0;
  }

  body.woocommerce-shop .nice-select.orderby {
    width: 214px;
  }

  /* Pagination Section */

  body.woocommerce-shop .pagination {
    padding-top: 80px;
    justify-content: center;
  }

  body.woocommerce-shop nav.pagination a.page-numbers,
  body.woocommerce-shop nav.pagination .page-numbers span {
    color: #000;
    border-color: #ddd;
    background-color: #f4f5f8;
    border: 0;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
  }

  body.woocommerce-shop .pagination .page-numbers {
    text-decoration: none;
  }

  body.woocommerce-shop .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 10px;
  }

  body.woocommerce-shop .pagination ul li a:hover {
    background: #F15D27;
    color: #fff;
    border-color: #F15D27;
  }

  body.woocommerce-shop .pagination .current {
    background: #F15D27 !important;
    color: #fff !important;
    border-color: #F15D27 !important;
  }

  /* Media query */
  @media (max-width: 1300px) and (min-width: 992px) {
    body.woocommerce-shop ul.products {
      grid-template-columns: repeat(3, 1fr) !important;
    }
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    body.woocommerce-shop .shop-title {
      font-size: 52.8px;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    body.woocommerce-shop .shop-title {
      font-size: 48.608px;
      letter-spacing: -1.45824px;
      line-height: 63.1904px;
    }
    body.woocommerce-shop ul.products {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }
  @media (max-width: 768px) {
    body.woocommerce-shop ul.products li.product{
      width: 100% !important;
      margin: 0 !important;
    }
  }
  @media (max-width: 767px){
    body.woocommerce-shop ul.products {
      grid-template-columns: repeat(1, 1fr) !important;
    }
  }
  @media (max-width: 767px) and (min-width: 576px) {
    body.woocommerce-shop .shop-title {
      font-size: 58.368px;
      letter-spacing: -1.75104px;
      line-height: 75.8784px;
    }
  }
  @media (max-width: 575px) {
    body.woocommerce-shop .shop-title {
      font-size: 45.12px;
      letter-spacing: -1.3536px;
      line-height: 58.656px;
    }
    body.woocommerce-shop .shop-control-bar {
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
    }
  }

/* Shop Page End - Farhan */

/* Footer css start - jenish */
#footer-newsletter-form form .newsletter-form p {
  position: relative;
  display: flex;
}

#footer-newsletter-form form .newsletter-form p span.wpcf7-spinner {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

#footer-newsletter-form form .newsletter-form p input[type="submit"] {
  margin: 0;
  width: 30%;
  padding: 0 10px;
  background-color: #f15d27;
  border-radius: 0 12px 12px 0;
}

#footer-newsletter-form form .newsletter-form p span.wpcf7-form-control-wrap {
  display: block;
  width: 70%;
}

#footer-newsletter-form form .newsletter-form p span input[type="email"] {
  margin: 0;
  padding: 0 10px 5px 20px;
  border-radius: 12px 0 0 12px;
}

#footer-newsletter-form form .wpcf7-response-output {
  color: #ffffff;
  border: none;
  padding: 0px 5px;
  margin: 7px 0px 10px 0px;
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  #footer-newsletter-form form .newsletter-form p span.wpcf7-form-control-wrap {
    width: 68%;
  }
  #footer-newsletter-form form .newsletter-form p input[type="submit"] {
    width: 32%;
  }
}

/* Footer css end - jenish */

/* Start - Product Category Header Section and body section - dipti */
body.tax-product_cat .site-main{
    width: 1375px;
    max-width: 100%;
    padding: 80px 20px;
}
body.tax-product_cat .product-category-header {
    background-image: url(/wp-content/uploads/2026/01/breadcrumb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px;
    position: relative;
}

body.tax-product_cat .product-category-header-overlay {
    background-color: #003C38;
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    inset: 0;
}

body.tax-product_cat .product-category-header-inner {
    max-width: 1335px;
    margin: 0 auto;
    position: relative;
}

body.tax-product_cat .product-category-header-title {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

body.tax-product_cat .product-category-header-breadcrumbs .breadcrumbs,
body.tax-product_cat .product-category-header-inner .breadcrumbs .breadcrumb_last {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    line-height: 1.9;
    font-weight: 400;
}

body.tax-product_cat .product-category-header-inner .breadcrumbs span a {
    font-family: 'Inter', sans-serif;
    color: #F15D27;
}
body.tax-product_cat .shop-control-bar {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
}
body.tax-product_cat .shop-control-bar .woocommerce-result-count {
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    margin: 0;
    font-weight: normal;
}
 body.tax-product_cat .shop-control-bar .woocommerce-ordering {
    margin: 0;
}
body.tax-product_cat .nice-select.orderby {
    width: 214px;
}
body.tax-product_cat .product-category-pagination {
    padding-top: 80px;
    justify-content: center;
    display: flex;
    margin: 20px auto;
  }
  body.tax-product_cat nav.product-category-pagination a.page-numbers,
  body.tax-product_cat nav.product-category-pagination .page-numbers span {
    color: #000;
    border-color: #ddd;
    background-color: #f4f5f8;
    border: 0;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
  }
  body.tax-product_cat .product-category-pagination .page-numbers {
    text-decoration: none;
  }
  body.tax-product_cat .product-category-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 10px;
  }
  body.tax-product_cat .product-category-pagination ul li a:hover {
    background: #F15D27;
    color: #fff;
    border-color: #F15D27;
  }
  body.tax-product_cat .product-category-pagination .current {
    background: #F15D27 !important;
    color: #fff !important;
    border-color: #F15D27 !important;
  }
  
 /* Category Page Media Queries */

/* Large desktops */
@media (max-width: 1300px) and (min-width: 992px) {
    body.tax-product_cat .site-main {
        width: 100%;
        padding: 60px 20px;
    }

    body.tax-product_cat ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    body.tax-product_cat .product-category-header-title {
        font-size: 52.8px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    body.tax-product_cat .product-category-header-title {
        font-size: 48.608px;
        letter-spacing: -1.45824px;
        line-height: 63.1904px;
    }

    body.tax-product_cat ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    body.tax-product_cat ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    body.tax-product_cat .product-category-header-title {
        font-size: 58.368px;
        letter-spacing: -1.75104px;
        line-height: 75.8784px;
    }
}

@media (max-width: 575px) {
    body.tax-product_cat .product-category-header-title {
        font-size: 45.12px;
        letter-spacing: -1.3536px;
        line-height: 58.656px;
    }

    body.tax-product_cat .shop-control-bar {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    body.tax-product_cat .product-category-pagination {
        padding-top: 40px;
        margin: 20px auto;
    }
}

/* End - Product Category Header Section and body section - dipti */



/* admin dashboard css start - Abhishek */

/* =======================================
   WooCommerce My Account - Page ID 34
   Primary: #F15D27
======================================= */

.page-id-34 .woocommerce {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

/* Sidebar Navigation */
.page-id-34 .woocommerce-MyAccount-navigation {
    width: 260px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.06);
    padding: 20px 0;
}

.page-id-34 .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-id-34 .woocommerce-MyAccount-navigation ul li {
    margin: 0;
}

.page-id-34 .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 25px;
    text-decoration: none;
    color: #4c4c4c;
    font-weight: 500;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

/* Remove unwanted <br> spacing */
.page-id-34 .woocommerce-MyAccount-navigation ul li a br {
    display: none;
}

/* Hover State */
.page-id-34 .woocommerce-MyAccount-navigation ul li a:hover {
    background: rgba(241, 93, 39, 0.08);
    color: #F15D27;
    border-left: 4px solid #F15D27;
}

/* Active State */
.page-id-34 .woocommerce-MyAccount-navigation ul li.is-active a {
    background: rgba(241, 93, 39, 0.12);
    color: #F15D27;
    border-left: 4px solid #F15D27;
    font-weight: 600;
}

/* Content Area */
.page-id-34 .woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.06);
}

/* Headings */
.page-id-34 .woocommerce-MyAccount-content h2,
.page-id-34 .woocommerce-MyAccount-content h3 {
    color: #4c4c4c;
    margin-bottom: 20px;
}

/* Paragraph Text */
.page-id-34 .woocommerce-MyAccount-content p {
    color: #4c4c4c;
    line-height: 1.6;
    font-size: 15px;
    margin-top: 20px;
}

/* Links inside content */
.page-id-34 .woocommerce-MyAccount-content a {
    color: #F15D27;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
    float: left !important;
}

.page-id-34 .woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* Buttons */
.page-id-34 .woocommerce .button {
    background: #F15D27;
    color: #ffffff;
    border: none;
    padding: 12px 22px;
    border-radius: 6px;
    transition: 0.3s ease;
}

.page-id-34 .woocommerce .button:hover
 {
    background: #d94f1f;
}

/* Responsive */
@media (max-width: 768px) {
    .page-id-34 .woocommerce {
        flex-direction: column;
        gap: 20px;
        margin: 0px;
    }

    .page-id-34 .woocommerce-MyAccount-navigation {
        width: 100%;
    }
}


/* admin dashboard css end - Abhishek */

/*start - logged in account dashboard - Dipti */

body.logged-in.woocommerce-account {
    font-family: Manrope, sans-serif;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content {
    display: flex;
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation {
    flex: 1;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 20px;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #F15D27;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #007bff;
    color: #fff;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-details {
    flex: 3;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
    font-size: 16px;
    margin: 0;
    padding-bottom: 20px;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content a {
    color: #F15D27;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    transition: color 0.3s ease, transform 0.3s ease;
    margin-right: 10px;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #0056b3;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 16px;
}
body.logged-in.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p:nth-of-type(2){
    display: flex;
    margin: 0;
    font-weight: normal;
    flex-wrap: wrap;
    gap: 4px;
}
body.logged-in.woocommerce-account a.woocommerce-Button.wc-forward.button {
    color: #fff !important;
    margin-left: auto;
}
body.logged-in.woocommerce-account .woocommerce-info {
    display: flex;
    border-top-color: #F15D27;
    background: #FFF3ED;
    align-items: center;
    justify-content: space-between;
}
body.logged-in.woocommerce-account.woocommerce-orders .woocommerce-info::before {
    color: #F15D27;
    top: 31%;
}
body.logged-in.woocommerce-account .woocommerce-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.logged-in.woocommerce-downloads a.button.wc-forward {
    color: #ffff !important;
    margin-left: auto;
}
body.logged-in.woocommerce-downloads .woocommerce-info::before {
    color: #F15D27;
    top: 31%;
}
body.logged-in.woocommerce-account.woocommerce-edit-address .u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex;
}
body.logged-in.woocommerce-account.woocommerce-edit-address .u-column1.col-1.woocommerce-Address {
    width: 50%;
    display: flex;
    flex-direction: column;
}
body.logged-in.woocommerce-account.woocommerce-edit-address .u-column2.col-2.woocommerce-Address {
    width: 50%;
}
body.logged-in.woocommerce-account.woocommerce-edit-address .u-columns.woocommerce-Addresses.col2-set.addresses h2 {
    margin: 0 0 10px 0;
    font-size: 25px;
}
body.logged-in.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses br {
    display: none !important; 
}
body.logged-in.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses p:empty {
    display: none !important;
}
body.logged-in.woocommerce-edit-account  button.woocommerce-Button.button:hover {
   color: #fff;
}
body.logged-in.woocommerce-edit-account button.woocommerce-Button.button:hover {
   color: #fff;
}
body.logged-in.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account br{
   display: none;
}
body.logged-in.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account label,
body.logged-in.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account fieldset .legend{
    font-family: "Inter", sans-serif;
    line-height: 30.4px;
    color: rgb(129, 146, 145);
    font-family: 'Inter';
    font-weight: 400;
}
body.logged-in.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account label span.required {
    color: rgb(129, 146, 145);
}
body.logged-in.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account p.form-row {
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}
body.logged-in.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account fieldset legend {
    margin: 0;
    border-color: rgb(129, 146, 145);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

@media(max-width: 768px){
    body.logged-in.woocommerce-account .woocommerce-info {
      flex-direction: column;
      align-items: start;
   }
  body.logged-in.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
      padding-left: 20px !important;
      padding-right: 20px !important; 
  }
  body.logged-in.woocommerce-account a.woocommerce-Button.wc-forward.button,
  body.logged-in.woocommerce-downloads a.button.wc-forward {
     margin: 10px 0 0 0;
  }
  body.logged-in.woocommerce-account.woocommerce-orders .woocommerce-info::before,
  body.logged-in.woocommerce-downloads .woocommerce-info::before {
     top: 15%;
   }
body.logged-in.woocommerce-account.woocommerce-edit-address .u-columns.woocommerce-Addresses.col2-set.addresses {
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}
body.logged-in.woocommerce-account.woocommerce-edit-address .u-column1.col-1.woocommerce-Address,
    body.logged-in.woocommerce-account.woocommerce-edit-address .u-column2.col-2.woocommerce-Address{
    width: 100%;
}
 body.page-id-34.woocommerce-account .elementor-element-606f5b74 .e-con-inner{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}


/*end - logged in account dashboard - Dipti */
