@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.mx-1500 {
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.mx-1300 {
    max-width: 1310px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

* {
    font-family: "Sarabun", sans-serif;
}

a {
    text-decoration: none;
}

p {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}

.theme-btn {
    background: linear-gradient(90deg, #EA2227 0%, #FF7700 100%);
    border-radius: 40px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 10px;
    transition: 0.5s ease-in;
}

.theme-btn:hover {
    background: #ffffff;
    color: #EC0303;
}

.theme-btn:hover svg path {
    fill: #EC0303;
}

.logo-img {
    height: 60px;
    width: 140px;
    transition: 0.2s linear;
}

.logo-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

header {
    padding: 20px 0;
    position: fixed;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    background-color: transparent;
}

header.affix {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    z-index: 22;
    transition: .3s;
    background-color: #FFFFFF;
}

header.affix .logo-img {
    height: 55px;
}

header.affix .handburger-menu .bar {
    background-color: #000000;
}

.menu-left {
    width: 80%;
}

.nav-bar ul {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    padding-left: 0;
    width: 100%;

}

.nav-bar ul li {
    list-style-type: none;
    margin-bottom: 40px;
}

.nav-bar ul li a {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.3;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.nav-bar ul li a:hover {
    color: #EA2227;
}

.nav-bar ul li a:hover svg path {
    fill: #EA2227;
}

.menu-middle ul li a {
    font-size: 22px;
    font-weight: 200;
}

.menu-middle ul li {
    margin-bottom: 25px;
}

.nav-bar .social-media-wrap {
    flex-direction: column;
    align-items: end;
}

.handburger-menu {
    width: 35px;
    height: 30px;
    margin-right: 20px;
	cursor:pointer;
}

.menu-col {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    cursor: pointer;
}

.handburger-menu .bar {
    background-color: #FFFFFF;
    height: 3px;
    border-radius: 20px;
    margin-top: 5px;
}

.logo-img-head {
    width: 160px;
    height: 90px;
}

.logo-img-head img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.bar1 {
    width: 100%;
}

.bar2 {
    width: 80%;
}

.bar3 {
    width: 50%;
}

.header-top {
    max-width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.header-bottom {
    padding: 0 45px 0 13rem;
}

.close-btn {
    border: none;
    outline: none;
    background-color: transparent;
}

.menu-col-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-left: 70px;
}

.quick-links {
    display: flex;
    gap: 40px;
    align-items: center;
}

.menu-col ul li a svg {
    flex-shrink: 0;
}

.quick-links a {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}

.home-banner {
    background: #C1D0DC;
    height: 100vh;
    position: relative;
}

.home-banner::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.home-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-content {
    max-width: 650px;
    width: 100%;
    position: absolute;
    left: 15rem;
    top: 40%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.banner-content h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.welcome-section {
    background: linear-gradient(95.72deg, #1D0074 16.63%, #ED464A 86.29%, #F39FA0 99.87%);
    padding-top: 105px;
}

.welcome-content {
    flex: 1;
    max-width: 530px;
}

.sub-title {
    margin-bottom: 15px;
    font-weight: 400;
}

.title-2 {
    font-weight: 300;
    font-size: 55px;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.country-buttons {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.country-buttons button {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #FFFFFF;
    display: flex;
    margin-bottom: 10px;
}

.country-buttons button.active,
.country-buttons button:hover {
    background: #fff;
    color: #d9365b;
}

.country-buttons button.active svg path,
.country-buttons button:hover svg path {
    fill: #d9365b;
}

.country-buttons button svg {
    margin-left: 15px;
}

.stats {
    display: flex;
    gap:7rem;
    margin-top: 30px;
    flex-wrap: wrap;
}

.stats div {
    width: fit-content;
}

.stats h3 {
    font-weight: 500;
    font-size: 70px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.stats p {
    font-weight: 500;
    font-size: 16px;
}

.map-container {
    flex: 1.2;
    position: relative;
    max-width: 1170px;
    margin-right: 0;
     aspect-ratio: 16 / 9;
}

.world-map {
    width: 100%;
    height: auto;
}

.pin {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index:20;
}

.pin:hover {
    transform: scale(1.3);
    background: #ffd700;
    z-index: 20;
}

.pin.active::before,
.pin.active::after {
    opacity: 10;
}

.pin::before {
    content: attr(data-name);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 13px;
    background: #fff;
    color: #d9365b;
    padding: 4px 8px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 20;
}

.pin::after {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 20;
}

.pin:hover::after,
.pin:hover::before {
    opacity: 1;
}

.uae {
    /*top: 20rem;*/
    left: 61%;
    
     top: 49%;
}

.saudi {
    top: 49%;
    left: 60%;
    /*top: 20rem;*/
}

.india {
    top: 56%;
    left: 67.5%;
}

.thailand {
    top: 57%;
    left: 74%;
}

.hongkong {
    top: 53%;
    left: 76%;
}

.china {
    top: 49%;
    left: 78%;
}

.uk {
    left: 46%;
    top:30.8%;
}

.map-wrapper {
    display: flex;
    align-items: flex-start;
}

.deliverypromise-sec {
    padding-top: 170px;
}

.deliverypromise-sec p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.deliverypromise-sec img {
    margin-bottom: 15px;
    width: 110px;
    height: auto;
}

.deliverypromise-sec .title-2 {
    margin-bottom: 30px;
}

.section-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.head-section {
    max-width: 425px;
    margin: auto;
    margin-bottom: 65px;
    position: relative;
    z-index: 1;
}

.head-section p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}

.industry-sec {
    padding-top: 80px;
}

.industry-img {
    position: relative;
}

.industry-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.industry-card::after {
    position: absolute;
    width: 60%;
    height: 50%;
    content: '';
    left: 0;
    top: 0;
    background: #F00F10;
    filter: blur(150px);

}

.industry-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    content: '';
    background: #1D0074;
    filter: blur(150px);
    transform: rotate(180deg);
    position: absolute;
    width: 571px;
    height: 100%;
    z-index: 0;
}

.industry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.industry-img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 91.09%);
}

.industry-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 35px 45px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.industry-text {
    max-width: 55%;
}

.industry-btn {
    width: 100%;
    text-align: end;
}

.industry-btn a {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
}

.card-head {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 10px;

}

.industry-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.slick-initialized .slick-slide {
    background-color: #b32532;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-content-set {
    padding-left: 12rem;
}


.shadow-effect {
    background: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#customers-testimonials .shadow-effect svg {
    margin-bottom: 15px;
}

.shadow-effect h5 {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.126px;
    margin-bottom: 0;
    color: #67646A;
}

.shadow-effect span {
    font-weight: 500;
    font-size: 9.9px;
    line-height: 1.4;
    letter-spacing: -0.108px;
    color: #413D45;
}

.testimonial-sec {
    padding: 85px 0;
}

.testimonial-sec .section-heading,
.network-sec .section-heading {
    color: #4B4C4D;
}

.testimonial-sec .head-section p,
.network-sec .head-section p {
    color: #4E4E4E;
}

.services-sec .section-heading,
.services-sec .head-section p {
    text-align: left;
    margin-bottom: 25px;
}

#customers-testimonials {
    margin-top: 40px;
}

#customers-testimonials .item {
    margin-bottom: 40px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.63px;
    color: #413D45;
    margin-bottom: 30px;
    text-align: left;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.service-bgwrap {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}


.services-sec {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-image: url('../images/service-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-sec::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    width: 1206px;
    height: 587px;

    background: linear-gradient(118.28deg, #E84547 21.48%, #FFFFFF 98.86%);
    opacity: 0.7;
    filter: blur(100px);

}

.services-sec::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    width: 1091px;
    height: 203px;
    background: #F65C0C;
    filter: blur(175px);

}

.services-sec .head-section {
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

.service-wrap {
    z-index: 1;
    position: relative;
    display: flex;
    gap: 25px;
}

.service-card-wrap {
    max-width: 33%; 
    box-sizing: border-box;
    width:100%;
}

.service-card {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 30px 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition:
        background 0.3s ease,
        transform 0.3s ease;
    will-change: transform;
    height: 100%;
    flex-direction: column;
    min-height: 350px;
}

.service-card:hover {
    background: linear-gradient(139.66deg, #1D0074 -30.14%, #ED464A 53.34%, #F39FA0 96.64%);
}


.service-card h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    color: #010101;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 30px;
}

.service-card:hover h3 {
    color: #fff;
}

.service-card:hover svg path {
    fill: #fff;
}


.network-sec {
    padding: 40px 0 50px;
    /* background: linear-gradient(180deg, #FCD0D1 -30.14%, #C74C50 53.34%); */
}

.network-wrap {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.network-item {
    max-width: 175px;
    width: 100%;
    height: 175px;
    padding: 20px 30px;
    border-radius: 20px;
    background-color: #ffffffc7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.network-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.background-wrapper {
    /* background: linear-gradient(180deg, #ffffff 20%, #ffb3b3 36%, #ff6d6d 50%, #b9183b 70%, #1D0074 100%); */
    background: linear-gradient(180deg, #ffffff 0%, #ffb3b3 20%, #ff6d6d 50%, #b9183b 70%, #1D0074 100%);

}

.background-wrapper section {
    background: transparent;
}

.resources-sec {
    position: relative;
    padding: 80px 0;
}

.resources-sec::after {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(180deg, #F8353A 25.4%, #0B0606 85.36%);
    filter: blur(350px);
}


.resources-sec .head-section {
    position: relative;
    z-index: 2;
    color: #000000;
}

.case-study-wrapper {
    display: flex;
    justify-content: center;
    max-width: 1060px;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.case-study-img {
    padding: 70px 50px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
}

.case-study-img:after {
    position: absolute;
    width: 70%;
    height: 67%;
    left: 59px;
    top: 55px;
    border-radius: 50%;
    content: '';
    background: #FF0108;
    filter: blur(90px);
    transform: rotate(89.84deg);

}

.case-study-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    position: relative;
}

.case-study-content {
    display: flex;
    padding: 75px 40px;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 0px 20px 20px 0px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
}

.case-head-sec {
    max-width: 450px;
}

.case-head {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.blog-sec {
    padding: 60px 0;
}

.blog-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #AF0A0A 65%, #FF0000 100%);
    z-index: 1;
}

.blog-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 30%;
    width: 100%;
    height: 80px;
    z-index: 0;

    background: #AF0A0A;
    filter: blur(50px);

}

.blog-img {
    width: 100%;
    position: relative;
    height: 315px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.blog-content {
    position: relative;
    z-index: 2;
    padding: 35px 40px;
}

.blog-content h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.faq-sec {
    padding: 70px 0 100px;
    position: relative;
    overflow: hidden;
}

.faq-sec::after {
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    content: '';
    background: #000000;
    filter: blur(200px);
    transform: matrix(1, 0, 0, -1, 0, 0);

}

.faq-wrapper {
    position: relative;
    z-index: 2;
    max-width: 60%;
    margin: auto;
}

.faq-sec .head-section {
    max-width: 30%;
}

.faq-wrapper .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.faq-wrapper .accordion-button {
    background-color: transparent;
    padding: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    box-shadow: none;
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.faq-wrapper .accordion-header {
    padding-top: 25px;
}

.faq-wrapper .accordion-header .accordion-button.collapsed {
    padding-bottom: 25px;
}

.faq-wrapper .accordion-body {
    padding: 10px 0 30px;
}

.wt-btn {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.faq-wrapper .accordion-button::after {
    display: none;
}

.faq-wrapper .accordion-button span {
    margin-left: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    position: relative;
    right: 0;
    flex-shrink:0;
}

.faq-wrapper .accordion-button span::before {
    content: '';
    width: 12px;
    height: 2px;
    right: 4px;
    top: 9px;
    position: absolute;
    background-color: #fff;
}
.faq-wrapper .accordion-button span::after {
    content: '';
    width: 2px;
    height: 12px;
    right: 9px;
    top: 4px;
    position: absolute;
    background-color: #fff;

}
.faq-wrapper .accordion-button:not(.collapsed) span::after {
    height: 0;

}

footer {
    background-color: #FDFDFD;
    position: relative;
}

.mx-1600 {
    max-width: 1660px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.ft-menu h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #EA2227;
    margin-bottom: 10px;
}

.ft-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ft-menu ul li {
    margin-bottom: 10px;
}

.ft-menu ul li a {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    color: #808080;
}

footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #808080;
}

footer p a {
    color: #808080;
    text-decoration: underline;
}

.weft-link {
    color: #6E7191;
}

.weft-link a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.social-media-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.ft-top {
    padding: 50px 0 40px;
    /*border-bottom: 1px solid #808080;*/
    max-width: 85%;
    margin: auto;

}

.ft-top:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D4D2E3;
    left: 0;
    bottom: 6rem;
    content: '';
}

.ft-btm {
    padding: 40px 0;
    max-width: 85%;
    margin: auto;
}

.ft-logo {
    width: 120px;
    height: 93px;
}

.ft-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.ft-logo-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.nav-bar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    transition: 0.4s ease;
    z-index: 9999;
    display: flex;
    padding: 40px 0;
}

.nav-bar.active {
    right: 0;
}

.backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.backdrop.active {
    opacity: 1;
    visibility: visible;
    z-index: 9998;
}

.ft-menus-sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.ft-menu {
    width: fit-content;
}

.submenu {
    display: none;
    margin-top: 10px;
    /* border-left: 1px solid #4C4C4C; */
    border-top: 0;
    border-bottom: 0;
    padding: 0 60px;
    width: 100%;
}

.menu-item.open .submenu {
    display: block;
    transition: transform 0.3s ease;
}

.menu-item.open .menu-toggle span {
    transform: rotate(45deg);
}

.menu-item {
    display: flex;
    gap: 120px;
    align-items: baseline;

}

.menu-item a {
    min-width: 270px;
}

.main-menu-item {
    width: fit-content;
    position: relative;
}

.submenu {
    position: absolute;
    left: 17rem;
    /* adjust based on design */
    top: 0;
    min-width: 300px;
    width: 100%;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.menu-item.open .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.submenu ul {
    width: fit-content;
    z-index: 22;
    position: relative;
    background-color: #000;
}

.banner-videomob {
    display: none;
}


/* ------------------------------------------- Blog Page Style Start ------------------------------------------- */

.subpage-banner-section {
    position: relative;
    padding-bottom: 60px;
}

.pt-12 {
    padding-top: 12rem;
}

header.affix .affix-logo {
    display: block;
}

.affix-logo,
header.affix .logo-red {
    display: none;
}

.blog-banner-section {
    padding-top: 150px;
    background-color: #39096D;
    position: relative;
}

.blog-banner-section::after {
    content: "";
    position: absolute;
    /*inset: 0;*/
    left: 0px;
    top: 0;
    width: 55%;
    height: 20%;
    /*background: linear-gradient(91deg, #ED474B 80%, #1D0174 100%);*/
    filter: blur(150px);
    background: linear-gradient(90deg, #ED474B 0%, #1D0174 100%);
}

.blog-wrapper {
    position: relative;
    z-index: 1;
}

.blog-listing-sec {
    position: relative;
    z-index: 1;
}

.banner-img-blog {
    width: 100%;
    height: 750px;
    position: relative;
    z-index: 1;
}

.banner-img-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-inner-headsec {
    max-width: 50%;
    margin: auto;
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.blog-inner-headsec li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;


}

.blog-inner-headsec li:not(:last-child)::after {
    content: "•";
    margin: 0 10px;
    color: #FFFFFF;
}

.blog-inner-headsec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 0;
}

.blog-inner-headsec a {
    height: 35px;
    width: 35px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.blog-inner-headsec .social-media-wrap {
    justify-content: center;
    gap: 10px;
}

.blog-inner-content ul,
.blog-inner-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #413D45;
    margin-bottom: 25px;
}

.blog-content-wrapper {
    background-color: #fff;
    padding: 90px 0;
}

.blog-inner-content h1,
.blog-inner-content h2,
.blog-inner-content h3,
.blog-inner-content h4,
.blog-inner-content h5,
.blog-inner-content h6 {
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
    color: #4B4C4D;
    margin-bottom: 25px;
}

.blog-inner-content img {
    height: 615px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 30px 0 50px;
}

.blog-inner-content .social-media-wrap {
    justify-content: start;
    margin-bottom: 50px;
    gap: 0;
}

.blog-inner-content .social-media-wrap a {
    border-right: 1px solid #39096D;
    padding: 0 30px;
}

.blog-inner-content .social-media-wrap a:first-child {
    padding-left: 0;
}

.blog-inner-content .social-media-wrap a:last-child {
    border-right: none;
    padding-right: 0;
}

.related-blogsec {
    padding-top: 80px;
}

.related-blogsec .head-section {
    margin-left: 0;
    color: #4B4C4D;
    margin-bottom: 40px;
}

.related-blogsec .section-heading {
    color: #4B4C4D;
    text-align: left;
    margin-bottom: 0;
}

/* ------------------------------------------- Blog Page Style End ------------------------------------------- */

/* ------------------------------------------- Contact Page Style Start ------------------------------------------- */
.contact-section {
    background: linear-gradient(356.91deg, #ED474B -134.28%, #17005B 97.37%);
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.contact-section::after {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: #BB334A;
    filter: blur(125px);
    content: '';
}

.contact-formwrapper {
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.contact-leftcontent {
    max-width: 380px;
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.contact-leftcontent .title-2 {
    font-size: 40px;
    background: linear-gradient(131.25deg, #4F06FF 7.55%, #FF002E 83.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-bottom: 40px;
    margin-bottom: 0;

}

.contact-header {
    margin-bottom: 55px;
}

.contact-header p {
    font-size: 16px;
    max-width: 60%;
    font-weight: 400;
}

.contact-header .section-heading {
    margin-bottom: 0;
    text-align: left;
}

.contact-mapsec {
    background: linear-gradient(356.91deg, #ED474B -134.28%, #17005B 97.37%);
    border-radius: 15px;
    padding: 40px 55px;
    overflow: hidden;
    background: linear-gradient(163.57deg, #112380 4.39%, #EC0303 129.7%);
    border-radius: 8px;
    position: relative;

}

.contact-mapsec .map-content-set {
    padding-left: 0;
}

.contact-mapsec::after {
    position: absolute;
    width: 300px;
    height: 150px;
    left: 0;
    top: 0;
    content: '';
    background: #0023D9;
    filter: blur(100px);
}

.contact-mapsec .welcome-content {
    max-width: 100%;
    position: relative;
}

.contact-mapsec .welcome-content::after {
    position: absolute;
    width: 449.29px;
    height: 238.23px;
    left: 0;
    bottom: 0;
    content: '';
    background: #ED464A;
    filter: blur(100px);
    z-index: -1;

}

.contact-mapsec .title-2 {
    font-weight: 300;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.contact-mapsec .map-container {
    position: relative;
    z-index: 1;
}

.input-from {
    margin-bottom: 10px;
}

.input-from input,
.input-from textarea {
    position: relative;
    z-index: 1;
    padding: 15px 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    color: #4B4C4D;
    outline: none;
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #fff;
}

.input-from input,
.input-from textarea {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #2600FF, #FF534E) border-box;
    border-radius: 10px;
    border: 1px solid transparent;
}

.contact-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-details a {
    color: #4B4C4D;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-wrap {
    margin-top: 35px;
}

.address-wrap p {
    font-size: 16px;
    color: #4B4C4D;
    margin-bottom: 20px;
}

.contact-details a svg {
    margin-right: 10px;
}

/* ------------------------------------------- Contact Page Style End ------------------------------------------- */
/* ------------------------------------------- Service Page Style Start ------------------------------------------- */
.service-section-list {
    max-width: 1380px;
    margin: auto;
    padding: 0 15px;
}

.single-img {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 440px;
}

.service-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(82.23deg, #1D0074 19.67%, #ED464A 76.18%, #F39FA0 126.1%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.single-img:hover .img-overlay {
    height: 100%;
}

.text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 80px 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;

}

.text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text h3 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 25px;
    margin-bottom: 15px;

}

.white-btn {
    background-color: #FFFFFF;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #EC0303;
    border-radius: 40px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border: none;
    width: fit-content;
    gap: 10px;
    transition: 0.5s ease-in;
}

.image-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px 45px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    backdrop-filter: blur(1.83854px);
    width: 100%;
}

.image-content h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2;
    color: #FFFFFF;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;
}

.service-section-list {
    position: relative;
    z-index: 1;
}

.aircraft-banner-section .head-section {
    max-width: 70%;
}

.aircraft-banner-section .section-heading {
    font-size: 60px;
}

.power-text-front {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(57, 0, 0, 0.8) 0%, #EA2227 100%);
    height: 100%;
    padding: 40px 30px;
    justify-content: space-between;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.power-aviation-col h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 0;
}

.power-aviation-col {
    width: 20%;
    height: 380px;
    overflow: hidden;
    position: relative;

}

.power-aviation-wrap {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.power-text-back {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 15px;
}

.power-text-back h3 {
    color: #4B4C4D;
}

.power-text-back p {
    color: #717171;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
}

.power-text {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.power-aviation-col:hover .power-text-back {
    height: 100%;
}

.power-aviation-sec {
    padding-top: 120px;
}

.whychooseair-sec {
    position: relative;
    padding: 150px 0;
    background-image: url(../images/services/air-whychoose.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;

}

.whychooseair-sec .section-heading,
.whychooseair-sec .head-section p {
    text-align: left;
}
.air-banner{
     background-image: url(../images/services/air-banner.webp) !important; 
}
.aircraft-banner {
  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
}

.perfumes-banner {
    background-image: url(../images/services/perfumes-banner.webp);
    position: relative;
}

.perfumes-banner::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(29, 1, 116, 0) 30%, #1D0174 90%, #1D0174 100%);
    /*, url(row-bottles-with-purple-liquid-them.jpg);*/

}

.perfumes-banner-section {
    position: relative;
    z-index: 1;
}

.perfumes-banner-section .head-section {
    max-width: 100%;
}

.perfume-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 25px;
    background: rgba(0, 0, 0, 0.51);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    margin-bottom: 20px;
}

.perfume-card h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 0;
}

.perfume-card:hover {
    background: #fff;
}

.perfume-card:hover img { /* new chnage */
    filter: none;
}

.perfume-card:hover h3 {
    color: #727171;
}

.perfume-card img {    /* new chnage */
    filter: grayscale(100%) brightness(0) invert(1);
}

.whychoose-wrapcard {
    display: flex;
    margin-top: 50px;
}

.whychoose-card {
    background: linear-gradient(90deg, #EA2227 0%, rgba(80, 80, 80, 0) 100%);
    border-radius: 6px;
    padding: 40px 30px;
    width: 20%;

}

.our-credentials {
    padding-top: 120px;
}

.whychoose-perfume .section-heading,
.whychoose-perfume .head-section p {
    text-align: center;
}

.network-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.network-wrapper .network-item {
    padding: 15px 15px;
}

.perfumes-banner .aircraft-banner-section {
    padding-bottom: 150px;
}

.whychoose-perfume .whychoose-wrapcard {
    flex-wrap: wrap;
}

.whychoose-perfume .whychoose-card {
    width: 33.33%;
    margin-bottom: 15px;
}

.network-wrapper {
    flex-wrap: wrap;
}

.perfume-card svg {
    flex-shrink: 0;
    height: auto;
    max-width: 60px;
}

.perfume-card {
    height: 100%;
    margin-bottom: 0;
}

.perfumes-wrap .row [class*="col-"] {
    margin-bottom: 20px;
}

.mapsec-air svg {
    max-width: 100%;
    height: auto;
}

.power-aviation-wrap {
    flex-wrap: wrap;
    gap: 0;
}

.power-aviation-col {
    padding: 0 5px;
}

.power-text-front svg {
    height: auto;
}

/* ------------------------------------------- Service Page Style End ------------------------------------------- */
/* ------------------------------------------- Career Page Style Start ------------------------------------------- */
.career-description h1,
.career-description h2,
.career-description h3,
.career-description h4,
.career-description h5,
.career-description h6 {
    text-align: left;
    color: #4B4C4D;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.career-description {
    background-color: #fff;
    border-radius: 35px;
    padding: 55px 65px;
    position: relative;
    z-index: 1;
}

.career-description p,
.career-description ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #555555;
    margin-bottom: 20px;
}

.career-description p:last-child,
.career-description ul li:last-child {
    margin-bottom: 0;
}

.career-description ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 24px;
}

.form-group label {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 14px;
    color: #4B4C4D;
    font-weight: 500;
    z-index:2;
}

.form-group input {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #2600FF, #FF534E) border-box;
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 15px 20px;
    width: 100%;
    outline: none;
}

.career-form .section-heading {
    margin-bottom: 25px;
}

.career-form .theme-btn {
    width: 100%;
    position: relative;
}

/* .theme-btn::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '\8593';

} */
.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.btn-wrap .white-btn {
    margin-top: 0;
}

.mx-40 {
    max-width: 40%;
}

.vision-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 5rem 0 6rem;
    overflow: hidden;
    background-color: #1D0074;
}

.story-section .head-section {
    max-width: 40%;
    margin: 0;
    position: relative;
    z-index: 1;
}

.story-section .head-section p {
    font-size: 25px;
    text-align: left;
    font-weight: 300;
}

.story-section .head-section .section-heading {
    text-align: left;
}

.story-section {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;

}

.story-content p {
    font-size: 16px;
    font-weight: 300;

    margin-bottom: 15px;
    line-height: 1.3;
}

.story-content {
    max-width: 40%;
    padding-top: 60px;
}

.aboutus-story-section {
    background-image: url('../images/about-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding-top: 95px;
}

.aboutus-story-section::after {
    background: linear-gradient(0deg, #00000000, #ed474b 50%);
    /*filter: blur(99px);*/
    position: absolute;
    content: '';
    height: 60%;
    width: 100%;
    left: 0;
    top: -66px;
}

.aboutus-story-section::before {
    position: absolute;
    /*filter: blur(32px);*/
    content: '';
    left: 0;
    bottom: -44px;
    height: 20%;
    width: 100%;
    background:linear-gradient(181deg, #00000000 10%, #370166 55%);
}

.about-banner-sec {
    position: relative;
    padding: 16.5rem 0 100px;
    background-image: url('../images/about-banner.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.about-banner-sec::before {
    position: absolute;
    background: linear-gradient(180deg, rgba(23, 0, 91, 1) 0%, rgb(237 71 75) 97%);
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.about-banner-sec .section-heading {
    font-size: 60px;
}

.mx-50 {
    max-width: 50%;
}

.abcounter-section {
    max-width: 30%;
    margin: auto;
    padding: 8rem 0 7rem;
    position: relative;
    z-index: 1;
}

.vision-section::after {
    background: linear-gradient(180deg, #210475 0%, #EC0303 100%);
    filter: blur(250px);
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 60%;
    content: '';
    border-radius: 50%;
}

.mision-vision-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.mision-card {
    padding: 35px 25px 35px 60px;
    border-radius: 15px;
    background-color: #fff;
    max-width: 50%;
}

.mision-card h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.3;
    color: #413D45;
    margin-bottom: 25px;

}

.mision-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #413D45;
    margin-bottom: 0;
}

.mision-card img {
    height: auto;
    width: auto;
    margin-bottom: 40px;
}

.mision-top {
    margin-top: 90px;
}

.vision-section .head-section .section-heading,
.vision-section .head-section p {
    text-align: left;
}

.ceo-sec {
    background-color: #1D0174;
    position: relative;
    overflow: hidden;
    padding: 75px 0 90px;
}

.ceo-sec::after {
    position: absolute;
    background: linear-gradient(180deg, #210475 0%, #EC0303 100%);
    filter: blur(300px);
    content: '';
    right: 0;
    top: 0;
    height: 50%;
    width: 50%;
}
.ceo-img-wrap{
    position: relative;
    z-index: 1;
    height: 100%;
    width:480px;
}
.ceo-img {
    z-index: 1;
    height: 100%;
    width: 100%;
}

.ceo-img-wrap::after {
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(180deg, rgba(31, 2, 117, 0) 7.75%, #1D0074 100%);
}

.ceo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ceo-img p{
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 1.2;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.ceo-msg {
    position: relative;
    z-index: 1;
}

.ceo-msg p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 30px;
}

.letstalk-sec {
    background-image: url('../images/letstalk-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px;
}

.letstalk-sec h5 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.letstalk-sec h3 {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 40px;

}

.letstalk-text {
    max-width: 620px;
    padding-left: 5rem;
}

.letstalk-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.letstalk-sec::after {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    content: '';
    background: #000000;
    filter: blur(200px);
    transform: matrix(1, 0, 0, -1, 0, 0);
}


/* ------------------------------------------- Career Page Style End ------------------------------------------- */
.wpcf7-not-valid-tip {
    font-size: 13px;
}
.letstalk-img{
    width: 100%;
    height: auto;
}
.letstalk-img img{
    width: 100%;
    height: 100%;
    object-fit:contain;
    object-position:center;
}
.floating-icon{
        position: fixed;
    bottom: 25px;
    left: 25px;
    z-index:8;
}
.head-section h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    leading-trim: both;
    text-edge: cap;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align:center;
    margin-bottom:15px;
}
.faq-secsub{
    margin-top:80px;
    margin-bottom:0 !important;
        max-width: 50% !important;
}
.faq-secsub .theme-btn{
    margin:auto;
    margin-top:20px;
}

/* ------------------------------------------- Career Listing Page Style Start ------------------------------------------- */
.job-titlewrap h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #220373;
    margin-bottom: 15px;

}

.career-card {
    padding: 30px 65px 30px 25px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 15px;
}

.job-desc {
    display: flex;
    gap: 20px;
}

.job-desc p {
    background: #F9F9FB;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #797979;
    margin-bottom: 0;
}

.apply-btn-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.career-listing {
    max-width: 1085px;
    padding: 0 15px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.career-banner-section {
    padding: 150px 0 60px;
    background-color: #39096D;
    position: relative;
    background-image: url('../images/career-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.career-banner-section::after {
    background: linear-gradient(90deg, #ED474B 0%, #1D0174 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    filter: blur(60px);

}

/* ------------------------------------------- Career Listing Page Style End ------------------------------------------- */

.mobile-electriconics-banner {
    background-image: url('../images/mobile-equpbanner.webp') !important;
}

/* ------------------------------------------- Loaction Page Style Start ------------------------------------------- */
.location-banner-section {
    background: linear-gradient(90deg, #ED474B 0%, #1D0174 100%);
    padding: 150px 0 100px;
    position: relative;

}

.office-btn {
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    width: fit-content;
    gap: 10px;
    transition: 0.5s ease-in;
}

.office-btn:hover {
    background-color: #fff;
    color: #EC0303;
}

.location-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.location-header .btn-wrap {
    justify-content: start;
}

.main-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.location-text h3 {
    margin-bottom: 10px;
}

.location-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 30px;
}

.morethanlogic-section {
    background: linear-gradient(180deg, #260C31 0%, #39096D 100%);
    padding: 75px 0;
    position: relative;
}

.morethanlogic-section::after {
    background: linear-gradient(180deg, #260C31 0%, #39096D 100%);
    content: '';
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: 100%;
    filter: blur(25px);
}

.location-contactsec::before {
    background: linear-gradient(180deg, #260C31 0%, #39096D 100%);
    content: '';
    position: absolute;
    left: 0;
    top: -164px;
    width: 100%;
    height: 32%;
    filter: blur(19px);
}


.growth-text {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 25px 35px;
    max-width: 360px;
    position: absolute;

}

.growth-text1 {
    left: 0px;
    top: -40px;
}

.growth-text2 {
    right: -40px;
    bottom: 40px;
}

.growth-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 0;
}

.growth-img {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px 11px;
    height: 360px;
    width: 395px;
    display: block;
    margin: auto;
    margin-right: 0;

}

.growth-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.growth-box {
    position: relative;
    width: 630px;
    margin-left: auto;
    margin-top: 70px;

}

.growth-secwrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1375px;
    margin: auto;
    z-index: 1;
}

.growth-box2 {
    margin-left: 0;
    margin-top: 0;
}

.growth-box2 .growth-img {
    margin-left: 0;
}

.location-service-section {
    background: linear-gradient(180deg, #2E0A36 0%, #1F0730 100%);
    position: relative;
    padding: 50px 0;
}

.location-service-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #2E0A36 0%, #1F0730 100%);
    filter: blur(50px);
}

.service-slider-wrap {
    padding-left: 15rem;
}

.service-slider-wrap .head-section {
    margin: unset;
}

.service-slider-wrap .section-heading {
    text-align: left !important;
}

.network-membership-section {
    padding: 150px 0 40px;
    background-image: url('../images//location/networkmembership.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

.network-membership-section::before {
    position: absolute;
    content: '';
    height: 300px;
    width: 100%;
    left: 0;
    top: -90px;
    border-radius: 50%;
    background: #FFEBEB;
    filter: blur(80px);
}

.network-membership-section::after {
    position: absolute;
    content: '';
    height: 130px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(181deg, #ffffff65 0%, #2E0A36 10%);
    filter: blur(40px);
    opacity: 0.8;
}

.network-membership-header svg {
    margin-bottom: 50px;
}

.network-membership-wrap {
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 25px;
}

.network-membership-img {
    width: 900px;
    height: 740px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;

}

.network-membership-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.network-membership-header {
    padding: 90px 35px;
}

.network-membership-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #413D45;
    margin-bottom: 0;
}

.network-membership-header h3 {
    color: #4B4C4D;
    margin-bottom: 15px;
    text-align: left;
}

.network-membership-btmsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 130px;
    position: relative;
    z-index: 1;
}

.network-membership-btmsec p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 0;
}

.network-membership-btmsec .section-heading {
    text-align: left;
    max-width: 65%;
}

.transship-section {
    padding: 65px 0;
}

.transship-section .head-section {
    max-width: 85%;
    margin: unset;
    text-align: left;
}

.transship-section .head-section p {
    color: #413D45;
    text-align: left;
    margin-bottom: 15px;
}

.transship-section .head-section .section-heading {
    color: #4B4C4D;
    text-align: left;
}

.tranship-card {
    background: linear-gradient(180.04deg, rgba(214, 80, 96, 0.75) -124.55%, rgba(255, 255, 255, 0.75) 99.97%);
    border-radius: 10px;
    padding: 45px 45px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 10px;
    transition: 0.3s ease;
}

.tranship-card:hover {
    background: linear-gradient(110.15deg, #3A0A6E 5.9%, #E3444D 89.54%);
}

.tranship-card h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #4B4C4D;
    margin-bottom: 10px;
}

.tranship-card:hover h3 {
    color: #fff;
}

.tranship-card svg {
    margin-bottom: 50px;
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: end;
}

.tranship-card:hover svg path {
    fill: #fff;
    stroke: transparent;
}

.tranship-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #4B4C4D;
    margin-bottom: 0;
}

.tranship-card:hover p {
    color: #fff;
}

.netwrok-membership-card {
    background: rgba(0, 0, 0, 0.76);
    border-radius: 10px;
    padding: 40px 20px;
    width: 240px;
    min-width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.netwrok-membership-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 0;
}

.netwrok-membership-cardwrap {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    width: 100%;
    padding: 50px 45px;
}

.netcard-wrapper {
    display: flex;
    gap: 15px;
}

.netcard-wrapper2 {
    justify-content: end;
}

.netcard-wrapper2 .netwrok-membership-card {
    width: fit-content;
    max-width: 240px;
}

.lt-head {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.trade-corridorssec {
    position: relative;
    background: linear-gradient(169.65deg, #C33853 0, #3A0A6E 60%, #39096D 100%);
    padding: 40px 0;
}

.trade-corridorssec::before {
    background: #E3444D;
    opacity: 0.9;
    filter: blur(25px);
    content: '';
    left: -70px;
    position: absolute;
    top: -95px;
    height: 30%;
    border-radius: 50%;
    width: 55%
}

.trade-corridorssec::after {
    position: absolute;
    width: 63%;
    height: 64%;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(188deg, #C33853 7.72%, #3A0A6E 95.59%, #39096D 220.11%);
    filter: blur(86px);
}

.trade-corridores-wrap {
    position: relative;
    z-index: 1;
    padding-right: 80px;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.trade-mapcard {
    padding: 25px 50px 50px;
    border: 0.5px solid #7b607aa4;
    border-radius: 15px;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.trade-mapcard img {
    margin-bottom: 30px;
}

.trade-mapcard p {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.1;
    color: #FFFFFF;
    text-align: center;
}

.location-webuild-box {
    /* filter: blur(10px); */
    border-radius: 15px;
    padding: 60px 0 70px;
    position: relative;

}

.location-webuild-box::before {
    background: #390A6D;
    filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.location-webuild-box::after {
    background: linear-gradient(179.9deg, rgba(151, 125, 176, 0) -23.27%, rgba(157, 126, 173, 0) -6.13%, #DA404D 84.19%);
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.location-webuild {
    position: relative;
    overflow: hidden;
    padding: 90px 0 30px;
}

.location-webuild::before {
    position: absolute;
    background: linear-gradient(177deg, rgba(69, 23, 118, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* filter: blur(25px); */
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.location-webuild-img,
.location-webuild-text {
    position: relative;
    z-index: 1;
}

.location-webuild-img {
    margin: auto;
    height: auto;
    width: 415px;
}

.location-webuild-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.location-webuild-text {
    max-width: 73%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.location-webuild-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
}

.location-maping {
    width: 100%;
    height: 640px;
}

.location-maping svg {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.location-contactsec {
    background-image: url('../images/location/letstalk-bg.webp ');
}
.locmap-pin{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
        cursor: pointer;
}
.locmap-pin .tooltip{
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #EC0303;
    padding: 6px 12px;
    border-radius:10px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    text-transform: capitalize;
    pointer-events: none;
    transition: 0.3s;
}
.location-maping {
    position: relative;

}

.office-btn:hover .tooltip{
    opacity: 1;
    visibility: visible;
    display: block;
}
.locmap-pin.show-tooltip .tooltip {
    opacity: 1;
    visibility: visible;
}
.office-btn.active{
       background-color: #fff;
    color: #EC0303;

}

/* Show tooltip on button hover */
.locmap-pin.show-tooltip .tooltip {
    opacity: 1;
    visibility: visible;
}
.office-btn.active .tooltip{
    opacity: 1;
    visibility: visible;
}

/* ------------------------------------------- Loaction Page Style End ------------------------------------------- */

/* ------------------------------------------- Service Inner Page Style Start ------------------------------------------- */

.service-inner-banner {
    background: linear-gradient(356.91deg, #ED474B -134.28%, #17005B 97.37%);
    padding: 150px 0 60px;
    position: relative;
}

.service-inner-banner::after {
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    bottom: -35px;
    background: #C23544;
    filter: blur(64px);
    content: '';

}

.service-inner-banner::before {
    position: absolute;
    width: 37%;
    height: 43%;
    left: 34%;
    border-radius: 50%;
    bottom: 20%;
    background: #C23544;
    filter: blur(100px);
    content: '';

}

.service-inner-banner .head-section {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}

.service-inner-banner .section-heading {
    text-align: left;
    font-size: 60px;
}

.service-inner-banner p {
    margin-bottom: 30px;
    text-align: left;
    max-width: 85%;
}

.service-inner-banner p:last-of-type {
    margin-bottom: 0;
}


.service-inner-img {
    position: relative;
    z-index: 1;
}

.service-inner-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.aircraft-section-sec {
    padding: 20px 0 50px;
    background-color: #C23544;
    position: relative;
}

.aircraft-section-sec:before {
    background: #C23544;
    filter: blur(15px);
    position: absolute;
    left: 0;
    top: -29px;
    width: 100%;
    height: 300px;
    content: '';

}

.aircraft-section-sec:after {
    background: #C23544;
    filter: blur(225px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.aircraft-section-sec .head-section {
    max-width: 40%;
    margin: unset;
    margin-bottom: 60px;

}

.aircraft-section-sec .section-heading {
    text-align: left;
    margin-bottom: 0;
}

.service-whatweoffer-sec {
    /* background-image: url(../images/services/servicewhat-weoffer-bg.webp) !important; */
    position: relative;
}

.service-whatweoffer-sec::before {
    position: absolute;
    background: linear-gradient(180deg, #E2ACB1 0%, #DA858E 100%);
    filter: blur(53px);
    content: '';
    left: 0;
    top: -97px;
    height: 208px;
    border-radius: 0;

}

.service-whatweoffer-sec::after {
    position: absolute;
    background: #ffffff;
    filter: blur(53px);
    content: '';
    left: 0;
    bottom: -97px;
    height: 208px;
    border-radius: 0;

}

.service-whatweoffer-sec .network-membership-wrap {
    position: relative;
    z-index: 1;
}

.service-ourprocess-section {
    /* background-color: #fff; */
    padding: 70px 0;
    position: relative;
}

.service-ourprocess-section::before {
    position: absolute;
    left: 0;
    top: -60px;
    height: 100%;
    width: 100%;
    content: '';
    filter: blur(30px);
    background: #fff;
}

.service-ourprocess-section::after {
    /* background: linear-gradient(0deg, rgba(35, 22, 104, 0.7) 0%, rgba(255, 255, 255, 1) 100%); */
    position: absolute;
    left: 0;
    bottom: -65px;
    height: 26%;
    width: 100%;
    content: '';
    filter: blur(33px);
    background: #ffffff;
    z-index: 1;
}

.service-ourprocess-section .section-heading {
    color: #4B4C4D;
}

.process-card {
    border-right: 1px solid #A4A3A3;
    padding: 20px 30px 20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.process-card svg {
    margin-bottom: 40px;
    width: 100px;
    height: auto;
}

.process-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #717171;
    margin-bottom: 0;
}

.process-card h5 {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
    color: #4B4C4D;
    margin-bottom: 10px;
}

.process-wrapper {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    z-index: 1;
}

.process-col {
    width: 25%;
}

.process-wrapper .process-col:last-of-type .process-card {
    border-right: 0;
}

.service-inner-contact .letstalk-text {
    max-width: 50%;
    width: 100%;
}

.service-inner-contact {
    position: relative;
    background-image: url('../images/location/letstalk-bg.webp ');
}

.service-inner-contact::after {
    background-color: #231668;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.what-network2 {
    justify-content: end;
}

.what-network-card {
    padding: 30px 20px;
}

.what-network1 {
    max-width: 65%;
    flex-wrap: wrap;
    justify-content: end;
}

.certification-standards {
    margin-top: 30px;
}

.standard-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.standard-card {
    height: 355px;
    padding: 30px 35px;
    border-right: 1px solid #ADADAD;
    border-top: 1px solid #ADADAD;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 25%;
}

.standard-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #4B4C4D;
}
.standard-head{
    display: flex;
    gap:18px;
    flex-direction: column;
}
.standard-head span {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    background: linear-gradient(180deg, #E3444D 0%, #3C0A6D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.standard-head h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #4B4C4D;
}

/* ------------------------------------------- Service Inner Page Style End ------------------------------------------- */
.iso-certification {
    max-width: 350px;
    margin: auto;
    height: auto;
    margin-bottom: 40px;
}

.iso-certification img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/*ISO certificate styles */
.iso-img{
    position: absolute;
    bottom: 55px;
    right: 100px;
    height: auto;
    width: 160px;
    opacity:0.7;
}
.iso-img img{
    height: 100%;
    width: 100%;
    object-position:center;
    object-fit: contain;
}
.home-banner video{
    position:reltive;
}
@media(max-width:991px){
    .iso-img {
        bottom: 50px;
        right: 80px;
        width: 145px;
    }
}
@media(max-width:768px){
      .iso-img {
        bottom: 35px;
        right: 60px;
        width: 135px;
    }
}
@media(max-width:575px){
    .iso-img {
        bottom: 70px;
    }
}

p:empty {
    display: none;
}

.termsofuse-sec {
    padding: 150px 0 50px;
background: linear-gradient(90deg, #ED474B 0%, #1D0174 100%);

}
.termsofuse-sec ul,
.termsofuse-sec p,.termsofuse-sec h1,
.termsofuse-sec h2,
.termsofuse-sec h3,
.termsofuse-sec h4,
.termsofuse-sec h5,
.termsofuse-sec h6{
    color: #fff;
}
.termsofuse-sec a{
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.termsofuse-sec .section-heading {
color: #fff;
    text-align: left;
}
.wpcf7-spinner{
    width: fit-content;
}
.certification-standard-section{
    padding: 60px 0 80px;
}
.certification-standard-section .head-section{
    margin: auto;
    margin-bottom: 50px;
    max-width: 40%;
}
.wpcf7 form .wpcf7-response-output{
    font-size: 12px;
    margin: 10px 0;
}
.theme-btn{
    border: 1px solid transparent;
}
.theme-btn:hover {
    border: 1px solid #EC0303;
}
header .red-logo{
    display:none;
}
header.affix .wt-logo{
    display:none;
}
header.affix .red-logo{
    display:block;
}
/* ------------------------------------------- Gallery Page Style Start ------------------------------------------- */
.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height:530px;
    max-width:32%;
    width:100%;
}
.gallery-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(86, 31, 33, 0) 47.84%, rgba(255, 0, 0, 0.6) 100%);
}

.gallery-media {
    width: 100%;
    position: relative;
    height: 100%;
}

.gallery-media img,.gallery-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gallery-content {
    position: absolute;
    z-index: 2;
    padding: 24px 35px;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap:50px;
}

.gallery-content h3{
    font-weight: 500;
    font-size: 25px;
    line-height:1.4;
    color: #FFFFFF;
    margin-bottom:0;
}
.gallery-listing-wrap{
    position:relative;
    z-index:1;
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}
.gallery-listing-wrap > .gallery-item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
.gallery-listing-wrap > .gallery-item:first-child .gallery-content h3{
    max-width:40%;
}
.gallery-media {
    position: relative;
}

.video-play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.gallery-media {
    position: relative;
}

.video-toggle-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
}
.icon-pause {
    display: none;
}
.video-playing .icon-play {
    display: none;
}
.video-playing .icon-pause {
    display: block;
}

/* ------------------------------------------- Gallery Page Style End ------------------------------------------- */
/* ------------------------------------------- Certification Page Style Start ------------------------------------------- */
.certificate-card{
    background: linear-gradient(180deg, rgba(86, 31, 33, 0) 47.84%, rgba(255, 0, 0, 0.6) 100%);
    border-radius: 10px;
    padding:40px 35px;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position:relative;
    z-index:1;
    margin-bottom:50px;
}
.certificate-img{
    margin:0 auto;
    height:auto;
    width:100%;
    border-radius:8px;
    overflow:hidden;
    position:relative;
}
.certificate-img:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(86, 31, 33, 0) 47.84%, rgb(255 0 0 / 24%) 100%);
    left: 0;
    bottom: 0;
}
.certificate-img img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:center;
    border-radius: 8px;
}
.certificate-card p{
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom:0;
    min-height: 70px;
    display: flex;
    align-items: center;
    margin-top:25px;
}
/* ------------------------------------------- Certification Page Style End ------------------------------------------- */
.deliverypromise-sec .title-2 {
    max-width: 80%;
}
.accordion-body p{
    margin-bottom:15px;
    font-size:16px;
    font-weight: 300;
    line-height:1.4;
    color: #FFFFFF;
    padding-left:16px;
}

.faq-head{
    padding-top:10px !important;
}
.faq-head .accordion-button.collapsed{
    padding-bottom:10px !important;
}
.faq-head .accordion-button{
    font-size:20px;
    font-weight:600;
}
.qa-head{
    padding-top:10px !important;
    padding-left:15px !important;
}
.qa-head .accordion-button.collapsed{
    padding-bottom:15px !important;
}
.accordion-body p{
    margin-bottom:0;
}
.faq-wrapper .accordion-body {
    padding: 10px 0 10px;
}
.faq-itemset{
    padding-left:15px;
}
.main-menuwrapper #menu-main-menu {
    display:flex;
    margin-bottom:0;
    padding-left:0;
}
.main-menuwrapper #menu-main-menu .menu-item{
    gap:15px;
  
}
.main-menuwrapper .menu-item a {
    min-width:fit-content;
      padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #FFFFFF;
    display:inline-block;
}
header.affix .main-menuwrapper .menu-item a {
    color:#EA2227;
}
    .country-btn {
    transition: 0.3s ease;
}
.service-icon{
    margin-bottom:15px;
}
/* ------------------------------------------- Industry Page Style Start ------------------------------------------- */
.industry-listing-wrap{
    position:relative;
    z-index:1;
    overflow:hidden;
    padding-bottom:50px;
}
.industry-listpage:after{
    position: absolute;
    width: 50%;
    height: 100%;
    right:0;
    bottom:0;
    background: linear-gradient(162.87deg, #C33853 11.78%, #3A0A6E 68.15%, #39096D 148.02%);
    filter: blur(38.2098px);
    transform: matrix(0.72, -0.7, -0.7, -0.72, 0, 0);
    content:'';
}
.industry-listpage:before{
    position: absolute;
    width: 55%;
    height: 50%;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(87.76deg, #E0424D 17.62%, #A52F59 87.34%);
    filter: blur(165.2098px);
    transform: matrix(0.72, -0.7, -0.7, -0.72, 0, 0);
}
.industry-listpage{
    position:relative;
    overflow:hidden;
}
.industry-listpage .industry-card{
    margin-bottom:20px;
}
.industry-listing-wrap .card-head{
    font-size: 30px;
    margin-bottom:15px;
}
.industry-listing-wrap .industry-btn a {
    font-size: 25px;
}
.industry-listpage-sec{
    padding-bottom:0 !important;
}
/* ------------------------------------------- Industry Page Style End ------------------------------------------- */
.single-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.faq-sec{
    scroll-margin-top:80px;
}
