@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway';
}

body {
  overflow-x: hidden;
}

.hide {
    display: none;
}

.myDIV:hover+.hide {
    display: block;
    color: #FA7436;
}


/*** floating tab css start ***/
.htext {
    position: relative;
}

.htext:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 100px;
    font-size: 14px;
    background-color: #fdfdfd;
    color: #FA7436;
    text-align: center;
    border-radius: 5px;
    padding: 3px 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
    left: 80%;
    top: 30%;
}

.htext:hover:before {
    opacity: 1;
    visibility: visible;
}

.hovertext {
    position: relative;
}

.hovertext:before {
    content: attr(data-hover);
    visibility: hidden;
    font-size: 14px;
    opacity: 0;
    width: 100px;
    background-color: #fdfdfd;
    color: #FA7436;
    text-align: center;
    border-radius: 5px;
    padding: 3px 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
    left: 80%;
    top: 10%;
}

.hovertext:hover:before {
    opacity: 1;
    visibility: visible;
}

.service-float {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.service-float2 {
    display: flex;
    justify-content: start;
}

.service-float img {
    border: 1px solid #000;
    padding: 8px;
}

.service-float img:hover {
    background-color: #fcad88;
    cursor: pointer;
}

.social-float {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.social-float2 {
    display: flex;
    justify-content: end;
}

.social-float img {
    border: 1px solid #000;
    padding: 8px;
}

.social-float img:hover {
    background-color: #fcad88;
    cursor: pointer;
}

@media (max-width:560px) {
    .floaticon2 {
        margin-left: 89%;
    }
}

/*** floating tab css end ***/

/*** navbar css start ***/
.navbar-brand {
    margin-left: 10px;
}

.new-flowbtn a {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #000;
    color: #000;
    border-radius: 3px;
    padding: 4px 8px;
    margin: 0 3px;
    text-decoration: none;
}

.new-flowbtn a:hover {
    background-color: #FA7436;
    color: #fff;
    border-color: #FA7436;
}

.navbar-nav {
    margin-top: 0px;
    margin-left: 40px;
}

.nav-link {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #000000 !important;
    margin: 25px 8px;
    position: relative;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #FA7436 !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FA7436;
    transition: width 0.25s ease;
}

.nav-link:hover::after {
    width: 100%;
}

@media (max-width:560px) {
    .navbar-nav {
        margin-left: 0;
        text-align: center;
    }

    .nav-link {
        margin: 5px;
    }

    .new-flowbtn {
        margin-left: 50px;
    }
}

/*** navbar css end ***/

/*** banner css start ***/
.new-bannercontainer {
    background-color: rgba(250, 116, 54, 0.84);
    height: auto;
}

.banner-text {
    padding: 0 80px;
    margin-top: 90px;
}

.new-bannerbox img {
    margin-top: 100px;
    width: 100%;
    height: 500px;
    margin-left: 11px;
}

.banner-text h2 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 76px;
    color: #FFFFFF;
}

.banner-text p {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.banner-text a {
    font-family: 'DM Sans', sans-serif;
    background-color: #fff;
    color: #FA7436;
    padding: 15px 30px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 83px;
    margin-top: 10px;
    border-radius: 3px;
}

.banner-text small {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin-left: 30px;
}

.new-bannerrow {
    justify-content: space-between;
}

@media (max-width:560px) {
    .new-bannercontainer {
        height: auto;
    }

    .banner-text {
        text-align: center;
        padding: 0;
        margin-top: 0;
    }

    .new-bannerbox img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .banner-text small {
        margin-left: 5px;
    }
}

/*** NEW service CSS start ***/
.new-servicecontainer {
    margin-top: 80px;
}

.new-servicesection h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #000000;
}

.new-servicesection span {
    color: #FA7436;
    font-weight: 500;
}

.new-servicesection p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #565656;
}

.service-maincolumn {
    text-align: center;
    border-right: 3px dashed lightgray;
    padding: 0 20px;
}

.no-dashborder {
    border: none;
}

.new-servicecolumn img {
    padding: 18px;
    background: #FF8851;
    border-radius: 22px;
    transition: transform .9s ease-in-out;
    width: 81px;
    height: 81px;
}

.new-servicecolumn img:hover {
    transform: rotate(360deg);
}

.new-servicecolumn h5 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.02em;
    color: #000000;
}

.new-servicecolumn p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.diary-maincontainer {
    background: #7ed2f6;
}

/*** NEW service CSS END ***/


/*** why us CSS start ***/
.new-whyusrow {
    justify-content: center;
}

.whyus-maincontainer {
    background: #ededed;
}

/*** why us CSS END ***/


/*** how it work CSS start ***/
.how-workscolumn h5 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.how-workscolumn span {
    color: #FA7436;
}

.how-workscolumn h6 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #141414;
}

.how-workscolumn p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 35px;
    color: #454545;
}

.up-workbtn a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    color: #FA7436;
    border: 1px solid #FA7436;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 4px;
    font-size: 18px;
}

.up-workbtn a:hover {
    background-color: #FA7436;
    color: #fff;
}

.how-workrow img {
    width: 100%;
    height: 440px;
}

.audio-rowmain img {
    height: 392px;
}

.how-maincontainer {
    background: #F6abbb;
}

.up-workbtn a {
    background-color: #fff;
}

.wil-maincontainer {
    background-image: url("images/unknown.png");
    width: 100%;
    height: 564px;
}

.move-maincontainer {
    background-image: url("images/move.png");
    width: 100%;
    height: 564px;
}

.audio-maincontainer {
    background-image: url("images/willback.png");
    width: 100%;
    height: 489px;
}

@media only screen and (min-width: 561px) and (max-width: 1200px) {
    .audio-maincontainer {
        background-image: none;
        background-color: #bbd76a !important;
        width: 100%;
        height: auto;
    }

    .wil-maincontainer {
        background-image: none;
        width: 100%;
        height: auto;
        background-color: #d2b5d6 !important;
    }

    .move-maincontainer {
        background-image: none;
        background-color: #ffd55b !important;
        width: 100%;
        height: auto;
    }

    .how-workrow img {
        padding-top: 20px;
    }
}

@media (max-width:560px) {
    .how-workrow {
        text-align: center;
    }

    .how-workrow img {
        width: 100%;
        margin-top: 30px;
    }

    .how-worksecond {
        margin-top: 20px;
    }

    .wil-maincontainer {
        height: auto;
        background-image: none;
        background-color: #d2b5d6 !important;
        padding-bottom: 15px !important;
    }

    .move-maincontainer {
        height: auto;
        background-image: none;
        background-color: #ffd55b !important;
        padding-bottom: 15px !important;
    }

    .audio-maincontainer {
        height: auto;
        background-image: none;
        background-color: #bbd76a !important;
        padding-bottom: 20px !important;
    }

    .service-maincolumn {
        border: none;
    }
}

/*** how it work CSS END ***/


/*** about us CSS start ***/
.new-aboutusbox {
    background: #FDFDFD;
    border: 1px solid #E3E3E3;
}

.new-aboutusban img {
    width: 100%;
}

.new-aboutuscontent h4 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.04em;
    color: #3A3A3A;
}

.new-aboutuscontent span {
    color: #FA7436;
}

.new-aboutuscontent p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.new-aboutussmall {
    display: flex;
}

.new-aboutussmall h6 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #202020;
    margin-left: 10px;
}

.new-aboutussmall p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #838383;
    margin-left: 10px;
}

.new-aboutbutton a {
    background-color: #FA7436;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
}

.new-aboutbutton a:hover {
    background-color: #fff;
    color: #FA7436;
    border: 1px dashed #FA7436;
}

.new-aboutusrow {
    justify-content: space-evenly;
}

@media (max-width:560px) {
    .new-onlyabout {
        text-align: center;
    }

    .how-workrow img {
        height: auto;
    }

    .new-aboutusban2 img {
        margin-top: 30px;
    }

    .new-aboutbutton {
        text-align: center;
    }
}

/*** about us CSS end ***/


/*** testimonial CSS start ***/
.testimonial-newrow {
    justify-content: center;
}

.testi-mainbox1 {
    background: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
    display: flex;
    border: 1px solid rgb(242, 242, 242);
}

.testi-mainbox1 img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 245px !important;
    height: 100%;
}

.testi-mainbox1 h6 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 14px;
    color: #525252;
    padding: 0 30px;
}

.testi-mainbox1 h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #525252;
    padding: 0 30px;
}

.testi-mainbox1 p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #525252;
    padding: 0 30px;
}

.new-testcontainer {
    background-color: #FCFDFF;
}

.home-demo .item {
    display: flex;
    justify-content: center;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.owl-carousel .prev-slide {
    background: url(images/pre.png) no-repeat;
    width: 30px;
    height: 40px;
    margin-left: -5px !important;
}

.owl-carousel .next-slide {
    background: url(images/nex.png) no-repeat;
    width: 30px;
    height: 40px;
    margin-left: -20px !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
}

.owl-dots {
    margin-top: -10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #FA7436 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #FA7436 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

@media (max-width:560px) {
    .testi-mainbox1 {
        display: block;
    }

    .testi-mainbox1 img {
        border-radius: 12px;
        margin-left: 30px;
        width: 245px;
        height: 296px;
    }
}

/*** testimonial CSS end ***/


/*** blog CSS start ***/
.new-blogsection {
    display: flex;
    justify-content: space-between;
}

.new-blogsection h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    color: #000000;
}

.new-blogsection a {
    text-decoration: none;
    background-color: #FA7436;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px 15px;
    border-radius: 5px;
}

.new-blogsection a:hover {
    border: 1px dashed #FA7436;
    background-color: #fff;
    color: #FA7436;
}

.blog-newcolumn img {
    width: 100%;
    height: 265.24px;
}

.blog-newcolumn h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #64607D;
    margin-top: 20px;
}

.blog-newcolumn h4 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.04em;
    color: #000000;
}

.blog-newcolumn p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #64607D;
}

.new-blogside {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 2px solid #DEE1E6;
    padding-bottom: 15px;
}

.new-servicesection p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #565656;
}

.new-blogside2 {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 2px solid #DEE1E6;
    padding: 15px 0;
    padding-top: 30px;
}

.new-blogside img {
    width: 110px;
    height: 80px;
}

.new-blogside2 img {
    width: 110px;
    height: 80px;
}

.new-blogside h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #64607D;
}

.new-blogside h4 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #000000;
}

/*** blog CSS end ***/

/* FOOTER */

/* ── Top info strip (Address / Call / Mail) ── */
.new-detailscontainer {
    padding: 50px;
}

.new-footerrow {
  padding: 30px;
}

.new-detailscolumn h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 3px;
    color: #000000;
    margin-bottom: 20px;
}

.new-detailscolumn p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 6px;
}

.new-detailscolumn a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.new-detailscolumn a:hover {
    color: #FA7436;
}

/* ── Footer link columns ── */
.newfooter-column h5 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 24px;
}

.newfooter-column p {
    margin-bottom: 10px;
}

.newfooter-column a {
    text-decoration: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #000000;
    opacity: 1;
    transition: color 0.2s ease, opacity 0.2s ease;
    display: inline-block;
}

.newfooter-column a:hover {
    color: #FA7436 !important;
    opacity: 1 !important;
}

/* ── Social icons ── */
.newsocial-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: 0;
}

.newsocial-box img {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

.newsocial-box img:hover {
    transform: translateY(-3px) scale(1.08);
    opacity: 0.85;
}

/* ── Copyright / policy bar ── */
.footer-bottom {
    background-color: #FCFCFC;
    border-top: 1px solid #ECECEC;
    padding: 24px 40px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    line-height: 1.5;
    color: #000000;
    margin: 0;
}

.footer-bottom .fotter-bottom-text {
    color: #FA7436;
}

.new-copyright p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}

.new-copyright span {
    color: #FA7436;
}

.new-policy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.new-policy a {
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    opacity: 0.6;
    margin: 0 12px;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.new-policy a:hover {
    color: #FA7436;
    opacity: 1;
}

.new-policyrow {
    justify-content: space-between;
}

.new-policycontainer {
    background: #FCFCFC;
    padding: 25px 0;
}


/*OTHER MISC */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0 5px;
    z-index: 1;
    margin-top: -20px;
    margin-left: 15px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    font-family: 'Raleway';
    display: block;
    text-decoration: none;
    margin: 10px;
    color: #212529;
    font-weight: 500;
    font-size: 14px;
}

.new-mainservicerow1 {
    justify-content: center;
}

.how-workscolumn {
    height: auto;
}

.social-contactbtn {
    padding: 5px 10px;
    background-color: #FA7436 !important;
    color: #fff !important;
    border-radius: 3px;
}

/*** popover ***/
.tool {
    position: relative;
}

.tool:hover .popup {
    opacity: 1;
    display: block;
}

.popup a {
    text-decoration: none;
    color: #FA7436;
}

.popup {
    height: 40px;
    max-width: 300px;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    transition: all 0.25s ease;
    opacity: 0;
    display: none;
    margin-left: -50px;
}


/*RESPONSIVE — TABLET (max 992px) */
@media (max-width: 992px) {

    /* Address row*/
    .new-detailsrow .col-lg-6 .d-flex {
        flex-direction: column;
        gap: 16px !important;
    }

    /* Footer link columns*/
    .new-footerrow {
        display: flex;
        flex-wrap: wrap;
    }

    .new-footerrow .col-lg-3 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 28px;
    }

    /* Social column */
    .new-footerrow .col-lg-3:last-child {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Footer bottom */
    .footer-bottom {
        padding: 20px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .new-policy a {
        margin: 0 8px;
        font-size: 13px;
    }
}

/* RESPONSIVE — MOBILE (max 768px)*/
@media (max-width: 768px) {

    /* ── Navbar ── */
    .navbar-brand img {
       width: 81px;
        height: 80px;
    }

    .navbar-nav {
        margin-left: 0;
        text-align: center;
    }

    .nav-link {
        margin: 6px 0;
    }

    .new-flowbtn {
        display: flex;
        justify-content: center;
        margin-top: 8px;
        margin-left: 0;
    }

    /* ── Footer top info strip ── */
    .new-detailscontainer {
        padding: 28px 16px 10px;
        text-align: center;
    }

    /* (Address / Call / Mail) vertically */
    .new-detailsrow {
        flex-direction: column !important;
        gap: 0;
    }

    .new-detailsrow > [class*="col-"] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        margin-bottom: 20px;
    }

    /* Address pair*/
    .new-detailscolumn .d-flex {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: center;
    }

    .new-detailscolumn h5 {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .new-detailscolumn p,
    .new-detailscolumn a {
        font-size: 13px;
    }

    /*  Footer link columns*/
    .new-footerrow {
        flex-direction: column !important;
        text-align: center;
        padding: 0 16px;
    }

    .new-footerrow > [class*="col-"] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 24px;
    }

    .newfooter-column {
        padding: 0;
    }

    .newfooter-column h5 {
        font-size: 13px;
        letter-spacing: 2px;
        margin-bottom: 14px;
    }

    .newfooter-column a {
        font-size: 14px;
    }

    /* Social icons*/
    .newsocial-box {
        justify-content: center;
        margin: 0 auto;
    }

    .newsocial-box img {
        width: 34px;
        height: 34px;
    }

    /*  Footer bottom bar  */
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 16px;
        gap: 10px;
    }

    .footer-bottom p {
        font-size: 12px;
        line-height: 1.6;
    }

    .new-policy {
        justify-content: center;
        gap: 6px;
    }

    .new-policy a {
        font-size: 12px;
        margin: 0 6px;
    }

    /*  Policy container  */
    .new-policycontainer {
        text-align: center;
    }

    .new-policyrow {
        flex-direction: column;
        gap: 12px;
    }
}

/* RESPONSIVE — SMALL MOBILE (max 480px)*/
@media (max-width: 480px) {

    .new-detailscolumn h5 {
        font-size: 12px;
    }

    .new-detailscolumn p,
    .new-detailscolumn a {
        font-size: 12px;
    }

    .newfooter-column h5 {
        font-size: 12px;
    }

    .newfooter-column a {
        font-size: 13px;
    }

    .newsocial-box img {
        width: 30px;
        height: 30px;
    }

    .footer-bottom p {
        font-size: 11px;
    }

    .new-policy a {
        font-size: 11px;
        margin: 0 4px;
    }
}