/*your custom css goes here*/ 
@font-face {
    font-family: "forma-djr-display";
    src: url("https://use.typekit.net/af/360cc7/00000000000000003b9ae4d5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/360cc7/00000000000000003b9ae4d5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/360cc7/00000000000000003b9ae4d5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "forma-djr-display-bold";
    src: url("https://use.typekit.net/af/1a1d9c/00000000000000003b9ae4d9/27/l?subset_id=2&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/1a1d9c/00000000000000003b9ae4d9/27/d?subset_id=2&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/1a1d9c/00000000000000003b9ae4d9/27/a?subset_id=2&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}

@font-face {
    font-family: "forma-djr-display-extraBold";
    src: url("https://use.typekit.net/af/7337ff/00000000000000003b9ae4da/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/7337ff/00000000000000003b9ae4da/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/7337ff/00000000000000003b9ae4da/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: Arial;
    src: url("fonts/ARIAL.eot?") format("eot"),
      url("fonts/ARIAL.TTF") format("truetype");
  }
  @font-face {
    font-family: "Arial-Bold";
    src: url("fonts/ARIALBD.eot?") format("eot"),
      url("fonts/ARIALBD.TTF") format("truetype");
  }
  .theeenewheader {
    background: #2A429E;
    border: 0 !important;
}

.hedrrow {
    width: 100%;
}
.catemecont {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}
.irrotwd a {
    background: transparent linear-gradient(90deg, #FCC301 0%, #E6A430 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    color: #000;
    padding: 12px 15px;
}
.irrotwd a span {
    margin-right: 10px;
}
li#lang-change {
    border: 1px solid #fff;
    padding: 1px 12px;
    border-radius: 12px;
}
li#lang-change a {
    color: #fff !important;
}

/* Frontend refresh: header and footer polish */
.theeenewheader {
    background: #0f172a !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
}

.theeenewheader > .container > .d-flex {
    min-height: 74px;
}

.theeenewheader .row {
    align-items: center;
    width: 100%;
}

.theeenewheader .header_menu_links {
    position: relative;
    color: rgba(255, 255, 255, 0.76) !important;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.theeenewheader .header_menu_links:hover,
.theeenewheader .header_menu_links.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.theeenewheader .header_menu_links.active::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 8px;
    left: 14px;
    height: 2px;
    border-radius: 999px;
    background: #60a5fa;
}

.irrotwd a,
.irrotwd a.premium-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2563eb !important;
    color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.irrotwd a:hover {
    background: #1d4ed8 !important;
    transform: translateY(-1px);
}

.catemecont {
    justify-content: flex-end;
    gap: 14px;
}

.nav-shop-actions {
    align-items: center;
    gap: 8px;
}

.nav-action-pill {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.nav-action-pill:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    text-decoration: none;
}

.nav-action-pill i {
    font-size: 17px;
}

li#lang-change {
    margin: 0 !important;
    border-color: rgba(255, 255, 255, 0.24);
    border-radius: 10px;
    list-style: none;
}

li#lang-change a {
    font-weight: 700;
}

footer.bg-dark {
    background: #0f172a !important;
}

footer .input-group .form-control {
    min-height: 46px;
    border-color: rgba(255, 255, 255, 0.16) !important;
}

footer .input-group .btn {
    border-radius: 0 6px 6px 0;
}

footer .btn-icon {
    transition: transform 0.2s ease, background-color 0.2s ease;
}

footer .btn-icon:hover {
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .theeenewheader > .container > .d-flex {
        min-height: 66px;
    }

    .theeenewheader .hedrrow .row {
        margin: 0;
    }

    .theeenewheader .hedrrow [class*="col-md-"] {
        position: static;
        width: auto;
        max-width: none;
        flex: 0 0 auto;
        padding-right: 0;
        padding-left: 0;
    }

    .theeenewheader .hedrrow .col-md-7 {
        display: none;
    }

    .theeenewheader .hedrrow .col-md-3 {
        margin-left: auto;
    }

    .theeenewheader .col-auto {
        padding-right: 0 !important;
    }

    .catemecont .seconds {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .theeenewheader img {
        max-width: 145px;
        object-fit: contain;
    }

    .irrotwd a,
    .irrotwd a.premium-btn {
        width: 42px;
        height: 42px;
        min-height: 42px;
        padding: 0 !important;
        justify-content: center;
        overflow: hidden;
    }

    .irrotwd a span {
        margin-right: 0;
    }

    .irrotwd a::after {
        content: "";
    }

    .irrotwd a {
        font-size: 0;
    }

    .irrotwd a i {
        font-size: 17px;
    }
}

#category-sidebar{
    display: none;
}

.newhomesliders{
    max-width:100% !important;
}
.newhomesliders .slick-track{
    width: 100% !important;
    height: 100% !important;
}
.home-banner-area.mb-3 {
    height: 450px;
}
.newhomesliders .slick-list.draggable{
    height: 100% !important;
}

.newhomesliders .slick-track .slick-slide div{
    height: 100% !important;
}

.bannercontents {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 75%;
    left: 50%;
    width: 100%;
    z-index: 9;
}
.contebanheds {
    text-align: center;
}
.contebanheds h2 {
    color: #fff;
    font-family: "forma-djr-display-bold";
    letter-spacing: 1px;
    font-size: 50px;
}
.contebanheds p {
    color: #fff;
    font-family: 'Arial';
    font-size: 17px;
    letter-spacing: 0.5px;
}   
.navvtabsss-banners {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.bannersearcmultt form {
    display: flex;
}
.navvtabsss-banners .nav-link {
    border: 1px solid #fff;
    margin-right: 10px;
    width: 140px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
    text-transform: uppercase;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: unset !important;
}

.navvtabsss-banners .nav-link.active{
    border: 0;
    background: #2A429E;
    position: relative;
    z-index: 9;
    transition: unset !important;
}

.navvtabsss-banners .nav-link.active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #2A429E;
    height: 16px;
    width: 16px;
  }


  .bannersearcmultt {
    background: #fff;
    padding: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    height: 80px;
    width: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannersearcmultt form .innerserachopts{
    margin: 0;
    position: relative;
}
.bannersearcmultt form{
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.form-group.innerserachopts select {
    padding: 10px;
    margin-right: 10px;
    width: 210px;
    border: 0;
    padding-left: 35px;
}
span.selecticons {
    position: absolute;
    top: 7px;
    left: 12px;
    width: 15px;
}
span.selecticons img {
    width: 100%;
}
.bannersearcmultt form button {
    background: transparent linear-gradient(90deg, #FCC301 0%, #E6A430 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    font-size: 17px;
    height: 40px;
    width: 120px;
}
.bannersearcmult {
    margin-top: 15px;
}
section.inhinds {
    padding: 50px 0;
}
.recensearchs-mains {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.theeeimd {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
.recensearchs-mains span {
    color: #273673;
    font-weight: 600;
    font-family: 'Arial-Bold';
}
ul.theeeimd li {
    font-family: 'Arial';
    color: #000;
    width: fit-content;
    padding: 3px 8px;
    background: #f6f3f3;
    margin-right: 9px;
    font-size: 11px;
    border-radius: 5px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
ul.buleetinggs {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}
.thebuletssss {
    display: flex;
    align-items: center;
}
.bulepoinfos {
    padding-left: 15px;
}
.bulepoinfos h2 {
    font-family: 'Arial';
    font-size: 18px;
    margin: 0;
    color: #273673;
    font-weight: 600;
}
.bulepoinfos p {
    font-size: 12px;
    font-family: 'Arial';
    margin: 0;
}
.secbuletponituls {
    background: #f2f3fa 0% 0% no-repeat padding-box;
    border-radius: 24px;
    padding: 60px 45px;
}
.imnnerhind-mains {
    width: 90%;
    margin: 0 auto;
}
.seconbuletpoint {
    padding-top: 70px;
}
.constequipss-mains{
    width: 90%;
    margin: 0 auto;
}
.constequipsheads{
    flex-direction: column;
    justify-content: center;
}
.constequipsheads {
    font-family: 'forma-djr-display';
    font-size: 60px !important;
    letter-spacing: 2px;
}
.thebooldsehds{
    font-family: 'forma-djr-display-bold';
}

.themainss p {
    font-size: 20px;
    opacity: .6;
    padding-top: 10px;
}
.theecardscategs {
    flex-direction: column;
    min-height: 200px;
    height: 100%;
    display: block !important;
}
.mb-3.theecomheighs {
    height: 130px;
}
.mb-3.theecomheighs img {
    width: 100%;
    height: 100% !important;
}


.px-2.px-lg-4.thenasss {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 9px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -84px;
}

.px-2.px-lg-4.thenasss h6 {
    position: relative;
    top: 25px;
    font-family: 'Arial';
}

.px-2.px-lg-4.thenasss h6 a {
    font-family: 'Arial' !important;
    font-weight: 500 !important;
}
.d-flex.viewalcates{
    justify-content: center;
    margin-top: 20px;
}
.d-flex.viewalcates a {
    background: transparent linear-gradient(90deg, #FCC301 0%, #E6A430 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
    color: #000 !important;
    font-size: 16px !important;
    padding: 6px 26px;
    font-family: 'Arial';
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}
.servicesss{
    padding: 80px 0;
}
.servicces-mains{
    width: 90%;
    margin: 0 auto;
}
.servicesss {
    padding: 80px 0 0;
    background: #2A429E;
}
.constequipss {
    padding-bottom: 80px;
}
.servvicesheadss {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.servheadlefts h2 {
    color: #fff;
    font-family: 'forma-djr-display';
    letter-spacing: 1px;
    font-size: 50px;
}
.servheadlefts h2 span{
    font-family: 'forma-djr-display-bold';
}
.servheadlefts p {
    color: #fff;
    font-family: 'Arial';
    padding-top: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
    opacity:.7;
}
.servheadsrights {
    width: 30%;
}
.servheadsrights p {
    color: #fff;
    font-size: 28px;
    font-family: 'Arial';
    line-height: 35px;
}
.servheadsrights a {
    background: transparent linear-gradient(90deg, #FCC301 0%, #E6A430 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
    color: #000 !important;
    padding: 10px 24px;
    font-size: 17px;
    margin-top: 10px;
    display: inline-block;
}
.serviceesssdetials {
    margin-top: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 28px;
    padding: 60px;
    position: relative;
}
.servicdetaheadss {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.servidealefthedd small {
    font-family: 'Arial';
    font-size: 15px;
    letter-spacing: 0.5px;
    opacity: .44;
}
.servidealefthedd h2 {
    font-family: 'forma-djr-display';
    font-size: 45px;
    padding-top: 10px;
    letter-spacing: 0.5px;
}

.servidealefthedd h2 span{
    font-family: 'forma-djr-display-bold';
}
.servicdearighedad p {
    font-family: 'Arial';
    font-size: 15px;
}
.servicdearighedad {
    width: 35%;
}
.servcecardssdetails img{
    width: 100%;
    height: 100%;
}
.servicedetcards {
    padding-top: 45px;
}
.servcecardssdetails{
    min-height: 200px;
    height: 100%;
    background: #E6A430;
    border-radius: 24px;
    position: relative;
}

.servcecardssdetails::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
    border-radius: 24px;
}
.servcecardssdetails p {
    position: absolute;
    bottom: 18px;
    left: 28px;
    color: #fff;
    font-family: 'Arial';
    font-size: 18px;
}
.servcecardssdetails .staticsdsd p{
    position: relative;
    bottom: unset;
    left: 0;
    color: #000;
}
.servicedetcards .row .col-md-4:nth-child(2) .servcecardssdetails::before{
    content: unset;
}
.staticsdsd h2 {
    font-size: 18px;
    font-family: 'Arial';
    font-weight: 600;
}

.staticsdsd {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0 25px;
}
.staticsdsd p {
    font-family: 'Arial';
    font-size: 15px;
}
.staticsdsd a {
    border-radius: 35px;
    background: transparent linear-gradient(90deg, #FCC301 0%, #E6A430 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
}
.d-flex.viewalcates a::after{
    content: unset;
}
.thenewlisteeeds {
    width: 100%;
    text-align: center;
}
.thenewlyadsections {
    background: #fff9e6;
    margin-top: -150px !important;
    padding-top: 250px;
    padding-bottom: 80px;
}
.thenewlisteeeds h3{
    font-family: 'forma-djr-display';
    font-size: 60px !important;
    letter-spacing: 2px;
}
.thenewlisteeeds .tenewlisspans{
    font-family: 'forma-djr-display-bold';
}
.thenewlisteeeds p {
    font-size: 20px;
    opacity: .6;
    padding-top: 10px;
}
.nresesection-mains{
    width: 90%;
    margin: 0 auto;
}
.thheeeoverdeds {
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.thheeeoverdeds a{
    height: 100%;
}
.thheeeoverdeds a img{
    height: 100%;
}
.smallocations {
    color: #E6A430;
    font-family: 'Arial';
    font-size: 16px;
    padding: 0 8px;
}
.theecarrdsheds {
    font-weight: 600;
    font-family: 'forma-djr-display-bold';
    font-size: 15px !important;
    letter-spacing: 0.5px;
}
.smallocations {
    color: #E6A430;
    font-family: 'Arial';
    font-size: 16px;
    padding: 0 8px;
    padding-top: 6px;
}
.smallocations span {
    margin-right: 5px;
    font-size: 14px;
}
.carrinsmadescp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #00000045;
    width: 90%;
    margin: 0 auto;
}
.categorynammes {
    text-align: center;
    padding-top: 10px;
    font-family: 'Arial';
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
}
a.viewaalls {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(90deg, #FCC301 0%, #E6A430 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
    width: fit-content;
    margin: 0 auto;
    color: #000 !important;
    padding: 7px 18px;
    font-size: 15px;
    font-family: 'Arial';
}
.thheecardinfotext {
    padding-bottom: 20px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 15px !important;
}
.thheecarddnwlists{
    border-radius: 10px;
    
}
.thheecarddnwlists .carousel-box .aiz-card-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.thecutomixxdss {
    justify-content: center;
    position: relative;
    top: 40px;
}
.tecutomsaaroes {
    background: #000;
    color: #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
}
.bloggs-mains{
    width: 90%;
    margin: 0 auto;
}
.bloggss-heads {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bloggsheds-lefttss h2 {
    font-family: 'forma-djr-display';
    font-size: 60px !important;
    letter-spacing: 2px;
}
.bloggsheds-lefttss h2 span {
    font-family: 'forma-djr-display-bold';
}
.bloggsheds-lefttss p {
    font-family: 'Arial';
    font-size: 18px;
}
.bloggss-righhts a {
    background: transparent linear-gradient(90deg, #FCC301 0%, #E6A430 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
    color: #000;
    padding: 10px 24px;
    font-size: 18px;
}
.bloggscards-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.bloggscards {
    background: #f2f3fa;
    border-radius: 10px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.bloggscards-texts {
    padding: 20px;
}
.bloggscards-texts h3 {
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 23px;
}
.bloggscards-texts small {
    font-size: 12px;
}
.bloggscards-img {
    height: 200px;
}

.bloggss{
    padding: 50px 0 100px;
}
.ourequipme-heads{
    text-align: center;
}
.ourequipme-heads h2 {
    font-family: 'forma-djr-display';
    font-size: 60px !important;
    letter-spacing: 2px;
}
.ourequipme-heads h2 span{
    font-family: 'forma-djr-display-bold';
}
.ourequipme-heads p {
    font-family: 'Arial';
    font-size: 18px;
}
ul.nummbrsuls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    width: 70%;
    margin: 60px auto;
    background: #FCC301;
    padding: 30px 50px;
    border-radius: 24px;
}
.nummmdivs h2 {
    font-family: 'forma-djr-display-bold';
    font-size: 75px;
    color: #000;
    letter-spacing: 0.5px;
    margin: 0;
}
.nummmdivs {
    text-align: center;
}
.thhewiggodds{
    border-color: unset !important;
    background-color: #2a429e !important;
    border: 0 !important;
}
ul.linkksmains {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}
ul.linkksmains li a {
    background: #223889;
    color: #fff;
    font-size: 18px;
    font-family: 'Arial';
    padding: 0;
    border-radius: 10px;
    margin-right: 10px;
    width: 150px;
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.footerlinkks {
    border-bottom: 1px solid #ffffff59;
    padding-bottom: 50px;
}
.thequiclinksuls{
    display: flex;
    flex-wrap: wrap;
}
.thequiclinksuls li {
    margin-right: 0;
    width: 140px;
}
.foootermainsss{
    width: 90%;
    margin: 0 auto;
}
h4.fs-14.text-secondary.tthheecontents.fw-700.mb-3 {
    color: #FCC301 !important;
    opacity: 1;
    font-family: 'forma-djr-display';
    font-size: 24px !important;
    letter-spacing: 0.8px;
}

h4.fs-14.text-secondary.tthheecontents.fw-700.mb-3 span{
    font-family: 'forma-djr-display-bold';
}
ul.list-unstyled.thequiclinksuls li a {
    font-family: 'Arial';
    font-size: 12px !important;
}

.braandsds{
    background: #2A429E;
}

.braandsds {
    background: #2A429E;
    margin: 0 !IMPORTANT;
    padding: 100px 0;
    margin-top: -15px !important;
}
.bramndsd-heads {
    text-align: center;
    width: 100%;
}
.bramndsd-heads h3 {
    font-family: 'forma-djr-display';
    font-size: 60px !important;
    letter-spacing: 2px;
    color: #fff !important;
}

.bramndsd-heads h3 span{
    font-family: 'forma-djr-display-bold';
}
.bramndsd-heads p{
    color: #fff !important;
}
.branndmainssecs{
    width: 90%;
    margin: 0 auto;
}
.col.text-center.z-1.thheimoss {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 16px 0px;
}

.col.text-center.z-1.thheimoss a {
    background: #ffffff21;
    padding: 0 10px;
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    backdrop-filter: blur(30px);
}
.col.text-center.z-1.thheimoss a img {
    object-fit: contain;
    width: 100px;
    height: 80px;
}
.smalfooter {
    background: #2a429e;
    /* border-top: 1px solid #000; */
}
ul.smalfotmeus {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.smallfoter-mains {
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #ffffff59;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.privacsuls {
    padding: 0;
    display: flex;
    list-style: none;
}

ul.privacsuls li a {
    font-family: 'Arial';
    color: #fff !important;
    font-size: 14px;
}
ul.privacsuls li {
    margin-right: 15px;
}
ul.privacsuls li:first-child {
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.copyrights p {
    font-family: 'Arial';
    color: #fff !important;
    font-size: 14px;
    margin: 0;
}

.bactotops {
    text-align: center;
}

.bactotops span{
    color: #FCC301;
    font-size: 30px;
}
.bactotops p{
    font-family: 'Arial';
    color: #fff !important;
    font-size: 12px;
}
.seraclistsmains {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.lisstscarrds-mains{
    width: 90%;
    margin: 0 auto;
}
.serceitename {
    padding: 50px 0 20px;
}
.serceitename p {
    font-weight: 700;
    font-size: 13px;
}

.serceitename p span{
    opacity: 0.4;
}
.thefilteroosss{
    text-transform: uppercase;
    font-size: 15px;
}


.filter-sidebar-thumb{
    color: #2A429E;
    text-transform: uppercase;
}
ul.seachfiltelists {
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

ul.seachfiltelists li {
    border: 1px solid #000;
    margin-right: 10px;
    padding: 5px 12px;
    border-radius: 22px;
    font-size: 12px;
    opacity: 0.5;
}
ul.seachfiltelists li span {
    margin-left: 10px;
}
.thheefierhedss {
    font-size: 15px;
    font-family: 'Arial';
}
.thecheckboxfilters {
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.thhhhlisingcards .thheeeoverdeds img{
    height: 200px;
    border-radius: 10px;
}

.aboutbanerimage{
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.abnutbaneinfoss {
    width: 90%;
    margin: 0 auto;
    margin-top: -120px;
    background: #fff;
    padding: 60px 30px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 101px 0px 0px;
}
.abnutbaneinfoss h2 {
    font-family: 'forma-djr-display';
    letter-spacing: 2px;
    font-size: 35px;
    width: 75%;
    margin: 0 auto;
}
.aboutusparas p {
    margin: 0;
    font-family: 'forma-djr-display';
    letter-spacing: 2px;
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
}
.aboutusparas {
    padding-top: 20px;
}

.aboutvidoss {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 500px;
    padding-top: 50px;
}
.aboutvidoss video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.aboutsevvs{
    padding-bottom: 50px;
}
.aboouteqis{
    padding-top: 80px;
}
section.workingwithus {
    padding: 100px 0 50px;
}

.workkusindoss {
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.workkusindoss p {
    font-family: 'forma-djr-display';
    font-size: 20px;
    letter-spacing: 1px;
}

.form-group.innerserachopts input {
    padding: 10px;
    margin-right: 10px;
    width: 210px;
    border: 0;
    padding-left: 35px;
}
.blog.blognewcardss.card-columns {
    padding-top: 70px;
    column-count: unset !important;
}
.blogsearclist{
    padding-top: 0;
}
.blogsearclist .seraclistsmains{
    padding-top: 0;
}
.bloglists-mains{
    width: 90%;
    margin: 0 auto;
}
.blogwidds {
    max-width: 30%;
    margin-right: 30px;
}
h2.contacheads {
    font-family: 'forma-djr-display-bold';
    font-size: 70px;
}
.conatct-formss {
    padding-top: 60px;
}
.formgrpuops-daetaa input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #000;
}
.formgrpuops-daetaa textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #000;
}
.formgrpuops-daetaa button {
    background: #f6bb14;
    width: 100%;
    border: 0;
    height: 50px;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
}
.conatct-formss {
    padding-top: 60px;
    width: 70%;
    margin: 0 auto;
}
.contindosparts p a {
    color: #000 !important;
}
.contindosparts p span{
    margin-right: 10px;
}
.contindosparts iframe {
    width: 100%;
    height: 300px;
}
.contindosparts p {
    text-align: left;
    font-family: 'forma-djr-display-bold';
    color: #000 !important;
    font-size: 18px;
    letter-spacing: 1px;
}
.themachgalleryss img{
    width: 100%;
    border-radius: 15px;
    height: 100% !important;
    object-fit: cover;
}

.themachgalleryss .product-gallery{
    height: 450px;
}

.themachgalleryss .product-gallery div{
    height: 450px;
}

.themachgalleryss .product-gallery img.zoomImg{
    height: 200px !important;
}

.thethumbnailsss .product-gallery-thumb .slick-track{
    width: 100% !important;
    display: flex;
}

.thethumbnailsss .product-gallery-thumb .slick-track .slick-slide{
    width: auto !important;
}

.tab-menu ul li a{
    background: transparent linear-gradient(90deg, #FCC301 0%, #E6A430 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    color: #000 !important;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 0.5px;
    font-size: 17px;
}


.tab-menu ul li a.active{
    background: #294BC9 0% 0% no-repeat padding-box;
    color: #fff !important;
}

p.chhoseentheds {
    margin: 0;
    padding-top: 40px;
    font-family: 'forma-djr-display-bold';
    font-size: 18px;
    letter-spacing: 1px;
    color: #2a429e;
}
.buyplanns {
    width: 100%;
    background: #2a429e !important;
    border: 0;
    border-radius: 10px !important;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
    font-size: 16px;
}
.submitsreques form {
    padding: 22px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top: 25px;
}
.subreqfromsheads h2 {
    font-family: 'Arial';
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.subreqfromsheads p {
    font-size: 14px;
    font-family: 'Helvetica';
    padding-top: 5px;
}
.subreqqsheads-price h1 {
    font-family: 'Helvetica-Bold';
    font-size: 22px;
    color: #2A429E;
    letter-spacing: 0.5px;
}
.subreqfrominps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subreqfrominps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.subreqfrominps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subreqinnerinps label {
    font-family: 'Arial';
    font-weight: 600;
    color: #000;
    font-size: 16px;
}
.subreqfrominps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.subreqinnerinps {
    display: flex;
    flex-direction: column;
    width: 47%;
}
.subreqinnerinps input {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
    font-family: 'Arial';
}
.subreqinnerinps select {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
    font-family: 'Arial';
}
.thheeagrres{
    justify-content: center;
}
.subreqfrominps.thheeagrres span {
    margin-left: 5px;
    font-family: 'Arial';
}
.thefsusubs{
    text-align: center;
}
button.selersubss {
    background: #1D1D1D 0% 0% no-repeat padding-box;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
    font-size: 15px;
}
h2.thesuuoythers {
    color: #bea02e;
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
}
a.mr-5.pb-2.fs-16.fw-700.text-reset.speccifcationnss.active.show {
    font-family: 'forma-djr-display-bold' !important;
    font-size: 50px !important;
    border: 0;
    letter-spacing: 1px;
}
div#tab_default_1 font span {
    font-family: 'forma-djr-display';
    letter-spacing: 1px;
    font-size: 15px !important;
}
div#tab_default_1 .py-5 {
    padding: 0 !important;
}
h3.relatededss {
    text-align: center;
    font-family: 'forma-djr-display';
    letter-spacing: 1px;
    font-size: 50px;
    font-weight: 500;
}

h3.relatededss span{
    font-family: 'forma-djr-display-bold';
}
.theelissingsss{
    flex-direction: unset  !important;
}
.prodsinglemains{
    width: 90%;
    margin: 0 auto;
}

.dessmaiconss{
    width: 90%;
    margin: 0 auto;
}
.theeimmagerelatedss{
    height: 200px;
    border-radius: 10px;
}
.theebooxcardnams{
    padding-top: 10px;
    font-family: 'forma-djr-display-bold';
}

ul.listspecsuls {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}
ul.listspecsuls li {
    background: #2a429e;
    width: 24%;
    margin-right: 12px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.lissullssssmalccards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}
.lissullssssmalccards p {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Helvetica-Bold';
    font-size: 15px;
}
.lissullssssmalccards h5 {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.5px;
}
.thepooplogs{
    background: #294BC9 0% 0% no-repeat padding-box !important;
    border-radius: 10px !important;
    border: 0;
}

/* ==========================================
   AMERGE STORE PREMIUM STYLING & UTILITIES
   ========================================== */

:root {
    --amerge-dark-bg: #f8fafc;
    --amerge-card-bg: #ffffff;
    --amerge-card-hover-border: #d97706;
    --amerge-text-muted: #64748b;
    --amerge-gold: #d97706;
    --amerge-success: #10b981;
    --amerge-blue: #2563eb;
    --amerge-glass-bg: rgba(255, 255, 255, 0.85);
}

/* Global / Utility overrides for Amerge premium theme pages */
.amerge-dark-theme-wrapper {
    background-color: var(--amerge-dark-bg) !important;
    color: #0f172a !important;
    font-family: 'Public Sans', 'Inter', sans-serif !important;
}

.amerge-dark-theme-wrapper p, 
.amerge-dark-theme-wrapper span, 
.amerge-dark-theme-wrapper label {
    color: #334155;
}

.amerge-dark-theme-wrapper h1, 
.amerge-dark-theme-wrapper h2, 
.amerge-dark-theme-wrapper h3, 
.amerge-dark-theme-wrapper h4, 
.amerge-dark-theme-wrapper h5, 
.amerge-dark-theme-wrapper h6 {
    color: #0f172a !important;
}

/* Automatic Form Control Skinning for Light Theme */
.amerge-dark-theme-wrapper input,
.amerge-dark-theme-wrapper select,
.amerge-dark-theme-wrapper textarea,
.amerge-dark-theme-wrapper .form-control {
    background-color: #ffffff !important;
    color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
}

.amerge-dark-theme-wrapper input::placeholder,
.amerge-dark-theme-wrapper textarea::placeholder,
.amerge-dark-theme-wrapper .form-control::placeholder {
    color: #94a3b8 !important;
}

.amerge-dark-theme-wrapper input:focus,
.amerge-dark-theme-wrapper select:focus,
.amerge-dark-theme-wrapper textarea:focus,
.amerge-dark-theme-wrapper .form-control:focus {
    border-color: var(--amerge-gold) !important;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15) !important;
}

.amerge-dark-theme-wrapper .bg-dark {
    background-color: #ffffff !important;
}

.amerge-dark-theme-wrapper .text-white {
    color: #0f172a !important;
}

.amerge-dark-theme-wrapper .text-muted {
    color: #64748b !important;
}

.amerge-dark-theme-wrapper .border-secondary {
    border-color: #e2e8f0 !important;
}

/* Glassmorphism Cards */
.glass-card {
    background: var(--amerge-glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover {
    border-color: rgba(217, 119, 6, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

/* Glow Borders */
.border-glow-gold {
    border: 1px solid rgba(217, 119, 6, 0.15) !important;
}
.border-glow-gold:hover {
    border-color: var(--amerge-gold) !important;
    box-shadow: 0 0 15px rgba(217, 119, 6, 0.1);
}

/* Elegant Timeline Step Indicator */
.amerge-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.amerge-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 3px;
    background: #e2e8f0;
    z-index: 1;
}

.amerge-step-item {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.amerge-step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 700;
    color: var(--amerge-text-muted);
    transition: all 0.3s ease;
}

.amerge-step-item.active .amerge-step-circle {
    background: var(--amerge-gold);
    border-color: var(--amerge-gold);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(217, 119, 6, 0.3);
}

.amerge-step-item.completed .amerge-step-circle {
    background: var(--amerge-success);
    border-color: var(--amerge-success);
    color: #ffffff;
}

.amerge-step-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--amerge-text-muted);
    transition: color 0.3s ease;
}

.amerge-step-item.active .amerge-step-title {
    color: #0f172a;
}

/* Diagnostic / Selection Cards */
.selection-card {
    cursor: pointer;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    height: 100%;
    position: relative;
}

.selection-card:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.selection-card.selected {
    background: #fffbeb;
    border-color: var(--amerge-gold);
}

.selection-card.selected h6 {
    color: var(--amerge-gold) !important;
}

.selection-card.selected .check-icon {
    opacity: 1;
    transform: scale(1);
}

.selection-card .check-icon {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--amerge-gold);
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Swatches for storage / color */
.swatch-pill {
    cursor: pointer;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-block;
    margin: 4px;
}

.swatch-pill:hover {
    border-color: #cbd5e1;
    background: #e2e8f0;
}

.swatch-pill.active {
    background: var(--amerge-gold);
    color: #ffffff;
    border-color: var(--amerge-gold);
    box-shadow: 0 0 10px rgba(217, 119, 6, 0.25);
}

/* Large Signature Footer Text background styling */
.footer-signature-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.footer-huge-signature {
    font-size: 12vw;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.02);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    user-select: none;
    pointer-events: none;
    text-align: center;
    margin-top: 40px;
    line-height: 0.8;
}

/* Testimonial glowing gold stars styling */
.glow-star {
    color: var(--amerge-gold);
    text-shadow: 0 0 8px rgba(217, 119, 6, 0.25);
    margin-right: 2px;
}

/* Premium Pills and Buttons */
.pill-btn {
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.pill-btn-gold {
    background: var(--amerge-gold) !important;
    color: #ffffff !important;
    border: none !important;
}

.pill-btn-gold:hover {
    box-shadow: 0 0 20px rgba(217, 119, 6, 0.4);
    transform: scale(1.03);
    color: #ffffff !important;
}

.pill-btn-outline {
    background: transparent !important;
    color: #0f172a !important;
    border: 2px solid #cbd5e1 !important;
}

.pill-btn-outline:hover {
    border-color: #0f172a !important;
    background: rgba(0, 0, 0, 0.02) !important;
    color: #0f172a !important;
}

/* Dynamic Grid Card Swatches on Hover */
.product-color-dots {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease;
}

.product-card-wrap:hover .product-color-dots {
    opacity: 1;
    transform: translateY(0);
}

.color-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Image swatcher container on homepage showcase */
.home-showcase-img-wrap {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-showcase-img {
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.home-showcase-img-wrap:hover .home-showcase-img {
    transform: scale(1.05);
}

/* Nav Action Pills */
.nav-shop-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.nav-action-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    background: #f1f5f9;
    color: #0f172a !important;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
}
.nav-action-pill:hover {
    background: #e2e8f0;
    border-color: #cbd5e1;
}
.nav-action-pill i {
    font-size: 18px;
    color: #475569;
}
.nav-action-pill.bg-primary {
    background: var(--amerge-gold) !important;
    color: #ffffff !important;
    border-color: var(--amerge-gold) !important;
}
.nav-action-pill.bg-primary:hover {
    background: #b45309 !important;
    border-color: #b45309 !important;
}
.nav-action-pill.bg-primary i {
    color: #ffffff;
}

