
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
    }

    /*========================================================*/
    .social_icon_donate_div .donate-btn button {
        display: none;
    }

    /*========================================================*/



    .main_navbar {
        position: sticky;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 5px 10px -10px var(--text-color);
    }


    .top-bar {
        background: var(--background-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        gap: 20px;
    }

    .social-icons i {
        margin-right: 5px;
        font-size: 20px;
        height: 35px;
        width: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--text-color);
        background: white;
        border-radius: 50%;
        transition: .2s transform;
    }

    .social-icons i:hover {
        transform: translateY(-5%);
    }

    .news-box {
        background-color: var(--text-color);
        color: white;
        padding: 10px 15px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .news-box i {
        margin-right: 10px;
    }

    .scrolling-marquee {
        max-width: 700px;
        white-space: nowrap;
        overflow: hidden;
    }

    .phone {
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 5px;
        width: 150px;
    }

    .navbar_relative {
        height: 70px;
    }

    /*==========================changes here*/
    .website_title,
    .website_social_icon a {
        color: var(--text-color);
    }

    .sidenav2,
    #member_slider_indicators .card,
    #management_slider_indicators .card {
        background: var(--background-color);
    }

    /*========================================*/

    .card1,
    .right-div-p,
    .left-div-p,
    .buttons button,
    .contact-footer,
    .head_item2,
    .head_item3 span,
    .member_slider .carousel-inner .card,
        {
        background: rgb(41, 24, 114);
        background: linear-gradient(175deg, rgba(41, 24, 114, 1) 50%, rgba(214, 36, 32, 1) 50%);

    }

    .blur_main_div {
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        z-index: 99999;
        display: none;
    }

    .main_navbar {

        width: 100%;
        z-index: 9999;
    }

    .navbar_relative {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        gap: 10px;
    }

    #menu_toggle_btn {
        display: none;
    }

    .website_logo {
        margin-left: 30px;
        cursor: pointer;
        z-index: 999;
    }

    .website_logo img {
        height: 65px;

    }

    .website_title {
        font-weight: bold;
        font-size: 30px;
        width: 100%;
    }

    /*.website_social_icon{*/
    /*    display:flex;*/
    /*    align-items:center;*/
    /*    justify-content:center;*/
    /*    grid-column-gap:12px;*/
    /*    margin-right:10px;*/
    /*    z-index:999;*/
    /*}*/


    .website_social_icon {
        display: none;
        flex-direction: column;
        row-gap: 6px;
        align-items: center;
        justify-content: center;
        grid-column-gap: 12px;
        margin-right: 10px;
        z-index: 99999999;
        position: fixed;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }



    .website_social_icon i.fa-facebook {
        background: #1877F2;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        align-items: center;
        color: #fff;
    }

    .website_social_icon i.fa-twitters {
        background: #000;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        align-items: center;
        color: #fff;
    }

    .website_social_icon i.fa-twitters img {
        width: 100%;
    }

    .website_social_icon i.fa-instagram {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        align-items: center;
        color: #fff;
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    }


    .donate-btn button {
        background: var(--text-color);
        color: #fff !important;
        font-weight: bold;
        padding: 8px 20px;
        border-radius: 12px;
        margin-right: 12px;
        position: relative;
        border: 0;
        cursor: pointer;
        white-space: nowrap;
        animation: zoomInOut 1.5s ease-in-out infinite;
        /* Added animation */
    }

    /* Keyframes for zoom-in-out effect */
    @keyframes zoomInOut {

        0%,
        100% {
            transform: scale(1);
            /* Normal size */
        }

        50% {
            transform: scale(1.2);
            /* Zoom in slightly */
        }
    }

    .website_social_icon i.fa-youtube {
        background: #CD201F;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        align-items: center;
        color: #fff;
    }

    .website_social_icon a {
        font-size: 25px;
        cursor: pointer;
        display: block;
        transition: all .3s;
    }


    .website_social_icon a {
        font-size: 25px;
        cursor: pointer;
        transition: all .3s;
    }

    .website_social_icon a:hover {
        font-size: 25px;
        color: #fff;
        transition: all .3s;
    }



    /*=============================*/
    .navar_small_img {
        display: none;
        position: relative;
    }

    .nav-bar {
        /*top: 0;*/
        /*z-index: 111;*/
    }

    .social_link {
        display: flex;
        justify-content: space-around;
    }

    .social_link a {
        text-decoration: none;
    }

    .nav-item img {
        height: 40px;
        width: 40px;
        margin-left: 10px;
        margin-top: 5px;
    }

    .sidenav2 {
        /*position: fixed;*/
        top: 128px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 0;
        margin: 0;
        z-index: 99999;
        width: 100%;
        color: #fff;
        border-bottom: 2px solid #fff;

    }

    .sidenav2 a {
        padding: 12px 16px;
        text-decoration: none;
        font-size: 14px;
        margin: 0;
        font-weight: 600;
        color: #fff;
        text-align: center;
        transition: 0.3s;

    }

    .sidenav2 a .fa {
        padding: 0;
        margin-left: 6px;
        text-align: center;
    }

    .sidenav2 .home-btn {
        padding: 0 !important;
    }

    .sidenav2 .fa-home {
        padding: 3px 14px !important;
    }

    .sidenav2 a:hover {
        color: white;

    }

    .category {
        display: none;
    }

    .fa-home {
        font-size: 34px !important;
    }

    /* ========================= */
    li a,
    .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 10px 10px 10px !important;
        text-decoration: none;
    }

    li a:hover,
    .dropdown:hover .dropbtn {
        background-color: rgba(0, 0, 0, .4);
        color: #fff;
    }

    li.active .dropbtn {
        background-color: rgba(0, 0, 0, .4);
        color: #fff;
    }

    li.dropdown {
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        right: 0;
        background-color: #f9f9f9;
        min-width: 190px;
        box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
        z-index: 999;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .dropdown-content i {
        margin-right: 8px !important;
    }

    .dropdown-content a:hover {
        background-color: rgba(0, 0, 0, .5);

    }

    .dropdown:hover .dropdown-content {
        display: block;
    }


    @media only screen and (max-width:768px) {
        .scrolling-marquee {
            width: calc(100% - 150px) !important;
        }


        #google_translate_element {
            padding: 2px 8px;
            border-radius: 2px;
            position: fixed;
            top: 9.5px;
            margin: 0;
            left: 4px;
            height: 39px;
            border-radius: 6px;
            overflow: hidden;
            width: 153px;
            background: var(--text-color);
            border: 1px solid #fff;
            margin-left: 5px;
        }

        #google_translate_element select {
            outline: none;
            border: 0;
            background: transparent;
            color: #fff;
            font-weight: 600;
        }

        #google_translate_element select option {
            color: #000;
        }

        .news-box {
            width: 153px;
            opacity: 0;
        }

        .top-bar .phone {
            display: none;
        }

        .social_icon_donate_div .donate-btn button {
            display: block;
            padding: 8px 15px;
            font-size: 14px;
            border-radius: 4px;
            border: 1px solid #fff;
        }

        .social_icon_donate_div .social-icons {
            display: flex;
            align-items: center;
        }

        .social_icon_donate_div .social-icons i {
            font-size: 18px;
            height: 33px;
            width: 33px;
            text-shadow: 0.2px 0.2px black;
        }

        .navbar_relative {
            box-shadow: none !important;
            border-bottom: 1px solid #c5c0c0;
        }

        .social_icon_donate_div {
            left: 0;
            position: absolute;
            bottom: 0px;
            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 0px 10px;
            height: 58px;
            align-items: center;
            background: var(--background-color);
            border-bottom: 1px solid #fff;
        }

        .main_navbar {
            height: 186px;
        }

        .top-bar {
            padding: 10px 10px;
        }

        .news-box {
            background-color: #e44d26;
            color: white;
            padding: 8px 9px;
            margin-right: 10px;
            display: flex;
            align-items: center;
            font-size: 10px;
            height: 30px;
            font-size: 13px;
            border-radius: 5px;
        }

        .navbar_relative {
            height: 70px;
        }

        .website_logo img {
            height: 55px;
        }

        .navbar_margin {
            margin-top: 61px;
        }

        .website_social_icon {
            display: none;
        }

        .dropdown_open {
            background-color: rgba(0, 0, 0, .4)important;
            color: #fff !important;
            transition all .3s;
        }

        .dropdown_open a {
            color: #fff !important;
        }

        .dropdown_open .dropdown-content a {
            color: #000 !important;
            background-color: #fff !important;
            transition all .3s;
        }

        .dropdown_open_none {
            display: none !important;
        }

        .navar_small_img {
            display: flex;
            justify-content: space-between;
            padding: 10px;
            width: 100%;
            color: #000;
            background: #fff;
        }

        .navar_small_img img {
            height: 70px;
            width: auto;
            margin: 0;
            padding: 0;

        }

        .sidenav2 {
            position: fixed;
            top: 0;
            height: 100%;
            width: 280px;
            flex-wrap: inherit;
            flex-direction: column;
            justify-content: inherit;
            align-items: start;
            overflow-Y: auto;
            left: -100%;
            z-index: 99999999;
            transition: all .3s;
        }

        .sidenav2 .dropdown,
        .sidenav2 a {
            width: 100%;
            text-align: left !important;
            font-size: 20px !important;

        }

        .sidenav2 a,
        .sidenav2 .fa-home {
            padding-left: 15px !important;

        }

        .sidenav2 .fa-home {
            padding-block: 10px !important;
        }



        .dropbtn {
            padding-left: 15px;
        }

        .sidenav2 a:hover {
            color: unset;
        }

        li a:hover,
        .dropdown:hover .dropbtn {
            background-color: unset;
            color: unset;
        }

        .dropdown-content a:hover {
            background-color: rgba(0, 0, 0, .2) !important;
        }

        .dropdown:hover .dropdown-content {
            /*display: none;*/
        }

        .navar_small_img a {
            color: #000;
            font-size: 30px;
            padding: 0;
            padding-left: 10px;
            text-align: right !important;
        }

        .dropdown-content {
            display: none;
            position: static;
        }


        /*=============================*/
        #menu_toggle_btn {
            position: absolute;
            display: block;
            top: 50%;
            left: 10px;
            font-size: 20px;
            transform: translateY(-50%);
            color: #000;
        }

        .website_logo {
            margin-left: 30px;
        }

        .website_title {
            position: static;
            top: 0%;
            right: 0px;
            transform: translate(0, 0);
            font-weight: bold;
            font-size: 25px;
            width: 100%;
            text-align: center;
        }

        /*.website_social_icon{*/
        /*    display:none;*/
        /*}*/

        .donate-btn button {
            display: none;
        }

    }

    @media only screen and (max-width:480px) {
        .website_title {
            font-size: 17px;
        }
    }
 






    /*-------------------------------------------------------------*/








    body {
        top: 0 !important;
    }

    10.5px .cke_notifications_area {
        display: none;
    }

    #google_translate_element {
        background: #fff;
        z-index: 9999;
        padding: 5px 10px;
        border-radius: 7px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin-left: 10px;
    }

    #google_translate_element select {
        width: 136px;
        padding: 5px;
        border-radius: 4px;
        background: #eff4ff;
    }

    iframe#\:1\.container {
        display: none !important;
    }





    /*-------------------------------------------------------------*/

  
    /* --- Floating Contact Popup Styles --- */
    .contact-fab-container {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fab-toggler {
        width: 60px;
        height: 60px;
        /* CHANGED: Swapped green for gold to make it stand out */
        background: var(--text-color);
        border-radius: 50%;
        color: #fff;
        font-size: 1.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .fab-toggler:hover {
        transform: scale(1.1);
        background-color: var(--text-color);
        /* Darker gold on hover */
    }

    .fab-toggler .fa-times {
        display: none;
        /* Hide 'X' icon by default */
    }

    .contact-fab-container.active .fab-toggler .fa-times {
        display: block;
        /* Show 'X' icon when active */
    }

    .contact-fab-container.active .fab-toggler .fa-comment-dots {
        display: none;
        /* Hide chat icon when active */
    }

    .contact-fab-container.active .fab-toggler {
        transform: rotate(360deg);
    }

    .fab-options {
        list-style: none;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        /* Hide options by default */
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }

    .contact-fab-container.active .fab-options {
        /* Show options when active */
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .fab-options .fab-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        /* CHANGED: Swapped gold for green for secondary options */
        background-color: #3ad156;
        color: #fff;
        text-decoration: none;
        font-size: 1.5rem;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
        transition: transform 0.2s ease;
    }

    .fab-options .fab-link:hover {
        transform: scale(1.15);
    }




    /*-----------------------------------------------------------------------------*/
     .upload_image_main_div{
           height:135px;
           width:135px;
           border-radius:8px;
           font-family: Tahoma;
           background: #fff;
           /*margin:10px;*/
           
       }
       .ufv-upload-icon{
            font-size: 28px;
            color: #4e73df;
       }
       .upload_image_main_div .image_file_input{
           height:0px;
           width:0px;
           z-index:9999;
           position:absolute;
           top:50%;
           left:50%;
           transform:translate(-50%,-50%);
           border: 2px dashed #ccc;
           /*opacity:0;*/
       }    
       .upload_image_main_div.bg-image-div{
           
           cursor:pointer;
       }

       .upload_image_main_div .empty_image_div:hover{
           border-color: #4e73df;
           background-color: #f0f5ff;
           
       }
       .upload_image_main_div .empty_image_div span{
           font-size: 16px;
           color: #565656;
       }
       .upload_image_main_div .empty_image_div{
           height:100%;
           width:100%;
           display:flex;
           gap:10px;
           align-items:center;
           justify-content:center;
           flex-direction:column;
           margin:0!important;
           border: 2px dashed #ccc;
           border-radius:8px;
           cursor: pointer;
       }
       .upload_image_main_div .empty_image_none{
           display:none!important;
       }
       .upload_image_main_div .upload_preview_div{
           position:relative;
           top:0x;
           width:100%;
           height:100%;
           border:1px dashed black;
           border-radius:8px;
           border: 2px dashed #4e73df;
           background-color: #f0f5ff;
       }
       .upload_image_main_div .upload_preview_div_none{
           display:none;
       }
       .upload_image_main_div .preview_image_div_box_img{
           position:absolute;
           top:50%;
           left:50%;
           transform:translate(-50%,-50%);
           width:auto;
           max-width:90%;
           max-height:90%;
       }
       .preview_image_div_box .view-image{
           background: #4e73df;
       }
       .preview_image_div_box .delete-image{
           background: #e74a3b;
       }
       .preview_image_div_box i {
            background: #4e73df;
            padding: 8px;
            font-size: 15px;
            border-radius: 50%;
        }
       .upload_image_main_div .upload_img_control{
           
       }
       .upload_image_main_div:hover .upload_img_control{
           display:flex;
       }
       .upload_img_control {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            color: #fff;
            font-size: 18px;
            opacity: 1;
            position: absolute;
            padding: 5px;
            right: 0;
        }
       /*preview*/
       .image_preview{
		 position: fixed;
		 top: 50%;
		 left: 50%;
		 transform:translate(-50%,-50%);
		 height: 100vh;
		 width: 100vw;
		 background: rgba(0,0,0,.9);
		 box-shadow: 0px 0px 5px 1px lightgray;
		 z-index: 99999999;
		 overflow: hidden;
		 display: none;
		 font-family: Tahoma;
	 }
	 .image_preview div{
		 height: 100vh;
		 width: 100%;
		 position: relative;
		 margin:auto;
		 

	 }
	 .image_preview img{
		 width: auto;
		 max-width:95vw;
		 height: auto;
		 max-height:95vh;
		 position: absolute;
		 top: 50%!important;
		 left:50%!important;
		 transform:translate(-50%,-50%)!important;
		 z-index: 999999999;
	 }
	 .image_preview p{
	    position:fixed;
	    top:30px;
	    right:30px;
		 display:flex;
		 align-items:center;
		 justify-content:center;
		 height:50px;
		 width:50px;
		 background: rgb(255,255,255);
		 border-radius:50%;
		 text-align: center;
		 color: #000;
		 font-size: 25px;
		 transition: .3s;
		 cursor: pointer;
		 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		 z-index: 9999999999;
	 }
	 img{
		 cursor: pointer;
	 }
	 .image_preview p:hover{
		 background: #e8524a;
		 color:#fff;
		 transition: .3s;
	 }
	 @media only screen and (max-width:700px){
	     .image_preview img{
		 width: 90%;
		 top:80px;
		 height: auto;
		 position: absolute;
		 
	 }
	 }

     /*-----------------------------------------------------------------------*/
     .body_div {
    border: 1px solid red;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    /*background: red;*/
    width: 100%;
    user-select: none !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    display: flex;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------- */
ul {
        margin: 0px;
        padding: 0px;
    }

    .footer-social-icon .website_social_icon {
        position: static;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer-section {
        background: rgba(0, 0, 0, .8);
        position: relative;
        text-align: center;
        margin-top: 50px;
    }

    .footer-cta {
        border-bottom: 1px solid var(--text-color);
    }

    .copyright-area .container {
        margin-bottom: 0px !important;
    }

    .single-cta i {
        color: #fff;
        font-size: 20px;
        margin-top: 8px;
    }

    .cta-text {
        padding-left: 15px;
        display: inline-block;
    }

    .cta-text h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #fff;
        font-size: 15px;
    }

    .footer-content {
        position: relative;
        z-index: 2;
        border-bottom: 1px solid var(--text-color);
    }

    .footer-pattern img {
        position: absolute;
        top: 0;
        left: 0;
        height: 330px;
        background-size: cover;
        background-position: 100% 100%;
    }

    .footer-logo {
        /*margin-bottom: 30px;*/
    }

    .footer-logo img {
        width: 90%;
        max-width: 270px;
    }

    .footer-text p {
        margin-bottom: 14px;
        font-size: 16px;
        text-align: justify;
        color: #7e7e7e;
        line-height: 28px;
    }

    .footer-social-icon span {
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 40px;
    }

    .footer-social-icon .new_buttons span {
        margin-bottom: 0;
    }

    .footer-social-icon .new_buttons a {
        gap: 20px;
        max-width: 300px;
        width: 100%;
        margin: 0;
        margin: auto;
    }

    .footer-social-icon .new_buttons i {
        height: 50px;
        width: 50px;
    }

    .footer-social-icon .new_buttons {
        margin: auto;
        justify-content: center;
        gap: 18px;
        display: flex;
        flex-direction: column;
        padding-block: 20px;
    }

    .footer-social-icon a {
        color: #fff;
        font-size: 16px;
        margin-right: 15px;
    }

    .footer-social-icon i {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 38px;
        border-radius: 50%;
    }

    .facebook-bg {
        background: #3B5998;
    }

    .twitter-bg {
        background: #55ACEE;
    }

    .google-bg {
        background: #DD4B39;
    }

    .footer-widget-heading h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
        position: relative;
    }

    .footer-widget .img_div {
        display: block;
        margin: auto;
    }

    .img_div iframe {
        height: 288px !important;
    }

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 45%;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #fff;
    }

    .footer-widget ul li {
        display: inline-block;
        float: left;
        text-align: left;
        width: 50%;
    }

    .footer-widget ul li a:hover {
        color: #fff;
    }

    .footer-widget ul li a {
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
        padding: 5px 10px !important;
    }

    .footer-widget {
        overflow-y: hidden;
    }

    .subscribe-form {
        position: relative;
        overflow: hidden;
    }

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: var(--text-color);
        padding: 13px 20px;
        border: 1px solid var(--text-color);
        top: 0;
    }

    .subscribe-form button i {
        color: #fff;
        font-size: 22px;
        transform: rotate(-6deg);
    }

    .copyright-area {
        background: #202020;
        padding: 5px 0;
        height: auto;
        display: flex;
        align-items: center;
    }

    .copyright-text p {
        margin: 0;
        font-size: 14px;
        color: #fff;
    }

    .copyright-text p a {
        color: var(--text-color);
    }

    .footer-menu li {
        display: inline-block;
    }

    .footer-menu li:hover a {
        color: #fff;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #fff;
        padding: 2px 10px !important;
    }

    .footer_last {
        background: #000;
        margin: 0;
        padding: 8px;
        text-align: left !important;
    }

    .footer_last p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #464646 !important;
    }

    .footer_last a {
        text-decoration: none;
        cursor: pointer;
    }

    @media only screen and (max-width:678px) {
        .footer-social-icon .new_buttons {
            display: flex;
            flex-direction: column;
            max-width: 100%;
            gap: 10px;
            overflow-x: auto;
            width: 100%;
            overflow: hidden;
        }

        .footer-social-icon .new_buttons a {
            margin-left: 0;
            width: 300px;
            margin: 0;
            width: 100%;
        }
    }