@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&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');

/*   font-family: "Mona Sans", sans-serif;
     font-family: "Poppins", sans-serif;
 */

a,
li {
    list-style: none;
    text-decoration: none;
}

.customHeader {
    padding: 20px 100px;
    position: fixed;
    transition: 0.8s all;
    border-bottom: 1px solid #ffffff12;
    width: 100%;
    z-index: 2;
}

.customHeader.fixed {
    position: fixed;
    width: 100%;
    z-index: 11;
    background: #fff;
    box-shadow: 0px 3px 5px 3px #0000000f;
}

/* .customHeader .navbar img {
    max-width: 200px;
} */

.customHeader .navbar-nav {
    margin-left: auto;
    margin-right: unset !important;
    gap: 35px;
}

.customHeader .navbar-nav a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: "Mona Sans", sans-serif;
    text-transform: capitalize;
    /* padding: 0px !important; */
    letter-spacing: 0.5px;
    background: transparent;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}

.customHeader a.navbar-brand {
    padding: 0px;
}

.customHeader nav {
    padding: 0px;
}

/* .navbar-brand img {
    height: 70px;
} */
.dropdown-menu {
    background: #111;
}

.dropdown-menu .dropdown-item {
    color: #f1f1f1;
}

a.dropdown-item {
    font-weight: 500 !important;
}

.dropdown-menu .dropdown-item:hover {
    background: #ff9800;
    color: #000;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
}

a.header-cta {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    text-decoration: unset;
    font-size: 15px;
    font-family: 'Mona Sans';
    background-color: #ef892f;
    color: #fff;
    border: 1px solid #ef892f;
    border-radius: 100px;
    font-weight: 600;
    margin-left: 45px;
}

.customHeader.fixed a.header-cta {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    text-decoration: unset;
    font-size: 15px;
    font-family: 'Mona Sans';
    color: #ef892f;
    border: 1px solid #ef892f;
    border-radius: 100px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 1s ease-in-out;
    margin-left: 45px;
    background-color: transparent;
}

.customHeader.fixed a.header-cta:before {
    z-index: -1;
    content: '';
    width: 0%;
    background: #ef892f;
    position: absolute;
    height: 100%;
    left: 0;
    transition: 1s ease-in-out;
    opacity: 0;
}

.customHeader.fixed a.header-cta:hover:before {
    width: 100%;
    opacity: 1;
}

.customHeader.fixed a.header-cta:hover {
    color: #fff;
}

/* ===== HEADER DROPDOWN FIX ===== */

.nav-link-wrap,
.dropdown-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.menu-toggle,
.submenu-toggle {
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef892f;
    font-size: 14px;
}

i.fa-solid.fa-plus {
    font-size: 14px;
    font-weight: 500;
}

/* Desktop hover */
@media (min-width: 992px) {

    .menu-toggle,
    .submenu-toggle {
        display: none;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
        top: 0;
        left: 100%;
    }
}

/* Mobile click */
@media (max-width: 991px) {
    .dropdown-menu {
        display: none;
    }

    .dropdown-menu.show {
        display: block;
    }
}


/* ===== Desktop Hover Dropdown ===== */



/* .video-bg {
    position: relative;
}

.video-bg video {
    width: 100%;
    height: 100%;
}

.video-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, transparent 20%, #00000059 80%);
}

.videoContent {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: fit-content;
    padding: 110px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 100px;
}

.videoContent h5 {
    margin: 0px;
    color: #fff;
    font-family: 'Mona Sans';
    font-size: 80px;
    line-height: 1.3;
    letter-spacing: -3px;
    font-weight: 500;
    max-width: 75%;
} 

.videoContent .videoLogoIcon {
    max-width: 100%;
    position: absolute;
    margin-right: auto;
}

.videoContent .videoLogoIcon img {
    width: 100%;
}
*/
.Custompending {
    padding: 80px 0px;
}

.hero-arrow:after {
    font-size: 15px;
    color: #fff;
}

.hero-arrow {
    padding: 20px;
    background: #ef892f;
}

.aboutUsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desc p {
    margin: 0px;
    font-size: 16px;
    line-height: 38px;
    font-family: poppins;
    color: #666;
}

.aboutUsSecTitle h2 {
    margin: 0px;
    font-size: 16px;
    font-family: 'Mona Sans';
    font-weight: 700;
    color: #ec8718;
}

.aboutUsSecTitle {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aboutUsSecTitle h5 {
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #121212;
    line-height: 50px;
}

.aboutUsSec {
    position: relative;
    padding-bottom: 0px;
}

.aboutUsSec .bgImg {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    max-width: 30%;
    z-index: -1;
}

.aboutUsSec .bgImg img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.aboutUsWrapper {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 62px;
    align-items: center;
}

.aboutUsWrapper .aboutUsImg img {
    width: auto;
}

.aboutUsImg {
    position: relative;
    text-align: center;
}

/* .aboutUsImg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, White, transparent, transparent, White);
} */

.Btn-Group a {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    text-decoration: unset;
    font-size: 16px;
    font-family: 'Mona Sans';
    color: #666;
    border: 1px solid #0000000f;
    border-radius: 100px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 1s ease-in-out;
}

.Btn-Group a i {
    color: #666;
    font-size: 18px;
    transition: 1s ease-in-out;
}

.Btn-Group a:before {
    z-index: -1;
    content: '';
    width: 0%;
    background: #121212;
    position: absolute;
    height: 100%;
    left: 0;
    transition: 1s ease-in-out;
    opacity: 0;
}

.Btn-Group a:hover:before {
    width: 100%;
    opacity: 1;
}

.Btn-Group a:hover,
.Btn-Group a:hover i {
    color: #fff;
}

.Btn-Group a:hover {
    gap: 25px;
}

.Btn-Group {
    padding-top: 15px;
}

.aboutUsImg .ExperienceSec {
    position: absolute;
    padding: 0px 32px;
    bottom: -20px;
    left: 50%;
    height: fit-content;
    transform: translate(-50%, 0px);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
}

.aboutUsImg .ExperienceSec h5 {
    position: relative;
}

.aboutUsImg .ExperienceSec h5 span {
    font-size: 100px;
    color: #ec8718;
    font-family: 'Mona Sans';
    font-weight: bolder;
    margin: 0px;
    text-align: left;
    position: relative;
    background: linear-gradient(0deg, #ec8718, #e8b594);
    background-size: 200% auto;
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
}

.aboutUsImg .ExperienceSec p {
    margin: 0px;
    font-size: 35px;
    color: #ec8718;
    font-weight: 700;
}

.aboutUsImg .ExperienceSec h5 sup {
    font-size: 60px;
    right: -20px;
    height: 30px;
    position: absolute;
    top: unset;
    color: #ec8718;
}

.counterGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* padding: 30px; */
    /* background: #ec8718;
    border-radius: 24px; */
}

.counterItem {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
}

.counterItem .counterContent {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.counterItem .counterContent h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Mona Sans';
    color: #121212;
}

.counterItem .counterContent span {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #222;
    line-height: normal;
}

.counterItem:nth-child(1)::before,
.counterItem:nth-child(2)::before,
.counterItem:nth-child(3)::before, 
.counterItem:nth-child(4)::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #22222214;
    position: absolute;
    right: 0;
}

.counterItem .counterIcon {
    /* width: 70px; */
    /* height: 70px; */
    /* background: #1212122e; */
    padding: 15px;
    margin: auto;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counterItem .counterIcon img {
    width: 100%;
    max-width: 45px;
}

.counterSec {
    padding: 50px 0px 0px;
}

/* Grid Layout */
.certificateGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

/* Certificate Image */
.certificate-img {
    width: auto;
    height: 100%;
    /* max-height: 420px; */
    object-fit: contain;
    border: 1px solid #6c757d;
    padding: 12px;
    background: #fff;
    cursor: zoom-in;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover (Desktop only) */
@media (min-width: 992px) {
    .certificate-img:hover {
        transform: scale(1);
        box-shadow: 0 1px 10px rgb(0 0 0 / 12%);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .certificateGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .certificate-img {
        max-height: 360px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .certificateGrid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .certificate-img {
        max-height: 370px;
        padding: 8px;
    }
}
@media (max-width:480px) {
    /* .certificate-img {
    max-height: 251px;
    padding: 8px;
} */
.certificateGrid {
    grid-template-columns: 1fr;
    gap: 16px;
}
}

.whychooesUsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f4f4f4;
}

.whychooesUsWrapper .whychooesUsImg {
    position: relative;
}

/* .whychooesUsWrapper .whychooesUsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.whychooesUsWrapper .whychooesUsContentWrapper {
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
    padding-right: 200px;
}

.whychooesUsWrapper .whychooesUsContentWrapper .SecTitle {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.whychooesUsWrapper .whychooesUsContentWrapper .SecTitle h5 {
    margin: 0px;
    font-size: 35px;
    font-family: 'Mona Sans';
    color: #121212;
    line-height: 50px;
    font-weight: 800;
}

.whychooesUsWrapper .whychooesUsContentWrapper .SecTitle p {
    margin: 0px;
    color: #444;
    font-size: 16px;
    font-family: poppins;
    line-height: 32px;
    font-weight: 400;
}

.whychooesUsGrid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
}

.whychooesUsItem {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 25px;
}

.whychooesUsItem .whychooesUsContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whychooesUsItem .whychooesUsContent h5 {
    margin: 0px;
    color: #fff;
    font-size: 18px;
    font-family: 'Mona Sans';
    font-weight: 600;
}

.whychooesUsItem .whychooesUsContent p {
    margin: 0px;
    color: #bcbacf;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Mona Sans';
}

.whychooesUsItem .whychooesUsIcon {
    width: 60px;
    padding: 12px;
    height: 60px;
    border: 1px solid #3a3175;
    border-radius: 6px;
    background: #121212;
}

.whychooesUsItem .whychooesUsIcon img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(100%) contrast(104%);
}

.whychooesUsWrapper .whychooesUsImg:before {
    /* content: ''; */
    /* width: 10%; */
    height: 100%;
    /* background: linear-gradient(-90deg, #f4f4f4, transparent); */
    /* position: absolute; */
    /* right: 0; */
}

.bgGrey {
    background: #f4f4f4;
}

.secTitle h2 {
    text-align: center;
    margin: 0px;
    font-size: 35px;
    font-weight: 800;
    font-family: 'Mona Sans';
    color: #121212;
    line-height: 50px;
}

.secTitle {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    max-width: 65%;
    margin: 0px auto 50px;
}

.whychooesUsNewGrid {
    display: grid;
    grid-template-columns: auto 40% auto;
    align-items: center;
    max-width: 100%;
    margin: auto;
    gap: 55px;
    padding-top: 30px;
}

.whychooesUsNewItem ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.whychooesUsNewItem {
    height: 100%;
}

.whychooesUsNewItem li {
    font-weight: 600;
    font-family: 'Poppins';
    color: #000;
    font-size: 18px;
    line-height: 36px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.whychooesUsNewItem:nth-child(2) {
    text-align: center;
}

.whychooesUsNewItem:nth-child(2) .whyChooesImg {
    background: #39316600;
    border-radius: 100%;
    padding: 40px;
    border: 2px dashed #ec8718;
    border-radius: 100%;
    width: 100%;
    margin: auto;
    max-width: 95%;
    position: relative;
}

.whychooesUsNewItem:nth-child(2) .whyChooesImg img {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    filter: drop-shadow(5px 5px 10px #0000000d);
}

.whychooesUsNewItem li img {
    max-width: 70px;
}

.secTitle p {
    margin: 0px;
    color: #000;
    font-size: 16px;
    font-family: poppins;
    line-height: 27px;
}

.productGridWrapper {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.productGrid,
.productSmallGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
}

.productItem {
    background: #f4f4f4;
    border: 1px solid #22222203;
    border-radius: 12px;
    overflow: hidden;
}

/* .productItem .productImage img {
    width: 100%;
    height: 420px;
    height: 100%;
    object-fit: cover;
} */

.productItem .productContent {
    padding: 30px 35px;
}

.productItem .productContent h5 {
    margin: 0px;
}

.productImage {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.productImage span {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    font-family: 'Mona Sans';
    padding: 6px 12px;
    background: #ffffff33;
}

.productContent h5 {
    margin: 0px;
    font-size: 18px !important;
    z-index: 1;
    font-weight: 700;
    color: #222;
    font-family: 'Mona Sans';
}

.productGrid {
    grid-template-columns: 1fr 45%;
    align-items: end;
}

.productSmallGrid {
    grid-template-columns: 45% 1fr;
    align-items: flex-end;
}

.productSec .Btn-Group {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whychooesUsContentWrapper ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px;
}

.whychooesUsContentWrapper ul li {
    font-size: 15px !important;
    z-index: 1;
    font-weight: 600;
    font-family: 'Poppins';
    color: #000;
    display: flex;
    align-items: baseline;
    gap: 15px;
    line-height: 32px;
    padding: 0px;
}

.whychooesUsContentWrapper ul li i {
    color: #000000;
    font-size: 18px;
    display: none;
}

.whychooesUsContentWrapper ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ef8619;
}

/* Section */
.premiumClients {
    background: #fafafa;
}

.secTitle.center {
    text-align: center;
    margin-bottom: 50px;
}

.secTitle span {
    color: #f58220;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.secTitle h2 {
    font-size: 42px;
    font-weight: 800;
    margin-top: 10px;
}

/* Grid */
.clientGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-top: 50px;
}

/* Card */
.clientItem {
    background: #fff;
    border-radius: 14px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 12px 8px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

/* Inner */
.clientInner img {
    height: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: all 0.4s ease;
}

/* Hover magic */
.clientItem::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(245, 130, 32, 0.08),
            transparent);
    opacity: 0;
    transition: 0.4s;
}

.clientItem:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.clientItem:hover::after {
    opacity: 1;
}

.clientItem:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* Responsive */
@media (max-width: 1200px) {
    .clientGrid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .clientGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .secTitle h2 {
        font-size: 32px;
    }
}

.customHeader.fixed a.nav-link {
    color: #000;
}

.ctaSec {
    padding: 50px 0px;
    position: relative;
}

.whychooesUsNew .ctaContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ctaSec .ctaContent {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}

.ctaSec .ctaContent h5 {
    margin: 0px;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Mona Sans';
    color: #fff;
    line-height: 50px;
}

.ctaSec .ctaContent p {
    margin: 0px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.customizedServiceMain {
    padding: 0px;
    background: linear-gradient(206deg, #fcfcfd, #f9f8f8);
    overflow: hidden;
}

.customizedServiceLeft {
    width: 100%;
    background: url('../images/looking-for-a-reliable/service_bg.png') no-repeat;
    background-size: cover;
    padding: 40px 20% 40px calc(50vw - 75%);
    height: 100%;
    display: flex;
    align-items: center;
}

.customizedServiceLeftItems {
    width: 95%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.customizedServiceLeftTitle {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.customizedServiceLeftTitle h2 {
    margin-bottom: 25px;
    position: relative;
    width: fit-content;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #fff;
    line-height: 50px;
    margin: 0px;
}

.customizedServiceLeftTitle p {
    margin: 0px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #fff;
    font-size: 14px;
}

.customizedServiceImg {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.customizedServiceImg img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

/* .customizedServiceLeftItems .theme-btn-s2 {
  background: #FFF;
  color: #3e4095;
}

.customizedServiceLeftItems .theme-btn-s2::after {
  background: #3e4095;
  color: #FFF;
  border: solid 36px #FFF;
}

.customizedServiceLeftItems .theme-btn-s2::before {
  color: #3e4095;
} */
.customizedServiceLeftItems .Btn-Group {
    padding: 0px;
}

.customizedServiceLeftItems .Btn-Group a {
    background: #fff;
}

.customizedServiceLeftItems .Btn-Group a:hover,
.customizedServiceLeftItems .Btn-Group a:hover i {
    color: #ec8718;
}

.ProductSwiperWrapper {
    margin-left: auto;
    width: calc(100% - 269px);
}

.arrowWrapper {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    right: 60px;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    padding: 10px;
}

.arrowWrapper .swiper-button-next,
.arrowWrapper .swiper-button-prev {
    position: unset;
    margin: 0px;
    width: 60px;
    height: 60px;
    background: #222;
    border-radius: 20px;
}

.ProductSwiperWrapper .arrowWrapper {
    bottom: 1px;
    left: unset;
    right: unset;
    padding: 0px;
}

.ProductSwiperWrapper .arrowWrapper .swiper-button-next,
.ProductSwiperWrapper .arrowWrapper .swiper-button-prev {
    border-radius: 0px;
    background: transparent;
    border: 1px solid #2222;
}

.ProductSwiperWrapper .arrowWrapper .swiper-button-next::after,
.ProductSwiperWrapper .arrowWrapper .swiper-button-prev::after {
    color: #222;
    font-weight: 800;
    font-size: 14px;
}

.productContent .rightArrow {
    position: absolute;
    right: 0;
    background: #383535;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    transform: translate(100%, 0px);
    transition: 0.8s all;
}

.productContent .rightArrow img {
    max-width: 40px;
}

.productWrapper:hover .rightArrow {
    transform: translate(0px, 0px);
}

.ProductSwiperWrapper .ProductSwiper {
    padding: 0px 0px 80px;
}

.whychooesUsNewItem:nth-child(2) .whyChooesImg::before {
    content: '';
    width: 70%;
    position: absolute;
    height: 70%;
    background: #E6E6E6;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}


.LogoHide {
    display: none;
}

.customHeader.fixed img.LogoHide {
    display: block;
}

.customHeader.fixed .LogoShow {
    display: none;
}

.countWrapepr {
    display: flex;
    justify-content: center;
    gap: 5px;
}

/* Grid Layout */
.industryGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 30px;
}

/* Card */
.industryCard {
    background: #ef8619;
    border: 1px solid #22222203;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Image */
.industryImage {
    position: relative;
    overflow: hidden;
}

.industryImage img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Content */
.industrytContent {
    padding: 12px;
}

.industrytContent h5 {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

/* Hover Effect (Desktop only) */
@media (min-width: 992px) {
    .industryCard:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    }

    .industryCard:hover .industryImage img {
        transform: scale(1.08);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .industryGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .industryGrid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .industryImage img {
        height: 200px;
    }

    .industrytContent h5 {
        font-size: 17px;
    }
}


.main-footer {
    padding: 00px 0 0;
    /* margin-bottom: 20px; */
    background: #2f3162;
}

.bg-section {
    width: 100%;
    /* max-width: 1880px; */
    background-color: #121212;
    /* border-radius: 20px; */
    margin: 0 auto;
}

footer.main-footer {
    padding-top: 30px;
}

.footer-logo img {
    width: -webkit-fill-available;
}

.footerLogoName {
    position: relative;
}

.footerLogoName h5 {
    font-size: 284px;
    line-height: normal;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-links h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1.2;
}

.footer-contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact-item .icon-box {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff33;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.footer-contact-item .icon-box:hover {
    background: #ef892f;
    border: #ef892f;
}

.footer-contact-item-content {
    width: calc(100% - 55px);
}

.footer-links p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}

.footer-social-links {
    border-top: 1px solid #ffffff33;
    margin-top: 30px;
    padding-top: 30px;
}

.footer-social-links ul {
    padding: 0;
    list-style: none;
}

.footer-social-links ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.footer-links ul li {
    color: #fff;
    line-height: 1.5em;
    text-transform: capitalize;
    margin-bottom: 20px;
    list-style: disc;
}

.footer-links h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1.2;
}

.footer-contact-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact-item-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.footer-links p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}

.footer-links p a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.footer-social-links ul li a {
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff33;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.footer-social-links ul li a i {
    font-size: 20px;
}

.footer-social-links ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.footer-social-links {
    border-top: 1px solid #ffffff1a;
    margin-top: 30px;
    padding-top: 30px;
}

.footer-copyright {
    border-top: 1px solid #ffffff1a;
    padding: 30px 0;
    margin: 20px 0 0;
}

.footer-copyright-text p {
    color: #fff;
    margin-bottom: 0;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 15px 30px;
}

.footer-menu ul li {
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.4em;
}

.footerLogoName>p.bottomText {
    top: unset;
    bottom: 50px;
    left: unset;
    right: 50px !important;
}

.footerLogoName>p {
    margin: 0px;
    position: absolute;
    top: 35px;
    left: 60px;
    font-size: 50px;
    font-weight: 700;
    color: #ef892f;
}

.col-lg-6.desktop-menu {
    display: block;
}

.col-lg-0.col-md-6.mob-menu:last-child {
    display: none;
}

.footer-menu ul li a,
.footer-links a {
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: color 0.4s ease-in-out;
}

.footer-menu ul li a::after,
.footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #ef892f;
    transition: width 0.4s ease;
}

.footer-menu ul li a:hover,
.footer-links a:hover {
    color: #ef892f;
}

.footer-menu ul li a:hover::after,
.footer-links a:hover::after {
    width: 100%;
}

.footer-social-links ul li a:hover {
    color: #fff;
    border: none;
    background: #ef892f;
}

.footer-social-links ul li a::after {
    position: relative;
    content: none;
}

@media (max-width: 1440px) {
    .banner img {
        width: -webkit-fill-available;
        height: 690px;
    }

    .aboutUsSecTitle h5,
    .customizedServiceLeftTitle h2,
    .secTitle h2,
    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle h5 {
        font-size: 32px;
        line-height: 44px;
    }

    .desc p {
        line-height: 34px;
    }

    .counterItem .counterContent h5 {
        font-size: 16px;
        font-weight: 700;
    }

    .counterItem .counterIcon img {
        max-width: 40px;
    }

    .whychooesUsNewItem:nth-child(2) .whyChooesImg {
        max-width: 70%;
    }

    .whychooesUsNewItem li {
        line-height: 30px;
        gap: 18px;
    }

    .whychooesUsNewItem li img {
        max-width: 55px;
    }

    .customizedServiceLeftTitle {
        margin-bottom: 40px;
    }

    .ProductSwiperWrapper {
        width: calc(100% - 160px);
    }

    .Custompending {
        padding: 60px 0px;
    }

    .whychooesUsWrapper .whychooesUsContentWrapper {
        padding: 10px 25px;
        padding-right: 10px;
    }

    .whychooesUsImg {
        align-content: flex-end;
    }

    .whychooesUsImg img {
        width: 100%;
    }

    .productImage img {
        width: 100%;
    }
}

@media (max-width:1366px) {
    .customHeader .navbar-nav {
        gap: 15px;
    }

    .customHeader.fixed a.header-cta,
    a.header-cta {
        margin-left: 20px;
    }

    .footerLogoName h5 {
        font-size: 230px;
    }

    img.certificate-img {
        border: 1px solid #6c757d;
        height: 100%;
        width: -webkit-fill-available;
    }

    .whychooesUsWrapper .whychooesUsContentWrapper {
        padding: 20px 25px;
    }

    .industryCard .industrytContent {
        padding: 16px 13px;
    }

    .industrytContent h5 {
        margin-bottom: 0px !important;
        color: #fff;
        font-size: 16px;
    }

    /* .industryCard .industryImage img {
    height: 220px;
} */
    .footer-links h3 {
        font-size: 22px;
    }

    .productImage img {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .customHeader {
        padding: 20px 30px;
    }

    .customHeader.fixed a.header-cta,
    a.header-cta {
        padding: 10px 15px;
        margin-left: 15px;
    }

    .customHeader .navbar-nav {
        gap: 12px;
    }

    img.certificate-img {
        border: 1px solid #6c757d;
        height: 100%;
        width: 100%;
    }

    .footerLogoName h5 {
        font-size: 200px;
    }

    .aboutUsSec .bgImg {
        max-width: 26%;
    }

    .aboutUsWrapper {
        grid-template-columns: 35% auto;
        gap: 32px;
    }

    .aboutUsSecTitle h5,
    .customizedServiceLeftTitle h2,
    .secTitle h2,
    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle h5 {
        font-size: 28px;
        line-height: 39px;
    }

    .desc p {
        font-size: 15px;
        line-height: 30px;
    }

    .Btn-Group {
        padding-top: 7px;
    }

    .productImage img {
        width: 100%;
    }

    .Btn-Group a {
        padding: 12px 24px;
        font-size: 15px;
    }

    .whychooesUsNewItem li {
        font-size: 15px;
        line-height: 26px;
        gap: 13px;
    }

    .whychooesUsNewGrid {
        gap: 30px;
    }

    /* .productItem .productImage img {
    height: 280px;
    height: 100%;
} */
    .productContent h5 {
        font-size: 16px !important;
    }

    .productItem .productContent {
        padding: 20px;
    }

    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle p {
        font-size: 14px;
        line-height: 29px;
    }

    .whychooesUsContentWrapper ul {
        gap: 12px;
    }

    .whychooesUsContentWrapper ul li {
        font-size: 14px !important;
        gap: 12px;
        line-height: 27px;
    }

    .clientGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }

    .secTitle {
        margin: 0px auto 30px;
    }

    .Custompending {
        padding: 40px 0px;
    }

    .footer-menu ul {
        gap: 15px 22px;
    }

    .footer-links p {
        font-size: 14px;
        font-weight: 400;
    }

    .footer-social-links {
        margin-top: 20px;
        padding-top: 20px;
    }

    .footer-contact-item-content h3 {
        font-size: 18px !important;
        margin-bottom: 5px;
    }

    .icon-box img {
        width: 16px;
    }

    .footer-social-links ul li a i {
        font-size: 18px;
    }

    .whychooesUsWrapper {
        grid-template-columns: auto;
    }

    .industryGrid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 992px) {
    .customHeader.fixed a.header-cta {
        margin-left: 0px;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0.1rem;
        display: none;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .customHeader .navbar-nav a {
        font-size: 15px;
        font-weight: 600;
    }

    .aboutUsSecTitle h5,
    .customizedServiceLeftTitle h2,
    .secTitle h2,
    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle h5 {
        font-size: 26px;
        line-height: 32px;
    }

    .counterItem .counterContent span {
        font-size: 28px;
    }

    .counterItem .counterContent h5 {
        font-size: 14px;
        font-weight: 700;
    }

    .counterItem {
        padding: 6px;
    }

    .customHeader .navbar-nav {
        gap: 4px;
    }

    .ProductSwiperWrapper {
        width: 100%;
        padding: 20px;
    }

    .clientGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .whychooesUsNewGrid {
        gap: 20px;
    }

    .footerLogoName>p {
        font-size: 45px;
    }

    .footerLogoName>p.bottomText {
        right: 0px !important;
    }

    .footerLogoName h5 {
        font-size: 200px;
    }

    .whychooesUsImg img {
        width: 100%;
    }

    .footer-logo img {
        width: 100%;
    }

    i.fa-solid.fa-bars {
        color: #fff;
    }

    .customHeader.fixed i.fa-solid.fa-bars {
        color: #121212;
    }

    a.nav-link i {
        display: none;
    }

    .dropdown-item i.fa-solid.fa-plus {
        display: none;
    }
}

@media (max-width: 991px) {

    .aboutUsSecTitle h5,
    .customizedServiceLeftTitle h2,
    .secTitle h2,
    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle h5 {
        font-size: 26px;
        line-height: 32px;
    }

    .counterItem .counterContent span {
        font-size: 28px;
    }

    .counterItem .counterContent h5 {
        font-size: 14px;
        font-weight: 700;
    }

    .counterItem {
        padding: 6px;
    }

    .customHeader .navbar-nav {
        gap: 4px;
    }

    .ProductSwiperWrapper {
        width: 100%;
        padding: 20px;
    }

    .clientGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .whychooesUsNewItem li img {
        max-width: 28px;
    }

    .customizedServiceLeft {
        width: -webkit-fill-available;
        padding: 40px 40px 40px 50px;
    }

    .whychooesUsNewItem li {
        font-size: 14px;
        line-height: 26px;
        gap: 12px;
    }

    .whychooesUsNewGrid {
        gap: 0px;
        grid-template-columns: auto 36% auto;
    }

    .footerLogoName>p {
        font-size: 45px;
    }

    .footerLogoName>p.bottomText {
        right: 0px !important;
    }

    .footerLogoName h5 {
        font-size: 200px;
    }

    .whychooesUsImg img {
        width: 100%;
    }

    .footer-logo img {
        width: 100%;
    }

    .clientInner img {
        height: 90px;
        object-fit: cover;
    }

    .clientItem {
        padding: 11px;
    }

    .clientGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
}

@media (max-width:768px) {
    .Custompending {
        padding: 40px 0px;
    }

    .industryCard .industrytContent {
        padding: 16px 8px;
    }

    .aboutUsSecTitle h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .desc p {
        font-size: 16px;
        line-height: 30px;
    }

    .counterItem .counterContent span {
        font-size: 32px;
    }

    .counterItem .counterContent h5 {
        font-size: 14px;
        font-weight: 700;
    }

    .counterItem .counterIcon {
        width: 60px;
        height: 60px;
    }

    .secTitle h2 {
        font-size: 29px;
        line-height: normal;
    }

    .whychooesUsNewGrid {
        grid-template-columns: auto 38% auto;
        gap: 0px;
    }

    .whychooesUsNewItem li {
        font-size: 14px;
        line-height: 26px;
        gap: 13px;
    }

    .whychooesUsNewItem li img {
        max-width: 40px;
    }

    .whychooesUsNewItem:nth-child(2) .whyChooesImg {
        max-width: 75%;
    }

    .customizedServiceLeft {
        padding: 40px 10% 40px calc(85vw - 75%);
    }

    .counterItem {
        padding: 5px;
    }

    .customizedServiceLeftTitle {
        margin-bottom: 30px;
    }

    .Btn-Group a {
        padding: 12px 18px;
    }

    img.certificate-img {
        width: -webkit-fill-available;
    }

    .secTitle {
        margin: 0px auto 30px;
    }

    .ProductSwiperWrapper {
        width: auto;
        padding: 10px;
    }

    .industryGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .whychooesUsWrapper {
        grid-template-columns: auto;
    }

    .whychooesUsWrapper .whychooesUsContentWrapper {
        padding: 20px;
        padding-right: 20px;
    }

    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle h5 {
        font-size: 32px;
    }

    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle p {
        font-size: 15px;
        line-height: 29px;
    }

    .clientGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }

    .footerLogoName h5 {
        font-size: 156px;
        font-weight: 800;
    }

    .footerLogoName>p.bottomText {
        bottom: 30px;
        right: 20px !important;
    }

    .footerLogoName>p {
        font-size: 40px;
    }

    .footer-links h3 {
        font-size: 22px;
    }

    .footer-links p {
        font-weight: 400;
        font-size: 15px;
    }

    .footer-social-links {
        margin-top: 20px;
        padding-top: 20px;
    }

    .footer-copyright {
        border-top: 1px solid #ffffff1a;
        padding: 20px 0;
        margin: 30px 0 0;
    }

    .col-lg-0.col-md-6.mob-menu:last-child {
        display: block;
    }

    .mob-menu {
        margin-top: 40px;
    }

    .footer-links ul {
        margin-bottom: 0px;
    }

    .customHeader {
        padding: 20px 30px;
    }

    .col-lg-6.desktop-menu {
        display: none;
    }
}

@media (max-width:575px) {

    .customHeader .navbar-nav {
        gap: 5px;
        margin-top: 30px;
    }

    .customHeader {
        padding: 20px;
        background: #121212;
        position: relative;
    }

    .banner img {
        height: auto;
    }

    .aboutUsWrapper {
        grid-template-columns: auto;
        gap: 42px;
    }

    .aboutUsSecTitle h5 {
        font-size: 28px;
        line-height: 37px;
    }

    .desc p {
        font-size: 15px;
        line-height: 32px;
    }

    .counterGrid {
        grid-template-columns: auto;
        gap: 20px;
    }

    .counterItem .counterContent span {
        font-size: 34px;
    }

    .counterItem .counterContent h5 {
        font-size: 16px;
    }

    .secTitle {
        max-width: 100%;
    }

    .whychooesUsNewGrid {
        grid-template-columns: auto;
        gap: 20px;
    }

    .whychooesUsNewItem:nth-child(2) .whyChooesImg {
        max-width: 75%;
    }

    .whychooesUsNewItem ul {
        gap: 15px;
    }

    .whychooesUsNewItem li img {
        max-width: 40px;
    }

    .customizedServiceLeft {
        padding: 34px;
    }

    .customizedServiceLeftItems {
        width: 90%;
    }

    .customizedServiceLeftTitle h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .customizedServiceLeftTitle {
        margin-bottom: 36px;
    }

    .Btn-Group a {
        padding: 11px 25px;
        font-size: 14px;
    }

    .Custompending {
        padding: 40px 0px;
    }

    .secTitle {
        margin: 0px auto 30px;
    }

    .secTitle h2,
    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle h5 {
        font-size: 32px;
    }

    img.certificate-img {
        margin-bottom: 20px;
        height: auto;
        width: -webkit-fill-available;
    }

    .ProductSwiperWrapper {
        width: auto;
    }

    .ProductSwiper .swiper-wrapper {
        margin-bottom: 20px;
    }

    /* .productItem .productImage img {
    height: 240px !important;
} */
    .productItem .productContent {
        padding: 20px;
    }

    .productContent h5 {
        font-size: 16px !important;
    }

    .ProductSwiperWrapper .ProductSwiper {
        padding: 0px 0px 50px;
    }

    .productImage img {
        width: 100%;
    }

    .arrowWrapper .swiper-button-next,
    .arrowWrapper .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .whychooesUsWrapper .whychooesUsContentWrapper {
        padding: 20px;
        padding-right: 20px;
    }

    .whychooesUsWrapper {
        grid-template-columns: auto;
    }

    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle p {
        font-size: 15px;
        line-height: 28px;
    }

    .clientGrid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .industryImage img {
        width: 100%;
        height: 100%;
    }

    /* .industryCard .industryImage img {
    height: 220px;
} */
    .footerLogoName h5 {
        font-size: 122px;
    }

    .footerLogoName>p.bottomText {
        bottom: 10px;
        right: 20px !important;
    }

    .footerLogoName>p {
        font-size: 30px;
    }

    .footer-links p {
        font-weight: 400;
        font-size: 14px;
    }

    .footer-social-links {
        margin-top: 20px;
        padding-top: 20px;
    }

    .footer-links h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .footer-contact-item:last-child {
        margin-bottom: 20px;
    }

    .footer-contact-item-content h3 {
        margin-bottom: 5px;
    }

    .footer-contact-item {
        align-items: flex-start;
    }

    .icon-box img {
        WIDTH: 17PX;
    }

    .footer-copyright {
        padding: 30px 0;
        margin: 30px 0 0;
    }

    .col-lg-6.mb-order {
        order: 1;
    }

    .footer-menu ul {
        display: inline-grid;
    }

    .footer-menu {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ffffff1a;
    }

    .footer-copyright-text p {
        font-size: 14px;
    }

    .footer-links {
        margin-top: 20px;
    }

    .mob-menu {
        margin-top: 0px;
    }
}

@media (max-width:480px) {
    .aboutUsSecTitle h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .desc p {
        font-size: 14px;
        line-height: 27px;
    }

    .Custompending {
        padding: 20px 0px;
    }

    .secTitle h2,
    .whychooesUsWrapper .whychooesUsContentWrapper .SecTitle h5 {
        font-size: 28px;
    }

    .whychooesUsNewGrid {
        grid-template-columns: auto;
        gap: 20px;
    }

    .footerLogoName h5 {
        font-size: 62px;
    }

    .footerLogoName>p {
        font-size: 23px;
    }

    .footer-links h3 {
        font-size: 20px;
        margin-bottom: 18px;
        margin-top: 20px;
    }

    .footer-contact-item-content h3 {
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .mob-menu {
        margin-top: 0px;
    }
}

/* about-us page */
.breadcumb {
    background-color: #121212;
    padding: 220px 0px 50px;
}

.breadcumb__title {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.breadcumb__nav ul {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.breadcumb__nav ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    transition: all 0.3s;
}

.breadcumb__nav ul li i {
    font-size: 12px;
    color: #fff;
}
@media (max-width:991px),(max-width:992px) {
    .breadcumb {
    position: relative;
    height: auto;
    z-index: 0;
}
.shapeone ,.shapetwo{
    display: none;
}
.breadcumb__wrap {
    padding: 200px 0 80px;
}
.breadcumb__title {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}
}
@media (max-width:768px) {
    .breadcumb {
    position: relative;
    height: auto;
    z-index: 0;
}
.shapeone ,.shapetwo{
    display: none;
}
.breadcumb__wrap {
    padding: 200px 0 80px;
}
.breadcumb__title {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}
}

.mb-16 {
    margin-bottom: 16px !important;
}

h5.about-heading {
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #121212;
    line-height: 50px;
}

.section-top__subtitle:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -37px;
    width: 32px;
    height: 2px;
    background: #ef8619;
}

.aboutone__blockone {
    display: flex;
    gap: 24px;
    align-items: center;
    padding-bottom: 48px;
    margin-bottom: 32px;
    border-bottom: 1px solid #afafaf52;
}

.aboutone__featurelist {
    position: relative;
    padding-right: 24px;
}

.aboutone__featurelist:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 7px;
    height: 100%;
    background: #ef8619;
    border-radius: 16px;
}

p.aboutone__desc {
    margin-bottom: 30px;
    margin-top: 16px;
}

ul.item__feature-list {
    padding: 0px;
}

.item__feature-list li {
    color: #121212;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.aboutone__featurelist li {
    margin-bottom: 12px !important;
}

.item__feature-list li i,
.mission li i {
    color: #fff;
    background-color: #ef8619;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-right: 8px;
}

.aboutone__profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.typo-l-l {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.typo-text-m {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.aboutone__blocktwo {
    display: flex;
    gap: 32px;
    align-items: center;
}

.about-us-btn a {
    padding: 11px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    text-decoration: unset;
    font-size: 16px;
    font-family: 'Mona Sans';
    color: #fff;
    background: #ef8619;
    border: 1px solid #0000000f;
    border-radius: 0px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 1s ease-in-out;
}

.about-us-btn a i {
    color: #fff;
    font-size: 18px;
    transition: 1s ease-in-out;
}

.aboutone__name {
    font-family: "Kapakana", cursive;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.5px;
    padding-right: 17px;
    border-right: 1px solid #C6C9CA;
}
@media (max-width:1024px) {
.aboutone__content {
    margin-top: 60px;
    /* width: 98%; */
}
    .missionSecTitle h5 {
    font-size: 24px !important;
    line-height: 40px;
}
}
@media (max-width:575px) {
    .aboutone__blockone {
        display: inline-grid;
    }

    .aboutone__blocktwo {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 32px;
        align-items: center;
        justify-content: space-between;
    }

}

.about-counter {
    padding-bottom: 80px;
}
/* 
.mv-engine {
    background: #121212;
    color: #fff;
}

.missionSecTitle h2 {
    margin: 0px;
    font-size: 16px;
    font-family: 'Mona Sans';
    font-weight: 700;
    color: #ec8718;
}

.missionSecTitle h5 {
    margin: 0px;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #ffffff;
    line-height: 50px;
}

.mv-timeline {
    position: relative;
    margin-top: 70px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.mv-timeline::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 2.5px;
    height: 100%;
    background: linear-gradient(#f58220, transparent);
}

.mv-row {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
}

.mv-dot {
    width: 14px;
    height: 14px;
    background: #f58220;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
    box-shadow: 0 0 0 6px rgba(245, 130, 32, 0.15);
}

.mv-panel {
    background: linear-gradient(135deg, #1c1c1c, #141414);
    padding: 40px;
    border-left: 4px solid #f58220;
    width: 100%;
}

.mv-panel h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mv-panel p {
    color: #cfcfcf;
    line-height: 1.8;
}

.mv-panel ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.mv-panel ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #e6e6e6;
}

.mv-panel ul li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #f58220;
    font-size: 20px;
}

@media (max-width: 768px) {
    .mv-heading h2 {
        font-size: 32px;
    }

    .mv-row {
        gap: 20px;
    }

    .mv-panel {
        padding: 25px;
    }

    section.mv-engine {
        padding: 50px 0px;
    }

    .missionSecTitle h5 {
        font-size: 32px;
        line-height: normal;
    }
} */


.mv-engine{
    background:#121212;
    color:#fff;
    padding:100px 0;
}

/* Section Title */

.missionSecTitle h2{
    font-size:16px;
    font-weight:700;
    color:#f58220;
    margin-bottom:10px;
}

.missionSecTitle h5{
    font-size:34px;
    font-weight:700;
    line-height:46px;
}

/* Timeline */

.mv-timeline{
    position:relative;
    margin-top:80px;
}

/* Center vertical line */

.mv-timeline::before{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:2px;
    height:100%;
    background:linear-gradient(
        to bottom,
        transparent,
        #f58220,
        transparent
    );
}

/* Timeline item */

.mv-item{
    position:relative;
    margin-bottom:120px;
}

/* Timeline dot */

.mv-item::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:16px;
    height:16px;
    background:#f58220;
    border-radius:50%;
    box-shadow:0 0 0 8px rgba(245,130,32,0.15);
}

/* Layout */

.mv-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

/* Zigzag */

.mv-item:nth-child(even) .mv-content{
    flex-direction:row-reverse;
}

/* Card */

.mv-card{
    width:45%;
    background:linear-gradient(135deg,#1c1c1c,#141414);
    padding:40px;
    border-radius:12px;
    border-left:4px solid #f58220;
    transition:0.4s;
}

/* Hover */

.mv-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.6);
}

/* Image */

.mv-img {
    width: auto;
}   

.mv-img img{
    width:100%;
    border-radius:12px;
    display:block;
}

/* Typography */

.mv-card h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.mv-card p{
    color:#cfcfcf;
    line-height:1.8;
}

.mv-card ul{
    margin-top:20px;
    list-style:none;
    padding:0;
}

.mv-card ul li{
    margin-bottom:10px;
    padding-left:25px;
    position:relative;
}

.mv-card ul li::before{
    content:"▸";
    position:absolute;
    left:0;
    color:#f58220;
}

/* Responsive */

@media(max-width:768px){

.mv-timeline::before{
    left:20px;
}

.mv-item::before{
    left:20px;
}

.mv-content{
    flex-direction:column;
    align-items:flex-start;
}

.mv-item:nth-child(even) .mv-content{
    flex-direction:column;
}

.mv-card{
    width:100%;
}

.mv-img{
    width:200px;
}

}

/* Product-page */
.product-card img {
    width: -webkit-fill-available;
    height: 340px;
}

section.productsection {
    padding: 80px 0px;
}

.productsection .row {
    gap: 50px 0px;
}

.product-card .productContent {
    display: flex;
    justify-content: space-between;
}

.product-card .productContent i {
    font-size: 38px;
    color: #ef8619;
    transform: translateX(6px) rotate(-47deg);
}

.product-card .productContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

/* Product Card Hover */
.product-card {
    display: block;
    height: 100%;
}

.productItem {
    transition: all 0.4s ease;
}

.productImage img {
    transition: transform 0.6s ease;
    width:100%;
}

/* Overlay */
.productImage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Hover Effects */
.product-card:hover .productItem {
    transform: translateY(-8px);
}

.product-card:hover .productImage img {
    transform: scale(1.09);
}

.product-card:hover .productImage::after {
    opacity: 1;
}

/* Title Hover */
.product-card:hover .productContent h5 {
    color: #ef8619;
}

/* Icon Hover */
.productContent i {
    transition: transform 0.4s ease;
}

.product-card:hover .productContent i {
    transform: translateX(6px) rotate(0deg);
}
/* product slider */
.productGallery {
    width: 100%;
    overflow: hidden;
}
.productMainSlider{
    width:100%;
    height:450px;
    margin-bottom:15px;
}

.productMainSlider img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
}

.productThumbSlider{
    height:90px;
}

.productThumbSlider .swiper-slide{
    opacity:0.5;
    cursor:pointer;
    width:25%;
}

.productThumbSlider .swiper-slide-thumb-active{
    opacity:1;
}

.productThumbSlider img{
    width:100%;
    height:80px;
    object-fit:cover;
    border-radius:6px;
}
@media (max-width:991px) {
    .product-card img {
        width: -webkit-fill-available;
        height: 340px;
    }
}

@media (max-width:575px) {
    .product-card img {
        width: -webkit-fill-available;
        height: auto;
    }

    .breadcumb__wrap {
        position: relative;
        z-index: 8;
        padding: 130px 15px 60px;
    }

    .shapetwo,
    .shapeone {
        display: none;
    }

    .breadcumb {
        position: relative;
        height: auto;
        z-index: 0;
    }

    .breadcumb__title {
        color: #fff;
        font-weight: 700;
        font-size: 45px;
        line-height: normal;
        letter-spacing: 0.5px;
        margin-bottom: 14px;
    }

    .breadcumb__nav ul {
        padding-left: 0px;
    }

    section.productsection {
        padding: 50px 0px;
    }
}

/* inner product page */
/* .innerPageInnerProductPage {
    border-bottom: 15px solid #f4f4f4;
}
.productOutTabWrapper {
    position: relative;
}
.productTabWrapper {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -36.04px;
    padding: 0px 50px;
}
.productTabWrapper ul {
    gap: 0px;
    width: fit-content;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin: auto;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.productTabWrapper ul li a.active {
    background: #f68633 !important;
    color: #fff !important;
}
.productTabWrapper ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    border: 0px !important;
    background: #fff !important;
    padding: 15px 24px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Onest';
    transition: 0.8s all;
    color: #000 !important;
    border-right: 1px solid #00000014 !important;
    border-radius: 0px !important;
    font-weight: 700;
    text-decoration: unset;
    justify-content: center;
}
.productTabWrapper ul li a img {
    width: 100%;
    max-width: 50px;
}
.productOutTabWrapper .productSec {
    padding-top: 220px;
}
.productSec {
    border-top: 2px solid #f68633;
}
.bgGrey {
    background: #f4f4f4;
}
.productDetails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}
.productDetailsImg img {
    width: 100%;
    border-radius: 12px;
}
.productDetailsContent {
    display: flex;
    align-items: center;
}
.innerPageInnerProductPage .secTitle {
    margin-bottom: 25px;
}
.productDetailsContent .secTitle {
    text-align: left;
    margin-bottom: 0px;
}
.secTitle {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    margin-bottom: 55px;
}
.secTitle h5 {
    margin: 0px;
    font-size: 40px !important;
    z-index: 1;
    color: #f58634;
    font-family: "Onest";
    font-weight: 700;
}
.secTitle h5 span {
    color: #000;
}
.productDetailsContent .secTitle .desc {
    max-width: 100%;
}
.desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 80%;
    margin: auto;
}
.productDetailsContent .secTitle .desc p {
    text-align: left;
    margin: 0px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    font-family: "Regola Pro Regular";
    transition: 0.8s all;
} */

/* ===============================
   INNER PRODUCT PAGE – COMMON
================================ */

.innerPageInnerProductPage {
    overflow: hidden;
}

.bgGrey {
    background: #f7f7f7;
}

.Cuspending {
    padding: 70px 0;
}

.secTitle-1 h3 {
    font-size: 28px;
    color: #121212;
    font-weight: 700;
    margin-bottom: 14px;
}

.secTitle-1 h3 span {
    color: #ef8619;
}


/* ===============================
   PRODUCT DETAILS SECTION
================================ */

.productDetailsWrapper {
    padding: 40px 0;
}

.productDetails {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
}

.productDetailsImg {
    height: 100%;
    align-content: center;
    /* background: linear-gradient(0deg, #afafaf, #a8a8a8); */
}

.productDetailsImg img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    object-fit: contain;
}


.productDetailsContent .desc p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 5px;
    color: #444;
}
.product-overview {
    margin-bottom: 50px;
}
/* ===============================
   TABLE – TECHNICAL SPECS
================================ */

.table {
    /* border-radius: 12px; */
    overflow: hidden;
}

.table th {
    padding: 16px;
    border: 1px solid #0000001a !important;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    background: #ffe7d5;
}

.table td {
    padding: 20px;
    border: 1px solid #00000021;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    background: #fbfbfb;
}

.table tr:not(:last-child) td,
.table tr:not(:last-child) th {
    border-bottom: 1px solid #eee;
}

/* ===============================
   FEATURES GRID
================================ */

/* .WhyChooseGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.WhyChooseItem {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: 0.3s ease;
}

.WhyChooseItem:hover {
    transform: translateY(-6px);
}

.WhyChooseItem p {
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    margin: 0;
} */
.BenefitsSec ul {
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style: none;
}
.BenefitsSec ul li {

    font-weight: 700;
    font-size: 15px;
    color: #0d0e10;
    border-radius: 12px;
    position: relative;
    display: grid;
    align-items: center;
    gap: 15px;
    grid-template-columns: auto 1fr;
    padding: 15px;
    background: linear-gradient(90deg, #f4f4f4, transparent);
    border: 1px solid #f4f4f4;
}
.BenefitsSec ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #f58634;
    display: block;
}
/* ===============================
   APPLICATIONS / BENEFITS LIST
================================ */



/* ===============================
   RESPONSIVE – TABLET
================================ */

@media (max-width: 991px) {

    .productDetails {
        flex-direction: column;
        text-align: center;
    }

    .productDetailsImg img {
        max-width: 380px;
    }

    .secTitle h5 {
        font-size: 26px;
    }

    .WhyChooseGrid {
        grid-template-columns: repeat(3, 1fr);
    }

    .FeaturesSec ul {
        grid-template-columns: 1fr;
    }
}

/* ===============================
   RESPONSIVE – MOBILE
================================ */

@media (max-width: 575px) {

    .Cuspending {
        padding: 50px 0;
    }

    .breadcumb__title {
        font-size: 26px;
    }

    .secTitle h5 {
        font-size: 22px;
    }

    .secTitle p,
    .productDetailsContent .desc p {
        font-size: 14px;
    }

    .productDetailsImg img {
        max-width: 100%;
    }

    .WhyChooseGrid {
        grid-template-columns: 1fr;
    }

    .table th,
    .table td {
        font-size: 14px;
        padding: 12px;
    }
}


/* Contact-us page */

.ContactUsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
}

.ContactUsItem {
    background: #fff;
    background-color: #ffffff;
    box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
    border-radius: 8px;
    padding: 40px;
    transition: all 500ms ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.ContactUsIcon svg {
    transition: all 300ms ease;
    width: 50px;
    height: 50px !important;
}
.ContactUsItem svg path {
    fill: #f68633;
}
.ContactUsItem .ContactUsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ContactUsItem .ContactUsContent h5 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    transition: 0.8s all;
}
.ContactUsItem .ContactUsContent p, .ContactUsItem .ContactUsContent a {
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    text-align: center;
    transition: 0.8s all;
    text-decoration: unset;
}
.atagWrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ContactUsItem:hover {
    background-color: #f68633;
}
.ContactUsItem:hover .ContactUsIcon {
    transform: rotateY(360deg);
    transition: all 700ms ease;
}
.ContactUsItem:hover svg path {
    fill: #fff;
}
.ContactUsItem:hover h5, .ContactUsItem:hover p, .ContactUsItem:hover a {
    color: #fff;
}
.ContactUsDetailsSec, .CatalogSec {
    border-bottom: 15px solid #f4f4f4;
}
.ContactUsDetailsGrid {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 32px;
}
.ContactUsDetailsItem {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.ContactUsDetailsItem iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.ContactUsDetailsItem:last-child {
    padding: 30px;
    background: #f4f4f4;
    border-radius: 12px;
    border: 1px solid #ced4da;
}
.ContactUsDetailsItem form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.formGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.ContactUsDetailsItem form input, .ContactUsDetailsItem form textarea {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.ContactUsDetailsItem .submitbutton {
    border: 0px;
    font-size: 16px;
    color: #fff;
    transition: 0.8s all;
    position: relative;
    text-decoration: unset;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f58634;
    padding: 12px 20px;
    border-radius: 10px;
    width: fit-content;
}
.secTitle-2 h3 {
    font-size: 22px;
    color: #121212;
    font-weight: 700;
    margin-bottom: 24px;
}
@media (max-width:575px) {
    .ContactUsGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;
}
.ContactUsItem {
    padding: 30px;
    gap: 20px;
}
.ContactUsDetailsGrid {
    display: grid;
    grid-template-columns: auto;
    gap: 32px;
}
}

/* INTRO SECTION */

.serviceIntroSection{
padding:100px 0;
background:#f5f6fa;
}

.serviceIntroImg img{
border-radius:12px;
width: 100%;
}

.serviceIntroContent h2{
font-size:38px;
font-weight:700;
margin-bottom:20px;
}

.serviceIntroContent span{
color:#ef892f;
}

.serviceHighlights{
margin-top:25px;
display:flex;
flex-wrap:wrap;
gap:15px;
}

.highlightItem{
background:#fff;
padding:12px 18px;
border-radius:30px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
display:flex;
align-items:center;
gap:10px;
font-size:14px;
}

.highlightItem i{
color:#ef892f;
}


.afterSalesLight{
padding:100px 0;
}

.serviceIntroText{
color:#555;
margin-top:10px;
line-height:1.7;
}

.serviceSideImg{
border-radius:10px;
margin-bottom: 40px;
width: 100%;
}

.serviceBoxLight{
background:#f5f6fa;
padding:30px;
border-radius:12px;
text-align:center;
transition:0.35s;
height:100%;
}

.serviceBoxLight h5{
margin-top:15px;
font-weight:600;
}

.serviceBoxLight p{
font-size:14px;
color:#666;
}

.iconCircle{
width:60px;
height:60px;
margin:auto;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#ff7a00,#ff5100);
color:#fff;
font-size:22px;
}

.serviceBoxLight:hover{
transform:translateY(-8px);
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}