.elementor-115 .elementor-element.elementor-element-7d2c87f2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-115 .elementor-element.elementor-element-19fa1c4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-115 .elementor-element.elementor-element-19fa1c4d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-115 .elementor-element.elementor-element-204ca330{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-115 .elementor-element.elementor-element-204ca330.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-115 .elementor-element.elementor-element-7ae86050{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-115 .elementor-element.elementor-element-7ae86050.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-115 .elementor-element.elementor-element-7c4e3679{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-115 .elementor-element.elementor-element-19fa1c4d{--width:25%;}.elementor-115 .elementor-element.elementor-element-204ca330{--width:25%;}.elementor-115 .elementor-element.elementor-element-7ae86050{--width:25%;}.elementor-115 .elementor-element.elementor-element-7c4e3679{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-4114a0c6 *//* Pricing Card Design */
.pricing-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
    font-family: 'Hind Siliguri', sans-serif;

}

/* Title */
.pricing-card .title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-top: 20px;
}

/* Description */
.pricing-card .description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* Price Section */
.price-section {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.discount {
    background: #0037B6;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 8px;
}

.current-price {
    font-size: 26px;
    font-weight: bold;
    color: #05070F;
    margin: 10px 0;
}

/* Features List */
.features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 15px 0;
}

.features li {
    padding: 8px 0;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.features li::before {
    content: "✔";
    color: #0037B6;
    font-weight: bold;
    margin-right: 10px;
}

/* Order Button */
.order-btn {
    display: block;
    background: #007bff;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
    transition: 0.3s;
}

.order-btn:hover {
    background: #0056b3;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-19fa1c4d *//* Most Popular Badge */
.popular-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #0037B6;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    text-transform: uppercase;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1eea991c *//* Pricing Card Design */
.pricing-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
    font-family: 'Hind Siliguri', sans-serif;

}

/* Title */
.pricing-card .title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-top: 20px;
}

/* Description */
.pricing-card .description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* Price Section */
.price-section {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.discount {
    background: #0037B6;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 8px;
}

.current-price {
    font-size: 26px;
    font-weight: bold;
    color: #05070F;
    margin: 10px 0;
}

/* Features List */
.features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 15px 0;
}

.features li {
    padding: 8px 0;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.features li::before {
    content: "✔";
    color: #0037B6;
    font-weight: bold;
    margin-right: 10px;
}

/* Order Button */
.order-btn {
    display: block;
    background: #007bff;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
    transition: 0.3s;
}

.order-btn:hover {
    background: #0056b3;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-204ca330 *//* Most Popular Badge */
.popular-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #0037B6;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    text-transform: uppercase;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ecfa782 *//* Google Font Import */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600;700&display=swap');

/* Pricing Card Design */
.pricing-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
    font-family: 'Hind Siliguri', sans-serif; /* ফন্ট পরিবর্তন করা হয়েছে */
}

/* Title */
.pricing-card .title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
}

/* Description */
.pricing-card .description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* Price Section */
.price-section {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.discount {
    background: #0037B6;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 8px;
}

.current-price {
    font-size: 26px;
    font-weight: bold;
    color: #rgb(#,0,0);
    margin: 10px 0;
}

/* Features List */
.features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 15px 0;
}

.features li {
    padding: 8px 0;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.features li::before {
    content: "✔";
    color: #0037B6;
    font-weight: bold;
    margin-right: 10px;
}

/* Order Button */
.order-btn {
    display: block;
    background: #007bff;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: no/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7ae86050 *//* Most Popular Badge */
.popular-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #0037B6;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    text-transform: uppercase;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-148ed402 *//* Google Font Import */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600;700&display=swap');

/* Pricing Card Design */
.pricing-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
    font-family: 'Hind Siliguri', sans-serif; /* ফন্ট পরিবর্তন করা হয়েছে */
}

/* Title */
.pricing-card .title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
}

/* Description */
.pricing-card .description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* Price Section */
.price-section {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.discount {
    background: #0037B6;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 8px;
}

.current-price {
    font-size: 26px;
    font-weight: bold;
    color: #rgb(#,0,0);
    margin: 10px 0;
}

/* Features List */
.features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 15px 0;
}

.features li {
    padding: 8px 0;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.features li::before {
    content: "✔";
    color: #0037B6;
    font-weight: bold;
    margin-right: 10px;
}

/* Order Button */
.order-btn {
    display: block;
    background: #007bff;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: no/* End custom CSS */