.prodct-sct li.add-to-cart a::before {
    display: none !important;
}
.prodct-sct .view-details{
    display: none !important;
}
.prodct-sct .add_to_cart_button{
    font-size: 15px !important;
    width: 100% !important;
    font-family: "Zodiak";
    padding: 14px !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
    color: #fff !important;
    background: #030303 !important;
}

.prodct-sct .eael-product-grid-open-popup i {
    display: none !important;
}
.prodct-sct .eael-product-grid-open-popup::after{
    content: "Quick Shop";
    font-family: "Zodiak";
      
}
.prodct-sct .eael-product-grid-open-popup{
    width: 100% !important;
    border-radius: 5px !important;
    color: #fff !important;
    background: #FD0A04 !important;
    padding: 14px !important;
	  font-size: 15px;
}
.prodct-sct ul.icons-wrap.box-style{
    display: flex !important;
    flex-direction: row-reverse !important;
    column-gap: 4px !important;
}
.prodct-sct img {
    width: 100%;
}

.product {
    border-radius: 11px;
}

.prodct-sct .product:hover {
    transition: 0.2s;
    background: #0C5AA4 !important;
}

.prodct-sct .product:hover h2 {
    color: #fff !important;
}
.prodct-sct .product:hover .eael-product-price{
    color: #fff !important;
}
.frm {
    padding: 10px;
}

.frm .row {
    display: flex;
    column-gap: 22px;
}
.col-md-6 .wpcf7-form-control {
    padding: 13px;
    background: #fff;
    border-radius: 6px;
}

.frm .wpcf7-textarea {
    height: 199px;
    background: #fff;
    padding: 14px;
}

.frm .wpcf7-submit {
    background: #fce704;
    font-size: 18px !important;
    font-family: "Zodiak";
    color: #171717;
    font-weight: 600;
    border: 0;
    padding: 10px 22px;
}

.icn-bx a.elementor- icon.elementor-animation- {
    position: absolute;
}

.icn-bx .elementor-icon-box-icon {
    background: #fff;
    margin-top: 11px;
    padding: 8px;
    border-radius: 50%;
}

/*  */

.blog-sct .ue-grid-item-meta-data {
    position: absolute;
    bottom: 48px;
    right: 26px;
}

.blog-sct a.uc_more_btn {
    padding: 10px 27px !important;
}
.blog-sct a.uc_more_btn::after{

    content: "\f061";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
    font-size: 14px;
    padding-left: 8px
}

.blog-sct .owl-item.active:hover{
    box-shadow: 0px 0px 66px #C9C9C97A !important;
}

.blog-sct .owl-item.active:hover a.uc_more_btn {
    background: #FCE704 !important;
}
.clmn-1::before {
    content: "";
    background: #fff;
    width: 252px;
    height: 204px;
    position: absolute;
    top: -9px;
    left: 21px;
    border-bottom-right-radius: 125px;
    border-bottom-left-radius: 125px;
	z-index: 1;
}
.hvr-slid button.owl-prev::after {
    content: "\f060" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 19px;
}


.hvr-slid button.owl-next::after {
   content: "\f061" !important;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 19px;
}

.hvr-slid .owl-item.uc-active-item.active.center{
    position:relative;
    top:-30px; 
    border-bottom: 4px solid red;
}
.hvr-slid .owl-stage{
    padding-top: 120px;
}
 .img-slidr .elementor-widget-container {
    overflow: hidden;
}
.sct-testim .elementor-widget-container {
    overflow: hidden;
}
.blg-sct-p p {
    text-align: center !important;
}

.sub-blg-sct .btn-cstm {
    font-weight: 600;
}
/*  */
.img-bx-1 .elementor-image-box-content {
    padding: 15px !important;
}

.img-bx-1 .btn-cstm {
    background: #FD0A04;
    padding: 10px 14px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    width: 51%;
    bottom: 149px;
    margin: auto;
    opacity: 0;
}

.img-bx-1 .btn-cstm a {
    color: #fff;
    font-family: 'Zodiak';
    font-size: 16px;
}

.img-bx-1 .elementor-widget-container:hover h3 {
    color: #fff;
}

.img-bx-1 .elementor-widget-container:hover p {
    color: #fff;
}

.img-bx-1 .elementor-widget-container {
    position: relative;
}

.img-bx-1 .elementor-widget-container:hover .btn-cstm {
    opacity: 1;
    transition: 0.4s;
}
/* === Contact Form Container === */
.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* === Input + Textarea Styles === */
.wpcf7-form-control {
  width: 100%;
  padding: 13px;
  margin: 10px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
}

/* === Message Field Custom Height === */
.wpcf7-textarea {
  height: 120px; /* Adjust this height as needed */
  resize: vertical;
}

/* === Submit Button === */
.btn-curve.btn-blc.wpcf7-submit {
  background-color: #3498db;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-family: "Zodiak";
  font-weight: 600;
}

.btn-curve.btn-blc.wpcf7-submit:hover {
  background-color: #2980b9;
}

/* === Placeholder Text === */
.wpcf7-form-control::placeholder {
  color: #aaa;
  font-style: italic;
}

/* === Optional Label Styling === */
label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.elementor-icon-list-items a {
  text-decoration: none !important;
  box-shadow: none !important;
}

/* === Removal Link Underline === */
a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}
.elementor-page .entry-title {
    display: none;
}
/* Hide comment section */
.comments-area {
    display: none;
}

/* Hide post categories/tags at the bottom */
.post-meta, .post-footer, .entry-footer {
    display: none;
}
/* Hide social share buttons */
.sharedaddy, .sharedaddy.sd-sharing-enabled, .sharethis, .social-share, .post-share {
    display: none !important;
}

/* Hide Like button */
.jetpack-likes-widget-wrapper, .post-likes, .like-button {
    display: none !important;
}

/* Hide Related Posts section */
#jp-relatedposts, .related-posts, .related-articles {
    display: none !important;
}
/* Hide "Tagged" or tags section on posts */
.tags-links,
.post-tags,
.entry-tags,
.tag-links {
    display: none !important;
}
