 .scrollTop {
     position: fixed;
     right: 10px;
     bottom: 28px;
     background-color: var(--accent-1);
     padding: 8px 6px;
     opacity: 0;
     transition: all 0.4s ease-in-out 0s;
     border-radius: 50%;


     width: 52px;
     height: 52px;
     text-align: center;
     bottom: 10px;
     border: 2px solid var(--primary);

 }

 .scrollTop a {
     font-size: 18px;
     color: var(--text-color-black);
 }

 ._2p3a {
     width: 100% !important;
 }

 .uw-widget-custom-trigger {
     right: 50px !important;
     bottom: 10px !important;
     padding: 5px !important;
     border-radius: 35px !important;
     height: 35px !important;
     max-width: 35px !important;

     border-radius: 80px !important;
     height: 80px !important;
     max-width: 80px !important;

     border-radius: 50px !important;
     height: 50px !important;
     max-width: 60px !important;


     right: 65px !important;
     border: 2px solid var(--primary);
 }

 .uw-widget-custom-trigger img {
     width: 25px !important;
 }

 .uwaw-close i {
     color: var(--text-color-white);
     font-size: 1.2rem;
 }

 .scrollTop a i {
     font-size: 18px;
     vertical-align: middle;
 }

 .gov-footer,
 .gov-footer * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 /* ===== FOOTER ===== */
 .gov-footer {
     background: var(--primary-grad-0);
     color: var(--text-color-white);
     font-family: Arial, sans-serif;
     width: 100%;
 }

 /* ===== CONTAINER ===== */
 .gov-footer-container {
     max-width: 1200px;
     margin: auto;
     padding: 30px 10px;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     gap: 30px;
 }

 /* ===== COLUMN FIX ===== */
 .gov-footer-container>* {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
 }

 /* ===== HEADINGS ===== */
 .gov-footer h2 {
     font-weight: 500;
     font-size: 1rem;
     margin-bottom: 12px;
     border-bottom: 2px solid var(--accent-1);
     padding-bottom: 5px;
     color: var(--text-color-whitesmoke-black);
 }

 /* ===== TEXT ===== */
 .gov-footer p,
 .gov-footer address {
     font-size: 0.8rem;
     line-height: 1.6;
     font-style: normal;
     color: var(--text-color-whitesmoke-black);
 }

 /* ===== LIST FIX (MAIN ALIGNMENT FIX) ===== */
 .gov-footer ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .gov-footer ul li {
     margin: 6px 0;
 }

 /* ===== LINKS ===== */
 .gov-footer a {
     font-size: 0.8rem;
     color: var(--text-color-whitesmoke-black);
     text-decoration: none;
     display: inline-block;
 }

 .gov-footer a:hover,
 .gov-footer a:focus {
     color: var(--text-color-2);
    
     text-decoration: underline;
 }

 /* ===== EXTERNAL ===== */
 .ext {
     font-size: 12px;
 }

 /* ===== POLICY LINKS ===== */
 .gov-footer-links {
     display: flex;
     align-items: center;
     text-align: center;
     border-top: 1px solid var(--primary-soft-black);
     border-bottom: 1px solid var(--primary-soft-black);
     padding: 15px 10px;
     justify-content: center;
     background: var(--background-color-2);
 }

 .gov-footer-links a {
     margin: 0 8px;
     color: var(--text-color-whitesmoke-black);
     font-size: 0.8rem;
     color: var(--text-color-1);
     font-weight: 500;
 }

 .gov-footer-links .cqw_cert img {

     width: 60px;
     height: 45px;
 }

 /* ===== BOTTOM ===== */
 .gov-footer-bottom {
     text-align: center;
     padding: 10px;
     background: var(--primary);
     font-size: 13px;
     display: flex;
     justify-content: space-around;
 }

 /* ===== ACCESSIBILITY ===== */
 .gov-footer a:focus {
     outline: 3px solid var(--accent-1);
     outline-offset: 2px;
 }

 .social-icons-footer {
     display: flex;
 }

 .social-icons-footer li a {
     font-size: 1.3rem;
     color: var(--accent-1);
 }

 .social-icons-footer li {
     padding: 5px 15px;

 }

 .sm-footer h4 {
     font-weight: 500;
     padding: 0px 20px;
     margin-top: 10px;
 }

 .follow-us-icfre {
     margin-top: 10px;
 }

 @media (max-width: 730px) {
     .gov-footer-links {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 10px;
     }
 }

 /* ===== RESPONSIVE ===== */
 @media (max-width: 600px) {
     .gov-footer-container {
         grid-template-columns: 1fr;
     }

     .gov-footer-bottom {
         flex-direction: column;
         align-items: center;
     }

     .gov-footer p,
     .gov-footer address {
         font-size: 0.7rem;
         line-height: 1.6;
     }
 }

 @media print {

     @page {
         size: A4 portrait;
         margin: 0;

     }


     body {
         margin: 0;

         padding: 0;
         -webkit-print-color-adjust: exact;

         print-color-adjust: exact;
         /* Standard */


     }

     .sticky {
         position: unset !important;
     }



     .uwaw {
         right: 530px;
         display: none;

     }


     /*  .s-m-platform-main{
        display: flex;
        flex-direction: column;

    }
    .s-m-platform-main>.s-m-text-platform-item{
        width: 100% !important;
        display: block !important;
    } */
 }