/*update*/
.pagination-wrapper
{
    margin-top: 0px;
    padding-top: 20px;
    border-top: 0px solid #eee;
    text-align: center;
}

.pagination-wrapper .page-numbers
{
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
    margin-top: 25px;
}

.pagination-wrapper .page-numbers:hover
{
    background-color: #f5f5f5;
    border-color: #999;
}

.pagination-wrapper .page-numbers.current
{
    background-color: #023f88;
    color: #fff;
    border-color: #023f88;
}

.pagination-wrapper .page-numbers.dots
{
    border: none;
    background: none;
}

.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next
{
    font-weight: bold;
}

.specialize-min-section
{
    padding: 5rem;
}

.page-banner::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgb(0 23 45 / 85%) 0%, rgb(0 23 45 / 50%) 60%, transparent 100%);
}

.dealer-intro .myanma-awba-heading-widget .awba-description
{
    font-size: 1em;
    color: #ffffff;
    margin-top: 2em;
    line-height: 36px;
}

/* =============================================================================
   CATEGORIES WIDGET
   ============================================================================= */

#categories-2.widget_categories
{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border-left: 4px solid #023f88;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#categories-2 .widget-title
{
    font-size: 18px;
    font-weight: 700;
    color: #023f88;
    margin-bottom: 15px;
}

#categories-2 ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#categories-2 .cat-item
{
    margin-bottom: 5px;
}

#categories-2 .cat-item a
{
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #4a5568;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

#categories-2 .cat-item a:hover
{
    background: #f7fafc;
    color: #023f88;
    border-left-color: #023f88;
    padding-left: 15px;
}

#categories-2 .cat-item.current-cat a
{
    background: #023f88;
    color: white;
    border-left-color: #0250a3;
}


/* =============================================================================
   KEYFRAME ANIMATIONS
   ============================================================================= */

@-webkit-keyframes shine
{
    100% { left: 125%; }
}

@keyframes shine
{
    100% { left: 125%; }
}

@keyframes fadeIn
{
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes headShake
{
    0%    { transform: translateX(0); }
    6.5%  { transform: translateX(-6px) rotateY(-9deg); }
    18.5% { transform: translateX(5px) rotateY(7deg); }
    31.5% { transform: translateX(-3px) rotateY(-5deg); }
    43.5% { transform: translateX(2px) rotateY(3deg); }
    50%   { transform: translateX(0); }
}


/* =============================================================================
   BREADCRUMB
   ============================================================================= */

.breadcrumb-area
{
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover !important;
    margin-bottom: 15px;
}

.breadcrumb-area .breadcrumb-inner
{
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 20px;
    margin-top: 2.2em;
}

.breadcrumb-area img
{
    border-radius: 10px;
}

.breadcrumb-area .page-title
{
    margin-bottom: 0px;
    color: #023f88;
}

.breadcrumb-area .breadcrumb-inner .page-title .breadcrumb-child
{
    font-weight: 500;
    font-size: 24px;
}

.breadcrumb-separator i
{
    font-size: 20px;
    color: #023f88;
    font-weight: 500;
}


/* =============================================================================
   SOCIAL SHARE
   ============================================================================= */

.social-share-wrapper
{
    padding: 20px 0 0;
    text-align: left;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.social-share-wrapper h4
{
    margin-bottom: 15px;
    font-size: 18px;
}

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

.social-icon
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s;
    text-decoration: none;
}

.social-icon:hover
{
    transform: translateY(-3px);
    color: #fff;
}

.facebook  { background-color: #3b5998; }
.messenger { background-color: #0084ff; }
.viber     { background-color: #7360f2; }
.telegram  { background-color: #0088cc; }
.linkedin  { background-color: #0077b5; }


/* =============================================================================
   CONTACT WIDGET
   ============================================================================= */

.my-contact-widget
{
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
    padding: 20px 0;
}

.sidebar-inner-wrap .widget_media_image img
{
    width: 100%;
    border: 5px solid #f5f5f5;
    border-radius: 5px;
}

.header-html-inner p
{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    animation: headShake 2s ease-in-out 50s;
}

.contact-widget-title
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.myanmaawba-contact-widget
{
    background-color: #023f88;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 15px;
    border-radius: 20px;
    border: 1px solid #023f88;
}

.myanmaawba-contact-widget p
{
    color: #fff;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
}

.myanmaawba-contact-widget p i
{
    font-size: 20px;
    margin-right: 5px;
}

.myanmaawba-contact-widget p a
{
    text-decoration: none;
    color: #fff;
    margin-left: 2em;
}

.myanmaawba-contact-widget p strong
{
    font-size: 18px;
    position: relative;
    top: -2px;
}

.myanmaawba-contact-widget ul.contact-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-list li
{
    margin-bottom: 12px;
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-list li:last-child
{
    margin-bottom: 0;
}

.contact-list li i
{
    color: #fff;
    font-size: 18px;
    width: 20px;
    text-align: center;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-list li strong
{
    font-weight: 600;
    color: #fff;
}

.contact-list li a
{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-list li a:hover
{
    color: #fff;
    text-decoration: underline;
}

.contact-phone a
{
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
}

.contact-email a
{
    word-break: break-all;
}

.contact-address
{
    line-height: 1.4;
}

.contact-information-wrap
{
    padding: 0px;
}

.contact-information-wrap h3
{
    border-bottom: 2px solid #fff;
    margin-bottom: 40px;
    padding-bottom: 4px;
    color: #fff;
}

.contact-information-wrap .single-contact-info-wrap
{
    background: #fff;
    border-radius: 5px;
    padding: 22px 25px 28px;
    margin-bottom: 24px;
    box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
    border: solid 1px #eef8ff;
}

.contact-information-wrap .single-contact-info-wrap h6
{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 9px;
}

.contact-information-wrap .single-contact-info-wrap .media
{
    display: flex;
    align-items: center;
}

.contact-information-wrap .single-contact-info-wrap .media .icon
{
    flex: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--primary-color);
    border-radius: 30px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 24px;
}

.contact-information-wrap .single-contact-info-wrap .media p
{
    line-height: 26px;
    margin-bottom: 0;
}

.single-contact-info-wrap .media .media-body a
{
    text-decoration: none;
    font-size: 18px;
    letter-spacing: -0.4px;
    color: #0d4a67;
}


/* =============================================================================
   APPLICATION TABS
   ============================================================================= */

.application-item
{
    margin-bottom: 15px;
    border-bottom: solid 1px #c5f6fb;
    padding-bottom: 15px;
}

.application-item .item-title
{
    color: #023f88;
    font-size: 22px;
    margin-bottom: 6px;
}

.item-description p,
.item-description
{
    color: #2d3748;
}

.awba-tab.active
{
    background-color: #023f88;
    color: #fff;
    border: 1px solid #023f88;
}

button.awba-tab
{
    margin-bottom: 12px;
    padding: 14px 18px;
    display: block;
    width: 100%;
    background: #f1f5fe;
    color: #023f88;
    font-weight: 600;
    text-align: left;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

button.awba-tab:hover
{
    background-color: #023f88;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.awba-application-tabs-content
{
    margin-bottom: 2em;
}

.awba-tab-content
{
    display: none;
    padding: 0 20px 20px 20px;
    border: 0px solid #ddd;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}

.awba-tab-content.active
{
    display: block;
}

.awba-tab-content.fade-in
{
    opacity: 1;
    transform: translateY(0);
}

.awba-tab-content.fade-out
{
    opacity: 0;
    transform: translateY(10px);
}

.no-data
{
    color: #777;
    font-style: italic;
    text-align: center;
    padding: 20px;
}


/* =============================================================================
   CATEGORY WIDGET (SIDEBAR)
   ============================================================================= */

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

.widget_catagory ul li
{
    transition: 0.6s;
    margin-bottom: 10px;
}

.widget_catagory ul li:last-child
{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_catagory ul li a
{
    position: relative;
    color: var(--paragraph-color);
    padding: 18px 20px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-radius: 0px;
    background: rgba(8, 12, 36, 0.1);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.widget_catagory ul li a:after
{
    content: "\f178";
    font-family: 'Font Awesome 6 Pro';
    margin-left: 8px;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    float: right;
    color: #023f88;
    transition: all 0.3s ease-in-out;
}

.widget_catagory ul li a:hover
{
    background: #023f88;
    color: #fff;
}

.widget_catagory ul li a:hover::after
{
    color: #fff;
}

.widget_catagory ul li a i
{
    padding-right: 5px;
}


/* =============================================================================
   HEADING WIDGET
   ============================================================================= */

.awba-heading
{
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
    color: #023f88;
}

.awba-heading span
{
    color: var(--global-palette3);
}

.awba-subheading
{
    color: #161b45;
    display: block;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.myanma-awba-heading-widget
{
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
    border-radius: 5px;
}

.myanma-awba-heading-widget .awba-subheading
{
    font-size: 1.2em;
    margin: 0 0 10px;
}

.myanma-awba-heading-widget .awba-heading
{
    color: #1a202c;
    margin: 0 0 15px;
    font-weight: 800;
}

.myanma-awba-heading-widget .awba-heading span
{
    color: var(--primary-color);
    font-weight: 900;
}

.myanma-awba-heading-widget .awba-description
{
    font-size: 1em;
    color: #666;
    margin: 0;
}

.myanma-awba-heading-widget .awba-description p
{
    margin: 0 0 10px;
}

.myanma-awba-heading-widget .awba-description p:last-child
{
    margin-bottom: 0;
}

.myanma-awba-heading-widget .awba-subheading.h1,
.myanma-awba-heading-widget .awba-heading.h1 { font-size: 2.5em; }

.myanma-awba-heading-widget .awba-subheading.h2,
.myanma-awba-heading-widget .awba-heading.h2 { font-size: 2em; }

.myanma-awba-heading-widget .awba-subheading.h3,
.myanma-awba-heading-widget .awba-heading.h3 { font-size: 1.8em; }

.myanma-awba-heading-widget .awba-subheading.h4,
.myanma-awba-heading-widget .awba-heading.h4 { font-size: 1.5em; }

.myanma-awba-heading-widget .awba-subheading.h5,
.myanma-awba-heading-widget .awba-heading.h5 { font-size: 1.3em; }

.myanma-awba-heading-widget .awba-subheading.h6,
.myanma-awba-heading-widget .awba-heading.h6 { font-size: 1.1em; }

.myanma-awba-heading-widget .awba-subheading.p,
.myanma-awba-heading-widget .awba-heading.p  { font-size: 1em; font-weight: normal; }

.specialize-crop-intro .myanma-awba-heading-widget .awba-heading
{
    color: #fff;
    font-size: 26px;
}


/* =============================================================================
   CALL CTA
   ============================================================================= */

.call-cta a span::before
{
    content: '\f2a0';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    margin-right: 15px;
}


/* =============================================================================
   MISC / UTILITY
   ============================================================================= */

.load-more-container,
.loadmore-container
{
    margin-top: 10px;
    text-align: center;
}

.section-description
{
    margin-bottom: 15px;
}

.no-products-found
{
    text-align: center;
    padding: 3rem;
    color: #666;
    font-style: italic;
}

span.text-highlight
{
    color: #013378;
}

.footer-overlay
{
    background-color: #023f88;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.92;
}


/* =============================================================================
   APP INFO
   ============================================================================= */

.app-info li::before
{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    width: 30px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #047d38;
}

.app-info li:nth-child(1)::before { content: "\e243"; }
.app-info li:nth-child(2)::before { content: "\f06b"; }
.app-info li:nth-child(3)::before { content: "\f201"; }
.app-info li:nth-child(4)::before { content: "\f590"; }


/* =============================================================================
   AWBA WIDGET BUTTON
   ============================================================================= */

.awba-widget-button .ow-button-base a
{
    background: #fff !important;
    color: #023f88 !important;
    border-radius: 30px !important;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    border: 0px !important;
    transition: all 0.3s ease-in-out;
}

.awba-widget-button .so-widget-sow-button .ow-button-base a:hover
{
    background: #023f88 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    border-color: #023f88;
    transition: all 0.3s ease-in-out;
}

.awba-widget-button .so-widget-sow-button .ow-button-base a:hover::before,
.awba-widget-button .so-widget-sow-button .ow-button-base a:hover span
{
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.awba-widget-button .ow-button-base a::before
{
    content: '\f09a';
    font-family: 'Font Awesome 6 Brands' !important;
    font-size: 24px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    color: #023f88 !important;
    transition: all 0.3s ease-in-out;
}

.awba-widget-button .ow-button-base a span
{
    color: #023f88 !important;
    transition: all 0.3s ease-in-out;
}


/* =============================================================================
   SITE BUTTON / N2-OW
   ============================================================================= */

.site-button
{
    overflow: hidden !important;
    background: linear-gradient(135deg, #013476 0%, #005ed8 100%) !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 16px !important;
    transition: all 0.3s ease-in-out !important;
    position: relative !important;
    z-index: 1 !important;
    line-height: 1 !important;
    padding: 12px 18px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    border-radius: 100px !important;
}

.site-button a:after
{
    content: "\f178";
    font-family: 'Font Awesome 6 Pro';
    margin-left: 8px;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

a.n2-ow
{
    overflow: hidden !important;
    background: linear-gradient(135deg, #013476 0%, #005ed8 100%) !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 16px;
    transition: all 0.3s ease-in-out !important;
    position: relative !important;
    z-index: 1 !important;
    line-height: 1 !important;
    padding: 12px 18px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    border-radius: 100px !important;
}


/* =============================================================================
   CATEGORY CARDS & SWIPER
   ============================================================================= */

.category-card
{
    background: #f1f5ff;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    border: 1px solid rgba(241, 238, 238, 0.42);
    transition: all 0.6s ease;
}

.category-card:hover
{
    background: #e3ecff;
}

.category-image
{
    overflow: hidden;
    width: 100%;
}

.category-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

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

.category-info
{
    padding: 12px 8px;
    text-align: center;
}

.category-title
{
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    margin: 0;
}

.category-title a
{
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.category-card:hover .category-title a
{
    color: #023f88;
}

.swiper-slide
{
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.swiper-slide-active,
.swiper-slide-duplicate-active
{
    opacity: 1;
}


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

.so-widget-sow-image-grid .sow-image-grid-wrapper
{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    margin: 0 auto;
}

.so-widget-sow-image-grid .sow-image-grid-wrapper .sow-image-grid-image img
{
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0px;
}


/* =============================================================================
   NEWS CARDS
   ============================================================================= */

.news-card
{
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover
{
    transform: translateY(-1px);
}

.news-image-container
{
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-image
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.category-badge
{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #023f88 !important;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-content
{
    padding: 20px;
}

.news-meta
{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #666;
    justify-content: space-between;
}

.news-date
{
    margin-right: 15px;
    font-weight: bold;
}

.news-date i
{
    margin-right: 5px;
}

.news-author
{
    font-style: italic;
    font-weight: bold;
}

.news-title
{
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.news-title a
{
    color: #010101;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

.news-title a:hover
{
    color: #022a5e;
    text-decoration: none;
}

.news-excerpt
{
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}


/* =============================================================================
   CROPS
   ============================================================================= */

.crops-wrap
{
    display: inline-block;
    width: 100%;
    position: relative;
}

.crops-card
{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.crops-inner
{
    position: relative;
    overflow: hidden;
    height: 100%;
}

.crops-image
{
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.crops-card:hover .crops-image
{
    transform: scale(1.08);
}

.crops-content
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(1, 33, 73, 0.85) 0%, rgba(1, 33, 73, 0.5) 60%, transparent 100%);
/*     padding: 30px 20px 25px; */
    text-align: center;
}

.crops-title
{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    margin: 0;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
	width:100%;
}

.crops-title a
{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    display: block;
/* 	width:100%; */
	padding: 30px 20px 25px;
}

.crops-title a:hover
{
    transform: translateY(-2px);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.crops-card::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.crop-thumb-image
{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.crop.entry-title
{
    word-wrap: break-word;
    color: #023f88;
    margin: 10px 0px;
}

.crop-excerpt
{
    color: #0d4a67;
}

.cultivation-content h1,
.cultivation-content h2,
.cultivation-content h3,
.cultivation-content h4,
.cultivation-content h5,
.cultivation-content h6
{
    color: #023f88;
    margin-top: 1em;
    display: inline-block;
    width: 100%;
}

.relate-product-section,
.relate-crop-section
{
    padding: 4em 0;
    background: #f1f5ff;
}


/* =============================================================================
   RECENT POSTS WIDGET
   ============================================================================= */

.recent-posts-widget-with-thumbnails
{
    background: #e8f0fb;
    padding: 15px;
    border-radius: 3px;
}

span.rpwwt-post-title
{
    color: #1e293b;
    font-weight: 500;
    text-decoration: none;
}

span.rpwwt-post-title:hover
{
    text-decoration: none;
    color: #023f88;
}

.rpwwt-widget ul
{
    margin-bottom: 0px;
}

.rpwwt-widget ul li
{
    border-bottom: 1px dotted #023f88;
    margin-bottom: 10px;
}

.rpwwt-widget ul li:last-child
{
    border-bottom-width: 0px;
    margin-bottom: 0px;
}

.img-thumbnail > img,
img.img-thumbnail,
.rpwwt-widget ul li a img
{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}


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

.myanmaawba-pagination
{
    text-align: center;
    margin-top: 20px;
}

.myanmaawba-pagination .page-numbers
{
    padding: 7px 15px;
    border: 1px solid #023f88;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}

.myanmaawba-pagination .page-numbers:hover
{
    color: #fff;
    background-color: #023f88;
    border: 1px solid #023f88;
}

.myanmaawba-pagination .page-numbers.current
{
    border: 1px solid #023f88;
    background-color: #023f88;
    color: #fff;
}


/* =============================================================================
   PRODUCT DETAILS
   ============================================================================= */

.product-details .product-heading
{
    display: inline-block;
    width: 100%;
}

.product-details .product-heading h1
{
    color: #013378;
}

.product-detail-image
{
    background-color: #f9f9f9;
    border-radius: 8px;
    box-sizing: border-box;
}

.product-content
{
    display: inline-block;
    width: 100%;
    position: relative;
}

.product-content .info-section
{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 1em;
}

.product-content .info-section h3.section-title
{
    font-size: 20px;
    margin-bottom: 8px;
}

.product-content .info-section .info-group
{
    border-bottom: solid 1px #f1f5ff;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 7px;
}

.product-content .info-section .info-group .product-code
{
    color: #023f88;
    font-size: 16px;
}

.product-content .info-section .info-group p
{
    padding: 0 !important;
    margin: 0 !important;
    display: inline;
}

.product-content .info-section .info-group .info-label
{
    float: left;
    width: 230px;
    font-weight: 600;
}

.info-row
{
    padding: 14px 15px;
}

.info-row td
{
    padding: 10px 10px;
}

.info-row:nth-child(odd)
{
    background-color: #eff4fe;
}

.info-row:nth-child(even)
{
    background-color: #ffffff;
}

.info-row:last-child
{
    border-bottom: none;
}

.info-label
{
    vertical-align: top;
    color: #023f88;
    font-weight: 600;
}

.info-section .guide-title
{
    margin-bottom: 15px;
}

.info-value ul
{
    margin-bottom: 0;
    margin-left: 16px;
}

.info-value ul li
{
    margin-bottom: 10px;
}

.info-value ul li:last-child
{
    margin-bottom: 0 !important;
}

.info-value p
{
    margin: 0px;
}


/* =============================================================================
   PRODUCT CATEGORY TABS
   ============================================================================= */

.child-categories-tabs
{
    margin-bottom: 2rem;
}

.tab
{
    border-bottom: 1px solid transparent;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.tab a.tablinks
{
    background-color: inherit;
    padding: 6px 12px;
    transition: 0.3s;
    text-align: center;
    font-size: 15px;
    min-width: 80px;
    border: 1px solid #49a8d5;
    border-radius: 20px;
    color: #023f88;
    text-decoration: none;
    display: inline-block;
}

.tab a.tablinks:hover
{
    background-color: #f1f1f1;
    text-decoration: none;
}

.tab a.tablinks.active
{
    background-color: #023f88;
    border: 1px solid #023f88;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}


/* =============================================================================
   INFO CARD WIDGET
   ============================================================================= */

.myanma-awba-info-card-widget
{
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
}

.myanma-awba-info-card-widget.design1
{
    padding: 1.4em 1.2em;
    background-color: #003778f0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('https://awba.rankupmyanmar.com/wp-content/uploads/2025/10/App-bg.jpg');
    min-height: 19em;
    border-radius: 30px;
}

.myanma-awba-info-card-widget.design2
{
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 1.4em 1.2em;
    display: inline-block;
    width: 100%;
    background: #fff;
    min-height: 350px;
}

.myanma-awba-info-card-widget.design1 .info-card-header
{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.myanma-awba-info-card-widget.design1 .info-card-icon
{
    width: 50px;
    height: 50px;
    margin-right: 15px;
    object-fit: contain;
}

.myanma-awba-info-card-widget.design2 .info-card-icon
{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 15px;
    object-fit: contain;
}

.myanma-awba-info-card-widget .info-card-title
{
    font-size: 22px;
    color: #333;
    margin: 0 0 15px;
}

.myanma-awba-info-card-widget .info-card-description
{
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 28px;
}

.myanma-awba-info-card-widget .info-card-description p
{
    margin: 0 0 10px;
}

.so-widget-myanma-awba-info-card-widget.so-widget-myanma-awba-info-card-widget-base
{
    position: relative;
}

.awba-info-title-section
{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.awba-info-icon
{
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 28px;
    color: white;
}

.awba-info-title
{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0px !important;
}

.awba-info-description
{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.awba-info-description p
{
    margin-bottom: 15px;
}


/* =============================================================================
   KNOWLEDGE SECTION
   ============================================================================= */

.knowledge-section
{
    padding: 4rem 0;
    background: #f8fafc;
}

.knowledge-main-content
{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.knowledge-content
{
    padding: 0 20px;
	margin-bottom: 2em;
}
.knowledge-content h1
{
	margin-top: 1em;
    margin-bottom: 1em;
}
.knowledge-content h2,
.knowledge-content h3,
.knowledge-content h4
{
	margin-top: 1.5em;
}

.knowledge-card
{
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.knowledge-card:hover
{
    transform: translateY(-1px);
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.knowledge-card-image
{
    position: relative;
    overflow: hidden;
}

.knowledge-card-img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.knowledge-card:hover .knowledge-card-img
{
    transform: scale(1.02);
}

.knowledge-card-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.knowledge-card-category
{
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--primary-color);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.knowledge-card-content
{
    padding: 1.5rem;
}

.knowledge-card-meta
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #64748b;
}

.knowledge-post-date,
.knowledge-reading-time
{
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.knowledge-card-title
{
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1e293b;
}

.knowledge-card-title a
{
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.knowledge-card-title a:hover
{
    color: var(--primary-color);
}

.knowledge-card-excerpt
{
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.knowledge-card-footer
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.knowledge-read-more-btn
{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    top: 2px;
}

.knowledge-read-more-btn:hover
{
    gap: 0.75rem;
    color: var(--primary-color);
}

.knowledge-no-content-message
{
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: #64748b;
}

.knowledge-search-filter
{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 20px 0;
}

form#knowledge-search-form
{
    display: flex;
    margin-bottom: 20px;
}

.knowledge-search-box input
{
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    font-size: 1rem;
}

.knowledge-search-box button
{
    background-color: #2e7d32;
    color: #fff;
    border: none;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.knowledge-search-box button:hover
{
    background-color: #101010;
}

.knowledge-filter-options
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.knowledge-filter-btn
{
    background-color: #dde5fd;
    border: 1px solid #dde5fd;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
}

.knowledge-filter-btn:hover,
.knowledge-filter-btn.active
{
    background-color: #023f88;
    color: #fff;
}

.knowledge-load-more-container
{
    text-align: center;
    margin: 40px 0;
}

.knowledge-load-more-btn
{
    background-color: #2e7d32;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.knowledge-load-more-btn:hover
{
    background-color: #101010;
}


/* =============================================================================
   DEALER SECTION
   ============================================================================= */

.search-section
{
    background-color: white;
    padding: 30px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.search-box
{
    min-width: 250px;
    position: relative;
    margin-bottom: 10px;
}

.search-box input,
.filter-select
{
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.search-button
{
    background: linear-gradient(135deg, #013476 0%, #005ed8 100%);
    color: white;
    border: none;
    padding: 12px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.search-button:hover
{
    background: #005a87;
}

.dealers-section
{
    padding: 50px 0;
}

.dealer-card
{
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.dealer-card:hover
{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.dealer-header
{
    background-color: #f1f5ff;
    color: #fff;
    padding: 10px 20px;
}

.dealer-name
{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #023f88;
    line-height: 1.8;
}

.dealer-division
{
    font-size: 12px;
    opacity: 0.9;
    background: #254c8f;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 19px;
    border: 1px solid #254c8f;
}

.dealer-contact-info
{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    column-gap: 10px;
}

.dealer-township
{
    position: relative;
    font-size: 13px;
    color: #5165a2;
    line-height: 24px;
    margin-left: 1em;
}

.dealer-township:before
{
    content: "";
    position: absolute;
    width: 5px;
    height: 4px;
    background: #7985b7;
    top: 12px;
    left: -12px;
}

.dealer-body
{
    padding: 5px 20px;
}

.dealer-info
{
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
    font-size: 16px;
    padding-bottom: 10px;
}

.dealer-info i
{
    color: #023f88;
    margin-right: 10px;
    width: 20px;
    font-size: 18px;
    text-align: center;
}

.dealer-actions
{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.action-btn
{
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.direction-btn
{
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    transition: transform 0.3s ease;
}

.direction-btn i
{
    color: #023f88;
    transition: transform 0.3s ease;
}

.direction-btn:hover
{
    background-color: #023f88;
}

.direction-btn:hover i
{
    color: #fff;
}

.contact-btn
{
    background-color: #023f88;
    color: white;
    border: none;
    transition: transform 0.3s ease;
}

.contact-btn:hover
{
    background-color: #023f88;
}

div#dealer-list
{
    margin-bottom: 20px;
}

.dealer-pagination
{
    margin-top: 40px;
    text-align: center;
}

.dealer-pagination .pagination-nav .page-numbers,
.pagination-nav .page-numbers
{
    display: inline-block;
    margin: 0 5px;
    padding: 8px 16px;
    text-decoration: none;
    color: #023f88;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination-nav .page-numbers:hover
{
    background: #e9ecef;
    color: #0056b3;
}

.dealer-pagination .pagination-nav .page-numbers.current,
.pagination-nav .page-numbers.current
{
    background: #023f88;
    color: #fff;
    border-color: #023f88;
}

.pagination-nav .page-numbers.dots
{
    border: none;
    color: #6c757d;
}

.pagination-nav .page-numbers.dots:hover
{
    background: transparent;
    color: #6c757d;
}


/* =============================================================================
   DEALER FILTER
   ============================================================================= */

.dealer-filter-sidebar,
.myanma-awba-dealer-filter-widget
{
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
}

.dealer-filter-title,
.filter-title
{
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #007cba;
    color: #333;
    font-size: 1.3em;
    font-weight: 600;
}

.filter-subtitle
{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #555;
}

.filter-group
{
    margin-bottom: 20px;
}

.filter-label
{
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

.filter-input,
.filter-select
{
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    transition: all 0.3s ease;
}

.filter-input:focus,
.filter-select:focus
{
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

.filter-actions
{
    display: flex;
    gap: 12px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.filter-button,
.filter-btn
{
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
}

.filter-button-primary,
.filter-btn-primary
{
    background: #007cba;
    color: white;
}

.filter-button-primary:hover,
.filter-btn-primary:hover
{
    background: #005a87;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 124, 186, 0.3);
}

.filter-button-secondary
{
    background: #6c757d;
    color: white;
}

.filter-button-secondary:hover
{
    background: #545b62;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

.filter-button-clear,
.filter-btn-clear
{
    background: #6c757d;
    color: white;
}

.filter-button-clear:hover,
.filter-btn-clear:hover
{
    background: #545b62;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

.state-filter-links,
.town-filter-links
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.state-filter-links li,
.town-filter-links li
{
    margin-bottom: 8px;
}

.state-filter-link,
.town-filter-link
{
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #555;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.state-filter-link:hover,
.town-filter-link:hover
{
    background: #f0f0f0;
    color: #333;
}

.state-filter-link.active,
.town-filter-link.active
{
    background: #023f88;
    color: #fff;
    border-color: #023f88;
    font-size: 16px;
}

.results-count
{
    margin-bottom: 0px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #007cba;
}

.results-count p
{
    margin: 0;
    font-size: 1rem;
    color: #495057;
}

.active-filters
{
    font-style: italic;
    color: #6c757d;
}

.no-dealers-found
{
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    grid-column: 1 / -1;
}

.no-dealers-found p
{
    margin-bottom: 20px;
    color: #6c757d;
    font-size: 1.1rem;
}

.no-towns-message
{
    color: #6c757d;
    font-style: italic;
    margin: 0;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.no-results-message
{
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    font-style: italic;
    grid-column: 1 / -1;
    font-size: 1.1em;
}

.dealer-filter-align-left   { text-align: left; }
.dealer-filter-align-center { text-align: center; }
.dealer-filter-align-right  { text-align: right; }


/* =============================================================================
   CONTACT FORM (CF7)
   ============================================================================= */

#responsive-form
{
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.form-row
{
    width: 100%;
}

.column-half,
.column-full
{
    float: left;
    position: relative;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.clearfix:after
{
    content: "";
    display: table;
    clear: both;
}

.form-row label
{
    color: #023f88 !important;
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
}

.form-row select
{
    background: #f5f5f5;
    border: none;
    color: #5c5c5c;
    font-size: 14px;
    padding: 9px;
    border-radius: 5px;
    width: 100%;
}

.form-row option
{
    color: #5c5c5c;
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

::placeholder
{
    color: #5c5c5c;
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
    font-size: 14px;
    line-height: 28px;
    padding-left: 15px;
}

:-ms-input-placeholder
{
    color: #5c5c5c;
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
    font-size: 14px;
    line-height: 28px;
    padding-left: 15px;
}

::-ms-input-placeholder
{
    color: #5c5c5c;
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
    font-size: 14px;
    line-height: 28px;
    padding-left: 15px;
}

.wpcf7 textarea
{
    height: 250px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    width: 100%;
    padding: 8px 8px 8px 10px;
    border: 1px solid transparent;
    background: #f5f5f5;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus
{
    background: #fff;
    border: 1px solid #023f88;
}

.wpcf7-submit
{
    background-color: #023f88 !important;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 8px 50px;
    cursor: pointer;
    border-radius: 50px;
    margin: auto;
    display: block;
}

.wpcf7-submit:hover
{
    background: #ff0000;
}

span.wpcf7-not-valid-tip
{
    text-shadow: none;
    font-size: 14px;
    font-family: 'Poppins', 'ArtHouseW01', 'ArtHouseW02', 'ArtHouseW49', sans-serif;
    color: #ff0000;
    padding: 5px;
}

div.wpcf7-validation-errors
{
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9c6533;
    text-align: center;
    margin: 0;
    font-size: 12px;
}

div.wpcf7-mail-sent-ok
{
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}


/* =============================================================================
   POST NAVIGATION
   ============================================================================= */

.post-navigation
{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 15px;
    background: #f9fdf9;
    margin: 0px;
}

.nav-item
{
    display: flex;
    align-items: center;
    flex: 1;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
}

.nav-item:hover
{
    background: #dbedff;
    transform: translateY(-2px);
}

.nav-prev
{
    margin-right: 15px;
}

.nav-next
{
    margin-left: 15px;
    text-align: right;
    flex-direction: row-reverse;
}

.nav-thumbnail
{
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.nav-prev .nav-thumbnail { margin-right: 15px; }
.nav-next .nav-thumbnail { margin-left: 15px; }

.nav-thumbnail img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-text
{
    flex: 1;
}

.nav-label
{
    font-size: 0.85rem;
    color: #1a202c;
    margin-bottom: 5px;
    display: block;
}

.nav-title
{
    font-weight: 600;
    color: #2b6cb0;
    font-size: 0.95rem;
}


/* =============================================================================
   RESPONSIVE — max-width: 900px
   ============================================================================= */

@media (max-width: 900px)
{
    .post-navigation
    {
        flex-direction: column;
    }

    .nav-prev,
    .nav-next
    {
        margin: 0 0 15px 0;
        text-align: left;
        flex-direction: row;
    }

    .nav-next
    {
        margin-bottom: 0;
    }

    .nav-next .nav-thumbnail
    {
        margin-left: 0;
        margin-right: 15px;
    }
}


/* =============================================================================
   RESPONSIVE — max-width: 768px
   ============================================================================= */

@media (max-width: 768px)
{
    .knowledge-section
    {
        padding: 2rem 0;
    }

    .knowledge-card-image
    {
        height: 200px;
    }

    .myanma-awba-heading-widget .awba-subheading.h1,
    .myanma-awba-heading-widget .awba-heading.h1 { font-size: 2em; }

    .myanma-awba-heading-widget .awba-subheading.h2,
    .myanma-awba-heading-widget .awba-heading.h2 { font-size: 1.8em; }

    .myanma-awba-heading-widget .awba-subheading.h3,
    .myanma-awba-heading-widget .awba-heading.h3 { font-size: 1.6em; }

    .myanma-awba-dealer-filter-widget,
    .dealer-filter-widget
    {
        padding: 15px;
        margin-bottom: 20px;
    }

    .filter-actions
    {
        flex-direction: column;
    }

    .filter-button,
    .filter-btn
    {
        flex: none;
        width: 100%;
    }

    .dealer-filter-sidebar
    {
        order: 2;
        margin-top: 30px;
    }

    .contact-widget-title
    {
        font-size: 20px;
    }

    .contact-item
    {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .contact-icon
    {
        align-self: center;
    }

    .results-count
    {
        text-align: center;
    }

    .pagination-nav .page-numbers
    {
        padding: 6px 12px;
        margin: 0 2px;
        font-size: 0.9rem;
    }
}


/* =============================================================================
   RESPONSIVE — max-width: 767px
   ============================================================================= */

@media (max-width: 767px)
{
    .pagination-wrapper .page-numbers
    {
        padding: 6px 12px;
        margin: 0 2px;
        font-size: 14px;
    }

    .dealer-filter-sidebar
    {
        margin-top: 30px;
    }
}


/* =============================================================================
   RESPONSIVE — min-width: 48em (768px)
   ============================================================================= */

@media only screen and (min-width: 48em)
{
    .column-half
    {
        width: 50%;
    }
}


/* =============================================================================
   RESPONSIVE — max-width: 600px
   ============================================================================= */

@media (max-width: 600px)
{
    .nav-thumbnail
    {
        width: 60px;
        height: 50px;
    }
}


/* =============================================================================
   RESPONSIVE — max-width: 480px
   ============================================================================= */

@media only screen and (max-width: 480px)
{
    .awba-widget-title
    {
        padding: 10px 15px;
        background: #023f88;
        color: #fff;
        font-weight: 600;
        text-align: left;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .awba-application-tabs
    {
        display: none;
    }

    .awba-tab-content
    {
        padding: 0 0px 20px 0px;
        overflow: hidden;
        margin-bottom: 2em;
        background: rgba(239, 244, 254, 0.8);
        display: block;
    }

    .application-item .item-title,
    .item-description p,
    .item-description
    {
        padding: 0px 8px;
    }

    .awba-tab-content .cultivation-content
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .awba-tab-content .cultivation-content p
    {
        font-size: 15px;
    }

    .knowledge-card-content
    {
        padding: 1rem;
    }

    .knowledge-card-meta
    {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .knowledge-filter-options
    {
        justify-content: center;
    }
}