
@font-face {
    font-family: 'Pyidaungsu-Embedded';
    src: url('../fonts/Pyidaungsu-2.5.3_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ၂။ စာလုံးအထူ (.ttf) - Weight 700 မှ 900 အထိ အကုန်ထိန်းထားသည် */
/*@font-face {*/
/*    font-family: 'Pyidaungsu-Embedded';*/
/*    src: url('../fonts/Pyidaungsu-2.5.3_Bold.ttf') format('truetype');*/
/*    font-weight: 700 800 900;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

body {
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; */
    /*font-family: 'Pyidaungsu';*/
    font-family: 'Pyidaungsu-Embedded', sans-serif !important;
}

#header {
    height: 100px;
}

#navbar {
    height: 100px;
    /* background-image: url("../img/banner.png");
    background-size: cover;
    background-position: center; */
    /* အောက်ခြေတွင် Shadow လေး ထည့်သွင်းခြင်း*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#header .logo {
    padding: 0;
    margin: 0;
    max-height: 80px;
    /* padding-left: 12px; */
}

#header-container {
    max-width: 1300px;
}

/* Navbar Brand Custom Floating Effect */
#brand-title {
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.05rem;
    color: #288BCB !important;
    /* text-shadow:
        0 2px 4px rgba(40, 139, 203, 0.3),
        0 4px 12px rgba(45, 50, 116, 0.2); */
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

#brand-title:hover {
    transform: translateY(-2px);
    /* text-shadow:
        0 4px 8px rgba(40, 139, 203, 0.4),
        0 6px 20px rgba(45, 50, 116, 0.25); */
}


.btn-primary {
    background-color: #EDA320 !important;
    border-color: #EDA320 !important;
}

.btn-primary:hover {
    background-color: #F7CD52 !important;
    border-color: #F7CD52 !important;
}

.carousel-caption-text {
    max-width: 400px !important;
    /* text-align: justify !important; */
    color: #288BCB !important;
    /* color: #ffffff !important; */
}

.carousel-caption-header {
    color: #288BCB !important;
}

.carousel-item {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 500px;
    /* Desktop အတွက် ပုံသေအမြင့် */
}

/* စာသား Center Align ဖြစ်သော Slide များအတွက် Custom Class */
.carousel-item.carousel-item-center {
    background-position: center center !important; /* Mobile ရော Desktop ပါ ပုံကို ဗဟိုချက်အတိုင်း ညှိပေးပါသည် */
}

/* Toggle ခလုတ်တစ်ခုလုံးရဲ့ ဘောင်အရောင်ကို ပြောင်းလဲခြင်း */
.navbar-toggler {
    border-color: #288BCB !important;
}

/* အတွင်းက မျဉ်းကြောင်း ၃ ကြောင်း (Hamburger Icon) ရဲ့ အရောင်ကို ပြောင်းလဲခြင်း */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23288BCB' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ==========================================================================
   NAVBAR MENU LINKS, DROPDOWN & ANIMATED UNDERLINE COMPONENT (FIXED v7)
   ========================================================================== */

/* ==========================================================================
   NAVBAR MENU LINKS, DROPDOWN & ANIMATED UNDERLINE COMPONENT (FIXED v8)
   ========================================================================== */

/* Navbar Link အခြေခံစတိုင် */
#navbar .nav-link {
    color: #288BCB !important;
    font-weight: 500;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
    position: relative;
    padding-bottom: 6px !important;
    /* Underline နှင့် စာသား မကပ်စေရန် */
    display: inline-block;
    transition: transform 0.3s ease, text-shadow 0.3s ease, color 0.3s ease;
}

/* Dropdown toggler ဖြစ်ပါက ညာဘက်တွင် မြှား icon အတွက် နေရာချန်ရန် */
#navbar .nav-link.dropdown-toggle {
    padding-right: 16px !important;
    /* နေရာလွတ် ပိုမိုကျနအောင် ညှိထားပါသည် */
    margin-right: 0 !important;
}

/* [ပြင်ဆင်ချက်] Bootstrap မူရင်း မြှားသင်္ကေတအား ဖျောက်ဖျက်ခြင်း 
   (display: none မသုံးမှသာ Underline ::after ပုံမှန်ပြန်ပေါ်လာမည်ဖြစ်ပါသည်) */
#navbar .dropdown-toggle::after {
    border: 0 !important;
    margin-left: 0 !important;
}

/* [ပြင်ဆင်ချက်] ဆရာ့စိတ်ကြိုက် အဝါရောင် (#EDA320) မြှားသင်္ကေတအသစ် 
   Mask သုံးခြင်းကြောင့် ဝါးသွားသည့် ပြဿနာအား ဖြေရှင်းရန် Inline Crisp SVG အသုံးပြုထားပါသည် 
*/
#navbar .dropdown-toggle::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    /* စာသား Vertical Alignment နှင့် ကိုက်ညီအောင် ညှိထားပါသည် */
    transform: translateY(-50%);
    width: 12px;
    /* မြှားအကျယ် */
    height: 12px;
    /* မြှားအမြင့် */
    /* Crisp Stroke ထွက်စေရန် ပုံသေ Vector Code ကို သုံးထားပါသည် (အရောင်ကို အဝါရောင် #EDA320ထည့်သွင်းပြီး) */
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23F2B850' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important; */
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23EDA320' d='M4.42 5.42a.75.75 0 0 1 1.06 0L8 7.94l2.52-2.52a.75.75 0 1 1 1.06 1.06l-3.05 3.05a.75.75 0 0 1-1.06 0L4.42 6.48a.75.75 0 0 1 0-1.06z'/%3e%3c/svg%3e") !important; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23EDA320' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.2s ease-in-out;
}

/* Dropdown ပွင့်လာချိန်တွင် မြှားလေး အပေါ်သို့ ချောမွေ့စွာ လှည့်သွားမည့် Effect */
#navbar .dropdown-toggle.show::before {
    transform: translateY(-50%) rotate(180deg);
}

/* Dropdown Item အခြေခံစတိုင် (Bootstrap Show/Hide မပျက်စေရန် မူရင်းအတိုင်း ထားရှိပါသည်) */
.dropdown-item {
    color: #288BCB !important;
    position: relative;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    display: block !important;
    width: 100% !important;
    background-color: transparent !important;
    /* Default Gray BG အား ဖယ်ရှားခြင်း */
    transition: color 0.3s ease;
}

/* Menu Link အားလုံး Hover ဖြစ်ချိန် စာသားအရောင် */
#navbar .nav-link:hover,
.dropdown-item:hover {
    color: #288BCB !important;
}

/* Underline Yellow Animation အခြေခံ (စစချင်း width 0 ထားရှိခြင်း) */
#navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #EDA320;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover ဖြစ်ချိန်တွင် Left to Right သို့ Nav Link မျဉ်းကြောင်း ပေါ်လာစေခြင်း */
#navbar .nav-link:hover::after {
    width: 100%;
}

/* Active ဖြစ်သွားချိန်တွင် Underline အား အပြည့်အတိုင်း ကျန်ရှိနေစေခြင်း */
#navbar .nav-link.active::after {
    width: 100% !important;
}

/* [ပြင်ဆင်ချက်] Main Menu Link (Dropdown) ကိုယ်တိုင် Active ဖြစ်ချိန် သို့မဟုတ် Dropdown Menu ပွင့်နေချိန်တွင် အောက်ခြေမျဉ်း ပေါ်နေစေရန် */
#navbar .nav-link.dropdown-toggle.active::after,
#navbar .nav-link.dropdown-toggle.show::after {
    width: 100% !important;
}

/* Dropdown Item အတွက် Box အပြည့်မဖြစ်စေဘဲ "စာသားအလျားအတိုင်းသာ" Underline ဖန်တီးခြင်း */
.dropdown-item::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 1.25rem;
    /* Padding left နှင့် ကွက်တိဖြစ်စေရန် */
    width: 0;
    height: 3px;
    background-color: #EDA320;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover တက်ချိန်တွင် စာသားကွက်တိအကျယ်သာ ပေါ်လာစေရန် ဘယ်ညာ padding 2.5rem နှုတ်ပေးခြင်း */
.dropdown-item:hover::after {
    width: calc(100% - 2.5rem);
}

/* Dropdown Menu Box မူရင်းစတိုင် (Bootstrap Show/Hide စနစ်ကို အပြည့်အဝ ထိန်းသိမ်းထားပါသည်) */
.dropdown-menu {
    border: 1px solid #5D9CD4;
    padding: 0.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 160px;
    border-radius: 0 20px !important;
    left: 15px !important;
}

/* ========================================================================== */

/* Input Group တစ်ခုလုံးရဲ့ Border အရောင်ကို ထိန်းချုပ်ရန် */
.search-group .form-control {
    border-color: #5D9CD4 !important;
    /* Secondary color border */
}

/* ဖြည့်စွက်ချက်: Input box ကို ကလစ်နှိပ်ချိန် (Focus) မှာ ပုံမပျက်စေရန် */
.search-group .form-control:focus {
    border-color: #288BCB !important;
    box-shadow: 0 0 0 0.25rem rgba(40, 139, 203, 0.25) !important;
}

/* Search Button ကို Group ထဲမှာ တစ်သားတည်းကျအောင် ပြင်ဆင်ခြင်း */
.btn-search {
    color: #288BCB !important;
    border: 1px solid #5D9CD4 !important;
    /* Input box ရဲ့ border နဲ့ တူအောင် ထားခြင်း */
    border-left: none !important;
    /* ဘယ်ဘက်ကပ်နေတဲ့ border ကို ဖျောက်ပြီး တစ်သားတည်းဖြစ်စေရန် */
    width: 42px;
    /* height: 38px; */
    padding: 0 !important;
    transition: all 0.2s ease;
    background-color: #FFFFFF !important;
    /* မူလနောက်ခံ အဖြူရောင် */
}

.btn-search:hover {
    background-color: #288BCB !important;
    border-color: #288BCB !important;
    color: #FFFFFF !important;
}

/* Icon ရဲ့ Size ကို လိုသလို ချိန်ရန် */
.btn-search .bi-search {
    font-size: 1.1rem;
}

/* Toggle Icon Color */
.navbar-toggler {
    border-color: #288BCB !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23288BCB' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* --- Footer Custom Design --- */
footer {
    background-color: #FFFFFF;
    position: relative;
}

/* Footer Link များ၏ အရောင်နှင့် ပုံစံ */
footer .nav-link {
    color: #288BCB !important;
    /* Primary Color */
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 5px;
}

/* Hover ဖြစ်ချိန် အပြာရင့်ရောင်ပြောင်းပြီး အောက်က မျဉ်းကြောင်းလေး ပေါ်လာစေရန် */
footer .nav-link:hover {
    color: #2D3274 !important;
    /* Blue (Darker) Color */
}

/* Copyright စာသားအရောင်ကို ညှိခြင်း */
footer .copyright-text {
    color: #5D9CD4 !important;
    /* Secondary Color */
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
}

/* မျဉ်းကြောင်းအရောင်ကို Secondary Color သို့ ပြောင်းလဲခြင်း */
footer.border-top,
footer .border-bottom {
    border-color: rgba(93, 156, 212, 0.25) !important;
    /* Secondary Color လေးကို ပေါ့ပေါ့လေး သုံးထားပါတယ် */
}

/* INDEX Custom CSS */
/* Home Page သီးသန့် Theme နဲ့ ကိုက်ညီအောင် ထိန်းညှိချက်များ */
.post-card {
    border: 1px solid rgba(93, 156, 212, 0.2) !important;
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    text-align: left !important;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(40, 139, 203, 0.15);
    border-color: #288BCB !important;
}

/* .post-badge {
    background-color: rgba(40, 139, 203, 0.1);
    color: #288BCB;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 4px;
} */

/* .post-badge {
    background-color: #EDA320;                  
    color: #FFFFFF;                             
    font-weight: 700;                          
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 4px;
    letter-spacing: 0.03rem;
    box-shadow: 0 2px 4px rgba(242, 184, 80, 0.2); 
} */

.post-badge {
    /* background-color: rgba(242, 184, 80, 0.15); */
    border: 2px solid rgba(242, 184, 80, 0.15);

    color: #EDA320;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 4px;
    letter-spacing: 0.03rem;
}

.post-title {
    color: #2D3274;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1rem;
}

.post-meta {
    font-size: 0.85rem;
    color: #5D9CD4;
}

.btn-readmore {
    color: #EDA320;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.btn-readmore:hover {
    color: #2D3274;
}

.btn-readmore i {
    transition: transform 0.2s ease;
}

.btn-readmore:hover i {
    transform: translateX(5px);
}

/* Table & Custom Component Styling */
.table-custom-border {
    border: 1px solid rgba(93, 156, 212, 0.2) !important;
}

.service-card {
    border: 1px solid rgba(93, 156, 212, 0.2) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #288BCB !important;
    box-shadow: 0 10px 20px rgba(40, 139, 203, 0.1);
}

.service-card:hover .card-title {
    color: #2D3274 !important;
}

.icon-box-custom {
    width: 70px;
    height: 70px;
    /* background-color: rgba(40, 139, 203, 0.1); */
    /* background-color: rgb(242, 184, 80, 0.1); */
    /* color: #288BCB; */
    color: #EDA320;
    border: 1px solid #EDA320;
}

.stats-container {
    background: linear-gradient(135deg, rgba(40, 139, 203, 0.05), rgba(45, 50, 116, 0.03));
    border: 1px solid rgba(93, 156, 212, 0.15);
}

/* --- CAROUSEL BUTTONS CUSTOM STYLING --- */
.custom-carousel-btn {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.75);
    /* Transparent အဖြူရောင်နောက်ခံ */
    border: 1px solid rgba(93, 156, 212, 0.3);
    border-radius: 10px;
    /* Square Round Corner ပုံစံ */
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.custom-carousel-btn:hover {
    background-color: #288BCB;
    /* Hover အပြာရောင်ပြောင်းရန် */
    opacity: 1;
    border-color: #288BCB;
}

/* Prev & Next ခလုတ်ကို ဘေးဘောင်တွေထဲမှာ ကပ်မနေအောင် ပုံသေနေရာချခြင်း */
.carousel-control-prev.custom-carousel-btn {
    left: 20px;
}

.carousel-control-next.custom-carousel-btn {
    right: 20px;
}

/* မျှားသင်္ကေတများအား အပြာရောင်ပြောင်းလဲခြင်းနှင့် Size ညှိခြင်း */
.custom-carousel-btn .carousel-control-prev-icon,
.custom-carousel-btn .carousel-control-next-icon {
    filter: invert(47%) sepia(85%) saturate(415%) hue-rotate(164deg) brightness(91%) contrast(87%);
    /* #288BCB Color ဖြစ်အောင် Filter သုံးထားခြင်း */
    width: 22px;
    height: 22px;
    transition: filter 0.3s ease;
}

/* Hover တက်တဲ့အခါ မြှားအရောင်ကို အဖြူပြန်ပြောင်းပေးခြင်း */
.custom-carousel-btn:hover .carousel-control-prev-icon,
.custom-carousel-btn:hover .carousel-control-next-icon {
    filter: brightness(0) invert(1) !important;
}

/* Announcement Custom CSS */
.announcement-banner {
    background: linear-gradient(135deg, rgba(40, 139, 203, 0.1), rgba(45, 50, 116, 0.05));
    padding: 60px 0;
    border-bottom: 1px solid rgba(93, 156, 212, 0.2);
}

/* ==========================================================================
   PAGINATION CUSTOM THEME (YELLOW LIGHT & DARK)
   ========================================================================== */
.pagination .page-link {
    color: #288BCB;
    border-color: rgba(93, 156, 212, 0.3);
}

.pagination .page-item.active .page-link {
    background-color: #288BCB;
    border-color: #288BCB;
    color: #fff;
}

/* .pagination .page-link {
    color: #EDA320!important;
    background-color: #FFFFFF !important;
    border-color: rgba(242, 184, 80, 0.3) !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out;
}

.pagination .page-item:not(.active):not(.disabled) .page-link:hover {
    color: #FFFFFF !important;
    background-color: #F7CD52 !important;
    border-color: #F7CD52 !important;
}

.pagination .page-item.active .page-link {
    background-color: #EDA320!important;
    border-color: #EDA320!important;
    color: #FFFFFF !important;
    font-weight: bold;
}

.pagination .page-item.disabled .page-link {
    color: #cccccc !important;
    background-color: #f8f9fa !important;
    border-color: rgba(242, 184, 80, 0.15) !important;
    opacity: 0.6;
}

.pagination .page-link:focus {
    background-color: #FFFFFF !important;
    color: #EDA320!important;
    box-shadow: 0 0 0 0.25rem rgba(247, 205, 82, 0.25) !important;
}

.pagination .page-item.active .page-link:focus {
    background-color: #EDA320!important;
    color: #FFFFFF !important;
} */

/* Announcement Detail Custom CSS */
.btn-back {
    color: #288BCB;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
    margin-bottom: 1.5rem;
}

.btn-back:hover {
    color: #2D3274;
}

.detail-title {
    color: #2D3274;
    font-weight: 800;
    line-height: 1.3;
    font-size: 1.2rem;
}

/* .post-badge-detail {
    background-color: rgba(40, 139, 203, 0.1);
    color: #288BCB;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4em 0.8em;
    border-radius: 4px;
    display: inline-block;
} */


.post-badge-detail {
    border: 2px solid rgba(242, 184, 80, 0.15);
    /* background-color: rgba(242, 184, 80, 0.15); */
    color: #EDA320;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4em 0.8em;
    border-radius: 4px;
    letter-spacing: 0.03rem;
    display: inline-block;
}

.detail-meta {
    font-size: 0.9rem;
    color: #5D9CD4;
}

.detail-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.detail-content p {
    margin-bottom: 1.5rem;
}

/* Side Featured Posts & Cards */
.section-title-sm {
    color: #2D3274;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.section-title-sm::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #EDA320;
    border-radius: 2px;
}

.featured-side-card {
    border: 1px solid rgba(93, 156, 212, 0.15) !important;
    transition: all 0.3s ease;
    text-decoration: none;
}

.featured-side-card:hover {
    border-color: #288BCB !important;
    box-shadow: 0 5px 15px rgba(40, 139, 203, 0.1);
    transform: translateY(-2px);
}

.featured-side-title {
    color: #2D3274;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Service Custom Css */
/* Services Title Banner */
.services-banner {
    background: linear-gradient(135deg, rgba(40, 139, 203, 0.1), rgba(45, 50, 116, 0.05));
    padding: 60px 0;
    border-bottom: 1px solid rgba(93, 156, 212, 0.2);
}

/* Alternate Service Rows Styling */
.service-row {
    padding: 40px 0;
    border-bottom: 1px solid rgba(93, 156, 212, 0.1);
}

.service-row:last-child {
    border-bottom: none;
}

.service-title {
    color: #2D3274;
    font-weight: 700;
    font-size: 1.5rem;
}

.service-text {
    color: #555555;
    line-height: 1.7;
    font-size: 1rem;
}

.service-img-wrapper {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(45, 50, 116, 0.08);
    border: 1px solid rgba(93, 156, 212, 0.15);
    transition: all 0.3s ease-in-out;
}

.service-img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(40, 139, 203, 0.15);
    border-color: #288BCB;
}

.service-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* Feature Icons list */
.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 10px;
    color: #4A4A4A;
}

.feature-list li i {
    color: #288BCB;
    font-size: 1.1rem;
}

/* Guide  */
/* User Guide Section Custom Styling */
.guide-banner {
    background: linear-gradient(135deg, rgba(40, 139, 203, 0.1), rgba(45, 50, 116, 0.05));
    padding: 60px 0;
    border-bottom: 1px solid rgba(93, 156, 212, 0.2);
}

.guide-nav .nav-link {
    color: #2D3274;
    font-weight: 600;
    border: 1px solid rgba(93, 156, 212, 0.2);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 12px 18px;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}

.guide-nav .nav-link:hover {
    color: #288BCB;
    /* background-color: rgba(40, 139, 203, 0.05); */
    border-color: #288BCB;
}

.guide-nav .nav-link.active {
    background-color: #EDA320 !important;
    color: #fff !important;
    border-color: #EDA320 !important;
    box-shadow: 0 4px 12px rgba(40, 139, 203, 0.2);
}

.guide-category-title {
    color: #2D3274;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(40, 139, 203, 0.1);
}

/* Guide Row & Card Styling */
.guide-item-row {
    background-color: #fff;
    border: 1px solid rgba(93, 156, 212, 0.15);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.guide-item-row:hover {
    box-shadow: 0 10px 25px rgba(45, 50, 116, 0.08);
    border-color: #288BCB;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2D3274, #288BCB);
    color: white;
    padding: 20px;
    text-align: center;
}

/* Step by Step Ordered List Styling */
.steps-heading {
    color: #2D3274;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.custom-steps {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.custom-steps li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    color: #4A4A4A;
    line-height: 1.5;
}

.custom-steps li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    background-color: #EDA320;
    color: #ffffff;
    border: 1px solid #EDA320;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
}

.custom-steps {
    counter-reset: step-counter;
}

.badge-platform {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4em 0.7em;
    border-radius: 4px;
    margin-top: 15px;
    display: inline-block;
}

.badge-youtube {
    background-color: #FF0000;
    color: white;
}

.badge-tiktok {
    background-color: #010101;
    color: white;
}

.badge-telegram {
    background-color: #0088cc;
    color: white;
}

/* FAQ Section Custom Styling */
.faq-banner {
    background: linear-gradient(135deg, rgba(40, 139, 203, 0.1), rgba(45, 50, 116, 0.05));
    padding: 60px 0;
    border-bottom: 1px solid rgba(93, 156, 212, 0.2);
}

.faq-nav .nav-link {
    color: #2D3274;
    font-weight: 600;
    border: 1px solid rgba(93, 156, 212, 0.2);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 12px 18px;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}

.faq-nav .nav-link:hover {
    color: #288BCB;
    background-color: rgba(40, 139, 203, 0.05);
    border-color: #288BCB;
}

.faq-nav .nav-link.active {
    background-color: #EDA320 !important;
    color: #fff !important;
    border-color: #EDA320 !important;
    box-shadow: 0 4px 12px rgba(40, 139, 203, 0.2);
}

.faq-category-title {
    color: #2D3274;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(40, 139, 203, 0.1);
}

/* Accordion Modifications */
.accordion-item {
    border: 1px solid rgba(93, 156, 212, 0.15) !important;
    border-radius: 10px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.accordion-button {
    color: #2D3274 !important;
    font-weight: 600;
    padding: 18px 20px;
    background-color: #fff !important;
}

.accordion-button:not(.collapsed) {
    color: #288BCB !important;
    background-color: rgba(40, 139, 203, 0.03) !important;
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232D3274'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23288BCB'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-body {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #555;
    line-height: 1.7;
    border-top: 1px solid rgba(93, 156, 212, 0.1) !important;
}

/* Profile Section Custom Styling */
.profile-banner {
    background: linear-gradient(135deg, rgba(40, 139, 203, 0.1), rgba(45, 50, 116, 0.05));
    padding: 60px 0;
    border-bottom: 1px solid rgba(93, 156, 212, 0.2);
}

.section-title {
    color: #2D3274;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    /* background-color: #288BCB; */
    background-color: #EDA320;
    border-radius: 2px;
}

.section-title-center::after {
    left: 50%;
    transform: translateX(-50%);
}

/* Content Styling */
.about-img-wrapper {
    border: 1px solid rgba(93, 156, 212, 0.2);
    padding: 10px;
    border-radius: 16px;
    background-color: #fff;
}

.about-img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: 380px;
}

/* Value and Statement Cards */
.statement-card {
    border: 1px solid rgba(93, 156, 212, 0.15) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease-in-out;
}

.statement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(40, 139, 203, 0.1);
    border-color: #288BCB !important;
}

.icon-box {
    width: 50px;
    height: 50px;
    /* background-color: rgba(40, 139, 203, 0.1); */
    border: 1px solid #EDA320;
    color: #EDA320;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.value-card {
    border: none;
    background-color: rgba(45, 50, 116, 0.02);
    border-left: 4px solid #EDA320;
    border-radius: 0 8px 8px 0;
    padding: 15px 20px;
    height: 100%;
}

/* ထပ်တိုး ဖော်ပြချက်အတွက် Style များ */
.custom-post-section {
    border-top: 1px solid rgba(93, 156, 212, 0.15);
}

.custom-post-title {
    color: #2D3274;
    font-weight: 700;
    margin-bottom: 20px;
}

.custom-post-body {
    color: #555555;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Contact Section Custom Styling */
.contact-banner {
    background: linear-gradient(135deg, rgba(40, 139, 203, 0.1), rgba(45, 50, 116, 0.05));
    padding: 60px 0;
    border-bottom: 1px solid rgba(93, 156, 212, 0.2);
}

/* Contact Block Styling */
.contact-block-card {
    border: 1px solid rgba(93, 156, 212, 0.15);
    border-radius: 16px;
    background-color: #fff;
    padding: 35px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease-in-out;
}

.contact-block-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(40, 139, 203, 0.08);
    border-color: #288BCB;
}

.block-title {
    color: #2D3274;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(93, 156, 212, 0.15);
    position: relative;
}

.block-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #EDA320;
}

/* Contact Item Rows */
.contact-item-row {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.contact-item-row:last-child {
    margin-bottom: 0;
}

.contact-item-icon {
    color: #EDA320;
    font-size: 1.25rem;
    margin-top: 2px;
    width: 30px;
    flex-shrink: 0;
}

.contact-item-text h6 {
    color: #2D3274;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.contact-item-text p {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Map Section Styling */
.full-map-wrapper {
    border: 1px solid rgba(93, 156, 212, 0.2);
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    padding: 12px;
}

.full-map-wrapper iframe {
    border-radius: 12px;
    width: 100%;
    height: 400px;
    display: block;
}

.sidebar-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin-right: 10px;
}

/* Container ပုံစံ */
.scroll-dots-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 3.5rem 0;
}

/* အစက်များ၏ မူလပုံစံ (စစချင်းတွင် ငြိမ်နေမည်ဖြစ်ပြီး Opacity အနည်းငယ် မှိန်ထားမည်) */
.scroll-dots-divider .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    transform: translateY(0) scale(1);
}

/* သတ်မှတ်အရောင်များ ပေးခြင်း */
.scroll-dots-divider .dot:nth-child(1) {
    background-color: #2D3274;
}

/* Dark-Blue */
.scroll-dots-divider .dot:nth-child(2) {
    background-color: #288BCB;
}

/* Primary Blue */
.scroll-dots-divider .dot:nth-child(3) {
    background-color: #EDA320;
}

/* Yellow-dark */

/* မျက်စိရှေ့ရောက်လာ၍ .animate class ဝင်လာပါက Animation စတင်မည် */
/* infinite မဟုတ်ဘဲ တစ်ကြိမ်သာ (1 time) လှုပ်ရှားပြီး တန့်သွားရန် forwards ကို သုံးထားပါသည် */
.scroll-dots-divider.animate .dot:nth-child(1) {
    animation: singleWave 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0s;
}

.scroll-dots-divider.animate .dot:nth-child(2) {
    animation: singleWave 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.15s;
    /* ဘယ်ကနေညာသို့ စီးဆင်းသွားစေရန် delay ခြားခြင်း */
}

.scroll-dots-divider.animate .dot:nth-child(3) {
    animation: singleWave 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.3s;
}

/* လှိုင်း ၂ ချက်စာ လှုပ်ရှားပြီး မူလအတိုင်း ပြန်ငြိမ်သွားမည့် Keyframes */
@keyframes singleWave {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }

    /* ပထမအချက် လှိုင်းထခြင်း (အပေါ်သို့ မြောက်တက်ပြီး ကြီးလာမည်) */
    25% {
        transform: translateY(-14px) scale(1.3);
        opacity: 1;
    }

    /* ပထမအချက် အကျ (အောက်သို့ အနည်းငယ် ပြန်နိမ့်ဆင်းမည်) */
    50% {
        transform: translateY(4px) scale(0.95);
        opacity: 0.7;
    }

    /* ดုတိယအချက် အနည်းငယ် ပြန်လှုပ်ခြင်း (လှိုင်းအရှိန် သတ်ခြင်း) */
    75% {
        transform: translateY(-4px) scale(1.05);
        opacity: 0.9;
    }

    /* လုံးဝပြန်လည် ငြိမ်သက်သွားခြင်း */
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.7;
        /* နောက်ဆုံး ငြိမ်သွားချိန်တွင် ပုံမှန် အလင်းအမှောင်ဖြင့် ကျန်ခဲ့မည် */
    }
}

/* Divider Container */
.scroll-dash-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.5rem 0;
    /* အပေါ်အောက် Section အကွာအဝေး */
    overflow: hidden;
}

/* မျဉ်းကြောင်းတိုတိုလေး၏ ပုံစံ */
.scroll-dash-divider .dash-line {
    width: 80px;
    /* မျဉ်းကြောင်း အလျား */
    height: 5px;
    /* မျဉ်းကြောင်း အထူ */
    background-color: #007bff;
    /* မိမိစိတ်ကြိုက် Theme Color ပြောင်းနိုင်သည် */
    border-radius: 4px;
    /* အနားသတ် လုံးဝန်းစေရန် */
    display: inline-block;
    opacity: 0;
    /* စစချင်း ဖျောက်ထားမည် */
    transform: scaleX(0.3);
    /* စစချင်း အနည်းငယ် တိုထားမည် */
    transition: all 0.5s ease-out;
}

/* Scroll ဆွဲပြီး မျက်စိရှေ့ရောက်လာပါက JavaScript မှ ဤ Class ကို လာထည့်ပေးမည် */
.scroll-dash-divider.animate .dash-line {
    opacity: 1;
    transform: scaleX(1);
    /* လှိုင်းထသလို လှုပ်ရှားမည့် Animation ကို တစ်ကြိမ်သာ (1) သက်ရောက်စေမည် */
    animation: dashWaveEffect 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* လှိုင်းထသလို လှုပ်ရှားပြီး ပြန်ငြိမ်သွားမည့် Keyframes */
@keyframes dashWaveEffect {
    0% {
        transform: scaleX(0.3) translateY(0);
    }

    30% {
        /* လှိုင်းထသလို အပေါ်သို့ မြောက်တက်ပြီး ရှည်ထွက်သွားမည် */
        transform: scaleX(1.3) translateY(-8px) skewX(-15deg);
        background-color: #6610f2;
        /* လှုပ်ရှားနေစဉ် ခရမ်းရောင်သို့ ခေတ္တပြောင်းလဲခြင်း (ရွေးချယ်ရန်) */
    }

    60% {
        /* အောက်သို့ အနည်းငယ် ပြန်ကျပြီး လှိုင်းတွန့်ဖြစ်မည် */
        transform: scaleX(0.9) translateY(4px) skewX(10deg);
    }

    80% {
        /* မငြိမ်ခင် အနည်းငယ် ထပ်လှုပ်မည် */
        transform: scaleX(1.05) translateY(-2px) skewX(-5deg);
    }

    100% {
        /* မူလပုံစံအတိုင်း ပြန်လည် တည့်မတ်ငြိမ်သက်သွားမည် */
        transform: scaleX(1) translateY(0) skewX(0deg);
        background-color: #007bff;
    }
}

/* Mobile View ရောက်ရင် အမြင့်ကို လျှော့ချပေးပြီး စာသားတွေကို ညှိမယ် */
@media (max-width: 768px) {
    .carousel-item {
        height: 350px;
        /* Mobile မှာ အချိုးကျမယ့် အမြင့် */
    }

    .carousel-caption-header {
        top: 1.5rem !important;
        /* color: #ffffff !important; */
    }

    .carousel-caption-header h1 {
        font-size: 1.6rem;
    }

    .carousel-caption-text {
        max-width: 300px !important;
        text-align: justify !important;
        /* color:#288BCB !important; */
        /* color: #ffffff !important; */
    }

}

/* form-control ရဲ့ placeholder color ကို မှိန်စေခြင်း */
.form-control::placeholder {
    color: #a8a8a8 !important;
    /* မိမိစိတ်ကြိုက် မှိန်လိုသော အရောင်ကို ပြောင်းလဲနိုင်ပါသည် */
    opacity: 0.7 !important;
    /* opacity သုံးပြီး ပိုမိုမှိန်သွားအောင် ထိန်းချုပ်ခြင်း (0.1 မှ 1 အထိ) */
}

/* Chrome, Safari, Edge တို့အတွက် */
.form-control::-webkit-input-placeholder {
    color: #a8a8a8 !important;
    opacity: 0.7 !important;
}

/* Firefox အတွက် */
.form-control::-moz-placeholder {
    color: #a8a8a8 !important;
    opacity: 0.7 !important;
}

/* Internet Explorer အတွက် */
.form-control:-ms-input-placeholder {
    color: #a8a8a8 !important;
    opacity: 0.7 !important;
}

.secondary-color {
    color: #EDA320 !important;
}

.featured-side-category {
    color: #EDA320 !important;
    font-size: 0.75rem;
}

/* Search Box နှင့် Language Icon ကို တစ်တန်းတည်းဖြစ်စေရန် */
.header-search-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

/*.btn-lang-toggle {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 38px;*/
/*    height: 38px;*/
/*    border-radius: 20%;*/
/*    background-color: #f8f9fa;*/
/*    border: 1px solid #dee2e6;*/
/*    color: #2D3274;*/
/*    transition: all 0.2s ease;*/
/*    text-decoration: none;*/
/*}*/

/*.btn-lang-toggle:hover {*/
/*    background-color: #2D3274;*/
/*    color: #ffffff;*/
/*    border-color: #2D3274;*/
/*    transform: scale(1.05);*/
/*}*/

.btn-lang-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 20%;
    background-color: #f8f9fa;
    /* border: 1px solid #dee2e6; */
    transition: all 0.1s ease;
    text-decoration: none;
    padding: 0; /* ပုံအလယ်ကွက်တိဖြစ်စေရန် */
    overflow: hidden; /* အလံပုံထောင့်များ border-radius အတိုင်း ဝိုင်းစေရန် */
}

/* အလံပုံအတွက် CSS */
.btn-lang-toggle img {
    width: 22px;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.1s ease;
}

/* Hover ဖြစ်ချိန်တွင် အလံပုံကိုပါ အနည်းငယ် အသက်ဝင်စေရန် */
.btn-lang-toggle:hover img {
    transform: scale(1.05);
}

.btn-lang-toggle span {
    font-size: 11px;
    font-weight: bold;
}

/* Multi-line text truncation (စာကြောင်း ၄ ကြောင်းမြောက်မှာ တိတိကျကျ ဖြတ်ပေးမည့် CSS) */
.service-text-truncated {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* စိတ်ကြိုက်ပြချင်တဲ့ စာကြောင်းအရေအတွက် (ဥပမာ - 3 သို့မဟုတ် 4 ကြောင်း) */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word; /* စာလုံးတွေ လိုင်းကျော်ရင် အဆင်ပြေစေရန် */
    line-height: 1.6;       /* စာကြောင်းကြား အကွာအဝေး */
    max-height: calc(1.6em * 4); /* line-height နဲ့ စာကြောင်းအရေအတွက်မြှောက်ပြီး UI မပြတ်အောင် ထိန်းထားခြင်း */
}

/* Mobile View (Offcanvas) တွင် Form အောက်၌ အနည်းငယ် ကွာစေရန် */
@media (max-width: 991.98px) {
    .header-search-wrap {
        margin-top: 15px;
    }
}