/*Global Styling*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    position: relative;
    background-color: #F8F9FF;
    scroll-behavior: smooth;
}

html {
    height: 100%;
    width: 100%;
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    transition: all ease .3s;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #0B1C30;
}

.background-position {

    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;

}

/* colors */
.black {
    color: #000;
}

/* Global font size */

.up {
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    color: #FDFCFA;
}

h2,
.h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;

}

h3,
.h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

h4,
.h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

h5,
.h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

h6,
.h6 {
    font-size: 18px;
}

p {
    color: #44474C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

    margin: 0;

}

input:focus {
    outline: none;
    box-shadow: none;
}

/* Global  margin  and padding */
.padding-main {
    padding: 80px 0;
}


textarea {
    resize: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;

}


/*transisition*/
ul.nav>li a {
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.container-fluid {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

header#header {
    padding: 0px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #F8F9FF;
    height: 140px;

}

.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav#nav ul li {
    display: inline-block;
}

nav#nav ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0 15px;
    transition: all ease .3s;
    color: #44474C;
}

nav#nav ul li.active a {
    opacity: 1;
}

.demo-btn a,
a.demo-btn {
    border-radius: 8px;
    background: transparent;
    padding: 0px 28px;
    height: 46px;
    max-width: 200px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #251A00;
    border: 1px solid #D4AF37;
    background: #FECE57;

}

.demo-btn a,
a.demo-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.demo-btn a img {
    width: 18px;
}
.demo-btn a:hover img {
    transform: translate(3px, -3px);
    transition: all ease .5s;
}
.demo-btn1 a,
a.demo-btn1 {
    border-radius: 8px;
    background: #f8f4eb;
    padding: 0px 28px;
    height: 46px;
    max-width: 200px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #251A00;
    border: 1px solid #f8f4eb;
    transition: all ease .3s;
}

.demo-btn1 a,
a.demo-btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-btn1 a,
a.demo-btn1:hover {
    background: #FECE57;
}
.inner-banner .demo-btn a,
.inner-banner a.demo-btn:hover {
    background: transparent;
    color: #f8f4eb;
}
.mobile-nav-logo {
    display: none;
}

.headerHamburger {
    display: none;
}

.headerMobileOverlay {
    display: none;
}


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


header.bar-color .logo img {
    scale: .8;
    transition: all ease-in-out .5s;
}

.padding-header {
    transition: all ease-in-out .5s;
    border-bottom: 1px solid transparent;
}

header.bar-color {
    padding: 0px !important;
    border-bottom: 1px solid #28222429;
}


header.bar-color {
    background: #f8f4eb;

}

header.bar-color * {
    color: #282224;
}

.primary-btn a {
    border-radius: 30px;
    background: #0E3EE7;
    padding: 17px 50px;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    transition: all ease .3s;
    border: 1px solid #0E3EE7;
}

.primary-btn a:hover {
    /* color: #0E3EE7; */
    background: transparent;
}

section.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: calc(100vh - 116px);
    min-height: 600px;
    overflow: hidden;
    margin-top: 116px;
}

section.banner::after {
    position: absolute;
    content: "";
    background: #071322;
    background: linear-gradient(86deg, rgba(7, 19, 34, 1) 0%, rgba(7, 19, 34, 1) 30%, rgba(7, 19, 34, 0.46) 100%);
    width: 100%;
    height: 100%;
}

.inner-banner {
    position: relative;
    z-index: 1;
}

.logo img {
    width: 105px;
}

section.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.inner-banner p {
    color: #ffffffc7;
    margin: 20px 0;
    max-width: 50%;

}

.inner-banner span {
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #E6CA85;
    padding: 8px 16px;
    border-radius: 28px;
    border: 1px solid rgba(212, 175, 55, .35);
    display: inline-block;
    filter: drop-shadow(0px 0px 10px #D4AF37);
}
.inner-banner span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.inner-banner span::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #FFD400;
    border-radius: 50%;
    display: inline-block;
    animation: blink-dot 1.2s infinite;
    box-shadow: 0 0 8px rgba(255, 212, 0, 0.8);
}

@keyframes blink-dot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.25;
        transform: scale(0.8);
    }
}
.inner-banner h1 {
    font-size: 40px;
    line-height: 1;
    color: #f8f4eb;
}

.both-btns {
    display: flex;
    gap: 15px;
}


nav#nav ul li a {
    position: relative;
}

nav#nav ul li a:after {
    content: "";
    background: #FECE57;
    transform-origin: 100%;
    height: 2px;
    transition: transform .35s;
    position: absolute;
    inset: auto 0 0;
    transform: scaleX(0);
    bottom: -8px;
}

nav#nav ul li a:hover:after {
    transform-origin: 0;
    transform: scaleX(1);
}

a.demo-btn1 img {
    width: 18px;
}

a.demo-btn1 {
    padding: 0 20px;
    font-weight: 500;
    max-width: 100%;
    gap: 10px;
}


.scroll-nav ul li a {
    color: #282224 !important;
}

.bar-color .demo-btn a {
    border: 1px solid #282224;
}

.who-content a:hover img,
a.demo-btn1:hover img {
    transform: translate(3px, -3px);
    transition: all ease .5s;
}

.top-bar {
    background: #0E1C2F;
    padding: 10px 0;
}

.bar-width ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-width ul li a {
    color: #CBDBF5;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
}
.banner {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Video Background */
.videos-banner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.videos-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner {
    position: relative;
    z-index: 2;
    color: #fff;
}
.banner-boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 50%;
    margin-top: 40px;
}

.indi-box {
    width: 48.5%;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, .35);
    padding: 20px;
}
.indi-inner span::before {
    display: none;
}

.indi-inner span {
    border: navajowhite;
    padding: 0;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    color: #FDFCFA;
    margin-bottom: 10px;
}

.indi-inner p {
    margin: 0;
    max-width: 100%;
    font-size: 12px;
    line-height: 19.2px;
}
.whts-flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

section.whts-w {
    padding: 80px 0;
    background: linear-gradient(178deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
}

.whts-width h2 {
    font-size: 40px;
    color: #0B1C30;
    line-height: 48px;
    letter-spacing: -1px;
}

.whts-width span {
    color: #775A00;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    display: inline-block;
}

.whts-width p {
    font-size: 12px;
    color: #44474C;
    font-weight: 400;
}

.whts-width {
    width: 25%;
    border-right: 1px solid #C5C6CD;
}

.whts-width:last-child {
    border-right: 0px;
}
section.what-we-offer {
    padding: 80px 0;
}

.offer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.offer-width {
    width: 48%;
}

.offer-img img {
    width: 100%;
}

.offer-width span {
    color: #775A00;
    font-weight: 600;
    font-size: 14px;
}

.offer-width h2 {
    color: #0B1C30;
    margin: 10px 0;
}

.offer-width p {
    margin-bottom: 20px;
}

.offer-width ul li {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}

.icon-we {
    display: flex;
    justify-content: space-between;
}

.we-iconss {
    width: 48px;
    height: 48px;
    background: #DCE9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.we-content {
    width: 89%;
}

.we-content span {
    color: #0B1C30;
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.we-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 0;
}
.offer-width ul li:nth-child(2) .we-iconss {
    background: rgba(254, 206, 87, .3);
}

.my-swiper {
    width: 100%;
    height: 100%;
}
section.testimonials {
    padding: 80px 0 150px;
    background: #EFF4FF;
    position: relative;
}
.swiper-pagination {
    bottom: 70px!important;
}
.custom-heading {
    text-align: center;
}

.custom-heading span {
    color: #775A00;
    font-weight: 600;
    font-size: 14px;
}

.custom-heading h2 {
    margin-top: 10px;
}

.my-swiper {
    margin-top: 50px;
}

.stars ul li {
    display: flex;
}

.stars ul {
    display: flex!important;
}

.stars {
    display: flex;
    gap: 4px;
}

.inner-testi {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.inner-testi p {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    margin: 10px 0 20px;
}

.testi-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #E5EEFF;
    padding-top: 20px;
}

.testi-icons img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}

.name-testi p {
    margin: 0;
}

.name-testi span {
    color: #0B1C30;
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: inline-block;
}

.name-testi p {
    font-weight: 600;
    font-size: 10px;
    font-style: normal;
}
section.services-sec {
    padding: 80px 0;
}

.services-flex {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 22px;
}

.services-width {
    width: 32%;
    background: #fff;
    border-radius: 12px;
}

.services-width img {
    width: 100%;
}
.inner-services {
    padding: 30px;
}

.services-width img {
    display: flex;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.inner-services h3 {
    color: #0B1C30;
}

.inner-services p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
}

.inner-services a {
    color: #775A00;
    font-size: 12px;
    text-transform: uppercase;
}
.inner-services a img {
    width: 12px;
}

.inner-services a {
    display: flex;
    gap: 10px;
}
section.how-it-works {
    padding: 80px 0;
    background: #0E1C2F;
}

section.how-it-works * {
    color: #fff;
}

section.how-it-works .custom-heading span {
    color: #EEC14B;
}

.how-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.how-width {
    width: 24%;
    padding: 20px;
    border-radius: 8px;
    background: rgba(255,255,255,.1);
}

.how-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dta-pro {
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-top span {
    font-size: 32px;
    color: #EEC14B;
    letter-spacing: -0.48px;
    font-weight: 600;
}

.how-top {
    margin-bottom: 20px;
}

.how-width h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.09px;
    margin-bottom: 5px;
}

.how-width p {
    font-size: 14px;
    line-height: 22px;
    color: #CBDBF5;
    min-block-size: 50px;
}

section.features {
    padding:80px 0;
}

.features-flex {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0px;
}

.features-width {
    width: 32%;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.17);
}

.back-img {
    width: 48px;
    height: 48px;
    background: #DCE9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.features-width h4 {
    margin: 15px 0 10px;
}

.features-width p {
    color: #44474C;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.achive-width .custom-heading {
    text-align: left;
}

section.our-achivement {
    background: #EFF4FF;
    padding: 60px 0;
}

.our-achive-flex {
    border-radius: 16px;
    background: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.achive-width {
    width: 48%;
}

.custom-heading p {
    margin-top: 10px;
}
.achive-width1 a {
    display: flex;
    align-items: center;
    background: #E5EEFF;
    padding: 15px;
    border-radius: 8px;
    gap: 20px;
}

.badge {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #FECE57;
    border-radius: 8px;
}

.badge img {
    width: 100%;
    max-width: 80%;
}

.badge-text p {
    color: #775A00;
    font-size: 12px;
    text-transform: capitalize;
}
.features-width:nth-child(even) .back-img,.contact-width ul li:nth-child(even) .innr-bages {
    background: #FECE57;
}
section.contact-main {
    padding: 80px 0;
}

.inner-contact .custom-heading {
    text-align: left;
}

.inner-contact .custom-heading p {
    max-width: 80%;
}
.contact-form-flex {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact-width {
    width: 48%;
}

.contact-width ul li {
    padding: 30px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.17);
}

.contact-width ul li a {
    display: flex;
    gap: 15px;
}

.innr-bages {
    width: 48px;
    height: 48px;
    background: #E5EEFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.contact-content p {
    font-weight: 300;
}

.contact-content h4 {
    color: #0B1C30;
    font-size: 18px;
    font-weight: 500;
}
.quote-form {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.17);
    border-radius: 12px;
}

.quote-form h2 {
    margin-bottom: 30px;
}


.form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.form-width {
    width: 48%;
}

.form-width label {
    display: block;
    font-size: 12px;
    color: #44474C;
    margin-bottom: 10px;
}

.form-width input {
    width: 100%;
    border: none;
    background: #EFF4FF;
    padding: 15px 10px;
    color: #9CA3AF;
    font-size: 14px;
    border-radius: 4px;
}
.form-width input::placeholder{
    color: #9CA3AF;
}
.form-flex {
    margin-bottom: 20px;
}

.submit-quote button {
    background: #FECE57;
    border: none;
    width: 100%;
    padding: 15px 0;
    border-radius: 4px;
    box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.17);
}
section.request-quotes {
    background: #0E1C2F;
    padding: 40px 0;
}

.quotes-flex {
    display: flex;
    padding: 20px;
    background: rgba(255,255,255,.2);
}

.quotes-width .custom-heading {
    text-align: left;
}

.quotes-width h2 {
    color: #fff;
}

.quotes-width p {
    color: #CBDBF5;
    font-size: 14px;
    font-weight: 300;
}
.quotes-width span {
    color: #EEC14B;
}

.quotes-flex {
    padding: 40px;
    border-radius: 14px;
    align-items: center;
}
.quotes-width {
    width: 60%;
}

.quotes-width1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
}
footer.footer {
    background: #fff;
    padding-top: 100px;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.footer-flex {
    margin-bottom: 60px;
}
.footer-width1 {
    width: 30%;
}
.footer-logo img {
    width: 100px;
}
.inner-footer p {
    font-size: 14px;
    margin: 0px 0 25px;
}
.socail-icons ul {
    display: flex;
    gap: 20px;
}
.socail-icons ul li {
    place-items: center;
    width: 45px;
    transition: background-color .3s;
    border: 1px solid #E5EEFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    cursor: pointer;
}
.socail-icons ul li a {
    display: flex;
}
.socail-icons ul li img {
    width: 18px;
    filter: brightness(0) saturate(100%) invert(28%) sepia(51%) saturate(2246%) hue-rotate(34deg) brightness(98%) contrast(101%);

}

.footer-width {
    width: 15%;
}
div#last-li {
    width: 28%;
}
.footer-width span {
    text-transform: uppercase;
    letter-spacing: -0.09px;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
}
.footer-width ul li {
    margin-bottom: 15px;
}
.footer-width ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #44474C;
}
.bottom-footer {
    padding: 20px 0;
    border-top: .5px solid #E5EEFF;
}
.bottom-footer {
    display: flex;
    justify-content: space-between;
}
.bottom-footer p {
    font-size: 12px;
}
.bottom-footer ul {
    display: flex;
    gap: 20px;
}

.bottom-footer ul li a {
    font-size: 12px;
    color: #44474C;
}
.socail-icons ul li:hover {
    background: #FECE57;
}
.footer-width ul li a img {
    width: 14px;
}
.footer-width ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FECE57;
}
section.all-banner {
    background: #0E1C2F;
    margin-top: 116px;
    padding: 80px 0;
}
.all-banner,.how-it-works {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.all-banner::before,
.all-banner::after,section.how-it-works::before,section.how-it-works::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(254, 206, 87, 0.20) 0%,
        rgba(254, 206, 87, 0.15) 35%,
        transparent 70%
    );
    z-index: -1;
    pointer-events: none;
}

.all-banner::before,.how-it-works::before {
    top: -250px;
    left: -200px;
    animation: glowOne 7s ease-in-out infinite alternate;
}

.all-banner::after,.how-it-works::after {
    bottom: -300px;
    right: -200px;
    animation: glowTwo 9s ease-in-out infinite alternate;
}

@keyframes glowOne {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(350px, 250px) scale(1.2);
    }
    100% {
        transform: translate(700px, 50px) scale(0.9);
    }
}

@keyframes glowTwo {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-300px, -200px) scale(1.15);
    }
    100% {
        transform: translate(-600px, 0) scale(0.9);
    }
}

.inner-banner,.how-it-works {
    z-index: 2;
    position: relative;
}
.badge-icon {
    width: 50px;
    height: 50px;
    background: #EFF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 8px;
}

section#about-badges {
    background: #EFF4FF;
}

section#about-badges .whts-width {
    background: #fff;
    padding: 40px;
    text-align: left;
    border: none;
    width: 23%;
}

section#about-badges .whts-width p {
    display: none;
}
.whts-width:nth-child(even) .badge-icon{
    background: #FECE57;
}
.features-width:nth-child(odd) span{
    background: #FECE57;
}
.services-headings {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.services-headings .custom-heading {
    text-align: left;
}

.services-headings p {
    font-size: 14px;
    color: #44474C;
    max-width: 100%;
}
section.capabilities {
    padding: 80px 0;
}
section.capabilities .features-width {
    width: 49%;
    padding: 40px;
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.17);
}


.capab-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.capab-flex span {
    background: #EFF4FF;
    padding: 5px 10px;
    font-size: 10px;
    color: #44474C;
    font-weight: 600;
}
section.capabilities .features-width h4 {
    font-size: 24px;
}
section.wht-we-about {
    padding: 80px 0;
    background: #EFF4FF;
}
section.wht-we-about .services-width:first-child {
    width: 59%;
}

section.wht-we-about .services-width:last-child {
    width: 39%;
    height: fit-content;
}
.second-ims {
    background: #fff;
    border-radius: 8px;
}

.inner-colabs {
    background: #0E1C2F;
    padding: 30px;
    display: flex;
    gap: 10px;
    border-radius: 8px;
    margin-top: 20px;
}

.colabs-icons img {
    width: 22px;
}

.colabs-icons {
    width: 48px;
    height: 48px;
    background: rgba(211, 228, 254, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.colabs-content {
    width: 80%;
}

.colabs-content * {
    color: #fff;
}

.colabs-content span {
    font-size: 10px;
    font-weight: 600;
    color: #EEC14B;
}

.colabs-content h3 {
    font-size: 18px;
}

.colabs-content p {
    font-size: 12px;
    color: #CBDBF5;
    line-height: 22px;
}
section.wht-we-about .services-width:last-child {
    background: transparent;
}
section.wht-we-about .services-flex {
    margin-top: 30px;
    justify-content: space-between;
}
.breadcrums ul {
    display: flex;
    gap: 2px;
    align-items: center;
    margin-bottom: 15px;
}

.breadcrums ul li,.breadcrums ul li  a {
    color: #EEC14B;
    font-size: 10px;
    text-transform: capitalize;
}
.servic-banner-flx {
    background: rgba(255,255,255,.1);
    padding: 20px;
    border-radius: 8px;
}

.servic-banner-flx ul {
    display: flex;
    justify-content: space-between;
}

.servic-icons {
    width: 40px;
    height: 40px;
    background: rgba(211, 228, 254, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servic-banner-flx ul li {
    display: flex;
    gap: 10px;
}

.servic-contnt h4 {
    color: #fff;
}

.servic-contnt p {
    margin: 0;
}

.servic-contnt p {
    font-size: 10px;
    font-weight: 600;
    max-width: 100%;
    line-height: normal;
}
section#service-works {
    background: #EFF4FF;
}

section#service-works h2 {
    color: #0B1C30;
}

section#service-works p {
    color: #44474C;
}

section#service-works::before {
    display: none;
}

section#service-works::after {
    display: none;
}
section#service-works .how-top span {
    font-size: 20px;
    color: #EEC14B;
    letter-spacing: -0.48px;
    font-weight: 600;
    width: 48px;
    height: 48px;
    background: #0E1C2F;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#service-works .how-width {
    background: #fff;
}
section#service-works .dta-pro {
    background: transparent;
    width: auto;
    height: auto;
}

section#service-works .dta-pro img {
    width: 100%;
    max-width: 100%;
    transform: scale(1.3);
}
section#service-works h3 {
    font-size: 18px;
    color: #0B1C30;
    font-weight: 600;
}
section#service-works .how-flex {
    position: relative;
}

section#service-works .how-flex::after {
    position: absolute;
    content: "";
    background: #CBDBF5;
    width: 100%;
    height: 3px;
    top: 42px;
    z-index: -1;
}
section#service-achives {
    background: #0E1C2F;
}

section#service-achives h2 {
    color: #EEC14B;
}

section#service-achives p {
    color: rgb(203 219 245);
}

section#service-achives .whts-width {
    border-color: rgba(203, 219, 245, .1);
}
section#service-achives span {
    color: #fff;
}
    /* section.faqs {
        padding: 80px 0;
        background: #EFF4FF;
    }
    .faq-section {
        width: 100%;
        max-width: 1145px;
        margin: 0 auto;
        padding: 40px 20px;
    } */

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 21px;
    overflow: hidden;
}
.faq-question {
    width: 100%;
    min-height: 70px;
    padding: 0 32px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #10243d;
}

.faq-icon {
    width: 11px;
    height: 11px;
    border-right: 3px solid #8a6500;
    border-bottom: 3px solid #8a6500;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-right: 5px;
    flex-shrink: 0;
}

/* Open arrow */
.faq-item.active .faq-icon {
    transform: rotate(225deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid #e5eaf2;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    margin: 0;
    padding: 26px 32px 35px;
    font-size: 14px;
    line-height: 1.55;
    color: #464951;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

section.faqs {
    padding: 80px 0;
    background: #EFF4FF;
}
.faqs-ineer {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}
section#blog-page .services-width {
    padding: 30px;
    border: 1px solid #E2E8F0;
}
section#blog-page .services-width img {
    display: flex;
    border-radius: 14px;
}
section#blog-page .inner-services {
    padding: 0px;
}
.iners ul li {
    font-size: 12px;
    color: #64748B;
    text-transform: uppercase;
}
section#blog-page .inner-services a {
    border-top: 1px solid #F1F5F9;
    padding-top: 20px;
}
section#blog-page .inner-services p {
    margin: 10px 0 20px;
}
section#blog-page .services-width{
    transition: all ease .3s;
}
section#blog-page .services-width:hover,.services-width:hover {
    box-shadow: 0px 6px 15px -1px rgba(148,141,141,0.7);
    -webkit-box-shadow: 0px 6px 15px -1px rgba(148,141,141,0.7);
    -moz-box-shadow: 0px 6px 15px -1px rgba(148,141,141,0.7);
}
.iners ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 20px;
}
.inner-services a:hover img {
    transform: translate(3px, 0px);
    transition: all ease .5s;
}
section#service-works .how-width{
    transition: all ease .3s;
}
section#service-works .how-width:hover .how-top span{
    background-color: #EEC14B;
    color: #0E1C2F;
}
.blogs-imgs{
    overflow: hidden;
    transition: all ease-in-out 3s;
}
section#blog-page .services-width:hover .blogs-imgs img{
    transform: scale(1.2);
    transition: all ease-in-out 2s;
}
section#contact-us .contact-width:first-child {
    width: 40%;
    border: 1px solid #E2E8F0;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
}
section#contact-us .contact-width:last-child {
    width: 57%;
    border: 1px solid #E2E8F0;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
}
section#contact-us .contact-width ul li {
    box-shadow: none;
    border-bottom: 1px solid #F1F5F9;
    border-radius: 0px;
    padding: 20px 0;
}
section#contact-us .contact-width .custom-heading {
    text-align: left;
    margin-bottom: 10px;
}
section#contact-us .contact-width ul li:last-child{
    border: none;
    padding-bottom: 0px;

}
section#contact-us .quote-form {
    box-shadow: none;
    padding: 0;
}
.padding-header.bar-color{
    transition: all ease-in-out .3s;
}
.padding-header.bar-color .top-bar {
    display: none;
    transition: all ease-in-out .3s;

}
.padding-header.bar-color{
    height: auto!important;
}
.iner-servicess img {
    height: 100%;
    width: 100%;
    max-width: 50%;
    border-radius: 14px;
}

.iner-servicess ul li {
    list-style: disc;
    margin-left: 15px;
}
.iner-servicess {
    padding: 60px 0;
}
.maps-de {
    background: #EFF4FF;
    padding: 15px 0 0;
    border-radius: 12px;
}

.imags-map img {
    width: 100%;
    display: flex;
}

.maps-flxx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 15px;
    padding-bottom: 15px;
}

.maps-wdth span {
    color: #0B1C30;
    font-weight: 600;
    font-size: 12px;
}

.maps-wdth {
    display: flex;
    align-items: center;
    gap: 5px;
}

.maps-wdth p {
    font-size: 11px;
    color: #775A00;
    font-weight: 500;
}
.imags-map img {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.quote-form form br {
    display: none;
}

section#blog-page .services-width img {
    height: auto;
}
/* Mobile */
@media (max-width: 767px) {

    .faq-section {
        padding: 20px 15px;
    }

    .faq-item {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .faq-question {
        min-height: 75px;
        padding: 0 20px;
        font-size: 19px;
    }

    .faq-answer p {
        padding: 5px 20px 25px;
        font-size: 16px;
    }

    .faq-icon {
        width: 9px;
        height: 9px;
    }
}



.services-flex {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.services-width {
    position: relative;
    width: calc(33.333% - 16px);
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

/* Top accent line */
.services-width::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #FECE57;
    z-index: 5;
    transition: width 0.5s ease;
}

.services-width:hover::before {
    width: 100%;
}

/* Image */
.services-width > img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.services-width:hover > img {
    transform: scale(1.07);
}

/* Image overlay */
.services-width::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 45%,
        rgba(0, 0, 0, 0.25) 100%
    );
    pointer-events: none;
}

/* Content */
.inner-services {
    position: relative;
    padding: 28px 28px 30px;
    background: #fff;
    z-index: 2;
}

.inner-services h3 {
    margin: 0 0 14px;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
    color: #151515;
    transition: color 0.3s ease;
}

.inner-services p {
    margin: 0 0 24px;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}

/* Link */
.inner-services a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #151515;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.inner-services a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #6e5300;
    transition: width 0.35s ease;
}

.inner-services a img {
    width: 17px;
    height: 17px;
    transition: transform 0.35s ease;
}

.services-width:hover {
    transform: translateY(-10px);
    border-color: rgba(254, 206, 87, 0.5);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.10),
        0 5px 15px rgba(254, 206, 87, 0.08);
}

.services-width:hover .inner-services h3 {
    color: #111;
}

.services-width:hover .inner-services a {
    color: #000;
}

.services-width:hover .inner-services a::after {
    width: 100%;
}

.services-width:hover .inner-services a img {
    transform: translateX(6px);
}


section#blog-page .services-width::after{
    display: none;
} 
section#service-mains .services-width img {
    height: auto;
}
section#service-mains .services-width:last-child {
    background: #fff;
}
.current-menu-item a,.scroll-nav ul li.current-menu-item  a
{
    color: #FECE57!important;
}
.name-testi p {
    display: none;
}
.inner-testi p {
    min-height: 110px;
}
.submit-quote button {
    cursor: pointer;
    border: 1px solid #FECE57;
    transition: all ease .3s;
}

.submit-quote button:hover {
    border: 1px solid;
    background: transparent;
}