html {
    scroll-behavior: smooth;
}

ul li {
    font-weight: 400;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
.navbar-nav ul li{
    background: none !important;
}
.case-study ul li {
    background: url(../images/services/zigron-bullet-point.png) no-repeat;
    background-size: 13px 13px;
    line-height: 1.5;
    padding-left: 32px;
    margin-top: 10px;
    background-position: left 8px;
 }
 .improvements ul li {
    background: none !important;
 }
.w-65 {
    width: 65% !important;
}

.w-90 {
    width: 90% !important;
}

.w-70 {
    width: 70% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-37 {
    width: 37% !important;
}

.btn {
    text-transform: unset !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}


/* Header */

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

button.navbar-toggler {
    border: 1px solid #fff;
}

button.navbar-toggler .navbar-toggler-icon {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}

.dropdown-toggle::after {
    display: none;
}

header nav {
    padding: 0.16rem !important;
    z-index: 11111;
    height: 65px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Initially hide the black logo */

.header-black-logo {
    display: none;
}


/* When hovering over the navbar, show the black logo and hide the original logo */

.navbar:hover .header-zigron-logo {
    display: none;
}

.navbar:hover .header-black-logo {
    display: inline-block;
}

header nav li.nav-item {
    margin-right: 1rem;
    height: 100%;
}

header nav li a.nav-link {
    color: #fff;
    font-size: 14px;
    height: 98%;
    font-weight: 500;
    display: flex;
    align-items: center;
}

header .navbar-nav {
    height: 100%;
    align-items: center;
}

header .navbar-nav li.dropdown {
    height: 100%;
    display: flex;
    align-items: center;
}

header .navbar-nav li a.nav-link:hover {
    z-index: 999;
    color: #B62427 !important;
    border-bottom: 4px solid #B62427;
    /* box-shadow: inset 0px -4px 0px #B62427; */
}

header .navbar-nav li.dropdown a.nav-link {
    position: relative;
}

header .navbar-nav li.dropdown:hover a.nav-link {
    /* box-shadow: inset 0px -4px 0px #B62427; */
    border-bottom: 4px solid #B62427;
    color: #B62427 !important;
    transform: scale(1.1);
}

hr {
    width: 50%;
    margin-left: 10px;
}

header .navbar-nav li.dropdown a.nav-link:hover {
    color: #B62427;
}

header .dropdown-header {
    font-size: 18px;
    font-weight: 600;
}

header .container-fluid {
    height: 100%;
}

header .navbar-expand-lg .navbar-collapse {
    height: 100%;
}

header nav li a.nav-link.show {
    color: #000 !important;
}

header nav li a.nav-link.active {
    color: #fff !important;
}

#nav-main.hovered .header-black-logo {
    display: inline-block;
}

#nav-main.hovered .header-zigron-logo {
    display: none;
}

header nav:hover,
#nav-main.hovered {
    /* Your hover styles here */
    height: 75px;
    background-color: #fff;
}

header nav:hover li a.nav-link,
header #nav-main.hovered li a.nav-link {
    color: #000 !important;
}

header nav:hover li a.nav-link.active,
header #nav-main.hovered li a.nav-link.active {
    color: #B62427;
}

header nav li a.nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 15px;
    background-color: #B62427;
    transition: width .5s ease;
}

header nav li a.nav-link:after:hover {
    width: 3rem;
    left: 0;
    right: 0;
}

header nav li a.nav-link {
    transition: transform 0.2s ease;
}

header nav li:hover a.nav-link:hover,
header nav li:hover a.nav-link:focus,
header nav li:hover a.nav-link:active {
    transform: scale(1.1);
    color: #B62427 !important;
}

.nav-link:focus {
    color: #B62427 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: #B62427;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    transition: margin-left 0.3s ease;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    margin-left: 10px;
    color: #B62427;
    background-color: transparent;
}

header .navbar-brand img {
    width: 70%;
}

#nav-main.hovered .get-in-touch-btn {
    background-color: #B62427;
    color: #fff;
    border: 0;
}

header nav .get-in-touch-btn {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    border: 0px;
    background-color: transparent;
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #fff;
}

header nav:hover .get-in-touch-btn {
    background-color: #B62427;
    color: #fff;
    border: 1px solid #B62427;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .container {
    max-width: 80%;
}

.dropdown-header {
    font-size: 20px;
    font-weight: 500;
    color: #7C8591;
    padding-bottom: 15px
}

.all-service-tab {
    font-weight: 700 !important;
    padding-top: 25px !important;
    color: #000000 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 500;
}


/* Custom CSS for full-screen dropdown menu */

.all-services-menu {
    border-right: 1px solid #c5c5c5;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .dropdown-fullscreen {
    position: absolute;
    border-radius: 0;
    padding: 1rem 0 2rem 0;
    left: 0vw !important;
    top: 74px !important;
    width: 101.34vw;
    background-color: #fff;
    height: max-content;
    /* Set background color as needed */
    z-index: 1000;
    overflow-x: hidden;
    /* Ensure dropdown appears on top of other content */
    display: none;
    /* Initially hide the dropdown */
}

.dropdown-row-one {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.dropdown-row-two {
    padding-bottom: 3rem;
}

.dropdown-row-two .col-lg-3 {
    padding-top: 5rem;
}

header .nav-item {
    position: static !important;
}

header .nav-item:hover .dropdown-fullscreen {
    display: block;
    /* Show the dropdown on hover */
}


/* Landing Page */

.zig-landing-main-banner {
    background-image: url(../images/home/main-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -9;
    padding: 5rem 0;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}

.zig-landing-main-banner .zig-main-banner-content h3 {
    padding: 3rem 0;
    font-family: 'Poppins', sans-serif;
}

.zig-landing-main-banner .zig-main-banner-content h1 {
    font-size: 90px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.ng-heading span {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition: opacity 0.5s, transform 0.5s;
    -moz-transition: opacity 0.5s, transform 0.5s;
    -ms-transition: opacity 0.5s, transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
}

.zig-landing-main-banner .zig-main-banner-content h1 span:nth-child(2) {
    color: #B62427;
}


/* zigron history section */

.zig-history-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3rem 0 5rem 0;
}

.zig-history-content a {
    text-decoration: underline;
    font-size: 20px;
    color: #011220;
    font-weight: 600;
    padding-bottom: 3rem;
}

.zig-history-content p {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    width: 75%;
}

.what-we-do-section .heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5rem;
}

.what-we-do-section .heading strong {
    display: inline-block;
    position: relative;
    color: #B62427;
}


/* .what-we-do-section .heading strong::after {
    width: 8em;
    content: "";
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 1.2em;
    min-width: var(width);
    background-image: linear-gradient(270deg, rgba(182, 36, 39, 0.44) -35.5%, rgba(182, 36, 39, 0.00) 60.11%);
    background-position: left center, right center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0.65em;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    margin: 0 calc(-1*(0.5em)) -0.25em calc((0.5em) - (8em));
    -webkit-border-radius: 0.65em;
    -moz-border-radius: 0.65em;
    -ms-border-radius: 0.65em;
    -o-border-radius: 0.65em;
} */

.what-we-do-section .what-we-do-image {
    transition: transform 0.3s ease-in-out;
}

.what-we-do-section .what-we-do-image:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.what-we-do-section ul li {
    font-size: 20px;
    color: #011220;
}

.what-we-do-section .learn-more {
    color: #B62427;
    font-size: 18px;
    text-decoration: underline;
}

.what-we-do-section .learn-more img {
    margin-left: 0.5rem;
    width: 25px;
}

.what-we-do-section h3 {
    font-size: 20px;
    color: #011220;
}

.what-we-do-section .teams-box {
    margin-top: 10rem;
}

.what-we-do-section .se-box {
    margin-top: 15rem;
}

.our-clients-section {
    margin-top: 5rem;
}

.our-clients-section .heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 4rem;
}

.client-img {
    text-align: center;
}

.client-img img {
    width: 85%;
    margin: 1rem 0 4rem;
}

.our-clients-section .heading strong {
    display: inline-block;
    position: relative;
    color: #B62427;
}


/* .our-clients-section .heading strong::after {
    width: 8em;
    content: "";
    position: relative;
    z-index: -5;
    display: inline-block;
    height: 1.2em;
    min-width: var(width);
    background-image: linear-gradient(270deg, rgba(182, 36, 39, 0.44) -35.5%, rgba(182, 36, 39, 0.00) 60.11%);
    background-position: left center, right center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0.65em;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    margin: 0 calc(-1*(0.5em)) -0.25em calc((0.5em) - (8em));
    -webkit-border-radius: 0.65em;
    -moz-border-radius: 0.65em;
    -ms-border-radius: 0.65em;
    -o-border-radius: 0.65em;
} */

.experience-counter {
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.experience-counter .loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.experience-counter .loader span.count {
    color: #011220;
    font-weight: 700;
    font-size: 48px;
}

.experience-counter .loader span.count-desc {
    color: #011220;
    font-weight: 500;
    font-size: 20px;
}


/* Services section */

.services-section {
    background-color: #F2F5F7;
}

.services-section .heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5rem;
}

.services-section .heading strong {
    display: inline-block;
    position: relative;
    color: #B62427;
}

.services-section p.parag {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}


/* .services-section .heading strong::after {
    width: 14em;
    content: "";
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 1.2em;
    min-width: var(width);
    background-image: linear-gradient(270deg, rgba(182, 36, 39, 0.44) -35.5%, rgba(182, 36, 39, 0.00) 60.11%);
    background-position: left center, right center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0.65em;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    margin: 0 calc(-1*(0.5em)) -0.25em calc((0.5em) - (14em));
    -webkit-border-radius: 0.65em;
    -moz-border-radius: 0.65em;
    -ms-border-radius: 0.65em;
    -o-border-radius: 0.65em;
} */


/* animation two */

.services-section #image-list li p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
    width: 30px;
}

.services-section #image-list li p::after {
    width: 4em;
    content: "";
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 1.2em;
    min-width: var(width);
    background-image: linear-gradient(270deg, rgba(182, 36, 39, 0.44) -35.5%, rgba(182, 36, 39, 0.00) 60.11%);
    background-position: left center, right center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0.65em;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    margin: 0 calc(-1*(0.5em)) -0.25em calc((0.5em) - (4em));
    -webkit-border-radius: 0.65em;
    -moz-border-radius: 0.65em;
    -ms-border-radius: 0.65em;
    -o-border-radius: 0.65em;
}

.services-section #image-list li h4 {
    width: 100px;
    font-size: 25px;
    font-weight: 600;
    color: #011220;
    margin-left: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

#image-list li span {
    opacity: 0;
    font-size: 14px;
    font-weight: 400;
    color: #011220;
}

.services-section .content-list li.active {
    background-color: #fff;
}

.services-section .content-list li {
    display: flex;
    align-items: center;
    padding: 25px;
    position: relative;
    cursor: pointer;
}

.services-section .content-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /* Added */
    position: relative;
    /* Added */
}

.services-section .content-image {
    padding-bottom: 5rem;
}

.services-section .content-image img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 90%;
    height: auto;
    transition: opacity 1s ease;
    /*Addtransitionforopacitychange*/
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.services-section .content-image img.active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

#image-list li span {
    opacity: 0;
    transition: opacity 0.5s ease;
}


/* Success studies section*/

.success-studies-section {
    position: relative;
    margin-top: 2rem;
}

.success-studies-section .heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 3rem;
}

.success-studies-section .heading strong {
    display: inline-block;
    position: relative;
    color: #B62427;
}

.success-studies-description p {
    font-size: 20px;
    margin-bottom: 3rem;
}

.success-studies-description img {
    width: 165px;
}

.success-studies-section .image-box {
    background-color: #F2F5F7;
    padding-bottom: 1rem;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}

.success-studies-section .image-box-first {
    margin-top: 15rem;
    transition: margin-top 0.1s ease-out;
    -webkit-transition: margin-top 0.1s ease-out;
    -moz-transition: margin-top 0.1s ease-out;
    -ms-transition: margin-top 0.1s ease-out;
    -o-transition: margin-top 0.1s ease-out;
}

.success-studies-section .image-box img.img-main {
    width: 100%;
}

.success-studies-section .image-box h3 {
    font-size: 25px;
    height: 100px;
    font-weight: 400;
    color: #011220;
    padding: 1em 0.25em 1em 1em;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.success-studies-section .image-box .learn-more {
    color: #B62427;
    font-size: 18px;
    text-decoration: underline;
    margin: 0 0 1rem 1.5em;
}

.success-studies-section .image-box .learn-more img {
    margin-left: 0.5rem;
}

.success-studies-section .animate__animated.animate__fadeInUp {
    --animate-duration: 1s;
}

.image-box-second {
    margin-top: 5rem;
}

.whats-new-section {
    background-color: #F2F5F7;
    padding: 5rem 0;
    position: relative;
}

.whats-new-section .heading-section .row {
    padding-left: 13px;
}

.whats-new-section .heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 3rem;
}

.whats-new-section .heading strong {
    display: inline-block;
    position: relative;
    font-weight: 700 !important;
    color: #B62427;
}

.whats-new-section .view-all {
    color: #011220;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.whats-new-section .heading-section p {
    font-size: 25px;
    font-weight: 300;
    color: #011220;
    margin-bottom: 2rem
}

.whats-new-section .blog-box {
    background-color: #fff;
    padding-bottom: 1rem;
}

.whats-new-section .blog-box img.home-blog-thumbnail {
    height: 175px;
    object-fit: cover;
}

.whats-new-section .blog-box-first {
    margin-bottom: 5rem;
}

.whats-new-section .blog-box p {
    font-size: 18px;
    color: #011220;
    padding-left: 1em;
}

.whats-new-section .blog-box h3 {
    font-size: 25px;
    height: 90px;
    margin-bottom: 30px;
    color: #011220;
    padding: 1em 0.25em 1em 1em;
    font-weight: 400;
    overflow: hidden;
}

.whats-new-section .blog-box .learn-more {
    color: #B62427;
    font-size: 18px;
    text-decoration: underline;
    margin: 0 0 1rem 1.5em;
}

.blogs-second {
    margin-top: 8rem;
    transition: margin-top 0.1s ease-out;
    -webkit-transition: margin-top 0.1s ease-out;
    -moz-transition: margin-top 0.1s ease-out;
    -ms-transition: margin-top 0.1s ease-out;
    -o-transition: margin-top 0.1s ease-out;
}

.blogs-third {
    margin-top: 12rem;
    transition: margin-top 0.1s ease-out;
    -webkit-transition: margin-top 0.1s ease-out;
    -moz-transition: margin-top 0.1s ease-out;
    -ms-transition: margin-top 0.1s ease-out;
    -o-transition: margin-top 0.1s ease-out;
}

.lets-talk-section {
    background-image: url(../images/home/lets-talk-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.lets-talk-section .content {
    padding: 10rem 0 8rem 0;
    text-align: center;
}

.lets-talk-section .content h1 {
    color: #fff;
    font-size: 57px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.lets-talk-section .content a {
    color: #fff;
    text-decoration: underline;
    font-size: 25px;
    font-weight: 600;
}


/* Footer */

footer {
    background-color: #fff;
}

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

.footer-address-contact h5 {
    color: hsl(207, 94%, 6%);
    font-size: 18px;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 0rem;
}

.footer-address-contact p.address {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 1rem;
    color: #011220;
}

.footer-address-contact p.cell-no {
    margin-bottom: 2rem;
    color: #011220;
    font-weight: 500;
}

.footer-home-about-links li {
    list-style: none;
    margin-bottom: 1rem;
}

.footer-home-about-links li a {
    font-weight: 500;
    font-size: 16px;
    color: #011220;
    text-decoration: none;
}

.footer-about-links {
    padding-left: 0;
}

.footer-about-links li {
    list-style: none;
    margin-bottom: 1rem;
}

.footer-about-links li a {
    font-weight: 500;
    font-size: 16px;
    color: #011220;
    text-decoration: none;
}

.footer-newsletter h3 {
    font-size: 22px;
    color: #011220;
    font-weight: 600;
}

.footer-newsletter form {
    padding-top: 10px;
    position: relative;
    border: 0;
}

.footer-newsletter form input {
    height: 50px;
    width: 100%;
    border: 0;
    background-color: #F2F5F7;
    outline: 0;
    padding-left: 5px;
}

.footer-newsletter form button {
    position: absolute;
    height: 50px;
    padding: 0 15px;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    background-color: #B62427;
}

.follow-secion p {
    margin-top: 50px;
    font-size: 18px;
    color: #000;
    font-size: 'Poppins', sans-serif;
    font-weight: 600;
}

.follow-secion a {
    margin-right: 10px;
}

.follow-secion img {
    width: 11%;
}

.follow-secion img:hover {
    transition: all 0.2s ease;
    transform: scale(1.2) rotate(15deg);
}


/* Services Page */

.smart-maunfacturing-banner {
    background-image: url(../images/services/manufacturing-banner.png) !important;
}

.smart-home-automation-banner {
    background-image: url(../images/services/home-auto-banner.png) !important;
}

.smart-health-banner {
    background-image: url(../images/services/health-banner.png) !important;
}

.smart-energy-banner {
    background-image: url(../images/services/energy-banner.png) !important;
}

.smart-cities-banner {
    background-image: url(../images/services/cities-banner.png) !important;
}

.smart-building-banner {
    background-image: url(../images/services/building-banner.png) !important;
}

.smart-agri-banner {
    background-image: url(../images/services/agri-main-banner.png) !important;
}

.erp-main-banner {
    background-image: url(../images/services/erp-banner.png) !important;
}

.cybersecurity-banner {
    background-image: url(../images/services/cyber-main-banner.png) !important;
}

.network-monitoring-banner {
    background-image: url(../images/services/network-banner.png) !important;
}

.devops-main-banner {
    background-image: url(../images/services/devops-banner.png) !important;
}

.cloud-main-banner {
    background-image: url(../images/services/cloud-banner.png) !important;
}

.full-stack-banner {
    background-image: url(../images/services/full-stack-banner.png) !important;
}

.big-data-banner {
    background-image: url(../images/services/big-data-banner.png) !important;
}

.product-dev-banner {
    background-image: url(../images/services/product-dev-banner.png) !important;
}

.iot-banner {
    background-image: url(../images/services/iot-banner.png) !important;
}

.ai-ml-banner {
    background-image: url(../images/services/ai-ml-banner.png) !important;
}

.app-dev-banner {
    background-image: url(../images/services/app-dev.png) !important;
}

.qa-banner {
    background-image: url(../images/services/qa.png) !important;
}

.civil-main-banner {
    background-image: url(../images/services/civil.png) !important;
}

.cad-banner {
    background-image: url(../images/services/cad.png) !important;
}

.embedded-software-banner {
    background-image: url(../images/services/embedded-software.png) !important;
}

.structural-main-banner {
    background-image: url(../images/services/structural.png) !important;
}

.electrical-main-banner {
    background-image: url(../images/services/electrical.png) !important;
}

.geo-tech-banner {
    background-image: url(../images/services/geo-tech.png) !important;
}
.ai-agent-banner {
    background-image: url(../images/services/ai-agent-banner.png) !important;
}
.system-inegration-banner {
    background-image: url(../images/services/system-inegration-banner.png) !important;
}
.video-streaming-banner {
    background-image: url(../images/services/video-streaming-banner.png) !important;
}

.engineering-banner {
    background-image: url(../images/landing-banners/engineering-banner.png) !important;
}
.intelligence-banner {
    background-image: url(../images/landing-banners/ai-banner.png) !important;
}
.connectivity-banner{
    background-image: url(../images/landing-banners/iot-banner.png) !important;
}

.aws-iot-banner{
    background-image: url(../images/aws-iot/aws-iot-banner.png) !important;
}
.services-main-banner {
    background-image: url(../images/services/main-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -9;
    padding: 5rem 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-main-banner .content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.services-main-banner .content h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.services-main-banner .content h1:first-child {
    color: #B62427;
}

.services-main-banner .content h1:last-child {
    color: #fff;
}

.services-main-banner .content h5 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 3rem;
    width: 80%;
    margin-top: 0.5em;
    line-height: 35px;
}

.align-business-goals {
    margin: 5rem 0;
}

.align-business-goals h3 {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
}

.align-business-goals h2 {
    color: #011220;
    font-size: 35px;
    font-weight: 600;
}

.align-business-goals h2 span {
    color: #B62427;
}


/* Services and capabilities section */

.energy-services-and-capabilities-section p.main-text {
    font-size: 25px ;
}

.energy-services-and-capabilities-section p.smart-services-para {
    font-size: 20px ;
    margin-top: 1.2rem;
    margin-bottom: 3rem;
    font-weight: 300;
}

.energy-services-and-capabilities-section .capabilities-box {
    height: 475px ;
}

.energy-services-and-capabilities-section .capabilities-box img {
    width: 100%;
    height: 100%;
}

.services-and-capabilities-section h2.main-heading {
    font-size: 38px;
    font-weight: 600;
    color: #011220;
    text-align: center;
}

.services-and-capabilities-section h2 span {
    color: #B62427;
}

.services-and-capabilities-section p {
    font-size: 20px;
    text-align: center;
}

.services-and-capabilities-section .capabilities-box {
    height: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.services-and-capabilities-section .capabilities-box .image-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #F2F5F7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 2rem;
}

.services-and-capabilities-section .capabilities-box .image-circle img {
    width: 90%;
}

.services-and-capabilities-section .capabilities-box .image-circle .ab-testing-img {
    width: 55%;
}

.services-and-capabilities-section .capabilities-box h5 {
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    display: flex;
    align-items: center;
}

.services-and-capabilities-section .capabilities-box p {
    font-size: 18px;
    font-weight: 300;
    color: #3F4778;
}

.practive-approach-section {
    background-color: #F2F5F7;
}

.software-practive-approach-section {
    background-color: transparent !important;
}

.practive-approach-section ul {
    list-style-type: none;
    padding-left: 0;
}

.practive-approach-section ul li {
    background: url(../images/services/zigron-bullet-point.png) no-repeat;
    background-size: 13px 13px;
    line-height: 1.5;
    padding-left: 32px;
    margin-top: 10px;
    background-position: left 5px;
}
.custom-ss.practive-approach-section ul li{
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0.5rem;

}
.practive-approach-section .practive-approach-image {
    width: 90%;
}

.practive-approach-section .content {
    padding-top: 3rem;
    padding-left: 2rem;
    width: 65%;
}

.practive-approach-section h3 {
    color: #011220;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.practive-approach-section h3 span {
    color: #B62427;
}

.practive-approach-section h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.practive-approach-section p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.how-we-deliever-section {
    padding-bottom: 4rem;
}

.how-we-deliever-section h3 {
    font-size: 35px;
    font-weight: 600;
    color: #011220;
    margin-bottom: 5rem;
    text-align: center;
}

.how-we-deliever-section h3 span {
    color: #B62427;
}

.how-we-deliever-section .how-we-deliever-box {
    height: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.how-we-deliever-section .how-we-deliever-box .image-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #F2F5F7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 2rem;
}

.how-we-deliever-section .how-we-deliever-box .image-circle img {
    width: 100%;
}

.how-we-deliever-section .how-we-deliever-box h5 {
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
}

.how-we-deliever-section .how-we-deliever-box p {
    font-size: 18px;
    font-weight: 300;
    color: #3F4778;
    text-align: center;
}

.design-tools-section {
    background-color: #F2F5F7;
    padding: 3rem 0 4rem 0;
}

.design-tools-section h3 {
    font-size: 35px;
    color: #011220;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.design-tools-section h3 span {
    color: #B62427;
}

.design-tools-section p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.design-tools-section .design-tools-box {
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.design-tools-section .design-tools-box img {
    width: 60%;
}

.design-tools-section .design-tools-box h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #011220;
    height: 40px;
}
.single-blog-main-section .blog-content div p{
font-size:15px !important;
}
.single-blog-main-section .blog-content ul{
    list-style:disc !important;
}
.case-studies-section {
    padding: 4rem 0;
}

.case-studies-section .case-studies-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.case-studies-section .case-studies-heading h3 {
    font-size: 35px;
    color: #011220;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.case-studies-section .case-studies-heading h3 span {
    color: #B62427;
}

.case-studies-section .case-studies-heading p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.case-studies-box img {
    margin-bottom: 1.5rem;
}

.case-studies-box h4 {
    font-size: 25px;
    font-weight: 600;
    color: #011220;
    margin-bottom: 1.5rem;
    height: 80px;
}

.case-studies-box p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    height: 130px;
    margin-bottom: 0;
}

.case-studies-box .learn-more {
    color: #B62427;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.case-studies-box .learn-more img {
    margin-bottom: 0;
    margin-left: 0.5rem;
}

.your-questions-section .content h3 {
    font-size: 35px;
    color: #011220;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.your-questions-section .content h3 span {
    color: #B62427;
}

.your-questions-section .content {
    margin-top: 2.7rem;
    width: 85%;
}

.your-questions-section .content p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.your-questions-section .your-questions-accorrdion-section .accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0;
}

.your-questions-section .your-questions-accorrdion-section button:focus:not(:focus-visible) {
    outline: 0;
}

.your-questions-section .your-questions-accorrdion-section .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.your-questions-section .your-questions-accorrdion-section .accordion-item {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #E2E5E9;
    padding: 2rem 0;
}

.your-questions-section .your-questions-accorrdion-section .accordion-item:last-child {
    border-bottom: 0;
}

.your-questions-section .your-questions-accorrdion-section .accordion-button {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
}

.your-questions-section .your-questions-accorrdion-section .accordion-button h5 {
    font-size: 22px;
    font-weight: 600;
    color: #011220;
    padding-right: 1.5rem;
}

.your-questions-section .your-questions-accorrdion-section .accordion-body {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    padding-left: 0;
}

.your-questions-section .your-questions-accorrdion-section .accordion-button::after {
    background-image: url(../images/services/plus.svg) !important;
}

.your-questions-section .your-questions-accorrdion-section .accordion-button:not(.collapsed)::after {
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    -o-transform: rotate(136deg);
}

.services-last-section {
    background-image: url(../images/services/services-last-sect.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.services-last-section .content {
    padding: 10rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services-last-section .content h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    width: 75%;
    margin-bottom: 3rem;
}

.services-last-section .content a.lets-talk-btn {
    width: 200px;
    height: 60px;
    color: #fff;
    background-color: #B62427;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* About Us Page */

.about-us-main-banner-section {
    background-image: url(../images/about-us/main-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -9;
    padding: 5rem 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-main-banner-section .content h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.4;
    width: 62%;
}

.about-us-main-banner-section .content h1 span {
    color: #B62427;
}

.about-us-main-banner-section .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us-main-banner-section .content h5 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 3rem;
    width: 75%;
}

.about-us-main-banner-section .content a {
    width: 200px;
    height: 60px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #B62427;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-us-detail-section {
    padding: 4rem 0;
}

.about-us-detail-section .about-us-content {
    width: 85%;
}

.about-us-detail-section .about-us-content h2 {
    font-size: 43px;
    color: #011220;
    font-weight: 600;
    position: relative;
    margin-bottom: 2rem;
}

.about-us-detail-section .about-us-content h2 span {
    color: #B62427;
}

.about-us-detail-section .about-us-content h2::before {
    content: "01";
    font-size: 136px;
    position: absolute;
    left: -40px;
    top: -53px;
    color: #f7f7f7;
    z-index: -1;
}

.about-us-detail-section .about-us-content p {
    font-size: 25px;
    font-weight: 300;
    color: #000;
}

.our-mission-section {
    background-color: #F2F5F7;
    padding: 6rem 0;
}

.our-mission-section .our-mission-content {
    width: 85%;
}

.our-mission-section .our-mission-content h2 {
    font-size: 43px;
    color: #011220;
    font-weight: 600;
    position: relative;
    margin-bottom: 2rem;
    z-index: 9;
}

.our-mission-section .our-mission-content h2 span {
    color: #B62427;
}

.our-mission-section .our-mission-content h2::before {
    content: "02";
    font-size: 136px;
    position: absolute;
    left: -40px;
    top: -53px;
    color: #fff;
    z-index: -1;
}

.our-mission-section .our-mission-content p {
    font-size: 25px;
    font-weight: 300;
    color: #000;
}

.our-vision-detail-section {
    padding: 7rem 0;
}

.our-vision-detail-section .our-vision-content {
    width: 91%;
    margin-top: 3rem;
}

.our-vision-detail-section .our-vision-content h2 {
    font-size: 43px;
    color: #011220;
    font-weight: 600;
    position: relative;
    margin-bottom: 2rem;
}

.our-vision-detail-section .our-vision-content h2 span {
    color: #B62427;
}

.our-vision-detail-section .our-vision-content h2::before {
    content: "03";
    font-size: 136px;
    position: absolute;
    left: -40px;
    top: -53px;
    color: #f7f7f7;
    z-index: -1;
}

.our-vision-detail-section .our-vision-content p {
    font-size: 25px;
    font-weight: 300;
    color: #000;
}

.our-executives-section {
    padding: 5rem 0;
}

.our-executives-section h2 {
    color: #011220;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 3rem;
}

.our-executives-section h2 span {
    color: #B62427;
}

.our-executives-section .executive-info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.our-executives-section .executive-info-box h3 {
    color: #011220;
    font-size: 25px;
    font-weight: 600;
}

.our-executives-section .executive-info-box p {
    color: #B62427;
    font-size: 20px;
    height: 62px;
    font-weight: 400;
}

.our-executives-section .executive-info-box p span {
    color: #000;
}

.our-executives-section .executive-info-box {
    text-decoration: none;
}

.our-executives-section .executive-info-box .image-box {
    width: 75%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-executives-section .executive-info-box .image-box .executive-image {
    width: 100%;
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
}

.our-executives-section .executive-info-box .image-box .qasim-mueen {
    width: 91%;
}


/* Consulting Page */

.consulitng-main-banner-section {
    background-image: url(../images/consulting/main-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -9;
    padding: 5rem 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consulitng-main-banner-section .content {
    display: flex;
    justify-content: center;
}
.healthcare-main-banner .content{
    flex-direction: column;
    align-items: center;
}
.healthcare-main-banner .content p{
    color: #fff;
}
.consulitng-main-banner-section .content h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.4;
    width: 80%;
}

.consulitng-main-banner-section .content h1 span {
    color: #B62427;
}



.lets-accelrate p {
    font-size: 23px;
    font-weight: 300;
    color: #000;
    text-align: left;
}

.how-we-do-section {
    background-color: #F2F5F7;
    padding: 4rem 0 2rem 0;
}

.how-we-do-section .content h2 {
    color: #011220;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 3rem;
}

.how-we-do-section .content h2 span {
    color: #B62427;
}

.how-we-do-section .content p {
    font-size: 25px;
    color: #000;
    font-weight: 300;
    margin-bottom: 3rem;
    width: 85%;
}

.how-we-do-section .content img {
    width: 150px;
}

.how-we-do-section .how-we-do-box {
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.how-we-do-section .how-we-do-box .image-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 1.5rem;
}

.how-we-do-section .how-we-do-box h5 {
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
}

.how-we-do-section .how-we-do-box p {
    font-size: 16px;
    font-weight: 300;
    color: #3F4778;
    text-align: center;
}

.how-you-benefits-section {
    padding: 5rem 0;
}

.how-you-benefits-section h2.heading {
    color: #011220;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 4rem;
    text-align: center;
}

.how-you-benefits-section h2.heading span {
    color: #B62427;
}

.how-you-benefits-section .how-you-benefits-box {
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.how-you-benefits-section .how-you-benefits-box .image-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #F2F5F7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 1.5rem;
}

.how-you-benefits-section .how-you-benefits-box h5 {
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
}

.why-choose-us-section {
    padding: 1rem 0 4rem 0;
}

.why-choose-us-section h2.heading {
    color: #011220;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.why-choose-us-section h2.heading span {
    color: #B62427;
}

.why-choose-us-section .why-choose-us-box {
    width: 85%;
}

.why-choose-us-section .why-choose-us-box img {
    margin-bottom: 1.5rem
}

.why-choose-us-section .why-choose-us-box h4 {
    font-size: 22px;
    color: #011220;
    font-weight: 600;
    margin-bottom: 1rem;
}

.why-choose-us-section .why-choose-us-box p {
    font-size: 16px;
    font-weight: 300;
    color: #011220;
}

.why-choose-us-section .continuous-improvement {
    margin-top: 10rem;
}

.why-choose-us-section .client-cenrtric {
    margin-top: 15rem;
}


/* Teams Page */

.lets-accelrate h2.heading {
    color: #011220;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.lets-accelrate h2.heading span {
    color: #B62427;
}

.lets-accelrate h3.heading {
    color: #011220;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.lets-accelrate h3.heading span {
    color: #B62427;
}

.teams-benefits-section {
    background-color: #fff !important;
}

.teams-benefits-section .practive-approach-image {
    width: 90%;
    margin-left: 8rem;
    height: fit-content;
}

.teams-benefits-section .content {
    width: 70%;
    margin-left: 3rem;
}

.teams-benefits-section ul {
    /* padding-left: 1.5rem; */
}

.teams-benefits-section ul li {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.tools-and-technologies {
    background-color: #F2F5F7;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.tools-and-technologies h2.heading {
    color: #011220;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: left;
}

.tools-and-technologies h2.heading span {
    color: #B62427;
}

.tools-and-technologies .tech-images-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    height: 400px;
}
.tools-and-technologies .tech-images-section.ai-tools-images{
    height: fit-content;
}
.tools-and-technologies .tech-images-section.ai-tools-images .tech-images{
    align-items: center;
    height: 130px;
}
.tools-and-technologies .tech-images-section.ai-tools-images .tech-images img{
    height: fit-content;
}
.tools-and-technologies .tech-images-section .tech-images {
    width: 20%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.tools-and-technologies .tech-images-section .tech-images img {
    width: 80%;
    filter: grayscale(1);
}


/* Software Development page */

.sd-our-expertise-section {
    background-color: #F2F5F7;
    padding: 4rem 0;
}

.sd-our-expertise-section .col-md-4 {
    display: flex;
    justify-content: center;
}

.sd-our-expertise-section h2.heading {
    color: #011220;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: left;
}

.sd-our-expertise-section h2.heading span {
    color: #B62427;
}

.sd-our-expertise-section .view-all {
    color: #011220;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.sd-our-expertise-section .sd-why-choose-us-box {
    width: 90%;
    height: 300px;
    padding: 2rem;
    background-color: #fff;
}

.sd-our-expertise-section .sd-why-choose-us-box h3 {
    font-size: 25px;
    color: #000;
    margin-bottom: 1rem;
}

.sd-our-expertise-section .sd-why-choose-us-box p {
    font-size: 20px !important;
    color: #000;
    font-weight: 400;
}

.sd-our-expertise-section .sd-why-choose-us-box.box-two {
    margin-top: 5rem;
}

.sd-our-expertise-section .sd-why-choose-us-box.box-three {
    margin-top: 10rem;
}

.sd-our-expertise-section .sd-why-choose-us-box.box-five {
    margin-top: 5rem;
}

.sd-our-expertise-section .sd-why-choose-us-box.box-six {
    margin-top: 10rem;
}


/* contact-us page */

.contact-us-main-section {
    padding: 6rem 0 3rem 0;
}

.contact-us-main-section .content-section {
    padding: 6.8rem 0 6.8rem 17rem;
}

.contact-us-main-section .content-section h1 {
    font-size: 42px;
    font-weight: 600;
    width: 90%;
}

.contact-us-main-section .content-section h1 span {
    color: #B62427;
}

.contact-us-main-section .content-section p {
    font-size: 17px;
    font-weight: 400;
    padding: 2.2rem 0 3.2rem 0;
    width: 94%;
    line-height: 1.6;
}

.contact-us-main-section .content-section h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 2.5rem;
}

.contact-us-main-section .content-section h5 {
    font-size: 16px;
    padding: 10px 10px 0 0;
}

.innovator-img img {
    filter: invert(1);
}

.contact-us-main-section .form-section {
    background-color: #F2F5F7;
}

.contact-us-main-section .detail-form-section {
    padding: 6.8rem 0 6.8rem 5.5rem;
}

div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input {
    height: 35px;
}

.detail-form-section h4 {
    font-weight: 600;
}

.parent-field {
    display: flex;
    column-gap: 2rem;
    padding-bottom: 2rem;
}

.detail-form-section form label {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

input,
textarea {
    border: none;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 0;
}

textarea {
    width: 59%;
    height: 100px;
    margin-bottom: 2rem;
}

.detail-form-section form .needs-label {
    font-size: 15px;
    font-weight: 400;
    padding-right: 10px;
}

input[type="checkbox"] {
    margin: 2.5rem 0 3rem 0;
    scale: 1.2;
}

input[type="radio"] {
    scale: 1.1;
}

.marketing-agreement {
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
}

.detail-form-section form button {
    border: none;
    color: #fff;
    background-color: #B62427;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    width: 59%;
    border-radius: 10px;
}

.detail-form-section form button:hover {
    background-color: #c75a5c;
}


/* Careers Page */

.career-main-banner {
    background-image: url(../images/career/main-banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    z-index: -9;
    padding: 5rem 0;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-main-banner .content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.career-main-banner .content h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.career-main-banner .content h1:first-child {
    color: #B62427;
}

.career-main-banner .content h1:last-child {
    color: #fff;
}

.jobs-available-section h2 {
    color: #011220;
    font-size: 38px;
}

.jobs-available-section h2 span {
    color: #B62427;
}

.jobs-available-section .jobs-list .job-list-box {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.jobs-available-section .jobs-list .job-list-box h3 {
    font-size: 30px;
    font-weight: 600;
    color: #011220;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.jobs-available-section .jobs-list .job-list-box h3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #B62427;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.jobs-available-section .jobs-list .job-list-box p.job-location {
    font-size: 16px;
    font-weight: 400;
    margin: 1rem 0;
}

.jobs-available-section .jobs-list .job-list-box p.job-description {
    font-size: 16px;
    font-weight: 300;
}

.jobs-available-section select {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/home/arrow-down-zig.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
    /* Adjust this value based on the width of your arrow image */
}


/* Career detail page */

.career-detail-banner {
    background-image: url(../images/blogs/main-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -9;
    padding: 10rem 0 6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-detail-banner .content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.career-detail-banner .content h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #B62427;
}

.career-detail-banner .content h1 span {
    color: #fff !important;
}

.skills-page-main-section {
    padding: 0rem 0 3rem 0;
}

.skills-page-main-section .content-section {
    width: 85%;
    padding: 4rem 0 1rem 8rem;
}

.skills-page-main-section .content-section h1 {
    font-size: 34px;
}

.skills-page-main-section .content-section h3 {
    padding-top: 1.5rem;
    font-size: 22px;
    font-weight: 600;
}

.skills-page-main-section .content-section ul {
    margin-left: -1rem;
}

.skills-page-main-section .content-section ul li {
    padding-top: 1rem;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.skills-page-main-section .content-section ul li::marker {
    font-size: 10px;
}

.skills-page-main-section .form-section {
    background-color: #F2F5F7;
}

.skills-page-main-section .detail-form-section {
    padding: 9rem 0 0 7rem;
}

.skills-page-main-section .detail-form-section form {
    width: 70%;
}

.skills-page-main-section .detail-form-section form input {
    width: 100%;
}

.skills-page-main-section .detail-form-section form label {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
}

.skills-page-main-section .detail-form-section form button {
    margin-top: 5rem;
    width: 100%;
}


/* Blogs  */

.blogs-heading {
    color: #011220;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: left;
}

.blogs-heading span {
    color: #B62427;
}

.blog-description {
    font-size: 18px;
    color: #011220;
    width: 75%;
    margin-bottom: 2rem;
}

.blogs-section h2 {
    color: #011220;
    font-weight: 600;
    font-size: 34px;
    margin: 9rem 0 1rem 0;
}

.blogs-section h2 span {
    color: #B62427;
}

.blog-box-section .blog-box {
    width: 90%;
    margin-bottom: 2rem;
}

.blog-box-section .blog-box .blog-feature-thumbnail {
    height: 175px;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 1.5rem;
    width: 100%;
}

.blog-box-section .blog-box h6.category {
    font-size: 16px;
    width: max-content;
    background-color: #F5E0E1;
    color: #B62427;
    padding: 7px 10px;
    font-weight: 500;
    margin-bottom: 0.75rem;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blog-box-section .blog-box h6.category a {
    color: #fff;
    text-decoration: none;
}

.blog-box-section .blog-box h4.blog-title {
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    color: #011220;
    overflow: hidden;
}

.blog-box-section .blog-box h4.blog-title a {
    color: #011220;
    text-decoration: none;
}

.blog-box-section .blog-box .author-box {
    display: flex;
}

.blog-box-section .blog-box .author-box img {
    width: 50px;
    height: 50px;
}

.blog-box-section .blog-box .author-box h6 {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.blog-box-section .blog-box .author-box p {
    font-size: 14px;
    color: #79828D;
}

.blog-box-section .blog-box .author-box div {
    padding-left: 0rem;
}


/* single blog page */

.blog-title-banner-section {
    background-image: url(../images/blogs/main-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 10rem 0 5rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.single-blog-main-section {
    padding: 0rem 0 5rem;
    text-align: center;
}

.single-blog-main-section .content-section {
    display: flex;
    justify-content: center;
}

.single-blog-main-section .content-section .title-box {
    width: 75%;
}

.blog-detail-content {
    display: flex;
    text-align: center;
    justify-content: center;
}

.blog-detail-content img {
    width: 55%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.single-blog-title-heading {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
}

.single-blog-main-section .title-box .author-box {
    display: flex;
    justify-content: center;
    padding: 30px 0 50px;
}

.author-box .author-img {
    width: 100px;
    padding: 0 15px;
}

.author-box h5 {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
}

.author-box p {
    text-align: left;
    font-size: 13px;
    color: #fff;
}

.blog-detail-content .single-feature-image {
    width: 65%;
    padding-bottom: 20px;
}

.detail-section .reading-content {
    text-align: left;
    margin-inline: 25%;
}

.detail-section h1 {
    width: 86%;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
}

.detail-section h2 {
    width: 86%;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}

.detail-section div p {
    padding-top: 10px;
    font-weight: 300;
    font-size: 19px;
    line-height: 25px;
}
.single-blog-main-section .detail-section div p{
font-size:15px !important;
}
.detail-section div p img {
    width: 100%;
}

.detail-section div p a {
    color: #000;
}

.privacy-policy-content h2 span {
    color: #B62427;
}

.privacy-policy-content h2 {
    font-weight: 700;
}


/* Case Studies */
.terra-case-study_banner{
    background-image: url(../images/case-studies/terra-banner.png) !important;
}

.abode-case-study_banner{
    background-image: url(../images/case-studies/main-banner.png) !important;
}
.healthcare-main-banner{
    background-image: url('../images/healthcare/main-banner.png') !important;
}
.case-studies-main-banner {
    background-image: url(../images/case-studies/main-banner-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    z-index: -9;
    padding: 5rem 0;
    height: 76vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-studies-main-banner .content {
    display: flex;
    justify-content: center;
}

.case-studies-main-banner .content h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.4;
    width: 80%;
}
.red-text {
    color: #B62427;
}
.case-studies-main-banner .content h1 span {
    color: #B62427;
}

.case-study-practive {
    background-color: #fff;
}

.case-study-practive .content{
    width: 100%;
    padding-top: 0%;
    padding-left: 0;
}
.case-study-practive p {
    font-size: 20px;
}

.case-studies-white-cards-wrapper {
    background-color: #F2F5F7;
    padding: 5rem 0;
}

.case-studies-white-cards-wrapper .case-study-card {
    width: 85%;
    background-color: #fff;
    padding: 1.5rem 1rem;
}

.case-studies-white-cards-wrapper .case-study-card h4 {
    font-size: 25px;
    color: #011220;
    font-weight: 600;
    margin-bottom: 1.2rem;
    height: 50px;
}

.case-studies-white-cards-wrapper .case-study-card p {
    font-size: 16px;
    font-weight: 300;
    color: #011220;
}

.case-study-solutions-wrapper {
    padding: 3rem 0 2rem;
}

.case-study-solutions-wrapper h2 {
    color: #011220;
    font-weight: 600;
    font-size: 34px;
}

.case-study-solutions-wrapper h2 span {
    color: #B62427;
}

.case-study-solutions-wrapper p {
    font-size: 20px;
    font-weight: 300;
    color: #011220;
}

.case-studies-grey-cards-wrapper {
    padding: 5rem 0;
    margin-top: 8rem;
}

.iylus-case-studies-grey-cards-wrapper {
    margin-top: 4rem;
}

.implementation-process p,
.conclusion-section p {
    padding-top: 1.5rem;
}

.abode-case-studies-grey-cards-wrapper .case-study-card .card {
    width: 100%;
    background-color:  #B6242726;
    padding: 1.5rem 1rem;
    margin-bottom: 3rem;
    min-height: 555px;
}
.abode-case-studies-grey-cards-wrapper .case-study-card h4 {
    font-size: 25px;
    color: #B62427;
    font-weight: 600;
    margin-bottom: 1.2rem;
    height: 50px;
}

.abode-case-studies-grey-cards-wrapper .case-study-card p {
    font-size: 16px;
    color: #011220;
    font-weight: 300;
}

.case-studies-grey-cards-wrapper .case-study-card {
    width: 85%;
    background-color: #F2F5F7;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.case-studies-grey-cards-wrapper .case-study-card .card-one {
    width: 100%;
    background-color: #F2F5F7;
    padding: 1.5rem 1rem;
}

.case-studies-grey-cards-wrapper .case-study-card .card-two {
    width: 100%;
    background-color: #F2F5F7;
    padding: 1.5rem 1rem;
}

.case-studies-grey-cards-wrapper .case-study-card .card-three {
    width: 100%;
    background-color: #F2F5F7;
    padding: 1.5rem 1rem;
}

.case-studies-grey-cards-wrapper .case-study-card .card-one:before {
    color: #B62427;
    opacity: 0.3;
    position: absolute;
    font-size: 100px;
    font-weight: 700;
    top: -105px;
    left: 0;
    z-index: -9;
    content: " 01";
}

.case-studies-grey-cards-wrapper .case-study-card .card-two:before {
    color: #B62427;
    opacity: 0.3;
    position: absolute;
    font-size: 100px;
    font-weight: 700;
    top: -105px;
    left: 0;
    z-index: -9;
    content: "02";
}

.case-studies-grey-cards-wrapper .case-study-card .card-three:before {
    color: #B62427;
    opacity: 0.3;
    position: absolute;
    font-size: 100px;
    font-weight: 700;
    top: -105px;
    left: 0;
    z-index: -9;
    content: "03";
}

.case-studies-grey-cards-wrapper .case-study-card h4 {
    font-size: 25px;
    color: #011220;
    font-weight: 600;
    margin-bottom: 1.2rem;
    height: 50px;
}

.case-studies-grey-cards-wrapper .case-study-card p {
    font-size: 16px;
    color: #011220;
    font-weight: 300;
}

.reuslts-section {
    padding: 2rem 0;
}

.reuslts-section ul {
    list-style-type: none;
    padding-left: 0;
}

.reuslts-section ul li {
    background: url(../images/services/zigron-bullet-point.png) no-repeat;
    background-size: 13px 13px;
    line-height: 1.5;
    padding-left: 32px;
    margin-top: 10px;
    background-position: left 8px;
}

.reuslts-section h2 {
    color: #011220;
    font-weight: 600;
    font-size: 34px;
}

.reuslts-section h2 span {
    color: #B62427;
}

.reuslts-section p {
    font-size: 20px;
    font-weight: 300;
}

.reuslts-section ul li p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 1.5rem;
}

.conclusion-section {
    padding: 5rem 0;
    background-color: #F2F5F7;
}

.conclusion-section h2 {
    color: #011220;
    font-weight: 600;
    font-size: 34px;
}

.conclusion-section h2 span {
    color: #B62427;
}

.conclusion-section p {
    font-size: 20px;
    font-weight: 300;
}


/* Engineering services */

.engineering-tools .tech-images-section .tech-images img {
    width: 60%;
    filter: grayscale(1);
}

.blog-content h1 {
    font-size: 32px;
}
.blog-content h2 {
    font-size: 22px;
}
.blog-content h3 {
    font-size: 18px;
}
.blog-content p {
    font-size: 15px;
}
.blog-content ul, .blog-content li {
    font-size: 15px;
}
.blog-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 40px 0;
}
.blog-content table,.blog-content  th,.blog-content  td {
    border: 2px solid #ddd;
}
.blog-content th,.blog-content  td {
    padding: 12px;
    text-align: left;
}
.blog-content th {
    background-color: #f2f2f2;
}
.blog-content blockquote {
    background-color: #f9f9f9;
    border-left: 5px solid #ccc;
    margin: 20px 0;
    padding: 15px;
    font-style: italic;
}

/* Healthcare */
 /* Hero Section */
     .healthcare   .hero {
            position: relative;
            padding: 80px 0;
            overflow: hidden;
            background-image:url('../images/healthcare/main-banner.png');
            background-size:100%;
            background-repeat:no-repeat;
            background-position:center;
        }
        
      .healthcare  .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 50% 50%, rgba(185, 28, 28, 0.1) 0%, transparent 50%);
        }
      .healthcare  .healthcare-main-banner .badge{
            color: #fff;
        }
     .healthcare   .hero-buttons a{
            color: #fff;
        }
    .healthcare    a.learn-more {
    width: 200px;
    height: 60px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #B62427;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}
    .healthcare a.learn-more:hover{
        background-color: #B62427;
    color: #fff;
    }