.ce-heading {
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    max-width: 800px;
}
.ce-heading .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ce-heading .sub-title {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}
.ce-heading .title-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.ce-heading .btn-theme {
    display: inline-block;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin: 5px;
}
.ce-heading .btn-theme:hover {
    background: #555;
}

.ce-heading-image-pdf{
  display: block;
    padding: 35px 25px;
    background: #f6f6f6;
    color: #1b1815;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #211d4e4f;
    margin-bottom: 5px;
    min-height: 230px;
}

.ce-heading-image-pdf h2{
  font-size: 16px;
  letter-spacing: 0.3px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}
.ce-heading-image-pdf   .pxl-button.pxl-button-default{
  text-align: center;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    height: 28px;
    border-radius: 100px;
    font-weight: 600;
    padding: 18px 30px;
}

.elementor .ce-new-outlets h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2px;
}


.ce-new-outlets {
        display: block;
    padding: 15px;
    background: #fafafa;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px;
    min-height: 230px;
}
.contact-row {
     display: grid;
    grid-template-columns: 50% 48%;
    column-gap: 5px;
    align-items: center;
    margin-bottom: 0px;
}
.contact-row p.store-mobile{margin: 0 0 0px;}

.elementor .ce-new-outlets .store-image img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    vertical-align: middle;
    margin-bottom: 15px;
}
.store-mobile i{
    transform: rotate(90deg);
    font-size: 16px;
    color: #ffb936;
    line-height: 18px;
    margin-bottom: 0px;
}
.store-mobile .store-mob-btn{
        font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #0f172b;
    padding-left: 5px;
}
.store-mobile .store-mob-btn:hover{
    color: #ffb936;
}
.ce-new-outlets .store-address{
    min-height: 100px;
}

.fetch-buttons {
  text-align: center;
  margin-top: 10px;
}

/* Get Direction Button */
.btn-direction {
 border: 1px solid #a2a2a2;
    border-radius: 5px;
    color: #000000;
    padding: 6px 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.btn-direction img {
  width: 20px;
}

.btn-direction:hover {
  background: #f6edff;
  color:#000;
}
.fetch-buttons .contact-row .order-btn:hover{color:#ffffff;}
/* Order Buttons Wrapper */
.order-btn-box {
     display: flex;
    justify-content: center;
    gap: 5px;
        margin-bottom: 5px;
}

/* Swiggy & Zomato Buttons */
.order-btn {
    text-align: center;
    padding: 10px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.order-btn-box .order-btn:hover {color: #fff;}

.order-btn img {
  width: 50px;
}

/* Swiggy */
.order-btn.swiggy {
  background: #f68b1e;
}

.order-btn.swiggy:hover {
  background: #d97614;
}

/* Zomato */
.order-btn.zomato {
  background: #e23744;
}

.order-btn.zomato:hover {
  background: #c32b37;
}
