@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@300;400;500;600;700&family=Kanit:wght@300;400;500;600;700&family=KoHo:wght@300;400;500;600;700&family=K2D:wght@300;400;500;600;700&family=Maitree:wght@300;400;500;600;700&family=Sarabun:wght@300;400;500;600;700&display=swap');



html,

body {

    overflow-x: hidden; /* Prevent scroll on narrow devices */

}



body {

    /*padding-top: 200px;*/

    font-family: Kanit !important;

    font-weight: 300;

    font-size: 15px;

}



.section-search a {

    color: white !important;

}



.section-search {

    background: #8B0000;

    background: -webkit-linear-gradient(to right, #8B0000, #FF5252);

    background: linear-gradient(to right, #8B0000, #FF5252);

    padding: 30px;

}



.floating-menu {

    z-index: 999;

    padding-top: 10px;

    padding-bottom: 10px;

    left: 0;

    position: fixed;

    display: inline-block;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%)

}



.main-menu {

    margin: 0;

    padding-left: 0;

    list-style: none;

    font-size: small;

    /*font-family: 'K2D';*/

}



.main-menu li a {

    display: block;

    padding: 4px;

    color: #fff;

    position: relative;

    -webkit-transition: none;

    -o-transition: none;

    transition: none

}



.main-menu li a:hover {

    background: rgba(244, 244, 244, .3)

}



.menu-bg {

    /*background-image: -webkit-linear-gradient(top, #1C5E91 0, #167699 100%);

    background-image: -o-linear-gradient(top, #1C5E91 0, #167699 100%);

    background-image: -webkit-gradient(linear, left top, left bottom, from(#1C5E91), to(#167699));

    background-image: linear-gradient(to bottom, #1C5E91 0, #167699 100%);

    background-repeat: repeat-x;*/

    background-color: rgba(211, 47, 47, 0.5);

    position: absolute;

    width: 100%;

    height: 100%;

    z-index: -1;

    top: 0;

    left: 0;

    -webkit-transition: .1s;

    -o-transition: .1s;

    transition: .1s;

    border-radius: 0px 30px 30px 0px;

}



.ripple {

    position: relative;

    overflow: hidden;

    transform: translate3d(0, 0, 0)

}



.ripple:after {

    content: "";

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    pointer-events: none;

    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);

    background-repeat: no-repeat;

    background-position: 50%;

    transform: scale(10, 10);

    opacity: 0;

    transition: transform .5s, opacity 1s

}



.ripple:active:after {

    transform: scale(0, 0);

    opacity: .2;

    transition: 0s

}



footer {

    padding: 30px 20px;

    background-color: #D32F2F;

    color: white;

}

.footer a {

    color: white;

}



.footer-bottom {

    font-size: smaller;

    background-color: #303030 !important;

}







.help-block,
.invalid-feedback {
    display: none;
}

.help-block:not(:empty),
.invalid-feedback:not(:empty),
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .help-block,
.has-error .help-block,
.has-error .invalid-feedback {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    color: #d32f2f !important;
    margin-top: 6px !important;
    padding: 6px 12px !important;
    background: rgba(211, 47, 47, 0.05) !important;
    border-left: 3px solid #d32f2f !important;
    border-radius: 4px 8px 8px 4px !important;
    width: fit-content !important;
    max-width: 100% !important;
    line-height: 1.4 !important;
    letter-spacing: 0.2px !important;
    box-sizing: border-box !important;
    animation: errorSlideIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
    box-shadow: 0 2px 8px rgba(211, 47, 47, 0.04) !important;
}

.help-block:not(:empty)::before,
.invalid-feedback:not(:empty)::before {
    content: "\f06a" !important; /* exclamation-circle */
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif !important;
    font-weight: 900 !important;
    font-size: 0.85rem !important;
    color: #d32f2f !important;
    display: inline-block !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}

@keyframes errorSlideIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.header-bg {

    background-image: linear-gradient(to bottom, rgba(211, 47, 47, 1) 10%, rgba(211, 47, 47, 0.0) 100%);

}

/*

 * Custom styles

 */

.navbar-brand {

    font-size: 24px;

    font-family: 'K2D';

}

.navbar a {

    font-weight: bold;

    font-size: 16px;

    color: white;



}



.navbar a:visited {

    color: white;

}



.navbar a:hover {

    color: gold;

}



.navbar.fixed-top.fixed-theme {

    /*box-shadow: 0 0 5px rgba(0, 0, 0, .8);*/



    background: #D32F2F; /* fallback for old browsers */

    /*background: -webkit-linear-gradient(to right, #ED8F03, #FFB75E); /* Chrome 10-25, Safari 5.1-6 */

    /*background: linear-gradient(to right, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border-bottom: 4px solid #8B0000;

}



.navbar-brand.fixed-theme {

    font-size: 18px;

}



.navbar-container.fixed-theme {

    padding: 0;

}



.navbar-brand.fixed-theme,

.navbar-container.fixed-theme,

.navbar.fixed-top.fixed-theme,

.navbar-brand,

.navbar-container {

    transition: 0.8s;

    -webkit-transition: 0.8s;

}





.navbar .dropdown-menu {
    border: 0px;
    background-color: rgba(139, 0, 0, 0.98) !important;
    margin-top: 4px;
}



.dropdown-menu a, .dropdown-menu a:visited {

    color: white;

}



.dropdown-menu a:hover {

    color: gold;

}



.navbar .dropdown {

    position: static

}



.navbar .dropdown-menu {

    width: 100%;

    left: 0;

    right: 0;

    border-radius: 0rem;

}



.navbar-toggler {

    border-color: rgb(98, 56, 49);

}

.navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(9,55,244, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}



.fixed-theme a, .fixed-theme a:visited {

    color: white;

}

.fixed-theme a:hover {

    color: #fcf8e3;

}







.abs-center-x {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}





.section {

    padding-top: 30px;

    padding-bottom: 30px;

}



.section-slide {

    min-height: 100vh;

}



.section-top {

    color: #D32F2F;

    /*background-color: #eee3cc !important;*/

    padding-bottom: 20px;

    background-color: #FCF6BA;

    background-image: url("../img/bg_pattern.jpg");

    background-image: linear-gradient(to bottom, rgba(255,255,255, 1) 0%, rgba(211, 47, 47, 0.6) 100%), url("../img/bg_pattern.jpg");

}





.section-scroll {

    /*padding-top: 10px;*/

    background-color: #8B0000;

    vertical-align: middle;

    color: white;

    border: 4px solid #8B0000;

    border-left: none;

    border-right: none;

}

.section-scroll a,.section-scroll a:hover,.section-scroll a:visited {

    color: white;

}



.section-carousel {

    color: white;

    background: #D32F2F; /*linear-gradient(45deg, #BF953F, #FCF6BA, #D32F2F, #FBF5B7, #AA771C);*/

    background-image: url("../img/bg_pattern.jpg");

    background-image: linear-gradient(to bottom, rgba(255,255,255, 1) 0%, rgba(200, 8, 91, 0.6) 100%), url("../img/bg_pattern.jpg");



}



.section-activity {

    background-color: #f7f7f7;

}



.section-dla {

    background-color: #b1bb86;

}



.section-title {

    color:#8B0000;

    font-weight: bold;

    position: relative;

    display: flex;

    width: 100%;

    justify-content: center;

    align-items: center;

    text-align: center;

    height: 80px;

    margin-bottom: 20px;

}



.section-title:before {

    position: absolute;

    top: -18px;

    content: url("../img/bg_section_title_top.png");

}

/*.section-title:after {

    position: absolute;

    bottom: -20px;

    content: url("../img/bg_section_title_bottom.png");

}*/

/*

.section-title:before,

.section-title:after {

    content: '';

    border-top: 2px solid #9b9b9b;

    margin: 0 20px 0 0;

    flex: 1 0 20px;

}



.section-title:after {

    margin: 0 0 0 20px;

}*/

.section-news {

    z-index: 1;

    background-color: #D32F2F;

    position: relative;

}

.section-news::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: .1;

    z-index: -1;

    background-image: url("../img/bg_news.jpg");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-attachment: fixed;

}

.section-news a, .section-news a:hover, .section-news a:visited {

    color: white;

}

.section-news .nav-pills .nav-link.active, .section-news .nav-pills .show > .nav-link {

    color: #D32F2F;

    background-color: #FCF6BA;

}

.section-news .card-body a {

    color: #D32F2F;

}

.section-activity {

    z-index: 1;

    background-color: #FCF6BA;

    position: relative;

}

.section-activity::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: .1;

    z-index: -1;

    background-image: url("../img/bg_activity.jpg");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-attachment: fixed;

}



.section-egp {

    background-image: url("../img/bg_egp.png");

    background-color: #243b7f;

    color: white;

}



.section-egp a, .section-egp a:hover, .section-egp a:visited {

    color: white;

}

.section-egp .nav-pills .nav-link.active, .section-egp .nav-pills .show > .nav-link {

    color: #fff;

    background-color: #D32F2F;

}



.section-tour {

    background-image: url("../img/bg_nature.jpg");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-attachment: fixed;

}



.section-tour .card-title {

    padding: 10px;

    background-color: rgba(246, 209, 98, 0.6);



}

.section-tour a {

    color: white;

}



.section-banner {

    background-image: url("../img/bg_pattern.jpg");

    background-image: linear-gradient(to bottom, rgba(255,255,255, 1) 0%, rgba(211, 47, 47, 0.6) 100%), url("../img/bg_pattern.jpg");



}



.section-work {

    /*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),

    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/

    background-color: #92a0a7;

}



.section-service {

    background-image: url("../img/bg_section_service.png");

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    background-color: #243b7f;

    color: white;

}



.section-service a, .section-service a:hover, .section-service a:visited {

    color: white;

}

.section-service .nav-pills .nav-link.active, .section-service .nav-pills .show > .nav-link {

    color: #fff;

    background-color: #D32F2F;

}



.main-content {

    padding-top: 20px;

    padding-bottom: 20px;



}

.section-main-content {

    z-index: 1;

    /*background-color: #243b7f;*/

    position: relative;

}

.section-main-content::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: .1;

    z-index: -1;

    background-image: url("../img/bg_news.jpg");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-attachment: fixed;

}



.breadcrumb {

    background: transparent !important;

    justify-content: center !important;

}

.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {

    color: white !important;

}



.breadcrumb-item.active {

    color: white !important;

}



.breadcrumb-item::before {

    color: white !important;

}



.card {

    border: none;

}



/*#animated-bg {

    animation: animateBg forwards 5s ease-in;

}

@keyframes animateBg{

    from { background-size: 100%; }

    to { background-size: 140%; }

}*/



.post-summary {

    font-size: small;

}





.content-image {

    margin-bottom: 10px;

    justify-content: center;

    align-items: center;

    text-align: center;

    display: flex;

}



.collapse-header {

    font-size: 18px;

    font-weight: bold;

}



.box {

    border: 6px solid;

    padding: 10px;

}

.box-red-primary {

    color: #D32F2F;

}

.box-orange {

    color: orange;

}

.box-red {

    color: orangered;

}

.box-yellow {

    color: #FF5252;

}

.section-link-banner{



    background-color: #dddddd;



}

.card-border {

    border-style: inset;

    border-width: 10px;

    border-color: #D32F2F;

}



.text-center.text-color {

    text-shadow: 2px 2px 5px #D32F2F;

    color:#D32F2F;

}

.section-link-banner {

    z-index: 1;

    background-color: #dddddd;

    position: relative;

}

.section-link-banner::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: .1;

    z-index: -1;

    background-image: url("../img/bg_ita.jpg");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-attachment: fixed;

}



.page-item.active .page-link {

    color: #fff !important;

    background-color: #D32F2F !important;

    border-color: #D32F2F !important;

}

.page-link {

    color: #D32F2F !important;

}

.section-name-pad{
    background: white;
    border: 1px solid black;
    position: relative;
    top: 1rem;
    right: 2rem;
}

/* ==========================================================================
   ANTI-CORRUPTION & ITA SECTION REDESIGN (section-no-corruption)
   ========================================================================== */
.gov-corruption-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F8FC 100%) !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(12, 88, 169, 0.05);
    border-bottom: 1px solid rgba(12, 88, 169, 0.05);
    padding: 5rem 0 !important;
}

.gov-corruption-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 8% 18%, rgba(217, 17, 19, 0.03) 0%, transparent 35%),
        radial-gradient(circle at 92% 82%, rgba(12, 88, 169, 0.03) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(216, 144, 0, 0.015) 0%, transparent 50%);
    pointer-events: none;
}

/* Section Badge & Title Styles */
.gov-badge-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #FFF9D4 0%, #FFD95A 45%, #F2B705 100%) !important;
    color: #4A3200 !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-weight: 800 !important;
    font-size: 0.85rem !important;
    box-shadow: 0 8px 20px rgba(216, 144, 0, 0.18) !important;
    text-transform: uppercase;
    border: 1px solid rgba(216, 144, 0, 0.25) !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.gov-badge-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(216, 144, 0, 0.26) !important;
}

.gov-section-title-centered {
    font-weight: 900 !important;
    color: #063B7A !important;
    font-size: 2.25rem !important;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.gov-section-title-sub {
    color: #7D90BB !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    max-width: 700px;
    margin: 0 auto;
}

/* No Gift Policy Banner Card */
.gov-nogift-banner-card {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(12, 88, 169, 0.08) !important;
    border-left: 6px solid #D91113 !important;
    border-radius: 24px !important;
    box-shadow: 0 15px 35px rgba(12, 88, 169, 0.04) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative;
    overflow: hidden;
}

.gov-nogift-banner-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(217, 17, 19, 0.02) 0%, transparent 70%);
    pointer-events: none;
}

.gov-nogift-banner-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 25px 50px rgba(12, 88, 169, 0.1) !important;
    border-color: rgba(12, 88, 169, 0.15) !important;
}

.gov-nogift-icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFE5E8 0%, #FFCAD0 100%) !important;
    color: #D91113;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    box-shadow: 0 0 0 6px rgba(217, 17, 19, 0.04), 0 8px 16px rgba(217, 17, 19, 0.12) !important;
    transition: all 0.4s ease;
}

.gov-nogift-banner-card:hover .gov-nogift-icon-box {
    transform: scale(1.08) rotate(-5deg);
    box-shadow: 0 0 0 10px rgba(217, 17, 19, 0.06), 0 12px 24px rgba(217, 17, 19, 0.18) !important;
}

.btn-gov-download-th {
    background: linear-gradient(135deg, #FF4B4B 0%, #D91113 100%) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 14px 28px !important;
    box-shadow: 0 8px 20px rgba(217, 17, 19, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
}

.btn-gov-download-th:hover {
    background: linear-gradient(135deg, #D91113 0%, #A80000 100%) !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(217, 17, 19, 0.35) !important;
}

.btn-gov-download-en {
    background: linear-gradient(135deg, #35B4F5 0%, #0C58A9 100%) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 14px 28px !important;
    box-shadow: 0 8px 20px rgba(12, 88, 169, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
}

.btn-gov-download-en:hover {
    background: linear-gradient(135deg, #0C58A9 0%, #063B7A 100%) !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(12, 88, 169, 0.3) !important;
}

/* ITA Certification Banner Wrapper */
.gov-ita-banner-wrapper {
    background: #ffffff !important;
    border: 1px solid rgba(12, 88, 169, 0.08) !important;
    border-radius: 24px !important;
    padding: 14px !important;
    box-shadow: 0 15px 35px rgba(12, 88, 169, 0.04) !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative;
}

.gov-ita-banner-wrapper img {
    border-radius: 16px !important;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.gov-ita-banner-wrapper::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(242, 183, 5, 0.2);
    border-radius: 16px;
    pointer-events: none;
    transition: all 0.4s ease;
}

.gov-ita-banner-wrapper:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 25px 50px rgba(12, 88, 169, 0.1) !important;
    border-color: rgba(242, 183, 5, 0.3) !important;
}

.gov-ita-banner-wrapper:hover::after {
    border-color: rgba(242, 183, 5, 0.5);
    inset: 10px;
}

.gov-ita-banner-wrapper:hover img {
    transform: scale(1.04);
}

.gov-ita-badge-floating {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 5;
    background: linear-gradient(135deg, #FFF9D4 0%, #FFD95A 45%, #F2B705 100%) !important;
    color: #4A3200 !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    padding: 5px 12px !important;
    border-radius: 50px !important;
    border: 1px solid rgba(216, 144, 0, 0.25);
    box-shadow: 0 4px 10px rgba(216, 144, 0, 0.2);
}

/* Accordion Custom Styling */
.gov-ita-accordion .accordion-item {
    background: #ffffff !important;
    border: 1px solid rgba(12, 88, 169, 0.08) !important;
    border-radius: 20px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 6px 20px rgba(12, 88, 169, 0.02) !important;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.gov-ita-accordion .accordion-item:hover {
    border-color: rgba(12, 88, 169, 0.18) !important;
    box-shadow: 0 12px 30px rgba(12, 88, 169, 0.06) !important;
    transform: translateY(-2px);
}

.gov-ita-accordion .accordion-header {
    border: none !important;
    margin: 0 !important;
}

.gov-ita-accordion .accordion-button {
    background: #ffffff !important;
    color: #063B7A !important;
    font-weight: 800 !important;
    font-size: 1.02rem !important;
    padding: 20px 26px !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.3s ease !important;
    border: none !important;
    border-left: 4px solid transparent !important;
}

.gov-ita-accordion .accordion-button::after {
    background-size: 0.95rem !important;
    transition: transform 0.3s ease !important;
}

.gov-ita-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #F0F6FC 0%, #FFFFFF 100%) !important;
    color: #063B7A !important;
    border-bottom: 1px solid rgba(12, 88, 169, 0.08) !important;
    border-left: 4px solid #D91113 !important;
}

.gov-ita-accordion-icon {
    font-size: 1.15rem;
    color: #0C58A9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(12, 88, 169, 0.06);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    flex-shrink: 0;
}

.gov-ita-accordion .accordion-button:not(.collapsed) .gov-ita-accordion-icon {
    background: #D91113;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 4px 10px rgba(217, 17, 19, 0.2);
}

/* Accordion Body & Links Styling */
.gov-ita-accordion .accordion-body {
    padding: 24px 28px !important;
    background: #FAFDFE !important;
}

.gov-ita-link-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gov-ita-link-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px;
    padding: 14px 20px !important;
    background: #ffffff !important;
    border: 1px solid rgba(12, 88, 169, 0.06) !important;
    border-left: 3px solid transparent !important;
    border-radius: 14px !important;
    color: #3C3932 !important;
    text-decoration: none !important;
    font-size: 0.94rem !important;
    font-weight: 600 !important;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.01) !important;
}

.gov-ita-link-item-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gov-ita-link-item:hover {
    background: #ffffff !important;
    border-color: rgba(12, 88, 169, 0.15) !important;
    border-left: 3px solid #D91113 !important;
    color: #D91113 !important;
    transform: translateX(6px);
    box-shadow: 0 8px 20px rgba(12, 88, 169, 0.06) !important;
}

.gov-ita-link-item.link-external:hover {
    border-left: 3px solid #0C58A9 !important;
    color: #0C58A9 !important;
}

.gov-ita-link-icon-container {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(12, 88, 169, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
    position: relative;
}

/* Hide all original icons inside the container */
.gov-ita-link-icon-container i {
    display: none !important;
}

/* Show a unified arrow icon via pseudo-element */
.gov-ita-link-icon-container::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    content: "\f054";
    /* fa-chevron-right */
    font-size: 0.75rem;
    color: #0C58A9;
    transition: all 0.25s ease;
}

.gov-ita-link-item:hover .gov-ita-link-icon-container {
    background: rgba(217, 17, 19, 0.1);
    transform: translateX(2px);
}

.gov-ita-link-item:hover .gov-ita-link-icon-container::before {
    color: #D91113;
}

/* Keep pdf/ext color classes as no-op (icon hidden by CSS above) */
.gov-ita-link-icon-pdf,
.gov-ita-link-icon-ext {
    display: none !important;
}

.gov-ita-meta-badge {
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    padding: 4px 10px !important;
    border-radius: 50px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.gov-ita-meta-badge-pdf {
    background: rgba(217, 17, 19, 0.06) !important;
    color: #D91113 !important;
    border: 1px solid rgba(217, 17, 19, 0.15);
}

.gov-ita-meta-badge-link {
    background: rgba(12, 88, 169, 0.06) !important;
    color: #0C58A9 !important;
    border: 1px solid rgba(12, 88, 169, 0.15);
}

.gov-corruption-section .gov-ita-meta-badge {
    display: none !important;
}

.gov-ita-sub-section-title {
    font-weight: 800 !important;
    color: #063B7A !important;
    font-size: 0.92rem !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 24px;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 3px solid #D91113;
}

.gov-ita-sub-section-title:first-of-type {
    margin-top: 0;
}

/* Premium Line Widget */
.gov-ita-line-widget {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(6, 199, 85, 0.18) !important;
    border-radius: 18px !important;
    padding: 24px !important;
    box-shadow: 0 8px 24px rgba(6, 199, 85, 0.03) !important;
    transition: all 0.3s ease;
}

.gov-ita-line-widget:hover {
    border-color: rgba(6, 199, 85, 0.35) !important;
    box-shadow: 0 12px 30px rgba(6, 199, 85, 0.08) !important;
}

.gov-ita-line-qr-wrapper {
    border: 4px solid #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gov-ita-line-widget:hover .gov-ita-line-qr-wrapper {
    transform: scale(1.04);
}

.btn-gov-line-join {
    background: linear-gradient(135deg, #06C755 0%, #05B34C 100%) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 0.88rem !important;
    padding: 10px 24px !important;
    box-shadow: 0 6px 14px rgba(6, 199, 85, 0.2) !important;
    transition: all 0.3s ease !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
}

.btn-gov-line-join:hover {
    background: linear-gradient(135deg, #05B34C 0%, #049A41 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(6, 199, 85, 0.3) !important;
}


