/* Fonts Cocon Css */

@font-face {
    font-family: 'Cocon';
    src: url('../fonts/cocon/Cocon-Regular.eot');
    src: url('../fonts/cocon/Cocon-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cocon/Cocon-Regular.woff2') format('woff2'),
        url('../fonts/cocon/Cocon-Regular.woff') format('woff'),
        url('../fonts/cocon/Cocon-Regular.ttf') format('truetype'),
        url('../fonts/cocon/Cocon-Regular.svg#Cocon-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocon';
    src: url('../fonts/cocon/Cocon-Bold.eot');
    src: url('../fonts/cocon/Cocon-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cocon/Cocon-Bold.woff2') format('woff2'),
        url('../fonts/cocon/Cocon-Bold.woff') format('woff'),
        url('../fonts/cocon/Cocon-Bold.ttf') format('truetype'),
        url('../fonts/cocon/Cocon-Bold.svg#Cocon-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Fonts Cocon Css */


html {
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

html,
body {
    overflow-x: clip;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    overflow-x: clip;
    background-color: #FFFFFF;
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #000000;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

a:hover,
a:focus,
a:active {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Cocon', sans-serif;
}

.mtb-110 {
    margin: 90px 0;
}

.mt-110 {
    margin-top: 110px;
}

.mb-110 {
    margin-bottom: 110px;
}

.ptb-110 {
    padding: 110px 0;
}

.pt-110 {
    padding-top: 110px;
}

.pb-110 {
    padding-bottom: 110px;
}

/* Header Css Start */

header {
    padding: 20px 38px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    transition: all 0.4s ease-in-out;
    z-index: 99;
}

header.sticky {
    padding: 15px 38px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

header .navbar,
header .navbar-brand,
header .navbar-toggler {
    padding: 0;
}

header .navbar-nav .menu-item+.menu-item {
    margin-left: 40px;
}

header .menu-item>a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
}

header .menu-item.menu-item-has-children a:hover,
header .menu-item.menu-item-has-children a:active,
header .menu-item.menu-item-has-children a:focus,
header .menu-item.current-menu-item>a {
    color: #7e86c6;
}

header .menu-item.menu-item-has-children>a {
    position: relative;
    padding-right: 25px;
}

header .menu-item.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 9px;
    width: 13px;
    background: url("../images/m-drop-close-arrow.svg"), no-repeat, center;
    background-size: 100% 100%;
    transition: all 0.5s ease-in-out;
    filter: brightness(0);
}

header .menu-item.menu-item-has-children a:hover::after,
header .menu-item.current-menu-item a::after {
    background: url("../images/m-drop-open-arrow.svg"), no-repeat, center;
    background-size: 100% 100%;
}


header .navbar-nav>li.menu-item-has-children .sub-menu-inner {
    position: absolute;
    top: 59%;
    margin: auto;
    min-width: 250px;
    padding-top: 35px;
    transition: all .5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
    z-index: 100;
}

header.sticky .navbar-nav>li.menu-item-has-children .sub-menu-inner {
    padding-top: 30px;
}

header .navbar-nav .menu-item-has-children:hover .sub-menu-inner {
    display: block;
    opacity: 1;
    transform: rotateX(0);
    transform-origin: top;
}

header .navbar-nav>li.menu-item-has-children .sub-menu {
    background: #fff;
    padding: 0;
    border-radius: 0 0 2px 2px;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, .1);
    border-top: 3px solid #4534E3;
}

header .sub-menu .menu-item+.menu-item {
    margin-left: 0;
}

header .sub-menu .menu-item a {
    padding: 12px 18px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    width: 100%;
}

header .sub-menu .menu-item a:hover {
    background: #169bc7;
    color: #fFF;
}

.head-social-icon ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.head-social-icon ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    border: 2px solid #3f4687;
}

.head-social-icon ul a img {
    filter: brightness(0);
}


/* Hemant css */

/* Comon Title */

.title-design {
    max-width: 41px;
    margin-bottom: 20px;
    display: flex;
    align-items: end;
    flex-direction: column;
    margin-left: 14px;
    margin-right: auto;
    margin-left: auto;
}

.title-design span {
    height: 1px;
    background-color: #0f0f0f;
    width: 100%;
}

.title-design span:nth-child(1) {
    width: 10px;
    opacity: 0.4;
}

.title-design span:nth-child(2) {
    width: 26px;
    opacity: 0.8;
}

.title-design span+span {
    margin-top: 3px;
}

.title h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 2px;
    color: #0f0f0f;
    margin-bottom: 45px;
}

.title p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #272626;
    margin-bottom: 30px;
}

.btn-primary {
    display: inline-block;
    padding: 16px 44px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 600;
    border: 1px solid #3f4687;
    background-color: #3f4687;
    border-radius: 2px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: transparent;
    color: #3f4687;
}

/* Hero Section */
.hero {
    position: relative;
    background: url("../images/banner.png") center center / cover no-repeat;
    min-height: 900px;
    color: #fff;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.overlay {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    height: 100%;
    width: 100%;
}

.title {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.underline {
    width: 163px;
    height: 3px;
    background-color: #27BEEF;
}

.subtitle {
    font-size: 22px;
    color: #d8d8d8;
}
.hero .subtitle1{
    color: #fff;
    margin-bottom: 15px;
}
.hero .subtitle{
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin-top: 30px;
}
.hero .col-md-7 {
    position: absolute;
    right: -113px;
    top: -30px;
}
.hero-content p {
    font-size: 16px;
    line-height: normal;
    padding-right: 100px;
}
.hero-content .subtitle1{
    font-size: 20px;
    line-height: normal;
}
.schedule-demo-btn{
    color: #002772;
    background-color: #fff;
    border-radius: 50px;
    padding: 9px 20px;
    border: 2px solid #fff;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}
.contact-sales-btn{
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 9px 20px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.contact-sales-btn a{
    color: #fff;
}
.banner-btn{
    float: left;
}

@media (max-width: 1440px) {
    .hero {
        padding-top: 0px;
        min-height: 770px;
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .title {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .logo {
        max-width: 220px;
        margin-top: 15px;
    }
    .hero .col-md-7{
        display: none;
    }
    .hero .subtitle {
        margin-top: 10px;
    }
}

/* Home About Company css */


.hm-about-company .title-design {
    margin-left: 14px;
}

.hm-about-company .title {
    max-width: 98%;
}

.hm-about-company .title p {
    margin-bottom: 0;
}

.hm-about-company .title p+p {
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: 600;
}

.hmabout-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

.hmabout-box {
    padding: 0 40px 40px 0;
    border: 1px solid #d7d7d7;
    border-left: none;
    border-top: none;
}

.hmabout-box:nth-child(2) {
    padding: 0 0 40px 40px;
    border-right: none;
    border-top: none;
}

.hmabout-box:nth-child(3) {
    padding: 40px 40px 0 0;
    border-left: none;
    border-bottom: none;
}

.hmabout-box:nth-child(4) {
    padding: 40px 0 0 40px;
    border-right: none;
    border-bottom: none;
}

.hab-box-img {
    margin-bottom: 16px;
}

.hmabout-box h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #303c48;
    margin-bottom: 20px;
}

.hmabout-box p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #717b85;
    max-width: 60%;
    margin: 0 auto;
}

/* Service Listing Css */

.service-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.service-box {
    width: 100%;
    height: 350px;
}

.service-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f34135;
    z-index: -1;
}

.service-box:nth-child(2):after {
    background-color: rgba(61, 74, 157, 0.9);
}

.service-box:nth-child(3):after {
    background-color: rgba(193, 53, 120, 0.9);
}

.service-box:nth-child(4):after {
    background-color: rgba(118, 83, 184, 0.9);
}

.ser-img {
    height: 100%;
}

.ser-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.ser-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}


.ser-content img {
    margin-bottom: 20px;
}

.ser-content h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
}

.ser-content h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}

.ser-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    width: 100%;
    padding: 0 20px;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-box:hover .ser-hover {
    opacity: 1;
    visibility: visible;
}

.service-box:hover .ser-content {
    opacity: 0;
    visibility: hidden;
}

.ser-hover p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}

.btn-secondary {
    display: inline-block;
    padding: 16px 37px;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 600;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 2px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background: #FFFFFF;
    color: #000000;
}

/* Home Case Study Css */

.hm-case-study .row+.row {
    row-gap: 30px;
}

.hm-case-study .title-design {
    margin-left: auto;
    margin-right: auto;
}

.case-study-box {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.case-study-img {
    background-color: #cdd1d5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.case-study-img img {
    max-width: 100%;
    width: 100%;
}

.case-study-hover {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(65, 71, 130, .8);
    transition: all ease-in-out .4s;
}

.case-study-hover h3 {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 200;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.case-study-hover img {
    margin-bottom: 10px;
}

.case-study-box:hover .case-study-hover {
    top: 0;
}

/*Counter CSS*/

.counter-section {
    display: flex;
    justify-content: center;
}

.hm-counter {
    position: relative;
    background: url("../images/counter-bg.png") center center / cover no-repeat;
    background-color: #5f659b;
    padding: 60px 0;
    color: #fff;
    overflow: hidden;
}

.hm-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 70, 135, 0.8);
    z-index: 1;
}

.hm-counter .container {
    position: relative;
    z-index: 2;
}

.counter-box {
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.counter-box:hover {
    border-color: #fff;
    transform: scale(1.05);
}

.counter-icon {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
}

.counter-number {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
}

.counter-text {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0px;
    font-family: "Poppins", sans-serif;
}

/* Large Tablets and small laptops */
@media (max-width: 1200px) {
    .counter-box {
        width: 190px;
        height: 190px;
    }

    .counter-number {
        font-size: 42px;
    }

    .counter-text {
        font-size: 13px;
    }
}

/* Tablets (portrait) */
@media (max-width: 992px) {
    .hm-counter {
        padding: 50px 0;
    }

    .counter-box {
        width: 170px;
        height: 170px;
    }

    .counter-number {
        font-size: 36px;
    }

    .counter-text {
        font-size: 13px;
    }
}

/* Mobile landscape / small tablets */
@media (max-width: 768px) {
    .counter-section {
        margin-bottom: 20px;
    }

    .hm-counter {
        padding: 40px 0;
    }

    .counter-box {
        width: 180px;
        height: 180px;
        border-width: 8px;
    }

    .counter-icon {
        font-size: 22px;
    }

    .counter-number {
        font-size: 30px;
    }

    .counter-text {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}


/*Startup Idea CSS*/
.startup-idea {
    text-align: center;
}

.startup-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.startup-box-main {
    border-right: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    width: 20%;
}

.startup-box-main:last-child {
    border-right: none;
}

.startup-box {
    padding: 10px;
    transition: transform 0.3s ease;
}

.startup-box:hover {
    transform: translateY(-5px);
}

.icon-circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.icon-circle img {
    height: 70px;
    width: auto;
}

.startup-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #303c48;
}

.startup-box p {
    font-size: 13px;
    color: #727c85;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 200px;
}

@media (max-width: 992px) {
    .startup-box-main {
        border-right: none;
        flex: 0 0 33.33%;
    }

    .startup-box h5 {
        font-size: 17px;
    }

    .startup-box p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .startup-box-main {
        flex: 0 0 50%;
        border-right: none;
    }

    .icon-circle {
        width: 70px;
        height: 70px;
    }

    .icon-circle img {
        height: 60px;
    }

    .startup-box h5 {
        font-size: 16px;
    }

    .startup-box p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .startup-box-main {
        flex: 0 0 100%;
        border-right: none;
        margin-bottom: 0 !important;
        padding: 0;
    }

    .startup-box {
        padding: 15px 0;
    }

    .startup-box h5 {
        font-size: 15px;
    }

    .startup-box p {
        font-size: 12px;
        max-width: 250px;
    }
}


/*industries-we-serve CSS*/
.industries-we-serve {
    position: relative;
    background: url("../images/industries-bg.png") center center / cover no-repeat;
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
}

.industries-we-serve .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 70, 135, 0.9);
    z-index: 1;
}

.industries-we-serve .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.industries-we-serve .title h2 {
    color: #fff;
}

.industries-we-serve .title-design span {
    background-color: #fff;
}

.industriesSwiper .swiper-slide {
    height: auto !important;
}

.industry-box {
    border: 1px solid #7176ae;
    padding: 30px 10px;
    text-align: center;
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    height: 100%;
}

.industry-box img {
    width: 55px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.industry-box h5 {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

.industriesSwiper {
    border-right: 1px solid #7176ae;
}

.industry-box:hover,
.industry-box.active {
    background-color: #ffffff;
    color: #1a2c6c;
    border-color: #7176ae;
}

.industry-box:hover h5,
.industry-box.active h5 {
    color: #1a2c6c;
}

.industry-box:hover img,
.industry-box.active img {
    filter: brightness(0) invert(0);
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: #ffce00;
    transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ffce00;
    font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #ffce00;
}




/*Client Review CSS*/
.testimonial-slider {
    margin: 0 auto;
    padding-top: 30px;
}

.testimonial-card {
    background-color: #fff;
    padding: 20px 40px 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #e5e5e5;
}

.review-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.testimonial-content {
    font-size: 14px;
    color: #3f4d5a;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
}

.client-name {
    font-size: 16px;
    color: #303c48;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-weight: 500;
}

.client-company {
    font-size: 14px;
    color: rgba(63, 70, 135, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.slick-dots {
    text-align: center;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d8dee3;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-dots li button:before {
    content: "";
}

.slick-dots li.slick-active {
    background-color: #3f4687;
}

@media (max-width: 768px) {
    .slick-dots {
        margin-top: 25px;
    }
}


/*Blogs CSS*/
.blogs {
    position: relative;
    background: url("../images/blog-bg.png") center center / cover no-repeat;
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
}


.blogs .container {
    position: relative;
    z-index: 2;
}

.blogs .title h2 {
    color: #fff;
}

.blogs .title-design span {
    background-color: #fff;
}

.blog-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 43px;
    padding-top: 30px;
}

.blog-card {
    background: #fff;
    color: #333;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
    text-align: left;
}

.blog-date {
    font-size: 12px;
    color: #cbcdde;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.blog-title {
    font-size: 20px;
    color: #0f0f0f;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

@media (max-width: 992px) {
    .blog-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .blog-img img {
        height: 150px;
    }

    .blogs {
        padding: 30px 0px;
        gap: 20px;
    }

    .blog-row {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 0;
    }

    .blog-content {
        padding: 15px;
    }

    .blog-title {
        font-size: 16px;
    }
}


/*Get in Touch CSS*/
.get-in-touch .contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 20px;
}

/* ===== LEFT SIDE ===== */
.get-in-touch .contact-left {
    flex: 1;
    min-width: 320px;
    background: url("../images/get-in-touch-bg.png") center center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.get-in-touch .form-overlay {
    color: #fff;
    padding: 40px;
    height: 100%;
}

.get-in-touch .form-overlay h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}

.get-in-touch .form-group {
    margin-bottom: 15px;
}

.get-in-touch .form-group input,
.get-in-touch .form-group textarea,
.get-in-touch .form-group select {
    width: 100%;
    padding: 12px 15px;
    border: none;
    outline: none;
    font-size: 15px;
}

.get-in-touch .form-group select {
    background-color: #fff;
    color: #333;
    appearance: none;
}

.get-in-touch .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0;
}

.get-in-touch .form-check label {
    color: #fff;
}

.get-in-touch .submit-btn {
    background: #fff;
    color: #3f4687;
    font-weight: 600;
    padding: 12px 50px;
    border: 1px solid #3f4687;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
}

.get-in-touch .submit-btn:hover {
    background: #3f4687;
    color: #fff;
    border: 1px solid #fff;
}

/* ===== RIGHT SIDE ===== */
.get-in-touch .contact-right {
    flex: 1;
    min-width: 320px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.get-in-touch .rating {
    font-size: 48px;
    color: #0f0f0f;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.get-in-touch .rating img {
    width: 200px;
}

.get-in-touch .rating h3 {
    font-size: 36px;
    color: #0f0f0f;
    font-weight: 500;
}

.get-in-touch .desc {
    font-size: 18px;
    color: #3c4854;
    margin-bottom: 30px;
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
}

.get-in-touch .contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 50px;
    padding-top: 40px;
}

.get-in-touch .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.get-in-touch .info-item:first-child {
    border-bottom: 1px solid #c5cae9;
    padding-bottom: 30px;
}

.get-in-touch .info-item h4 {
    font-size: 20px;
    color: #b5b8bc;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.get-in-touch .info-item p {
    font-size: 16px;
    color: #3c4854;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    .get-in-touch .form-overlay {
        padding: 20px;
    }

    .get-in-touch .form-overlay h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .get-in-touch .rating img {
        width: 160px;
    }

    .get-in-touch .rating h3 {
        font-size: 22px;
    }

    .get-in-touch .desc {
        font-size: 16px;
    }

    .get-in-touch .info-item img {
        width: 40px;
    }

    .get-in-touch .info-item:first-child {
        padding-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .get-in-touch .contact-wrapper {
        flex-direction: column;
    }

    .get-in-touch .contact-left,
    .get-in-touch .contact-right {
        width: 100%;
    }

    .get-in-touch .contact-info {
        padding-left: 0;
        text-align: center;
        align-items: center;
        padding-top: 20px;
    }

    .get-in-touch .info-item {
        justify-content: center;
    }
}


/*Homepage Footer*/
.homepage-footer {
    background-color: #151519;
    color: #fff;
    padding: 60px 0 20px;
    font-family: 'Poppins', sans-serif;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-links,
.footer-contact {
    flex: 0 0 auto;
    /* take width based on content */
}

.footer-center {
    flex: 1 1 auto;
    /* fill remaining space */
    text-align: center;
}

.footer-links h4,
.footer-center h4,
.footer-contact h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.footer-center h6 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.footer-center p {
    font-size: 18px;
    font-weight: normal;
    color: #a7a7a7;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li a {
    color: #a7a7a7;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.footer-links ul li a:hover {
    color: #fff;
}

.contact-btn {
    background: #3f4687;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 500;
}

.contact-btn:hover {
    background: #ffca09;
    color: #151519;
}

.footer-contact p {
    margin-bottom: 10px;
    color: #a7a7a7;
    font-size: 14px;
    max-width: 220px;
    line-height: 1.6;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
}

/* ===================== Responsive ===================== */

/* For tablets and below */
@media (max-width: 992px) {

    .footer-row {
        flex-direction: column;
    }

    .footer-row.footer-col:nth-child(2) {
        order: -1;
    }

    .footer-links,
    .footer-center,
    .footer-contact {
        flex: 1 1 100%;
    }

    .footer-links ul {
        display: inline-block;
        text-align: left;
    }

    .footer-center h6 {
        font-size: 36px;
    }

    .footer-center p {
        font-size: 16px;
    }
}

/* For smaller mobiles */
@media (max-width: 576px) {
    .homepage-footer {
        padding: 40px 0 15px;
    }

    .footer-center h6 {
        font-size: 28px;
    }

    .footer-center p {
        font-size: 15px;
    }

    .contact-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .footer-contact p {
        max-width: 100%;
        font-size: 13px;
    }

    .footer-links ul li a {
        font-size: 13px;
    }
}









/*Default Responsive Start*/
/* Responsive */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 20px 15px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .industry-box {
        padding: 35px 15px;
    }

    .industry-box img {
        width: 45px;
    }
}

@media (max-width: 576px) {
    .industries-we-serve {
        padding: 30px 0px;
    }

    .industry-box {
        padding: 25px 10px;
    }

    .industry-box h5 {
        font-size: 14px;
    }
}



/* Responsive Css */

@media screen and (max-width:1399px) {
    /* Home About Company css */

    .hm-about-company .title {
        max-width: 94%;
    }

    .hmabout-box p {
        max-width: 70%;
    }

    /* Header Css */

    header .navbar-nav>.menu-item+.menu-item {
        margin-left: 30px;
    }
}

@media screen and (max-width:1199px) {

    .mtb-110 {
        margin: 90px 0;
    }

    .mt-110 {
        margin-top: 90px;
    }

    .mb-110 {
        margin-bottom: 90px;
    }

    .ptb-110 {
        padding: 90px 0;
    }

    .pt-110 {
        padding-top: 90px;
    }

    .pb-110 {
        padding-bottom: 90px;
    }


    /* Header Css */

    header {
        padding: 20px 0;
    }

    header.sticky {
        padding: 15px 0;
    }

    header .navbar-brand img {
        max-width: 160px;
    }

    header .navbar-nav>.menu-item+.menu-item {
        margin-left: 20px;
    }

    header .menu-item>a {
        font-size: 15px;
        line-height: 21px;
    }

    header .menu-item.menu-item-has-children>a {
        padding-right: 20px;
    }

    header .menu-item.menu-item-has-children a::after {
        height: 7px;
        width: 11px;
    }


    header .navbar-nav>li.menu-item-has-children .sub-menu-inner {
        padding-top: 25px;
    }

    header.sticky .navbar-nav>li.menu-item-has-children .sub-menu-inner {
        padding-top: 36px;
    }

    .head-social-icon ul {
        column-gap: 10px;
    }

    .head-social-icon ul a {
        height: 30px;
        width: 30px;
    }

    .head-social-icon ul a img {
        max-width: 14px;
    }

    /* Comon Title */
    .title-design {
        margin-bottom: 20px;
    }

    .title h2 {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    .hm-about-company .title p+p {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .ser-hover {
        padding: 0 15px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 14px 30px;
        font-size: 14px;
        line-height: 20px;
    }

    /* Home About Company css */


    .hm-about-company .title {
        max-width: 100%;
    }

    .hmabout-box p {
        max-width: 100%;
    }

    .hmabout-box {
        padding: 0 30px 30px 0;
    }

    .hmabout-box:nth-child(2) {
        padding: 0 0 30px 30px;
    }

    .hmabout-box:nth-child(3) {
        padding: 30px 30px 0 0;
    }

    .hmabout-box:nth-child(4) {
        padding: 30px 0 0 30px;
    }

    .hmabout-box h3 {
        font-size: 18px;
        line-height: 24px;
    }

    /* Service List Css */

    .service-box {
        height: 290px;
    }

    .ser-content img {
        max-height: 90px;
    }

    .ser-content h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .ser-content h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .ser-hover p {
        font-size: 12px;
        line-height: 18px;
    }


}

@media screen and (max-width:991px) {

    .mtb-110 {
        margin: 70px 0;
    }

    .mt-110 {
        margin-top: 70px;
    }

    .mb-110 {
        margin-bottom: 70px;
    }

    .ptb-110 {
        padding: 70px 0;
    }

    .pt-110 {
        padding-top: 70px;
    }

    .pb-110 {
        padding-bottom: 70px;
    }

    /* Header */

    header .navbar-toggler {
        box-shadow: none !important;
        outline: 0 !important;
    }

    .icon-bar {
        width: 30px;
        height: 2px;
        background: #000000;
        display: block;
        border-radius: 20px;
    }

    .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    .icon-bar:nth-child(1) {
        max-width: 70%;
        margin-left: auto;
    }

    .icon-bar:nth-child(3) {
        max-width: 50%;
        margin-left: auto;
    }

    button.close-btn {
        height: 35px;
        width: 35px;
        background: #FFFFFF;
        border: 0;
        padding: 0;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-left: auto;
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 2px;
    }

    .navbar-collapse {
        padding-top: 55px;
        width: 70%;
        position: fixed;
        right: -100%;
        left: auto;
        top: 0;
        bottom: 0;
        z-index: 11;
        transition: all ease-in-out 0.5s;
        border: 0;
        display: block;
        background: #151519;
        overflow: auto;
    }

    .navbar-collapse.show {
        right: 0;
    }

    header .navbar-nav {
        align-items: flex-start !important;
    }

    header .navbar-nav>.menu-item+.menu-item {
        margin-left: 0;
        border-top: 1px solid #FFF;
    }

    header .menu-item,
    header .menu-item>a {
        width: 100%;
    }

    header .menu-item>a {
        font-size: 17px;
        line-height: 25px;
        padding: 15px 25px;
    }

    header .menu-item.menu-item-has-children a:hover {
        color: #FFFFFF;
    }

    header .menu-item.menu-item-has-children a::after {
        right: 13px;
        height: 30px;
        width: 30px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' height='50' width='50'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        filter: brightness(1);
    }

    header .menu-item.menu-item-has-children a:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' height='50' width='50'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }

    header .navbar-nav>li.menu-item-has-children .sub-menu-inner,
    header .navbar-nav>li.menu-item-has-children:hover .sub-menu-inner {
        display: none;
        position: static;
        padding: 0;
        width: 100%;
        opacity: 1;
        transform: rotateX(0);
        transform-origin: top;
    }

    header .navbar-nav>li.menu-item-has-children.sub-open .sub-menu-inner {
        display: block;
    }

    header .navbar-nav>li.menu-item-has-children .sub-menu {
        background: #1f1f23;
        border-radius: 0;
        box-shadow: none;
        border-top: 1px solid #FFF;
    }


    header .sub-menu .menu-item+.menu-item {
        border-top: 1px solid #FFFFFF;
    }

    header .sub-menu .menu-item a {
        font-size: 17px;
        line-height: 25px;
        padding: 15px 25px;
        color: #FFFFFF;
    }

    header .navbar-nav>li.menu-item-has-children.sub-open a::after {
        transform: rotate(180deg) translateY(50%);
    }

    .head-social-icon ul {
        padding: 0 25px;
        margin-top: 10px;
    }

    .head-social-icon ul a {
        height: 45px;
        width: 45px;
    }

    .head-social-icon ul a img {
        max-width: 20px;
    }

    /* Comon Title */
    .title h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .hm-about-company .title p+p {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 12px 26px;
        font-size: 13px;
        line-height: 19px;
    }

    /* Home About Company css */

    .hm-about-company .row {
        row-gap: 30px;
    }

    .hmabout-box h3 {
        margin-bottom: 15px;
    }

    /* Service List Css */

    .service-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:767px) {

    .mtb-110 {
        margin: 30px 0px;
    }

    .mt-110 {
        margin-top: 50px;
    }

    .mb-110 {
        margin-bottom: 50px;
    }

    .ptb-110 {
        padding: 50px 0;
    }

    .pt-110 {
        padding-top: 50px;
    }

    .pb-110 {
        padding-bottom: 50px;
    }

    /* Header Css */

    .navbar-collapse {
        padding-top: 40px;
        width: 100%;
    }

    button.close-btn {
        height: 30px;
        width: 30px;
    }

    button.close-btn svg {
        height: 15px;
        width: 15px;
    }

    header .menu-item>a,
    header .sub-menu .menu-item a {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 20px;
        color: #FFFFFF;
    }

    .head-social-icon ul a img {
        filter: brightness(1);
    }

    /* Comon Title */
    .title-design {
        margin-bottom: 15px;
    }

    .title h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 11px 22px;
        font-size: 12px;
        line-height: 18px;
    }

    /* Home About Company css */
    .hmabout-info {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .hmabout-box {
        padding: 20px !important;
        border: 1px solid #d7d7d7 !important;
        border-radius: 2px;
    }

    .hmabout-box h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .hab-box-img img {
        max-width: 60px;
        max-height: 60px;
    }

    /* Service List Css */

    .service-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-box {
        height: 250px;
    }

    .ser-content img {
        max-height: 70px;
    }

    .ser-content h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .ser-content h3 {
        font-size: 17px;
        line-height: 17px;
    }
}

@media screen and (max-width:576px) {
    .compnt-strength {
        border-top: 1px solid #d7d7d7;
    }

    .compnt-strength.compnt-strength-first {
        border: none;
    }

    .compnt-strength.compnt-strength-last {
        border-left: none;
    }
}





/*Invoice Data Entry CSS*/
/* Hero Section */
.invoice-data-banner {
    position: relative;
    background: url("../images/invoice-data-bg.png") center center / cover no-repeat;
    min-height: 600px;
    color: #fff;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 50px;
}

.invoice-data-banner.common-banner {
    background: url("../images/about-bg.png") center center / cover no-repeat;
}

.invoice-data-banner.contact-banner {
    background: url("../images/contact-bg.png") center center / cover no-repeat;
}

.invoice-data-banner .overlay {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    height: 100%;
    width: 100%;
}

.invoice-data-banner .title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.invoice-data-banner .subtitle {
    font-size: 24px;
    color: #d8d8d8;
}

@media (max-width: 1440px) {
    .invoice-data-banner .hero {
        padding-top: 70px;
        min-height: 560px;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .invoice-data-banner .hero {
        text-align: center;
    }

    .invoice-data-banner .title {
        font-size: 2rem;
    }

    .invoice-data-banner .subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .invoice-data-banner {
        min-height: 300px;
    }
}


/*Invoice Data Entry Detail*/

/*Detail Banner CSS*/
.invoice-data-detail .title h2 {
    color: #3f4687;
}

.invoice-data-detail .detail-text {
    color: #272626;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 36px;
}

.invoice-data-detail .inner-detail-text {
    color: #272626;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}


/*Invoice Our Services CSS*/
.invoice-our-services {
    position: relative;
    background: url("../images/our-services-bg.png") center center / cover no-repeat;
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
}

.invoice-our-services .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 70, 135, 0.9);
    z-index: 1;
}

.invoice-our-services .container {
    position: relative;
    z-index: 2;
}

.invoice-our-services .title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.invoice-our-services .title-design span {
    background-color: #fff;
}

.invoice-our-services .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-top: 40px;
}

.invoice-our-services .service-detail-box {
    padding: 20px 30px;
    text-align: left;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

.invoice-our-services .service-detail-box:nth-child(3n + 1),
.invoice-our-services .service-detail-box:nth-child(3n + 2) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.invoice-our-services .service-detail-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.invoice-our-services .service-detail-box .underline {
    width: 100%;
    height: 1px;
    background-color: #6c72a1;
    margin-bottom: 15px;
}

.invoice-our-services .service-detail-box p {
    color: #cdcfec;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


@media (max-width: 992px) {
    .invoice-our-services {
        padding: 70px 0;
    }

    .invoice-our-services .title h2 {
        font-size: 30px;
    }

    .invoice-our-services .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .invoice-our-services .service-detail-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .invoice-our-services .service-detail-box:nth-child(2n) {
        border-right: none;
    }

    .invoice-our-services .service-detail-box:nth-child(3n + 1),
    .invoice-our-services .service-detail-box:nth-child(3n + 2) {
        border-right: none;
    }
}

@media (max-width: 576px) {
    .invoice-our-services {
        padding: 30px 0;
    }

    .invoice-our-services .title h2 {
        font-size: 26px;
    }

    .invoice-our-services .service-grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .invoice-our-services .service-detail-box {
        text-align: center;
        border-right: none;
        padding: 15px 10px;
        margin-bottom: 25px;
    }

    .invoice-our-services .service-detail-box .underline {
        width: 80%;
        margin: 0 auto 15px;
    }

    .invoice-our-services .service-detail-box {
        margin-bottom: 10px;
    }

    .invoice-our-services .service-detail-box h4 {
        font-size: 18px;
    }

    .invoice-our-services .service-detail-box p {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .invoice-our-services .title h2 {
        font-size: 22px;
    }

    .invoice-our-services .service-detail-box {
        padding: 10px;
    }

    .invoice-our-services .service-detail-box h4 {
        font-size: 16px;
    }

    .invoice-our-services .service-detail-box p {
        font-size: 13px;
    }
}


/*Key Features CSS*/
.key-detaures {
    background-color: #d4d5df;
}


.key-detaures .key-feture-listing ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}

.key-detaures .key-feture-listing ul+ul {
    margin-top: 40px;
}

.key-detaures .key-feture-listing ul li {
    display: flex;
    gap: 20px;
    align-items: baseline;
    padding: 0;
    margin: 0;
}

.key-detaures .key-feture-listing ul li label {
    font-size: 16px;
    color: #303c48;
    line-height: 22px;
}

/*Key Features white CSS*/
.key-detaures-white {
    background-color: #fff;
}


.key-detaures-white .key-feture-listing ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}

.key-detaures-white .key-feture-listing ul+ul {
    margin-top: 40px;
}

.key-detaures-white .key-feture-listing ul li {
    display: flex;
    gap: 20px;
    align-items: baseline;
    padding: 0;
    margin: 0;
}

.key-detaures-white .key-feture-listing ul li label {
    font-size: 16px;
    color: #303c48;
    line-height: 22px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .key-detaures .key-feture-listing ul {
        gap: 10px 15px;
    }
}

@media (max-width: 768px) {
    .key-detaures .key-feture-listing {
        gap: 30px;
        padding: 0;
    }

    .key-detaures .key-feture-listing ul {
        gap: 10px 15px;
    }

    .key-detaures .key-feture-listing ul li label {
        font-size: 14px;
        line-height: 20px;
    }

    .key-detaures .key-feture-listing ul+ul {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .key-detaures {
        padding: 50px 0px;
    }

    .key-detaures .key-feture-listing ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .key-detaures .key-feture-listing ul+ul {
        margin-top: 10px;
    }

    .key-detaures .key-feture-listing ul li label {
        font-size: 13px;
        line-height: 21px;
    }
}



/*Why Choose US CSS*/
.why-choose-us .contect-section {
    padding-top: 50px;
}

.why-choose-us .contect-section .list-content {
    position: relative;
    background: url("../images/why-choose-us-img.png") center center / cover no-repeat;
    padding: 50px 30px;
    color: #fff;
    overflow: hidden;
    height: fit-content;
}

.why-choose-us .contect-section .list-content li {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 8px;
}

.why-choose-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

.why-choose-box {
    padding: 0 40px 40px 0;
    border: 1px solid #d7d7d7;
    border-left: none;
    border-top: none;
}

.why-choose-box:nth-child(2) {
    padding: 0 0 40px 40px;
    border-right: none;
    border-top: none;
}

.why-choose-box:nth-child(3) {
    padding: 40px 40px 0 0;
    border-left: none;
    border-bottom: none;
}

.why-choose-box:nth-child(4) {
    padding: 40px 0 0 40px;
    border-right: none;
    border-bottom: none;
}

.why-choose-box-img {
    margin-bottom: 16px;
}

.why-choose-box h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #303c48;
    margin-bottom: 20px;
}

.why-choose-box p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #717b85;
    max-width: 60%;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .why-choose-info {
        grid-template-columns: 1fr 1fr;
    }

    .why-choose-box:nth-child(2),
    .why-choose-box:nth-child(3),
    .why-choose-box:nth-child(4) {
        padding: 20px;
        border: 1px solid #d7d7d7;
    }

    .why-choose-us .contect-section .list-content {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .why-choose-us .contect-section {
        padding: 15px;
    }

    .why-choose-info {
        grid-template-columns: 1fr;
    }

    .why-choose-box {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid #d7d7d7;
    }

    .why-choose-box h3 {
        font-size: 18px;
    }

    .why-choose-box p {
        font-size: 12px;
        max-width: 100%;
    }

    .why-choose-us .contect-section .list-content {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .why-choose-us .contect-section .list-content li {
        font-size: 14px;
    }
}

/*Service Detail CSS*/
.service-invoice-data {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.service-invoice-data-box {
    width: 100%;
    height: 350px;
}

.service-invoice-data-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f34135;
    z-index: -1;
}

.service-invoice-data-box:nth-child(2):after {
    background-color: rgba(61, 74, 157, 0.9);
}

.service-invoice-data-box:nth-child(3):after {
    background-color: rgba(193, 53, 120, 0.9);
}

.service-invoice-data-box:nth-child(4):after {
    background-color: rgba(118, 83, 184, 0.9);
}

.service-invoice-data-detail-img {
    height: 100%;
}

.service-invoice-data-detail-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.service-invoice-data-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
    width: 100%;
}


.service-invoice-data-content img {
    margin-bottom: 20px;
}

.service-invoice-data-content h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
}

.service-invoice-data-content h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}

.service-invoice-data-content .btn-secondary {
    display: inline-block;
    padding: 10px 37px;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 600;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 2px;
    margin-top: 30px;
}

.service-invoice-data-content .btn-secondary:hover,
.service-invoice-data-content .btn-secondary:active,
.service-invoice-data-content .btn-secondary:focus {
    background: #FFFFFF;
    color: #000000;
}

@media (max-width: 768px) {
    .service-invoice-data {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}


/*challenges-container*/
.challenges-container {
    display: flex;
}

.challenges-container .left-section {
    width: 50%;
    background-color: #3f4687;
    padding-left: 10%;
    padding-right: 50px;
    color: #ffffff;
}

.challenges-container .left-section .title-design {
    margin-right: unset;
    margin-left: unset;
}

.challenges-container .left-section .title-design span {
    background-color: #ffffff;
}

.challenges-container .left-section .title h2 {
    color: #ffffff;
    margin-bottom: 80px;
}

.challenges-container .left-section .sub-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

.challenges-container .right-section {
    width: 50%;
    background-color: #ffca09;
    padding-right: 10%;
    padding-left: 50px;
}

.challenges-container .right-section .title h2 {
    margin-bottom: 80px;
}

.challenges-container .right-section .title-design {
    margin-right: unset;
    margin-left: unset;
}

.challenges-container .right-section .sub-text {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.text-black {
    color: #000000 !important;
}

.challenges-container .right-section .subtext-with-icon {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 50px;
}

.challenges-container .right-section .subtext-with-icon .sub-text-content {
    display: flex;
    gap: 15px;
}

.challenges-container .right-section .subtext-with-icon .sub-text-content img {
    height: 50px;
    width: fit-content;
}

.challenges-container .right-section .subtext-with-icon .sub-text-content .inner-sub-text {
    font-size: 14px;
    line-height: 20px;
    color: #272626;
}

@media (max-width: 820px) {
    .challenges-container {
        flex-direction: column;
    }

    .challenges-container .left-section {
        width: 100%;
    }

    .challenges-container .right-section {
        width: 100%;
    }

    .challenges-container .left-section .title h2 {
        margin-bottom: 30px;
    }

    .challenges-container .right-section .title h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .challenges-container .left-section {
        padding: 24px !important;
    }

    .challenges-container .right-section {
        padding: 24px !important;
    }
}


/*Contact Get in touch*/
.contact-section p {
    font-size: 15px;
    line-height: 24px;
    color: #272626;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.contact-section h3 {
    font-size: 36px;
    color: #272626;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.contact-section .contact-details {
    display: flex;
    justify-content: center;
    gap: 200px;
}

.contact-section .contact-details .right-contact {
    min-width: 320px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-section .contact-details .right-contact .rating {
    font-size: 48px;
    color: #0f0f0f;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-section .contact-details .right-contact .rating img {
    width: 200px;
}

.contact-section .contact-details .right-contact .rating h3 {
    font-size: 36px;
    color: #0f0f0f;
    font-weight: 500;
    margin: 0;
}

.contact-section .contact-details .right-contact .desc {
    font-size: 18px;
    color: #3c4854;
    margin-bottom: 30px;
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
}

.contact-section .contact-details .contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-section .contact-details .contact-info .info-item {
    border-bottom: 1px solid #c5cae9;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-section .contact-details .contact-info .info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-section .contact-details .contact-info .info-item h4 {
    font-size: 20px;
    color: #b5b8bc;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.contact-section .contact-details .contact-info .info-item p {
    font-size: 16px;
    color: #3c4854;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
}

@media (max-width: 820px) {
    .contact-section .contact-details {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .contact-section p {
        margin-bottom: 30px;
    }

    .contact-section h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contact-section .contact-details {
        flex-direction: column;
    }

    .contact-section .contact-details {
        gap: 50px;
    }

    .contact-section .contact-details .contact-info .info-item img {
        width: 40px;
    }
}

/*Contact Form*/
.contact-form {
    position: relative;
    background: url("../images/industries-bg.png") center center / cover no-repeat;
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
}

.contact-form .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 70, 135, 0.9);
    z-index: 1;
}

.contact-form .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-form .title h2 {
    color: #fff;
}

.contact-form .title-design span {
    background-color: #fff;
}

.contact-form .form {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.contact-form .form .form-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 500px;
}

.contact-form .form .form-group input,
textarea,
select {
    width: 100%;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 15px;
    height: 50px;
}

.contact-form .form .form-group textarea {
    height: 210px;
}

.contact-form .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0;
}

.contact-form .form-check label {
    color: #fff;
}

.contact-form .form-footer {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
}

.contact-form .submit-btn {
    background: #fff;
    color: #3f4687;
    font-weight: 600;
    padding: 12px 50px;
    border: 1px solid #3f4687;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .contact-form {
        padding: 30px 0px;
    }

    .contact-form .form {
        flex-direction: column;
        gap: 20px;
    }

    .contact-form .form .form-inner {
        width: 100%;
        gap: 20px;
    }

    .contact-form .form-footer {
        gap: 10px;
        padding-top: 20px;
    }
}






.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 0px 60px 8%;
  position: relative;
    background: url("../images/banner.png") center center / cover no-repeat;
    min-height: 800px;
    color: #fff;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  
}
.hero-section h1 {
    margin: 25px 0px;
    font-size: 48px;
    line-height: normal;
}
/* Left side content */
.hero-content {
    flex: 1;
    position: relative;
    top: -20px;
}

/* Right side banner */
.hero-banner {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-banner img {
  width: 100%;
  max-width: 680px;
  height: auto;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 1024px) {
  .hero-section {
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: inherit;
    text-align: center;
    padding: 0px 20px;
    min-height: 680px;
}

  .hero-banner {
    justify-content: center;
    margin-top: 30px;
    display: none;
  }
  .hero-content p {
    padding-right: 0px;
}
.hero-section h1 {
    margin: 25px 0px;
    font-size: 28px;
    line-height: normal;
}

  .hero-banner img {
    max-width: 100%;
  }
  .schedule-demo-btn {
    padding: 9px 15px;
}
}
