/* 
 Theme Name:   MyDiabetesGuru
 Theme URI:    
 Description:  My Diabetes Guru & We Buy Medical Commodities at Top Dollar
 Author:       Ravinder Singh
 Author URI:   https://orangered-pony-888515.hostingersite.com
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
p, span, body, h1, h2, h3, h4, h5, h6, ul, li, table, tr, td {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
a {
    color: #034ec3;
}
.page.page-id-588 main#content {
    padding-top: 0;
}
main#main {
    width: 100%;
    max-width: 1240px;
    padding: 80px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.Process-pa-s h2.elementor-heading-title {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #034ec3;
    border: 1px solid #034ec3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    margin: 0 auto;
    position: relative;
    z-index: 1;
} 

.Process-pa-s:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #034ec33b, transparent);
}

.etap-footer li.elementor-icon-list-item span.elementor-icon-list-icon svg {
    width: 15px;
}

.etap-footer ul {
    list-style: none;
    padding: 0;
}


/*==================================================
WooCommerce Products Slider
==================================================*/

.gp-products-wrapper {
    position: relative;
    padding: 0px 0 20px;
    overflow: visible;
}

.gp-products-slider{
    overflow:hidden;
    padding:20px;
} 

.gp-product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gp-product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.gp-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #fff;
    min-height: 210px;
}

.gp-product-image img{
    max-width:100%;
    max-height:210px;
    width:auto;
    height:auto;
    object-fit:contain;
    transition:.3s;
}

.gp-product-card:hover .gp-product-image img{
    transform:scale(1.05);
}

.gp-product-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gp-product-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px;
    min-height: 56px;
}

.gp-product-title a{
    color:#0f172a;
    text-decoration:none;
}

.gp-product-title a:hover{
    color:#0B72E7;
}

.gp-product-desc{
    color:#666;
    font-size:15px;
    line-height:1.7;
    margin-bottom:18px;
    min-height:75px;
}

.gp-product-price {
    margin-bottom: 22px;
    font-size: 26px;
    font-weight: 600;
}

.gp-product-price del{
    color:#999;
    font-size:18px;
    margin-right:8px;
}

.gp-product-price ins{
    background:none;
    text-decoration:none;
    color:#0B72E7;
}

.gp-view-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    background: #0B72E7;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    margin-top: auto;
}

.gp-view-btn:hover{
    background:#065dc1;
    color:#fff;
}

.gp-prev, .gp-next {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0,0,0,.15);
    color: var( --e-global-color-primary ) !important;
}

.gp-prev:after, .gp-next:after {
    font-size: 11px !important;
    font-weight: 700;
    color: var( --e-global-color-primary );
}

.gp-prev{
    left:10px !important;
}

.gp-next{
    right:10px !important;
}

.swiper{
    padding:10px 8px 45px;
}




/*=========================================================
Testimonials Slider
=========================================================*/

.gp-testimonials-wrapper {
    position: relative;
    padding: 0;
}

.gp-testimonials-slider{
    overflow:hidden;
    padding:10px;
}

.gp-testimonial-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    transition: .35s;
    display: flex;
    flex-direction: column;
    border: 1px solid #e1eeff;
}

.gp-testimonial-card:hover{

    transform:translateY(-8px);

}
.gp-quote-icon {
    margin-bottom: 0;
}

.gp-testimonial-content{

    font-size:17px;

    color:#555;

    line-height:1.9;

    margin-bottom:35px;

    flex:1;

}

.gp-testimonial-content p {
    margin: 0;
    font-size: 14px;
    color: var(--e-global-color-text);
}

.gp-testimonial-bottom{

    display:flex;
    align-items:center;

}

.gp-testimonial-image{

    width:42px;
    height:42px;
    margin-right:10px;
    flex-shrink:0;

}

.gp-testimonial-image img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.gp-testimonial-info h4 {
    margin: 0;
    font-size: 15px;
    color: #111827;
    font-weight: 600;
}

.gp-testimonial-info span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #777;
}
.gp-testimonial-prev, .gp-testimonial-next {
    width: 32px !important;
    height: 32px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
    color: #1E88E5 !important;
}

.gp-testimonial-prev:after, .gp-testimonial-next:after {
    font-size: 12px !important;
    font-weight: 700;
}

.gp-testimonial-prev{

    left:10px !important;

}

.gp-testimonial-next{

    right:10px !important;

}

/* Product Description Design */
.woocommerce-Tabs-panel {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 17%);
    margin-top: 20px;
}

/* Headings */
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 24px;
}
.woocommerce-Tabs-panel h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0d3b66;
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
}

.woocommerce-Tabs-panel h2:before{
    content:'';
    position:absolute;
    left:0;
    top:4px;
    width:6px;
    height:38px;
    background:#1e88e5;
    border-radius:10px;
}

/* H3 */
.woocommerce-Tabs-panel h3 {
    font-size: 24px;
    color: #1f2937;
    margin-top: 35px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

/* Paragraph */
.woocommerce-Tabs-panel p{
    font-size:14px;
    line-height:1.9;
    color:#555;
}

/* FAQ Questions */
.woocommerce-Tabs-panel h4 {
    background: #f8fbff;
    padding: 9px 15px;
    border-left: 4px solid #1e88e5;
    border-radius: 6px;
    margin-top: 14px;
    font-size: 16px;
    cursor: pointer;
}



/* List */
.woocommerce-Tabs-panel ul{
    padding-left:25px;
    margin-top:15px;
}


.woocommerce-Tabs-panel ul li {
    font-size: 14px;
    margin-bottom: 7px;
}
/* Tables */
.woocommerce-Tabs-panel table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

.woocommerce-Tabs-panel table td,
.woocommerce-Tabs-panel table th{
    border:1px solid #eee;
    padding:15px;
}

.woocommerce-Tabs-panel table th{
    background:#f5f9ff;
}

.woocommerce div.product div.summary .product_meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woocommerce div.product div.summary .product_meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.woocommerce div.product div.summary .product_meta span.tagged_as {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.woocommerce div.product div.summary .product_meta span.tagged_as a {
    color: #101010;
    font-size: 10px;
    padding: 2px 6px;
    border: 1px solid #101010;
    border-radius: 3px;
    text-decoration: none;
}
.woocommerce table.shop_attributes th {
    width: 230px;    padding: 8px;
    border-bottom: 1px dotted rgba(0,0,0,.1);

    text-align: left;
}
.woocommerce table.shop_attributes td {
    padding: 0 10px;
}

.woocommerce div.product form.cart .variations tr {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.woocommerce div.product form.cart .variations th {
    padding: 0;
    text-align: left;
}
.woocommerce div.product form.cart .variations td {
    padding-top: 1px;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #034EC3;
    font-weight: 700;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    background: transparent;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    padding: 20px;
    background: #f6f4f4;
    border-radius: 10px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 4px;
    padding: 12px 15px 12px 15px;
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    font-size: 15px;
}
.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #034ec3;
    border-radius: 4px;
    padding: 12px 15px 12px 15px;
    background-color: #034ec3;
    text-decoration: none !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    font-size: var(--wp--preset--font-size--small,14px);
    font-weight: 500;
    line-height: 1.4;
    max-width: max-content;
    text-decoration: none;
    font-size: 15px;
}
main#content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 20px;
}


ul.wc_payment_methods.payment_methods.methods {
    display: none;
}


/* ===============================
   SHIPPING PREFERENCE
=================================*/

.shipping-preference-box{
    margin:45px 0;
}

.shipping-preference-box h3{
    font-size:32px;
    font-weight:700;
    line-height:1.35;
    margin-bottom:35px;
    color:#222;
}

.shipping-preference-box p{
    margin:0 0 18px;
}
.shipping-preference-box label {
    padding: 7px 22px 7px;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
    transition: .25s;
}

.shipping-preference-box label:hover{

    border-color:#2D7FF9;
    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.shipping-preference-box input[type=radio]{

    width:22px;
    height:22px;
    margin-top:4px;
    accent-color:#2D7FF9;

}

.shipping-preference-box strong {

    font-size: 14px !important;
    color: #111;
}

.shipping-preference-box small {
    font-size: 11px !important;
}


/* ===============================
   PAYMENT BOX
=================================*/

.payment-preference-wrapper {
    margin-top: 35px !important;
    padding: 0px 24px 24px !important;
}

.payment-preference-wrapper h3{

    font-size:30px;
    font-weight:700;
    color:#222;

    margin-bottom:28px;

}

.payment-preference-wrapper label {
    font-size: 15px;
    font-weight: 500;
    display: flex !important;
    align-items: center;
}

.payment-preference-wrapper input[type=radio]{

    width:18px;
    height:18px;

    margin-right:10px;

    accent-color:#2D7FF9;

}

.payment-preference-wrapper p{

    margin-bottom:18px;

}

.payment-preference-wrapper input[type=text],
.payment-preference-wrapper input[type=email],
.payment-preference-wrapper textarea{

    width:100%;

    border:2px solid #e5e5e5;

    border-radius:10px;

    padding:14px 16px;

    font-size:16px;

    transition:.25s;

    background:#fff;

}

.payment-preference-wrapper input:focus,
.payment-preference-wrapper textarea:focus{

    border-color:#2D7FF9;

    outline:none;

    box-shadow:0 0 0 4px rgba(45,127,249,.12);

}

.payment-preference-wrapper textarea{

    min-height:130px;
    resize:vertical;

}

#ach_fields,
#paypal_field,
#venmo_field,
#zelle_field{

    margin-top:25px;

    padding-top:25px;

    border-top:1px solid #eee;

}
.payment-preference-wrapper textarea {
    height: 75px !important;
    min-height: 75px !important;
    border-color: #c9c9c9 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #aaa !important;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    border: 1px solid #aaa !important;
}

.woocommerce-form-coupon-toggle {
    display: none;
}


.woocommerce div.product form.cart .variations select {
    height: 46px;
    border-radius: 4px;
    padding: 0 15px;
    border-color: #cdcdcd;
}

.woocommerce .quantity .qty {
    height: 36px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
}

.related.products .price,
.related.products .star-rating{
    display:none !important;
}

.related.products ul.products{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:25px;
}

.related.products ul.products li.product {
    background: #fff;
    border-radius: 12px;
    padding: 18px 16px;
    border: 1px solid #e5e5e5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    width: 100%;
    box-sizing: border-box;
}

.related.products ul.products li.product:hover{
    transform:translateY(-5px);
}

.related.products ul.products li.product img{
    width:100%;
    height:220px;
    object-fit:contain;
    margin-bottom:15px;
}

.related.products h2.woocommerce-loop-product__title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
    margin-bottom: 18px;
}

.related.products a.button {
    background: #0069ff !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-transform: none;
}

.related.products a.button:hover{
    background:#0056d8 !important;
}

.related.products .added_to_cart{
    display:none!important;
}

.related.products ul.products:before {
    display: none;
}
.woocommerce ul.products li.product .button {
    box-sizing: border-box;
}

.page.page-id-527  .Process-pa-s .completes h2.elementor-heading-title, .page.page-id-19 .Process-pa-s .completes h2.elementor-heading-title {
    background: #b7b7b7;
    border-color: #b7b7b7;
}

.margin-asd-sd h3.elementor-image-box-title {
    margin: 0;
    font-size: 20px !important;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    display: none;
}

a.wc-block-components-product-name {
    font-size: 18px !important;
    color: #191b22;
}

.page.page-id-19 main#content, .page.page-id-527 main#content  {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    background: #034ec3;
    border-radius: 4px !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgb(247 247 247);
    border-radius: 5px;
}






















/* Shop Products */
.woocommerce ul.products{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin:40px 0;
    padding:0;
    list-style:none;
}



.woocommerce ul.products li.product:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

/* Image */
.woocommerce ul.products li.product img{
    width:100%;
    height:240px;
    object-fit:contain;
    margin-bottom:20px;
}

/* Title */
.woocommerce ul.products li.product h2{
    font-size:22px;
    font-weight:700;
    color:#1d1d1d;
    line-height:1.4;
    margin:0 0 15px;
    min-height:62px;
}

/* Hide Price */
.woocommerce ul.products li.product .price{
    display:none;
}

/* Button */
.woocommerce ul.products li.product .button{
    margin-top:auto;
    width:100%;
    background:#0b6ef3 !important;
    color:#fff !important;
    border-radius:10px;
    padding:14px 20px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    border:none;
    transition:.3s;
}

.woocommerce ul.products li.product .button:hover{
    background:#0056d6 !important;
}

/* Sale Badge */
.woocommerce span.onsale{
    background:#0b6ef3;
    border-radius:30px;
    padding:6px 12px;
    min-height:auto;
    min-width:auto;
    line-height:1.2;
}

.woocommerce ul.products::before {
    display: none;
}
.woocommerce ul.products li.product {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 18px 16px;
    text-align: center;
    transition: .3s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    width: 100%;
    box-sizing: border-box;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 40px;
    padding: 0 12px;
    border-radius: 5px;
    border-color: #d5d5d5;
}

/* Grid */

.gp-testimonials-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:40px;

}

/* Card */

.gp-testimonial-card {
    background: #EFF5FD;
    border: 1px solid #D3E4FB;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gp-quote-icon{

    margin-bottom:20px;

}

.gp-testimonial-content{

    flex:1;
    font-size:16px;
    line-height:1.8;
    color:#333;

}

.gp-testimonial-bottom{

    display:flex;
    align-items:center;
    gap:15px;
    margin-top:25px;

}

.page-testimonials .gp-testimonial-image {
    width: 54px;
    height: 54px;
    margin-right: 10px;
    flex-shrink: 0;
}
.page-testimonials .gp-testimonial-image img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.gp-testimonial-info h4{

    margin:0;
    font-size:20px;
    font-weight:700;

}

.gp-testimonial-info span{

    color:#888;
    font-size:14px;

}

/* Pagination */

.gp-pagination{

    text-align:center;
    margin-top:40px;

}

.gp-pagination .page-numbers{

    display:inline-block;
    padding:12px 18px;
    margin:5px;
    border-radius:8px;
    border:1px solid #ddd;
    text-decoration:none;
    color:#222;
    transition:.3s;

}

.gp-pagination .page-numbers:hover{

    background:#1565FF;
    color:#fff;

}

.gp-pagination .current{

    background:#1565FF;
    color:#fff;
    border-color:#1565FF;

}

/* Responsive */

@media(max-width:1024px){

.gp-testimonials-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.gp-testimonials-grid{

grid-template-columns:1fr;

}

}








/* Responsive */
@media(max-width:1024px){
    .woocommerce ul.products{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }


    .woocommerce ul.products li.product img{
        height:200px;
    }

    .woocommerce ul.products li.product h2{
        font-size:18px;
        min-height:auto;
    }
.woocommerce ul.products li.product {
    margin-bottom: 0 !important;
    width: 100% !important;
}
.woocommerce ul.products {
    gap: 5px;
}

} 











@media(max-width:991px){
.related.products ul.products{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:576px){
.related.products ul.products{
grid-template-columns:1fr;
}
}





/* ===============================
   MOBILE
=================================*/

@media(max-width:768px){

.shipping-preference-box h3{

    font-size:26px;

}

.shipping-preference-box label{

    padding:18px;

}

.shipping-preference-box strong{

    font-size:18px;

}

.payment-preference-wrapper{

    padding:22px;

}

.payment-preference-wrapper h3{

    font-size:24px;

}

.form-row-first,
.form-row-last{

    width:100% !important;

    float:none !important;

}

}










/* Responsive */
@media(max-width:768px){

.woocommerce-Tabs-panel{
padding:20px;
}

.woocommerce-Tabs-panel h2{
font-size:28px;
}

.woocommerce-Tabs-panel h3{
font-size:22px;
}

}


    /*==========================================
Blog Section
==========================================*/

.blog-section.home .blog-container{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}
.blog-section.home .blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eef2f7;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(25,42,70,.06);
}

.blog-section.home .blog-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.blog-section.home .blog-image{

    position:relative;

    overflow:hidden;

    height:235px;

}

.blog-section.home .blog-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:.45s;

}

.blog-section.home .blog-card:hover img{

    transform:scale(1.08);

}

/*.blog-category{

    position:absolute;

    left:20px;

    bottom:18px;

    background:#fff;

    color:#4b5563;

    font-size:11px;

    font-weight:700;

    text-transform:uppercase;

    padding:9px 16px;

    border-radius:40px;

    letter-spacing:.6px;

    box-shadow:0 8px 25px rgba(0,0,0,.12);

}*/

.blog-section.home .blog-content {
    padding: 10px 15px;
}

.blog-section.home .blog-content h3 {
    font-size: 20px;
    line-height: 1.25;
    color: #1F2937 !important;
    font-weight: 600;
    margin-bottom: 15px;
    transition: .3s;
}


.blog-section.home .blog-content h3 a {
    color: #1F2937 !important;
}


.blog-section.home .blog-content p {
    color: #111e35;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.blog-section.home .blog-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #1f2937;
    font-size: 12px;
    font-weight: 500;
}

.blog-section.home .blog-meta .dot{

    width:5px;

    height:5px;

    border-radius:50%;

    background:#c7cdd7;

}

.blog-section.home .blog-image{
    position:relative;
    height:250px;
    overflow:hidden;
    border-radius:20px 20px 0 0;
}

.blog-section.home .blog-image-link{
    display:block;
    width:100%;
    height:100%;
}

.blog-section.home .blog-image-bg{
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition:.4s ease;
}

.blog-section.home .blog-card:hover .blog-image-bg{
    transform:scale(1.08);
}


.cf7-counsellor-form{
    max-width:100%;
}

.cf7-row{
    margin-bottom:18px;
}

.cf7-row.full input, .cf7-row.full select {
    width: 100%;
    height: 58px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 0 18px;
    font-size: 15px;
}
.cf7-fullpart {
    display: flex;
    gap: 15px;
}


.cf7-row.half{
    display:flex;
    gap:15px;
}

.country-code{
    width:120px;
}

.country-code select{
    width:100%;
    height:58px;
    border:1px solid #e6e6e6;
    border-radius:14px;
    padding:0 12px;
}

.phone-number{
    flex:1;
}

.phone-number input {
    width: 100%;
    height: 58px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 0 18px;
}

.cf7-row.buttons {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin-bottom: 0;
}

.cf7-row.buttons p {
    margin-bottom: 0;
}

.callback-btn {
    background: var(--e-global-color-primary);
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 15px 35px !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.callback-btn:hover {
    background: var( --e-global-color-secondary ) !important;
    color: #fff !important;
}

.or-text {
    font-weight: 700;
    color: #555;
    margin-top: 17px !important;
    display: block;
}

.trial-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 35px;
    border:2px solid #ff5a1f;
    color:#ff5a1f;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}

.intl-tel-input .flag-container {
    position: static;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 0;
}
.intl-tel-input.allow-dropdown.separate-dial-code {
    display: flex;
    gap: 15px;
}
.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0;
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 58px;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 15px;
}


.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 100px;
    border-radius: 14px;
    background: transparent;
    border: 1px solid #e6e6e6;
}

.trial-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    border: 1px solid #ff5a1f;
    color: #ff5a1f;
    border-radius: 50px;
}

.trial-btn:hover {
    border: 1px solid var(--e-global-color-secondary) !important;
    background: var(--e-global-color-secondary) !important;
    color: #fff !important;
}
.trial-btn br {display: none;}

.wpcf7-spinner {
    display: block;
}

.cf7-counsellor-form .phone-number p {
    margin-bottom: 0;
}








/*=====================================
Single Blog Page
======================================*/

.single-blog{
    padding:80px 0;
    background:#f7f9fc;
}

.blog-grid{
    display:grid;
    grid-template-columns:2fr 380px;
    gap:40px;
    align-items:start;
}

.blog-content {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
}

.blog-right{
    position:sticky;
    top:30px;
}


/*=====================================
Breadcrumb
======================================*/

.breadcrumb-area {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}

.breadcrumb-area ul{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    list-style:none;
    margin:0;
    padding:0;
    font-size:14px;
}

.breadcrumb-area li{
    color:#777;
}

.breadcrumb-area a {
    color: #1570ef;
    text-decoration: none;
    transition: .3s;
    font-size: 15px;
    font-weight: 600;
}

.breadcrumb-area a:hover{
    color:#0d5bd7;
}


/*=====================================
Category
======================================*/

.blog-category {
    display: inline-block;
    background: #E9F4ED;
    color: #191b22;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    justify-content: start;
    align-items: center;
    align-self: flex-start;
}


/*=====================================
Title
======================================*/

.blog-content h1 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 25px;
    color: #111;
}

/*=====================================
Meta
======================================*/

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 25px;
    font-size: 15px;
    color: #666;
}

.blog-meta div{
    display:flex;
    align-items:center;
    gap:8px;
}

.blog-meta i{
    color:#1570ef;
}

.blog-meta a{
    color:#111;
    text-decoration:none;
}


/*=====================================
Featured Image
======================================*/

.featured-image{
    margin-bottom:35px;
}

.featured-image img {
    width: 100%;
    border-radius: 18px;
    display: block;
    height: auto;
}


/*=====================================
Content
======================================*/

.entry-content {
    font-size: 18px;
    color: #111E35;
    line-height: 1.9;
}

.entry-content p {
    margin-bottom: 28px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    color: #3f4044;
}
.entry-content h2 {
    margin: 44px 0 0px;
    font-size: 28px;
    color: #111;
}

.entry-content h3 {
    margin: 0;
    font-size: 24px;
}

.entry-content h4{
    margin:30px 0 15px;
}

.entry-content img{
    width:100%;
    border-radius:16px;
    margin:30px 0;
}

.entry-content ul,
.entry-content ol{
    padding-left:25px;
    margin-bottom:30px;
}

.entry-content li {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    color: #3f4044;
}

.entry-content blockquote{
    background:#eef5ff;
    border-left:5px solid #1570ef;
    padding:25px;
    border-radius:12px;
    font-style:italic;
    margin:40px 0;
}


/*=====================================
Table of Contents
======================================*/

.table-content{
    margin-top:50px;
    background:#f5f8ff;
    border-radius:18px;
    padding:30px;
    border:1px solid #dce9ff;
}

.toc-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.toc-title i{
    color:#1570ef;
    font-size:22px;
}

.toc-title h3{
    margin:0;
}

.toc-grid ul{
    margin:0;
    padding-left:20px;
}

.toc-grid li{
    margin-bottom:10px;
}

.toc-grid a{
    text-decoration:none;
    color:#1570ef;
}


/*=====================================
Tags
======================================*/

.tags-area{
    margin-top:50px;
}

.tags-area strong{
    margin-right:15px;
}

.tags-area a {
    display: inline-block;
    padding: 8px 16px;
    margin: 4px 1px;
    border-radius: 50px;
    background: #eef3fb;
    color: #444;
    text-decoration: none;
    transition: .3s;
    font-size: 11px;
    font-weight: 600;
}

.tags-area a:hover{
    background:#1570ef;
    color:#fff;
}


/*=====================================
Share
======================================*/
.share-area {
    margin-top: 35px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.share-area h4{
    margin-bottom:20px;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#1570ef;
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-size:18px;
}

.social-icons a:hover{
    transform:translateY(-5px);
    background:#0f56ca;
}


/*=====================================
Author Box
======================================*/

.author-box {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    padding: 35px;
    background: #f8fbff;
    border-radius: 18px;
    align-items: center;
}
.author-image img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.author-box h4{
    color:#1570ef;
    margin-bottom:5px;
}

.author-box h3 {
    margin-bottom: 10px;
    font-size: 13px;
}


/*=====================================
Prev Next
======================================*/

.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
}

.post-navigation div{
    flex:1;
}

.post-navigation a{
    display:block;
    background:#fff;
    padding:22px;
    border-radius:16px;
    border:1px solid #eee;
    text-decoration:none;
    color:#111;
    transition:.3s;
    font-weight:600;
}

.post-navigation a:hover{
    background:#1570ef;
    color:#fff;
}


/*=====================================
Related
======================================*/

.related-posts{
    padding:80px 0;
}

.related-title{
    text-align:center;
    margin-bottom:45px;
    font-size:36px;
}

.related-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.related-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.related-card:hover{
    transform:translateY(-8px);
}

.related-image{
    display:block;
    height:240px;
    background-size:cover;
    background-position:center;
}

.related-content{
    padding:25px;
}

.related-content h3{
    font-size:22px;
    line-height:1.5;
}

.related-content a{
    color:#111;
    text-decoration:none;
}

.related-content a:hover{
    color:#1570ef;
}
section.single-blog .container, section.breadcrumb-area .container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

/*=====================================
Sidebar
======================================*/
input.search-field {
    width: 75% !important;
    height: 40px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 5px !important;
    font-size: 15px;
    outline: none;
    background: #fff;
    padding: 0 12px !important;
}
.blog-right .widget{
    background:#fff;
    padding:30px;
    border-radius:18px;
    margin-bottom:30px;
    box-shadow:0 8px 30px rgba(0,0,0,.06);
}

.blog-right .widget-title{
    margin-bottom:20px;
}

.blog-right ul{
    list-style:none;
    padding:0;
}
.popular-posts {
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.popular-posts a.popular-item span {
    font-size: 12px;
}
.popular-posts a.popular-item h4 {
    margin: 0 0 3px;
    font-size: 15px;
}
.blog-right li{
    margin-bottom:14px;
}

a.popular-item {
    display: flex;
    gap: 14px;
    align-items: center;
}
a.popular-item img.wp-post-image {
    width: 90px;
    height: auto;
}

.blog-right a{
    color:#444;
    text-decoration:none;
}

.blog-right a:hover{
    color:#1570ef;
}








/*=========================================================
 BLOG PAGE
=========================================================*/

/*.blog-page{
    padding:80px 0;
    background:#f8fbff;
}*/

.blog-page .container, section.archive-header .container {
    max-width:1240px;
    margin:auto;
    padding:0 20px;
}

/*=========================================================
LAYOUT
=========================================================*/
.blog-grid {
    display: grid;
    grid-template-columns: minmax(0,2fr) 370px;
    gap: 30px;
    align-items: start;
}

.blog-left{
    display:grid;
    gap:35px;
}

.blog-right{
    position:sticky;
    top:30px;
}

/*=========================================================
BLOG CARD
=========================================================*/

.blog-page .blog-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
    display:grid;
    grid-template-columns:340px 1fr;
}

.blog-page .blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 60px rgba(0,0,0,.12);
}

/*=========================================================
IMAGE
=========================================================*/

.blog-page .blog-image{
    position:relative;
    overflow:hidden;
}

.blog-page .blog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
    display:block;
}

.blog-page .blog-card:hover img{
    transform:scale(1.08);
}

.blog-page .blog-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.25),
    rgba(0,0,0,0));
    opacity:0;
    transition:.4s;
}

.blog-page .blog-card:hover .blog-image::after{
    opacity:1;
}

/*=========================================================
CONTENT
=========================================================*/

.blog-page .blog-content {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
}

.blog-page .category {
    display: inline-flex;
    width: max-content;
    padding: 8px 16px;
    border-radius: 50px;
    background: #ebf5ff;
    color: #1570ef;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.blog-page .blog-content h2 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.blog-page .blog-content h2 a{
    color:#111827;
    text-decoration:none;
    transition:.3s;
}

.blog-page .blog-content h2 a:hover{
    color:#0b7cff;
}

/*=========================================================
META
=========================================================*/

.meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 0px;
    color: #64748b;
    font-size: 12px;
}

.meta span{
    display:flex;
    align-items:center;
}

/*=========================================================
TEXT
=========================================================*/

.blog-content p {
    color: #111827;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}

/*=========================================================
BUTTON
=========================================================*/

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin-top: auto;
    text-decoration: none;
    font-weight: 700;
    color: #1570ef;
    transition: .3s;
    font-size: 13px;
}

.read-more svg{
    width:18px;
    height:18px;
    transition:.3s;
}

.read-more:hover{
    color:#0d5bd4;
}

.read-more:hover svg{
    transform:translateX(7px);
}

/*=========================================================
SIDEBAR
=========================================================*/

.blog-right .widget{
    background:#fff;
    border-radius:18px;
    padding:28px;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.blog-right .widget-title{
    font-size:22px;
    margin-bottom:25px;
    position:relative;
    padding-bottom:14px;
}

.blog-right .widget-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:4px;
    border-radius:50px;
    background:#1570ef;
}

.blog-right ul{
    margin:0;
    padding:0;
    list-style:none;
}

.blog-right li{
    border-bottom:1px solid #edf2f7;
    padding:14px 0;
}

.blog-right li:last-child{
    border:none;
}

.blog-right a{
    color:#111827;
    text-decoration:none;
    transition:.3s;
}

.blog-right a:hover{
    color:#1570ef;
    padding-left:8px;
}

/*=========================================================
SEARCH
=========================================================*/

.blog-right .wp-block-search__inside-wrapper,
.blog-right .search-form{
    display:flex;
}

.blog-right input[type="search"]{
    width:100%;
    height:52px;
    border:1px solid #e5e7eb;
    border-radius:12px 0 0 12px;
    padding:0 18px;
    outline:none;
}

.blog-right button,
.blog-right input[type="submit"]{
    border:none;
    background:#1570ef;
    color:#fff;
    padding:0 22px;
    border-radius:0 12px 12px 0;
    cursor:pointer;
}

/*=========================================================
PAGINATION
=========================================================*/

.pagination{
    display:flex;
    justify-content:center;
    margin-top:60px;
}

.pagination .page-numbers{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    text-decoration:none;
    color:#222;
    margin:0 6px;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background:#1570ef;
    color:#fff;
    transform:translateY(-3px);
}

/*=========================================================
IMAGES
=========================================================*/

.blog-card img{
    display:block;
}

/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:1200px){

.blog-grid{
    grid-template-columns:1fr;
}

.blog-right{
    position:relative;
    top:0;
}

}

@media(max-width:991px){

.blog-card{
    grid-template-columns:1fr;
}

.blog-image{
    height:300px;
}

.blog-content{
    padding:28px;
}

.blog-content h2{
    font-size:28px;
}

}

@media(max-width:767px){

.blog-page{
    padding:50px 0;
}

.blog-content{
    padding:22px;
}

.blog-content h2{
    font-size:24px;
}

.blog-content p{
    font-size:16px;
}

.blog-image{
    height:240px;
}

.meta{
    font-size:14px;
}

.pagination .page-numbers{
    width:40px;
    height:40px;
    font-size:14px;
}

.blog-card {
    grid-template-columns: 1fr !important;
}

}












/*=====================================
Responsive
======================================*/

@media(max-width:1100px){

.blog-grid{
    grid-template-columns:1fr;
}

.blog-right{
    position:relative;
    top:auto;
}

}

@media(max-width:768px){

.single-blog{
    padding:50px 0;
}

.blog-content{
    padding:25px;
}

.blog-content h1{
    font-size:30px;
}

.entry-content h2{
    font-size:28px;
}

.related-grid{
    grid-template-columns:1fr;
}

.author-box{
    flex-direction:column;
    text-align:center;
}

.post-navigation{
    flex-direction:column;
}

.blog-meta{
    gap:15px;
}

}













@media(max-width:1024px){

.blog-container{

    grid-template-columns:repeat(2,1fr);

}

.blog-content h3{

    font-size:24px;

}

.blog-content p{

    font-size:16px;

}

}

@media(max-width:767px){

.blog-section{

    padding:40px 20px;

}

.blog-container{

    grid-template-columns:1fr;

    gap:22px;

}

.blog-image{

    height:220px;

}

.blog-content{

    padding:22px;

}

.blog-content h3{

    font-size:22px;

}

.blog-content p{

    font-size:15px;

}

.blog-meta{

    font-size:14px;

}

.blog-category{

    left:15px;

    bottom:15px;

    font-size:10px;

    padding:8px 14px;

}

}














@media(max-width:1024px){

.gp-testimonial-card{

    padding:30px;

}

}

@media(max-width:767px){

.gp-testimonial-card{

    padding:25px;

    border-radius:18px;

}

.gp-testimonial-content{

    font-size:15px;

    line-height:1.8;

}

.gp-testimonial-image{

    width:60px;

    height:60px;

}

.gp-testimonial-image img{

    width:60px;

    height:60px;

}

.gp-testimonial-info h4{

    font-size:18px;

}

.gp-testimonial-info span{

    font-size:14px;

}

.gp-testimonial-prev,
.gp-testimonial-next{

    display:none;

}

}








@media(max-width:1024px){

.gp-product-image{
    height:220px;
}

.gp-product-title{
    font-size:20px;
}

}

@media(max-width:767px){

.gp-product-card{
    border-radius:15px;
}

.gp-product-image{
    height:180px;
    padding:18px;
}

.gp-product-content{
    padding:18px;
}

.gp-product-title{
    font-size:18px;
}

.gp-product-desc{
    font-size:14px;
    min-height:auto;
}

.gp-product-price{
    font-size:20px;
}

.gp-prev,
.gp-next{
    display:none;
}

}

