/* For Blog Post */
/* .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail>img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: top;
} */



.gradient-text{
  display: inline-block;
 background: linear-gradient(135deg,
  #1e1e90 0%,     /* Deep Blue শুরু */
  #6A1B9A 50%,    /* Vibrant Purple মাঝখানে */
  #00BCD4 100%    /* Bright Cyan শেষে */
);

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
}


/* Textarea */
#commentform textarea {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #334155;
}


/*Review er background colour change er jonno  */

/* Input fields */
#commentform input[type="text"],
#commentform input[type="email"]{
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #334155;
}
/* Catagory page er jonno */
.woocommerce .woocommerce-ordering select {
    background: linear-gradient(135deg,#1e293b,#0f172a);
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
}

.woocommerce .woocommerce-ordering select option {
    background: #1e293b;
    color: #ffffff;
}
/*Showing the single result er jonno
  */
.woocommerce .woocommerce-result-count {
    color: #cbd5e1;
	text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}


.woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
}



.woocommerce-customer-details {
    padding: 25px;
    border-radius: 12px;
}
.woocommerce-customer-details h2 {
    color: #fff !important;
}
.woocommerce-customer-details address {
    color: #000D29 !important;
    font-size: 15px;
    line-height: 1.6;
}






/* Base Table */
.custom-billing-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-billing-table th,
.custom-billing-table td {
    padding: 12px 0;
    text-align: left;
}

.custom-billing-table th {
    font-weight: 600;
    color: #111827;
    width: 140px;
}

.custom-billing-table td {
    color: #4b5563;
}

.custom-billing-table tr {
    border-bottom: 1px solid #e5e7eb;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .custom-billing-table,
    .custom-billing-table tbody,
    .custom-billing-table tr,
    .custom-billing-table th,
    .custom-billing-table td {
        display: block;
        width: 100%;
    }

    .custom-billing-table tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 10px;
    }

    .custom-billing-table th {
        margin-bottom: 5px;
        font-size: 14px;
        color: #6366f1;
    }

    .custom-billing-table td {
        padding-left: 0;
        font-size: 15px;
    }
}


.woocommerce-order-details + .woocommerce-customer-details {
    display: none !important;
}

