/*
Theme Name: custom wrapper
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,100..900&display=swap');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Poppins', sans-serif !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 70px;
  font-weight: 700; 
  font-family: 'Fraunces';
  line-height: 80px;
  margin: 0 !important;
  padding: 0 !important;
  color: #A436B0 !important;
}
h2 {
    font-size: 52px ;
    font-weight: 600 ;
    line-height: 62px;
    color: #000;
    font-family: 'Fraunces' !important;
    text-transform: capitalize;
}
h3 {
  font-size: 30px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  font-family: 'Fraunces' !important;
  color: #000 !important;

}
h4 {
  font-size:22px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Fraunces' !important;
  color: #000 !important;
  

}
h5 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.9px;
  font-weight: 700;
  font-family: 'Fraunces';
  color: #fff;
}
h6{
  font-size: 18px;
  font-family: 'Fraunces';
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
p{
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #373737 !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    font-family: 'Poppins' !important;
    background: #Fff !important;
    margin: 7px;
}
body, html {
    overflow-x: hidden;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.btn-close {
    display: none;
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
   
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1366px) {
  html {
    font-size: 95%;
  }
h2 {
    font-size: 45px !important;
    line-height: 55px !important;
}
h3 {
    font-size: 30px !important;
    line-height: 40px !important;
}
h4 {
    font-size: 26px;
    line-height: 36px !important;
}
body.archive div#content {
    padding: 100px 0px !important;
}
body.page-template.page.page-id-25.logged-in.woocommerce-checkout div#content {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
body.product-template-default.single.single-product div#content {
    padding: 100px 0px 60px !important;
}
}
@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px !important;
}
}
@media (max-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px !important;
}
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .navbar-collapse {
    width: 100%;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*----------------------------------------
             custom css
------------------------------------------*/
ul{
  padding-left: 0 !important;
  list-style: none;
}

a{
  text-decoration: none !important;
  padding: 0px !important;
  background: none !important;
}
input{
  box-shadow: none !important;
  outline: none !important;
}
/*----------------------------------------
        
------------------------------------------*/

/*----------------------------------------
         
------------------------------------------*/


/*----------------------------------------
          
------------------------------------------*/
 

/*----------------------------------------
          
------------------------------------------*/

/*----------------------------------------
          
------------------------------------------*/

/*----------------------------------------
         
------------------------------------------*/

/*----------------------------------------
           
------------------------------------------*/

/*----------------------------------------
            
------------------------------------------*/

/*----------------------------------------
           footer
------------------------------------------*/
.site-info.row {
    display: flex !important;
    justify-content: center;
}
#colophon .site-info section, 
#colophon .site-info section p {
    margin-bottom: 0;
}
#colophon .container {
    background: linear-gradient(45deg, #E25B69, #932CC2);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
#footer-widget h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
#colophon, #footer-widget {
    background: transparent !important;
}
.main-footer .widget_text {
    margin-bottom: 0px;
}
.ftr-1 ul li i {
    color: #9e33b6;
    font-size: 18px;
    padding-right: 10px;
}
.main-footer {
    background: url(./inc/assets/images/footer.png) no-repeat;
    background-size: 94% 100% !important;
    background-position: center;
}
#footer-widget h3 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.ftr-1 ul li a {
    font-size: 14px;
    line-height: 36px;
    color: #ffffffab;
    text-transform: uppercase;
    font-family: 'Roboto';
    letter-spacing: 1.4px;
}
.ftr-1 .menu-header-menu-container {
    column-count: 2;
    margin-top: 25px;
}
ul#menu-footer-menu li a {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 34px;
}

#footer-widget {
    padding-top: 60px !important;
    padding-bottom: 30px;
}
.footer-left p {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px;
}
.footer-right p {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 20px;
}
footer#colophon .row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ftr-1 p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #434343 !important;
}
.ftr-1 #text-2 {
    margin-bottom: 0px;
}
.site-info p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffffbf !important;
}
.ftr-2 {
    position: relative;
}
.ftr-3 p {
    font-size: 16px;
    line-height: 32px;
    color: #434343 !important;
    margin-bottom: 20px;
}
.ftr-2:after {
    content: '';
    border-left: 2px solid #B4B4B4 !important;
    width: 31px;
    height: 80px !important;
    position: absolute;
    right: 85px;
    top: 70px;
}
#footer-widget ul li a {
    font-size: 16px;
    line-height: 32px;
    color: #434343;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.5s;
}
#footer-widget ul li a:hover {
    color: #da5671;
}
.ftr-3 ul li i {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}
.ftr-2:before {
    content: '';
    border-left: 2px solid #B4B4B4 !important;
    height: 80px !important;
    position: absolute;
    left: -65px;
    top: 70px;
}
.ftr-3 {
    display: flex;
    justify-content: center;
}
.news-frm p {
    display: flex;
    margin-bottom: 0px;
    width: 320px;
    height: 60px;
    background: #d7d7d7;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}
.news-frm .wpcf7-validates-as-email.form-control {
    width: 100%;
    height: 40px;
    background: transparent;
}
.news-frm .wpcf7-spinner {
    POSITION: absolute;
}
.news-frm .wpcf7-validates-as-email.form-control::placeholder {
    color: #000;
}
.news-frm .news-btn {
    height: 46px;
    width: 63px;
    background: url(inc/assets/images/ar.png) no-repeat;
    font-size: 0px;
    background-color: transparent !important;
    border: unset;
    border-radius: 10px;
}
/*----------------------------------------
           hover effects
------------------------------------------*/
#masthead ul#menu-header-menu li a:hover {
    background: transparent !important;
    color: #000 !important;
    transition: 0.5s !important;
}
.vc_section.about_us .site_all a:hover {
    transition: 0.8s !important;
    background: transparent !important;
    border: 1px solid #000 !important;
    border-radius: unset !important;
    color: #000 !important; 
}
ul#menu-footer-menu li a:hover {
    color: #13b565 !important;
}
#masthead ul#menu-header-menu li a:hover {
    color: #a335b2 !important;
    transition: 0.5s !important;
}
/*----------------------------------------
        Custom css Start
------------------------------------------*/
/*********BREADCRUMBS CSS**************/
.page-header {
    background: linear-gradient(45deg, #e15a6a, #952dc0);
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.breadcrumb-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    font-size: 24px;
    justify-content: center;
    margin-top: 20px;
}
.breadcrumb-list li::after {
    content: ">";
    margin: 0 5px;
    color: #ffffff;
}
.breadcrumb-list li:last-child::after {
    content: "";
}
.breadcrumb-list li {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}
.page-header .page-title {
    color: #fff !important;
}
.custom-breadcrumb .breadcrumb-list li a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
/*----------------------------------------
         Header CSS
------------------------------------------*/
.home #masthead {
    padding: 10px 100px 10px 100px;
    width: 100% !important;
    position: absolute;
    z-index: 99;
    background: transparent !important;
}
#masthead {
    padding: 10px 100px 0px 100px;
    position: unset;
}
#masthead ul#menu-header-menu li {
    margin-right: 40px;
}
#masthead ul#menu-header-menu li a {
    position: relative;
    color: #686868;
    font-size: 18px !important;
    transition: 0.5s !important;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
#masthead ul#menu-header-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #d95574, #962ebd);
    transition: 0.5s ease;
}
#masthead ul#menu-header-menu li a:hover::after {
    width: 100%;
}
#masthead .container-fluid {
    border-bottom: 1px solid #888888;
    padding-bottom: 5px;
}
.navbar-light .navbar-nav .active>.nav-link {
    font-weight: 600 !important;
    color: #992FBC !important;
    border-bottom: 2px solid #992fbc;
    position: relative;
}
.navbar-light .navbar-nav .active>.nav-link:before {
    content: '';
    border-bottom: 2px solid #992fc0;
    position: absolute;
    width: 30px;
    height: 11px;
    left: 0;
    bottom: -8px;
}
/*----------------------------------------
        Banner Css
------------------------------------------*/
h1#slider-1-slide-1-layer-0 {
    color: #E25B69;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 3px 3px 1px #686868;
}
h1#slider-1-slide-1-layer-0 span {
    color: #000;
}
h1#slider-1-slide-1-layer-0 strong {
    color: #DA5672;
}
/*----------------------------------------
         Craft section
------------------------------------------*/
.site_btn a {
    position: relative;
    width: 154px;
    height: 60px;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    border-radius: 5px;
    border: 1px solid #E25B69;
    display: flex !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(45deg, #E25B69, #932CC2) !important;
}
.site_btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    transform: skewX(-20deg);
}
.site_btn a:hover::before {
    animation: shine 0.8s forwards;
}
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.vc_section.craft-sec {
    padding-top: 120px;
    padding-bottom: 90px;
}
.craft-sec p {
    margin-top: 20px;
}
.craft-sec .craft-row {
    padding-top: 50px;
}
.craft-sec .craft-row img {
    margin-bottom: 26px;
}
.vc_section.sec-3 {
    padding-top: 60px !important;
    padding-bottom: 60px;
    background-size: 93% 100% !important;
}
/*----------------------------------------
       Experiance section
------------------------------------------*/
.sec-3 .exp-p {
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.sec-3 .min-row p {
    margin-top: 20px;
    margin-bottom: 40px !important;
}
/*----------------------------------------
       SERVICES section
------------------------------------------*/
.vc_section.services_sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.serv-btn {
    display: flex;
    margin-top: 30px;
}
.trans-btn {
    margin-left: 20px;
}
.trans-btn a {
    border: 1px solid #000 !important;
    background: transparent !important;
    color: #000 !important;
}
.svBox h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.sv_grids .thumb img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
}
/*----------------------------------------
       Testimonials CSS
------------------------------------------*/
.vc_section.testimonials_sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-size: 94% 100% !important;
}
.vc_section.testimonials_sec h2 {
    padding-bottom: 30px;
}
.testimonial-thumbnail-slider .slick-slide .cnt-wraper p {
    color: #ffff !important;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
}
.testimonial-thumbnail-slider .slick-slide .cnt-wraper h4 {
    color: #fff !important;
    margin-top: 0px;
    margin-bottom: 20px;
}
.testimonial-thumbnail-slider .slick-slide {
    opacity: 0.5;
    transition: 0.3s ease;
    background: linear-gradient(216deg, #932CC2, #E25B69);
    border-radius: 15px;
    margin-bottom: 15px;
    width: 436px !important;
    height: auto;
    padding: 15px;
}
.testimonial-thumbnail-slider .slick-center {
    opacity: 1;
}
.testimonial-section .row {
    align-items: center;
}
.testimonial-thumbnail-slider .slick-center {
    opacity: 1;
    margin-left: 50px;
}
.testimonial-thumbnail-slider .slick-list.draggable {
    padding: 0px !important;
}
.testimonial-content-slider .slick-dots {
    position: absolute;
    margin-bottom: 0px;
    top: 0;
    left: -50px;
    z-index: 1;
}
.testimonial-content-slider .slick-dots::after {
    content: '';
    position: absolute;
    top: -95px;
    left: 5px;
    width: 2px;
    height: 450px;
    background-color: #9a30bb;
    z-index: -1;
}
.testimonial-content-slider{
  position: relative;
}
.testimonial-content-slider .slick-dots li button {
    font-size: 0px;
    background: #D4537A;
    width: 8px;
    height: 11px;
    outline: unset;
    border: unset;
    border-radius: 20px;
    line-height: 0px;
}
.testimonial-content-slider .slick-dots .slick-active button {
    width: 16px !important;
    height: 16px;
}
.testimonial-thumbnail-slider .thumb-inner {
    display: flex;
    align-items: center;
}
.testimonial-content-slider .slick-dots li {
    display: flex;
    margin: 40px 0px;
}
.testimonial-content-slider .cnt-wraper {
    margin-left: 15px;
}
.cnt-wraper {
    margin-left: 15px;
}
/*----------------------------------------
         Contact Us CSS
------------------------------------------*/
.vc_section.contact-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-sec .cnt-p p {
    color: #666666 !important;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px !important;
    margin-top: 20px;
}
.contact-frm .form-control {
    border: 2px solid #4e4e4e36 !important;
    border-radius: 5px;
}
.contact-frm .form-control::placeholder{
  font-size: 14px !important;
}
.vc_section.contact-us-sec h2 {
    margin-bottom: 50px !important;
}
.contact-frm .col-md-6 .form-control {
    height: 52px;
}
.contact-frm .col-md-12 .form-control {
    height: 52px;
}
.contact-frm .txt-block.form-control {
    height: 150px !important;
}
.contact-frm p {
    margin-bottom: 16px !important;
}
.contact-frm .sit-sub {
    width: 100%;
    height: 55px;
    background: linear-gradient(45deg, #E25B69, #932CC2);
    font-size: 16px;
    font-weight: 500;
    border: 1px solid;
    border-radius: 10px;
}
/*----------------------------------------
        Woo Commerce Shop Page
------------------------------------------*/
#secondary {
    display: none;
}
.woocommerce-shop #primary {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
li.product.type-product {
    padding: 20px 20px !important;
    background: linear-gradient(45deg, #de586d, #982fbd);
    border-radius: 20px;
}
li.product.type-product .add_to_cart_button {
    display: none !important;
}
li.product.type-product .size-woocommerce_thumbnail {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 10px;
    margin-bottom: 0px !important;
}
li.product.type-product:hover .size-woocommerce_thumbnail {
    transition: 0.5s;
    z-index: -1 !important;
}
.woocommerce-shop #primary .page-title {
    display: none;
}
li.product.type-product .woocommerce-loop-product__title {
    color: #fff;
    font-size: 20px !important;
    font-family: 'Poppins' !important;
    line-height: 28px !important;
    font-weight: 500;
    text-align: center;
    padding-top: 0px !important;
    min-height: 93px;
    margin-top: 20px !important;
}
.woocommerce-ordering select.orderby {
    background: linear-gradient(45deg, #df596d, #972ebd);
    color: #fff;
    outline: unset !important;
    border: unset !important;
    padding: 13px 10px;
    border-radius: 6px;
    background-color: #de586d;
}
li.product.type-product .price {
    background: #d55378;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 28px !important;
    text-align: center;
    margin-bottom: 0px !important;
}
.woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
    background: linear-gradient(45deg, #e15b69, #952dbf) !important;
    padding: 20px !important;
    color: #ffff !important;
    margin: 5px !important;
    border: unset !important;
    border-radius: 5px;
    font-size: 18px !important;
}

.woocommerce-pagination .page-numbers {
    border: unset !important;
}

.woocommerce-pagination .page-numbers li {
    border: unset !important;
}
/*----------------------------------------
        WooCommerce Single Product Page
------------------------------------------*/
.single-product #primary {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.single-product .product_title.entry-title {
    color: #000 !important;
    font-size: 30px !important;
    line-height: 40px !important;
    border-bottom: 2px solid #de586d;
    padding-bottom: 10px !important;
    font-weight: 400;
    text-transform: capitalize !important;
    margin-bottom: 10px !important;
}
.single-product .entry-summary .woocommerce-Price-amount {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #982fbc;
}
.single_add_to_cart_button {
    padding: 17px 30px !important;
    border: unset;
    background: linear-gradient(45deg, #e05a6b, #942dbf) !important;
    font-weight: 500 !important;
	border-radius: 5px;
}
.single-product .pl-head h3 {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #000 !important;
    text-decoration: underline;
    margin-bottom: 0px;
}

.thwepo-extra-options label.radio-wrapper {
    background: linear-gradient(45deg, #dd586e, #972fbc);
    display: block !important;
    width: 200px;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 5px;
    margin-top: 20px;
}
.single-product .quantity input {
    padding: 12px;
    border: 1px solid #e0596d;
    border-radius: 5px;
}
.thwepo-extra-options  .label.abovefield br {
    display: none;
}
.woocommerce-product-gallery__image {
    box-shadow: 0px 0px 19px -9px;
    border-radius: 30px;
}
.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 470px !important;
    object-fit: contain;
}
.thwepo-extra-options .label-tag {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: #972fbc !important;
    display: block !important;
    margin-top: 20px;
    margin-bottom: 0px;
}
.thwepo-extra-options label {
    font-size: 15px;
    line-height: 30px;
    color: #000 !important;
}
.woocommerce-product-details__short-description p strong {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.woocommerce-product-details__short-description ul li {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    list-style: disc;
}
.woocommerce-product-details__short-description ul {
    padding-left: 30px !important;
}
.woocommerce-product-details__short-description ul li::marker {
    color: #de586d;
}
.woocommerce-tabs.wc-tabs-wrapper li a {
    background: linear-gradient(45deg, #dd586e, #962ebd) !important;
    padding: 15px 40px !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.woocommerce-tabs.wc-tabs-wrapper li {
    border: unset !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: unset !important;
}
#reviews {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-top: 30px;
}
.woocommerce-Reviews-title,
.comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.woocommerce-noreviews {
    color: #c5c115;
    font-style: italic;
}
.comment-form-rating .stars a {
    font-size: 20px !important;
    color: #d45378;
    margin-right: 5px;
    transition: color 0.3s ease;
    text-decoration: none;
}
.comment-form-rating .stars a:hover,
.comment-form-rating .stars a:focus {
    color: #f39c12;
}
.comment-form-comment textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    transition: border 0.3s ease;
}
.comment-form-comment textarea:focus {
    border-color: #f39c12;
    outline: none;
}
.comment-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #444;
}
.comment-form input#submit {
    background: linear-gradient(45deg, #df596d, #962ebc) !important;
    color: #fff !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 15px 29px !important;
    cursor: pointer !important;
}
/*----------------------------------------
          WEB RESPONSIVE
------------------------------------------*/
@media only screen and (max-width: 1660px){
.home #masthead {
    padding: 10px 70px 10px 70px;
}
#masthead {
    padding: 10px 70px 10px 70px;
} 
}    
@media only screen and (max-width: 1366px){  
.home #masthead {
    padding: 10px 50px 10px 50px;
}
#masthead {
    padding: 10px 50px 10px 50px;
}
#masthead ul#menu-header-menu li a {
    font-size: 15px !important;
    line-height: 15px;
}
.vc_section.craft-sec {
    padding-top: 80px;
    padding-bottom: 40px;
}
p {
    font-size: 16px;
    line-height: 28px;
}
h3 {
    font-size: 28px !important;
    line-height: 38px !important;
}
.vc_section.sec-3 {
    background-size: 100% 100% !important;
}
.vc_section.testimonials_sec {
    background-size: 100% 100% !important;
}
.main-footer {
    background-size: 100% 100% !important;
}
.site_btn a {
    width: 144px;
    height: 50px;
    font-size: 15px !important;
}
} 
@media only screen and (max-width: 1199px){
.cart-wrap {
    justify-content: center;
}
.cart-menu .cart-count {
    top: 6px !important;
    right: -9px !important;
}
.navbar-collapse.collapse.show {
    transform: unset;
}
.navbar-collapse {
	background: linear-gradient(45deg, #d75476, #932dc2);
	width: 70%;
	right: 0% !important;
	position: fixed !important;
	z-index: 999;
	top: 0 !important;
	transition: 0.5s;
	padding: 0px 0px;
	height: 100%;
	transform: translate(100%, 0);
}
.site_btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#masthead ul#menu-header-menu li {
    margin-right: 0px  !important;
    display: flex;
    justify-content: center;
}
#masthead .btn-close {
	background: transparent !important;
	border: none;
	color: #fff;
	font-weight: 700 !important;
	font-size: 24px;
	top: 10px;
	position: relative;
	display: block !important;
	outline: none !important;
	left: 14px;
	border: 2px solid #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	}
#masthead .navbar-collapse #menu-header-menu li a {
	color: #fff;
	padding: 16px 0px !important;
	text-align: right;
	margin-right: 0px;
}
#masthead #menu-header-menu li {
    border-bottom: 1px solid #fff;
}
.navbar-toggler {
    background: #952dc2;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #e35c68 !important;
    border-bottom: unset !important;
}
.navbar-light .navbar-nav .active>.nav-link:before {
    border-bottom: unset;
}
    h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    h3 {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
h1 {
    font-size: 40px;
    line-height: 50px;
}
    #masthead {
        padding: 10px 10px 10px 10px;
    }
    .home #masthead {
        padding: 10px 10px 10px 10px;
    }
li.product.type-product .woocommerce-loop-product__title {
    font-size: 17px !important;
    line-height: 24px !important;
    white-space: nowrap;       
    overflow: hidden;          
    text-overflow: ellipsis;   
    display: block;
	min-height: 0px;

}
.woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
    padding: 10px !important;
    font-size: 15px !important;
}
li.product.type-product {
    margin-bottom: 20px !important;
}
.single-product .pl-head h3 {
    font-size: 16px !important;
    line-height: 28px !important;
}
.thwepo-extra-options label {
    font-size: 14px;
    line-height: 27px;
}
.thwepo-extra-options .label-tag {
    font-size: 14px;
    line-height: 26px;
}
#footer-widget ul li a {
    font-size: 15px;
    line-height: 28px;
}
.navbar-brand {
    width: 10%;
}
#masthead .container-fluid {
    border-bottom: 0px solid #888888;
}
.woocommerce-page h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.woocommerce-page h3 {
    FONT-SIZE: 18PX ! IMPORTANT;
    LINE-HEIGHT: 28PX ! IMPORTANT;
}	
.ftr-3 {
    justify-content: right;
}	
		li.product.type-product {
    padding: 10px 10px !important;
}
.vc_section.services_sec {
    padding-top: 80px !important;
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 960px){
.ftr-1 ul li i {
    font-size: 15px;
}
    body.archive div#content {
        padding: 20px 0px !important;
    }
    h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    h4 {
        font-size: 20px;
        line-height: 28px !important;
    }
h3 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .woocommerce-page h3 {
        FONT-SIZE: 15PX ! IMPORTANT;
        LINE-HEIGHT: 25PX ! IMPORTANT;
    }
.wc-block-components-order-summary .wc-block-components-order-summary-item {
        flex-direction: column;
        justify-content: center !important;
        text-align: center;
        margin: 0 auto;
    }	
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 100% !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 68px !important;
    width: 68px !important;
}
}
@media only screen and (max-width: 767px){
.craft-sec .craft-row img {
    margin-bottom: 15px;
    margin-top: 20px;
}
body {
     margin: 0px;
}
    .navbar-brand {
        width: 19%;
    }
    .vc_section.craft-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
.vc_section.sec-3 {
    padding-top: 40px !important;
    padding-bottom: 40px;
    background-size: 93% 100% !important;
    text-align: center;
}
.vc_section.sec-3 h4 {
    text-align: center !important;
}
.vc_section.sec-3 h2 {
    text-align: center !important;
}
.sec-3 .min-row p {
    margin-top: 15px;
    margin-bottom: 15px !important;
}
.row.sv_grids.align-items-center.mb-5 {
    text-align: center !important;
}

.serv-btn {
    justify-content: center;
    margin-top: 10px;
}

.svBox h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.row.sv_grids.align-items-center.mb-5 {
    text-align: center !important;
}
.serv-btn {
    justify-content: center;
    margin-top: 10px;
}
.svBox h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact-sec h2 {
    text-align: center !important;
    margin-bottom: 15px !important;
}
#footer-widget {
    text-align: center;
}
.ftr-3 {
    justify-content: center;
}
.ftr-2:before {
    display: none;
}
.ftr-2:after {
    display: none;
}
.ftr-1 #text-2 {
    font-size: 13px;
    margin-bottom: 20px;
}
.navbar-collapse {
    width: 100%;
}
    h1 {
        font-size: 25px;
        line-height: 30px;
    }	
.breadcrumb-list li {
    font-size: 14px;
    line-height: 20px;
}
.custom-breadcrumb .breadcrumb-list li a {
    font-size: 14px;
    line-height: 20px;
}
.page-header {
    background: linear-gradient(45deg, #e15a6a, #952dc0);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.single-product .product_title.entry-title {
    font-size: 24px !important;
    line-height: 28px !important;
}
.vc_section.vc_custom_1752278622591 {
    padding-top: 50px !important;
    text-align: center !important;
}

.vc_section.vc_custom_1752278622591 h2 {text-align: center !important;}
.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain;
}
#reviews {
    padding: 10px;
}
.navbar-brand {
        width: 25%;
    }
}
@media only screen and (max-width: 439px){
.news-frm p {
    width: 302px;
    height: 57px;
}
    h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }	
}

.post-type-archive-testimonials #secondary {
    display: none;
}
.post-type-archive-testimonials #primary {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.post-type-archive-testimonials #primary .page-header {
    display: none;
}
.page-id-107 h1 {
    color: #fff !important;
}
.post-type-archive-testimonials article {
    box-shadow: 0px 0px 10px -2px #0000008c;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}
.post-type-archive-testimonials .entry-title {
    background: linear-gradient(45deg, #d65476, #be4593, #a134b4);
    color: #fff;
    padding: 20px 40px;
    margin-top: 20px;
    display: inline-block;
    font-size: 34px;
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 50%, 
        calc(100% - 20px) 100%, 
        0 100%, 
        20px 50%
    );
    width: 100%;
}
.post-type-archive-testimonials .post-thumbnail img {
    width: 100%;
    height: 200px !important;
    object-fit: contain;
    background: #3e3a401f;
}

/* ======================= */
/* Product Category Gallery Hover Overlay */
/* ======================= */
li.product_cat-gallery-rts {
  position: relative;
  overflow: hidden;
}

li.product_cat-gallery-rts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none; /* ✅ clicks pass through */
}


li.product_cat-gallery-rts:hover::after {
  opacity: 1;
}

li.product_cat-gallery-rts .woocommerce-loop-product__title,
li.product_cat-gallery-rts .price,
li.product_cat-gallery-rts .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

li.product_cat-gallery-rts:hover .woocommerce-loop-product__title,
li.product_cat-gallery-rts:hover .price,
li.product_cat-gallery-rts:hover .button {
  opacity: 1;
  visibility: visible;
}

li.product_cat-gallery-rts .woocommerce-loop-product__title {
  bottom: 80px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

li.product_cat-gallery-rts .price {
  bottom: 75px;
  font-size: 16px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}

li.product_cat-gallery-rts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: block !important;
  position: absolute !important;
  bottom: 15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #fff !important;
  color: #000 !important;
  border-radius: 5px !important;
  padding: 15px 33px !important;
  text-align: center !important;
  width: auto !important;
  min-width: 130px;
  z-index: 3 !important;
  pointer-events: auto; /* ✅ ensure button clickable */
}

li.product_cat-gallery-rts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  background: #b4409d !important;
  color: #fff !important;
}
li.product_cat-gallery-rts .woocommerce-loop-product__title {
  display: none;
}


.cart-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-menu li {
  position: relative;
  display: inline-block;
}
.cart-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #da5672; 
  text-decoration: none;
  font-size: 20px;
  position: relative;
  transition: color 0.3s ease;
}
.cart-menu a:hover {
  color: #af4eb9; 
}
.cart-menu i {
  font-size: 22px;
}
.cart-menu .cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 50%;
  min-width: 18px;
  text-align: center;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.cart-menu a:hover .cart-count {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.cart-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
/* ==========================
    WooCommerce Cart Styling
   ========================== */
.wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.wc-block-cart-items th {
  background: #f8f8f8;
  color: #333;
  font-weight: 600;
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.wc-block-cart-items td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
}
.wc-block-cart-item__image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}
.wc-block-cart-item__product a {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.wc-block-cart-item__product a:hover {
  color: #952dc0;
}
.wc-block-components-quantity-selector__input {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  width: 60px;
  text-align: center;
}
.wc-block-components-quantity-selector__button {
  background: #f3f3f3;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  padding: 3px 7px;
  transition: background 0.2s;
}
.wc-block-components-quantity-selector__button:hover {
  background: #eaeaea;
}
.wc-block-cart-item__remove-link {
  display: inline-block;
  margin-top: 8px;
  color: #e15a6a;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  transition: color 0.3s;
}
.wc-block-cart-item__remove-link:hover {
  color: #952dc0;
}
.wc-block-cart__sidebar {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.wc-block-cart__totals-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 700;
}
.wc-block-components-totals-item__label {
  color: #555;
  font-weight: 500;
}
.wc-block-components-totals-item__value {
  font-weight: 700;
  color: #222;
}
.wc-block-cart__submit-button,
.wc-block-components-button {
  background: linear-gradient(45deg, #e15a6a, #952dc0) !important;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  border: none !important;
  border-radius: 50px !important;
  padding: 14px 25px !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.wc-block-cart__submit-button:hover,
.wc-block-components-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.woocommerce-cart #primary {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
}
.woocommerce-checkout #primary {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
li.product.type-product.product_cat-gallery-rts {
    padding: 8px !important;
}
a.added_to_cart.wc-forward {
    background: #a134b4 !important;
    padding: 10px !important;
    margin-top: 20px;
    position: absolute;
    top: 270px;
    z-index: 999 !important;
    color: #fff;
}

.banner-btn:hover {
    border: 1px solid #a0009b !important;
    background: #a0009b !important;
    transition: all 0.5s ease-in-out;
}

.banner-btn {
    transition: all 0.5s ease-in-out !important;
}


/* ======================= */
/* Product Hover Overlay for Regular WooCommerce Products */
/* ======================= */
li.product.type-product {
  position: relative;
  overflow: hidden;
}

li.product.type-product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

li.product.type-product:hover::after {
  opacity: 1;
}

li.product.type-product .woocommerce-loop-product__title,
li.product.type-product .price,
li.product.type-product .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

li.product.type-product:hover .woocommerce-loop-product__title,
li.product.type-product:hover .price,
li.product.type-product:hover .button {
  opacity: 1;
  visibility: visible;
}

li.product.type-product .woocommerce-loop-product__title {
  bottom: 80px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

li.product.type-product .price {
  bottom: 75px;
  font-size: 16px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}

li.product.type-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: block !important;
  position: absolute !important;
  bottom: 15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #fff !important;
  color: #000 !important;
  border-radius: 5px !important;
  padding: 15px 33px !important;
  text-align: center !important;
  width: auto !important;
  min-width: 130px;
  z-index: 3 !important;
  pointer-events: auto;
}

li.product.type-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  background: #b4409d !important;
  color: #fff !important;
}
li.product.type-product .woocommerce-loop-product__title {
  display: none;
}

.pagination-wrap {
    text-align: center;
    margin-top: 30px;
    font-family: inherit;
}
.pagination-wrap .page-numbers,
.pagination-wrap a.next,
.pagination-wrap a.prev {
    display: inline-block;
    padding: 10px 18px !important;
    margin: 0 6px;
    border-radius: 30px;
    background: linear-gradient(45deg, #e15a6a, #952dc0) !important; 
    color: #ffffff; 
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pagination-wrap .page-numbers:hover,
.pagination-wrap a.next:hover,
.pagination-wrap a.prev:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrap .page-numbers.current {
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}