/* @import "font.css"; */

/* font css start from here  */

/* Font css */

* {
    /* transition: 0.3s ease; */
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

h1,
h3,
h4,
h5,
h6,
.title-extrabold,
h2.title-extrabold {
    font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.title-extrabold {
    font-family: "inter";
    font-weight: 600;
}

.font-regular {
    font-family: "aventa-regular";
}

h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 12px;
}

.font-md {
    font-size: 20px;
    line-height: 28px;
}

.font-lg {
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 768px) {
    .navigation-nav>li>a {
        font-size: 0.875em !important;
        font-weight: normal !important;
    }
    .navigation-nav>li {
        border-bottom: 1px var(--secondarylightest) solid;
    }
    h1 {
        font-size: 2rem;
        line-height: 2.3rem;
    }
    h2 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    h4 {
        font-size: 16px;
        line-height: 20px;
    }
    h5 {
        font-size: 14px;
        line-height: 20px;
    }
    h6 {
        font-size: 12px;
        line-height: 12px;
    }
    p {
        font-size: 16px;
        line-height: 20px;
    }
}

/* font css ends from here  */

/* @import "button.css"; */

/* button css start from here */

.btn-sm {
    width: 160px;
    padding: 10px 15px !important;
}

.card .btn-sm {
    padding: 5px !important;
    font-size: 0.875rem;
    line-height: 1.5;
}

.card-promotional .btn-outline-primary {
    padding: 12px 16px !important;
}

.btn-inline {
    display: inline;
}

.slide-arrow svg :hover,
.carousel-control-prev svg :hover,
.carousel-control-next svg :hover {
    stroke: var(--white);
    fill: var(--primary);
    cursor: pointer;
}

.badge {
    background-color: var(--secondary);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: normal;
    line-height: inherit;
}

.btn {
    border-radius: 10px;
    text-align: center;
    padding: 12px 32px;
    text-decoration: none;
    color: var(--secondary3);
    display: inline-flex;
    align-items: center;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline {
    border-radius: 20px;
    border: 1px solid var(--white);
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
    align-items: center;
    color: var(--white);
    display: inline-block;
}

.btn-outline:hover {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
    text-decoration: none;
}

.btn-outline svg {
    vertical-align: middle;
}

.btn-outline svg,
.btn-outline-primary svg {
    vertical-align: middle;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.btn-outline:hover svg,
.btn-outline-primary :hover svg {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover path {
    stroke: var(--white);
}

.btn-outline-primary:hover {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
    text-decoration: none;
}

a.solidBlueCTA {
    background-color: var(--secondary);
    color: var(--white);
    font-size: 10px;
    padding: 5px 8px 5px 8px;
    border-radius: 10px;
    text-transform: uppercase;
}

a.solidwhiteCTA {
    background-color: var(--white);
    color: var(--primary2);
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

a.outline-button {
    border-radius: 20px;
    border: 1px solid var(--white);
    text-align: center;
    padding: 12px 32px;
    text-decoration: none;
    color: var(--gray);
    display: inline-flex;
    align-items: center;
}

/* *::-webkit-scrollbar {
  width: 8px;
  height: 7px;
}

*::-webkit-scrollbar-track {
  background: lightgrey;
}

*::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
} */

/*  */

.btn-outlines {
    border-radius: 20px;
    border: 1px solid #30569b;
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
    align-items: center;
    color: var(--white);
    display: inline-block;
    background-color: #30569b;
}

.btn-outlines:hover {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
    text-decoration: none;
}

.btn-outlines svg {
    vertical-align: middle;
}

.btn-outlines svg,
.btn-outlines-primary svg {
    vertical-align: middle;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.btn-outlines:hover svg,
.btn-outlines-primary :hover svg {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.btn-outlines-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outlines-primary:hover path {
    stroke: var(--primary);
}

.btn-outlines-primary:hover {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
    text-decoration: none;
}

/* button css ends from here */

/* @import "color.css"; */

/* color css start from here */

/*Color*/

.bg-primary {
    background: var(--primary);
}

.bg-primary-light {
    background: var(--primarylight);
}

.bg-secondary,
.navigation-dark {
    background: var(--secondary) !important;
}

.navigation-dark:hover {
    background: var(--white) !important;
}

.bg-secondary-light {
    background: var(--secondarylight);
}

.bg-secondary-lightest {
    background: var(--secondarylightest);
}

.bg-yellow {
    background: var(--yellow);
}

.bg-blue {
    background: var(--blue);
}

.bg-green {
    background: var(--green);
}

.bg-gray {
    background: var(--gray);
}

.bg-white,
.navigation-light {
    background: var(--white) !important;
}

.text-green {
    color: var(--green);
}

.text-blue {
    color: var(--primary) !important;
}

.text-gray {
    color: var(--gray);
}

.text-primary {
    color: var(--primary);
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-secondarylight {
    color: var(--secondarylight);
}

/* color css ends from here */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background-color: var(--bodybg);
    color: var(--secondarylight);
    line-height: 24px;
}

.navbar-main {
    overflow: hidden;
}

.navbar-main a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar-main-dropdown {
    float: left;
    overflow: hidden;
}

.navbar-main-dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

.navbar-main a:hover,
.navbar-main-dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.navbar-main-dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}

ul,
li {
    margin: 0;
    padding: 0;
}

li a,
a,
a:hover {
    color: var(--bluelink);
    text-decoration: none;
}

.logo {
        width: 100%;
    max-width: 125px;
    max-height: 125px;
    
}

.logo-hover,
.logo:hover {
    width: 200px;
    height: 38px;
    display: inline-block;
}

.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.top-navigation ul {
    margin-bottom: 0;
}

.top-navigation li {
    display: inline-block;
    margin-left: 32px;
}

.top-navigation li li {
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px #e2e8f1 solid;
    display: block;
    margin: 0 10px;
}

.top-navigation li li:last-child {
    border-bottom: none;
}

#dropdownMenuButton-lang.btn {
    padding: 15px 20px 15px 0;
    color: var(--bluelink);
}

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

.top-navigation .dropdown-menu {
    border-radius: 10px;
    box-shadow: -5px 20px 50px 2px rgb(0 0 0 / 0.3);
    top: 80%;
    border: none;
}

.dropdown-item:hover {
    background: none;
    color: var(--bluelink);
}

.arrow-down {
    background: url(../images/icons/chevron-down.svg) no-repeat;
}

.arrow-up {
    background: url(../images/icons/chevron-up.svg) no-repeat;
}

.arrow-down-active {
    background: url(../images/icons/chevron-down-active.svg) no-repeat;
}

.arrow-down-active-black {
    background: url(../images/icons/chevron-down-black.svg) no-repeat;
}

.arrow-up-active {
    background: url(../images/icons/chevron-up-active.svg) no-repeat;
}

/* promotional cards*/

.card-promotional {
    padding: 20px 20px 70px 20px;
    background: var(--yellow) url(../images/service-nav.svg) no-repeat bottom left;
}

.card-promotional>.card-body {
    padding: 0;
    margin-bottom: 50px !important;
    display: block;
}

.card-promotional h3 {
    line-height: 28px;
}

/*main navigation*/

.navigation-brand {
    display: inline-block;
}

.brand-and-icon {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navigation-toggler {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.navigation-toggler:hover {
    opacity: 0.7;
}

.navbar-collapse {
    overflow-y: scroll;
    display: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-nav>li>a {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    display: block;
    padding: 15px 20px 15px;
    margin: 0.2rem 0;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    color: var(--secondary);
}

.navigation-dark .navigation-nav>li>a {
    color: var(--white);
}

.navigation-light .navigation-nav>li>a,
.navigation-dark:hover .navigation-nav>li>a {
    color: var(--secondary);
}

.navigation:hover .arrow-down {
    background: url(../images/icons/chevron-down-black.svg) no-repeat;
}

.navigation .menu-link:hover .arrow-down {
    background: url(../images/icons/chevron-up-active.svg) no-repeat;
}

.navigation-nav>li>a:hover {
    color: var(--bluelink) !important;
}

.nav-icon {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: var(--gray);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px;
    line-height: initial;
}

.drop-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 8px;
}

.sub-menu h4,
.sub-menu h3 {
    text-transform: capitalize;
    color: var(--secondary) !important;
}

.sub-menu ul {
    padding: 0;
}

.sub-menu ul li {
    line-height: 34px;
    font-size: 1rem;
    list-style: none;
}

.sub-menu-item {
    padding-right: 20px;
}

.sub-menu-item ul li a {
    color: var(--secondarylight) !important;
}

.sub-menu-item h4 a,
.sub-menu-item ul li a strong {
    color: var(--secondary) !important;
}

.sub-menu-item ul li a:hover {
    color: var(--primary) !important;
}

.sub-menu {
    display: none;
    padding: 2rem 0 2rem 7rem !important;
    z-index: 99;
}

.sublink {
    margin: 0;
    padding: 0;
    color: var(--white);
    font-size: 16px;
}

.sublink li {
    list-style: none;
    margin-right: 24px;
}

.sublink li a {
    color: var(--white) !important;
}

.option-menu-lighter {
    background: var(--secondarylight) !important;
}

.option-menu {
    background: var(--secondary);
    border-radius: 20px;
    padding: 18px 20px;
    display: inline-block;
    z-index: 10;
    position: relative;
    top: 160px;
}

.option-menu-homepage {
    background: var(--secondarylight) !important;
    border-radius: 20px;
    padding: 11px 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
    top: 32px;
    width: 398px;
}

.item-close {
    cursor: pointer;
}

.sublink li:last-child {
    margin-right: 0px;
}

.carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out 0.9s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.carousel-indicators li {
    border: 1px var(--secondarylight) solid;
    background: transparent;
}

.carousel-caption {
    top: 0;
    left: 0;
    text-align: left;
    width: 50%;
}

.homepage-banner {
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
    background-size: cover;
    height: 86vh;
}

.item1 {
    background-image: url("../images/homepage-banner1.webp");
}

.item2 {
    background-image: url("../images/homepage-banner2.webp");
}

.item3 {
    background-image: url("../images/homepage-banner3.webp");
}

.item4 {
    background-image: url("../images/homepage-banner4.webp");
}

.brands {
    background-color: var(--secondary);
    color: var(--white);
}

.brand-image-blocks {
    display: flex;
    align-items: center;
}

.mid-text-com {
    color: #007bff;
}

.mid-text-coms {
    color: black;
    font-weight: 400 !important;
    font-size: 22px;
}

.first-sec-com {
    background-color: rgb(219, 208, 208);
    border-radius: 10px;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Hover effect */

.first-sec-com:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Subtle shadow for pop-up */
    background-color: rgb(177, 173, 173);
    color: #FFF;
}

.brand-image-block {
    display: flex;
    align-items: center;
}

.brand-logo {
    margin: 0 30px;
}

.case-study-section {
    background-color: var(--secondary4);
}

.case-img img {
    width: 400px;
    border-radius: 20px;
}

.case-content {
    flex-grow: 1;
}

.title-contents {
    padding-left: 70%;
    font-weight: 600;
    padding-top: -5%
}

.case-content-box {
    background-color: #fff;
    height: 90%;
    flex-grow: 1;
    padding: 30px 50px 30px 100px;
    border-radius: 0 20px 20px 0;
}

.case-content-box h1 {
    font-family: var(--fontaverta);
    font-size: 46px;
    color: var(--secondary);
}

.case-content-box p {
    font-family: var(--fontavertarRegular);
    font-size: 32px;
    color: var(--secondarylight);
    line-height: 40px;
}

.slide-arrow a {
    font-size: 25px;
}

.slide-arrow a:hover {
    text-decoration: none;
}

small.small-label {
    background-color: var(--gray);
    color: var(--secondary);
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px;
    display: inline-block !important;
    text-transform: uppercase;
}

.status-active {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary);
    display: inline-block;
}

.client-speak {
    background-image: url(../images/homepage-client-testimonial-web.webp);
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 110px 70px 70px 70px;
    background-position: top;
    background-size: cover;
}

.clients-name {
    font-family: var(--fontinter);
    font-weight: 700;
    padding-left: 10px;
    width: 80%;
}

.clients-name span {
    font-weight: 400;
}

#carousel-casestudy.carousel img {
    border-radius: 20px 20px 0 0;
}

#carousel-casestudy .content-container {
    background-color: var(--white);
    height: 100%;
    padding: 54px 54px 54px 44px;
    border-radius: 0 20px 0 0;
}

/* #carousel-casestudy .carousel-inner {
     overflow: inherit;
     border: 2px solid red;
} */

.img-container {
    z-index: 2;
}

#carousel-casestudy .buttons-row {
    position: relative;
    top: -110px;
    left: 0;
}

#carousel-casestudy .carousel-control-next,
#carousel-casestudy .carousel-control-prev {
    position: inherit;
    width: inherit;
    opacity: 1;
    text-align: center;
    border: none;
    background: transparent;
    display: inline-block;
}

.btn-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-right: 40px;
    flex-wrap: wrap;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.circle-green {
    background-color: var(--green);
}

.circle-primary {
    background-color: var(--primary);
}

.card-body {
    padding: 2.5rem;
}

.card h3 {
    margin-bottom: 2rem;
}

.card label {
    background-color: var(--green);
    color: var(--secondary);
    font-size: 12px;
    position: absolute;
    padding: 5px 10px;
    border-radius: 10px;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
}

.card p.card-text {
    margin-bottom: 2rem;
}

.next-role {
    background-image: url(../images/homepage-find-your-next-role-web.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 500px;
}

.home-text {
    /* background-image: url(../images\case-study\slider/slider12.webp); */
    /* background-image: url(../images//case-study/slider/slider12.webp); */
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 500px;
}

.role-box-home {
    /* background: url(../images/svgexport-4.webp), var(--yellow); */
    padding: 30px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    position: relative;
    right: 0;
    bottom: 0;
    border-radius: 30px 0 0 0;
    float: right;
    border-radius: 30px 0 0 0;
    width: 50%;
}

.role-box {
    background: url(../images/svgexport-4.webp), var(--yellow);
    padding: 30px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    position: relative;
    right: 0;
    bottom: 0;
    border-radius: 30px 0 0 0;
    float: right;
    border-radius: 30px 0 0 0;
    width: 50%;
}

.role-box img {
    top: -40px;
}

.contact-section {
    background-image: url(../images/Maskgroup.webp);
    background-repeat: no-repeat;
    padding: 40px;
    background-size: cover;
    border-radius: 20px;
}

.futureblock {
    display: flex;
}

.futureblock:not(:last-child) {
    border-right: 1px solid var(--white);
}

.future-content {
    color: var(--white);
    height: 100px;
    /* width: 50%; */
}

.future-content h6 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
}

.future-content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    /* padding-right: 70px; */
}

.footer {
    background-color: var(--secondary);
    margin-top: -130px;
    color: var(--white);
}

.bottom-border {
    border-bottom: 1px solid var(--secondarylight);
}

.-regular {
    font-family: var(--fontavertarRegular);
    font-size: 32px;
    color: var(--white);
}

.footer-column ul {
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
}

.footer-column ul li a {
    color: var(--white);
}

.footer-column ul li a:hover {
    text-decoration: none;
}

.footer-column ul li li a {
    color: var(--secondarylight);
}

.footer-column ul li li a:hover {
    color: var(--white);
}

.link-heading {
    color: var(--green);
    font-size: 14px;
    font-weight: 700;
    font-family: var(--fontavertarRegular);
}

a.backtotop {
    color: var(--white);
    font-size: 16px;
}

a.backtotop:hover {
    text-decoration: none;
}

.footer h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: inter;
}

.footer-contact-column span {
    font-size: 14px;
}

.footer-contact-column li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

.footer input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--white);
    outline: none;
    padding: 10px 0;
    color: var(--secondarylight);
    font-size: 14px;
}

.footer-contact-column input[type="text"]::placeholder {
    font-size: 14px;
}

.middle-col {
    border-left: 1px solid var(--secondarylight);
    border-right: 1px solid var(--secondarylight);
    padding: 0 50px;
    margin-right: 50px;
}

ul.flag-contact li span {
    font-weight: 600;
}

.nagigation-light li a {
    color: var(--secondary);
}

@media (max-width: 768px) {
    .row_new {
        width: 110%;
    }
    .logoBrand {
        display: flex;
        flex-direction: column;
    }
}

.service_text {
    font-size: 16px !important;
    text-align: start;
    color: black;
    line-height: 24px !important;
}

@media (max-width: 768px) {
    .service_text {
        text-align: center;
        font-size: 12px !important;
    }
}

.modal-main {
    position: relative;
    display: flex;
    pointer-events: auto;
    background-color: mintcream;
    background-clip: padding-box;
    border-radius: 20px;
    outline: 0;
    width: 900px;
    margin-left: -40%;
    margin-top: 20%;
}

/* Styling for the left section with background */

.have-projects {
    background-image: url(../images/form_background1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 80%;
    border-radius: 20px 0 0 20px;
}

/* Responsive for tablets (768px and smaller) */

@media (max-width: 768px) {
    .modal-main {
        flex-direction: column;
        width: 100%;
        margin: 5% auto;
        border-radius: 10px;
    }
    .have-projects {
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 0 0;
    }
}

/* Responsive for mobile devices (480px and smaller) */

@media (max-width: 480px) {
    .modal-main {
        margin-top: 5%;
    }
    .have-projects {
        width: 100%;
        height: 150px;
        background-size: cover;
    }
    .digitalButton {
        text-align: center;
        margin-bottom: 70px;
        margin-right: 40px;
    }
}

.modal-footer {
    background-color: mintcream;
    /* background-color: white; */
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 900px;
    margin-left: -40%;
    margin-top: 3%;
}

.stats-container {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.text_footer {
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    text-decoration: underline;
}

.Gdfrms {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    color: #1A0DAB;
    /* text-decoration: underline; */
}

.cultch {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    color: black;
}

.stats {
    font-size: 16px;
    /* margin-bottom: 10px; */
    font-weight: 500;
}

.highlight {
    font-size: 14px;
    font-weight: 400;
    color: #007bff;
}

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

.awards div {
    text-align: center;
    flex: 1;
    margin: 0 10px;
    font-size: 14px;
}

.award-title {
    font-size: 16px;
    font-weight: bold;
    color: #d0021b;
    /* Red color */
}

/* Responsive for tablets and smaller screens */

@media (max-width: 768px) {
    .modal-footer {
        width: 100%;
        margin: 0;
        padding: 15px;
        border-radius: 10px;
    }
    .highlight {
        text-align: center;
    }
    .awards {
        flex-direction: column;
        align-items: center;
    }
    .awards div {
        margin: 10px 0;
    }
}

/* Responsive for mobile screens */

@media (max-width: 480px) {
    .stats {
        font-size: 14px;
    }
    .highlight {
        font-size: 16px;
        text-align: center;
    }
    .awards {
        flex-direction: column;
        align-items: center;
    }
    .awards div {
        font-size: 12px;
    }
    .award-title {
        font-size: 14px;
    }
}

.commonTopImg {
    /* background-image: url(../images/2.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 500px;
    padding-top: 120px;
    padding-bottom: 30px;
}

.automotive-hero {
    background-image: url(../images/automotive-banner.webp);
}

.bfsi-hero {
    background-image: url(../images/hero-bfsi.webp);
}

.consumer-goods-hero {
    background-image: url(../images/hero-consumer-goods.webp);
}

.education-hero {
    background-image: url(../images/hero-education.webp);
}

.energy-power-hero {
    background-image: url(../images/hero-energy.webp);
}

.fashion-and-ecommerce-hero {
    background-image: url(../images/hero-ecommerce.webp);
}

.healthcare-hero {
    background-image: url(../images/hero-healthcare.webp);
}

.it-hero {
    background-image: url(../images/hero-it.webp);
}

.mediaentertainment-hero {
    background-image: url(../images/hero-mediaentertainment.webp);
}

.oil-gas-hero {
    background-image: url(../images/hero-oil-gas.webp);
}

.telecom-hero {
    background-image: url(../images/hero-telecom.webp);
}

.travel-hero {
    background-image: url(../images/hero-travel.webp);
}

.manufacturing-hero {
    background-image: url(../images/hero-manufacturing.webp);
}

.retail-hero {
    background-image: url(../images/hero-retail.webp);
}

.realestate-hero {
    background-image: url(../images/hero-realestate.webp);
}

.transportlogistics-hero {
    background-image: url(../images/hero-transportlogistics.webp);
}

.hostedcontact-hero {
    background-image: url(../images/hero-hostedcontact.webp);
}

.voice-bridging-hero {
    background-image: url(../images/hero-voice-bridging.webp);
}

.ucaas-hero {
    background-image: url(../images/hero-ucass.webp);
}

.virtual-event-platform-hero {
    /* background-image: url(../images/hero-virtual-event-platform.webp); */
    background-image: url(../images/CPaaS.webp);
}

.ott-platform-hero {
    background-image: url(../images/hero-ott-platform.webp);
}

.carrier-billing-hero {
    /* background-image: url(../images/hero-carrier-billing.webp); */
    background-image: url(../images/DCBS.webp);
}

.unified-hero {
    background-image: url(../images/hero-unified-communications.webp);
}

.serviceTopImg {
    background-image: url(../images/healthcare_banner-web.webp);
}

.aboutUsTopImg {
    background-image: url(../images/about-us-banner-web.webp);
}

.aboutUsTopImg.commonTopImg {
    min-height: 500px;
}

.hero-background-2 {
    background-color: var(--secondary);
}

.industry h1,
.subHeading {
    font-family: var(--fontavertarRegular);
    color: var(--gray);
}

.subHeading {
    font-size: 30px;
    display: inline-block;
}

.industry h1 {
    font-weight: 600;
}

.commonTopImg a.outline-button {
    margin-top: 40px;
}

.industry .content,
.services .content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.card-primary {
    color: var(--gray);
    background-repeat: no-repeat;
    background-size: contain;
    background: var(--secondary);
    border-radius: 20px;
    margin: 10px;
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.card-primary:hover {
    background: var(--primary);
    color: var(--white);
    transform: scale(1.05);
}

.card-primarys {
    color: var(--gray);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 2px solid gray; */
    box-shadow: 0px 8px 15px rgba(65, 112, 206, 0.2);
    /* background: var(--secondary); */
    /* background-color: var(--secondarylight); */
    margin: 10px;
    padding: 30px 20px;
    background: url(../images/svgexport-4.webp), linear-gradient(to bottom right, #4a74f0, #b4b8f5);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    position: relative;
    border-radius: 20px;
}

.card-primarys:hover {
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.3);
    /* Slightly deeper shadow on hover */
    transform: translateY(-5px);
    /* border: 2px solid blue; */
}

.ourProcess {
    background-color: var(--secondary);
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    margin-top: 3rem;
}

.innerCont ul li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
}

.hireSec {
    background-color: var(--yellow);
    height: auto;
    background-image: url(../images/hiresecbg.svg);
    background-repeat: no-repeat;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-position: bottom left;
}

.hireSec h2 {
    font-size: 24px;
    color: var(--primary);
    font-family: var(--fontaverta);
}

.hireSec .outline-button {
    width: 200px;
    margin-top: 80px;
}

.hireSec p {
    font-size: 14px;
}

.hireSec .hireCont {
    padding-left: 50px;
}

.innerContent p {
    margin-bottom: 0.5rem;
}

.ourProcess .innerCont {
    background-image: url(../images/ServiceBg.svg);
    background-repeat: no-repeat;
    background-position: top center;
}

.process-steps li {
    padding: 0px 10px 0 120px;
    vertical-align: top;
}

.process-details li {
    vertical-align: top;
    width: 14%;
    font-size: 12px;
    margin: 0 68px 0 0;
}

.process-details li:last-child {
    margin: 0;
    width: 10%;
}

.industry .content p,
.services .content p {
    font-family: var(--fontavertarRegular);
}

.industry .contMain,
.services .contMain {
    color: var(--primary);
    font-size: 24px;
    padding: 0px 50px;
    line-height: 30px;
    font-weight: 600;
}

.industry .bgContainer {
    background-color: var(--secondary4);
}

.industry .card-img-top,
.aboutus .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.leadershipSec p.card-text {
    font-size: 24px;
    font-family: var(--fontaverta);
    margin-bottom: 5px;
}

.industry .brands p,
.services .brands p {
    color: var(--secondary);
}

.industry .ourFuture h2 {
    color: var(--secondary);
    font-size: 32px;
    font-family: var(--fontaverta);
}

.industry .card {
    border: 0;
    border-bottom-right-radius: 0px;
}

.industry .brands,
.services .brands {
    background: transparent;
}

.topHeadingIcon {
    height: 80px;
    width: 80px;
    background-color: var(--secondarylight);
    border-radius: 10px;
    margin: 0 auto;
}

.topHeadingIcon img {
    padding: 18px;
}

.topHeadingIconHome {
    height: 80px;
    width: 80px;
    border-radius: 10px;
    margin: 0 auto;
}

.topHeadingIconHome img {
    padding: 18px;
}

.card-primary .card-primarycontent .title {
    display: block;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.webDevService p.subCont {
    font-weight: bold;
}

.smallIconbg {
    background-color: var(--gray);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.webDetails {
    color: var(--secondarylight);
    font-family: var(--fontavertarRegular);
}

.smallIconbg span {
    display: block;
}

.wpIcon {
    background-image: url(../images/icons/wpIcon.svg);
    background-repeat: no-repeat;
    width: 33px;
    height: 34px;
    background-position: 9px 9px;
}

.mplaceIcon {
    background-image: url(../images/icons/globe.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 35px;
    background-position: 9px 9px;
}

.infusionIcon {
    background-image: url(../images/icons/infusion-icon.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 35px;
    background-position: 9px 9px;
}

.pluginIcon {
    background-image: url(../images/icons/plugin.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 35px;
    background-position: 10px 10px;
}

.phpIcon {
    background-image: url(../images/icons/php-icon.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 35px;
    background-position: 8px 13px;
}

.pythonIcon {
    background-image: url(../images/icons/pythonIcon.svg);
    background-repeat: no-repeat;
    width: 51px;
    height: 53px;
    background-position: 12px 12px;
}

.themDevIcon {
    background-image: url(../images/icons/theme-devIcon.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 35px;
    background-position: 12px 10px;
}

.apIcon {
    background-image: url(../images/icons/api-icon.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 35px;
    background-position: 0px 1px;
}

.technologies .smallIconbg {
    width: 64px;
    height: 64px;
}

.netIcon {
    background-image: url(../images/icons/NET.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 10px 11px;
}

.golangIcon {
    background-image: url(../images/icons/golang.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 10px 11px;
}

.goIcon {
    background-image: url(../images/icons/golang.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 10px 11px;
}

.javatechIcon {
    background-image: url(../images/icons/javaIcon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 13px 8px;
}

.nodejsIcon {
    background-image: url(../images/icons/nodejsIcon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 15px 14px;
}

.phpTechIcon {
    background-image: url(../images/icons/phpTechicon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 7px 20px;
}

.mailIcon {
    width: 23px;
    height: 21px;
    background-image: url(../images/icons/mail.svg);
    background-repeat: no-repeat;
    display: inline-block;
}

.linkDinIcon {
    width: 23px;
    height: 21px;
    background-image: url(../images/icons/linkedin.svg);
    background-repeat: no-repeat;
    display: inline-block;
}

.html5Icon {
    background-image: url(../images/icons/html5Icon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 15px 15px;
}

.css3Icon {
    background-image: url(../images/icons/css3Icon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 15px 15px;
}

.jsIcon {
    background-image: url(../images/icons/jsIcon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 11px 13px;
}

.angularjsIcon {
    background-image: url(../images/case-study/dark/icon/angular.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 12px 14px;
}

.kamalio-dark {
    background-image: url(../images/case-study/dark/icon/kamalio-icon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 12px 14px;
}

.reachjsIcon {
    background-image: url(../images/icons/nav-icons/reactjs.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 55px;
    background-position: 5px 5px;
    background-size: contain;
}

.vuejsIcon {
    background-image: url(../images/icons/vuejsIcon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 11px 16px;
}

.magnetoIcon {
    background-image: url(../images/icons/magnetoIcon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 16px 15px;
}

.awsIcon {
    background-image: url(../images/icons/awsIcon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 12px 21px;
}

.googleCloudIcon {
    background-image: url(../images/icons/googleCloudIcon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 13px 15px;
}

.msAzureIcon {
    background-image: url(../images/icons/msAzureIcon.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    background-position: 16px 15px;
}

.startelelogicSec {
    /* background-image: url(../images/startelelogic.svg); */
    background-repeat: no-repeat;
    width: 80%;
    background-size: contain;
}

.aboutus .startelelogicSec.content {
    background: none;
}

.impact-para {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.aboutus .startelelogicSec.content span {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 50px;
    margin-left: 45%;
    width: 460px;
}

.aboutus .bgContainer {
    background-image: url(../images/aboutusbgCont.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.aboutus .ourCommBg {
    background-image: url(../images/ourcommunityBg.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 456px;
}

.aboutus .ourCommBg .col-md-5 {
    padding: 100px 70px;
}

.aboutus .ourAchievments .col-md-3 {
    box-shadow: 0px 0px 1px rgba(20, 20, 20, 0.04), 0px 0px 8px rgba(20, 20, 20, 0.08);
    border-radius: 20px 20px 0px 20px;
    height: 100px;
    flex: 0 0 22%;
    max-width: 22%;
    margin: 0 17px;
}

.aboutus .ourAchievments .card {
    border: 0;
}

.aboutus .card {
    border-bottom-right-radius: 0px;
}

.aboutus .card .linkDinIcon {
    margin-left: 10px;
}

.technologies h3 {
    font-size: 16px;
}

.hireSec .solidBlueCTA {
    margin: 20px 0px 0 12px;
}

.aboutus h1 {
    font-weight: 600;
    font-family: var(--fontavertarRegular);
    font-size: 46px;
    margin-top: 2%;
}

.aboutus .vidcontent {
    height: 470px;
    top: -160px;
    border-radius: 20px;
    background-color: black;
    padding: 10px;
}

.aboutus .aboutusMainImg {
    top: -190px;
}

.aboutus .aboutusMainImg img {
    width: 1100px;
}

.aboutus .footer {
    margin-top: 1px;
}

.aboutus .ourBeliefs h3 {
    font-size: 16px;
    font-weight: 700;
}

.aboutus .ourBeliefs span {
    font-size: 14px;
}

.aboutus .ourBeliefs h2 {
    margin-bottom: 1rem !important;
}

.aboutus .ourMission {
    height: 400px;
    padding-top: 11%;
}

.aboutus .ourMission h2 {
    font-weight: 700;
}

.aboutus .ourMission span {
    font-size: 32px;
    font-weight: 400;
    font-family: "averta_regular";
    width: 600px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
}

.shareIcon {
    margin-top: 40px;
}

.whatWeDo.ourApproach .row {
    margin-right: -50px;
}

.whatWeDo.ourApproach.my-5 {
    margin-bottom: 0 !important;
    z-index: 9;
}

.whatWeDo img {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.whatWeDo .card {
    box-shadow: 0px 0px 1px rgb(20 20 20 / 4%), 0px 0px 8px rgb(20 20 20 / 8%);
    border-radius: 20px;
}

.whatWeDo .card.custom-position {
    height: 390px;
    margin-top: 30px;
}

.card-img-holder {
    overflow: hidden;
    height: 420px;
    left: -30px;
    border-radius: 20px 0 0 20px !important;
}

.card-img-holder2 {
    overflow: hidden;
    left: 0;
    border-radius: 20px !important;
}

.careersTopImg {
    background-image: url(../images/careerstopbg.webp);
}

.aboutus .careerSec {
    background-color: var(--yellow);
    padding: 50px 0;
}

.logo-stripe {
    background-image: url(../images/icons/LogoIcon.svg);
    background-repeat: no-repeat;
    background-position: top line-height;
}

.aboutus .careerSec span {
    font-size: 32px;
}

.aboutus .careerSec a.btn-outline {
    width: 220px;
    margin: 39px auto 0;
}

.aboutus .ourProcess {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -13px;
}

.ourApproach .card {
    top: 42px;
    left: -50px;
}

.no-border {
    border: none;
}

.no-shadow {
    box-shadow: none !important;
}

.custom-cards .card {
    box-shadow: 0px 0px 1px rgb(20 20 20 / 4%), 0px 0px 8px rgb(20 20 20 / 8%);
    border-radius: 20px 20px 0px 20px;
}

.custom-cards .card-body {
    min-height: 370px;
}

.workwithpartnerbanner {
    background-image: url(../images/whiteboard-work.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 400px;
}

.custom-row-scroll .card-body {
    padding: 1.2rem;
}

ul.sublink li.selected a {
    border-color: var(--green) !important;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    font-weight: 700;
    color: var(--green) !important;
}

.case-content-box h2 {
    font-family: var(--fontaverta);
    font-size: 46px;
    color: var(--secondary);
}

.contactus h1 {
    margin-top: 45%;
}

.contactus .queriesSec,
.contactus .formSec {
    box-shadow: 0px 0px 1px rgba(20, 20, 20, 0.08), 0px 1px 8px 2px rgba(20, 20, 20, 0.08);
    border-radius: 20px 20px 0px 20px;
    background-color: var(--white);
}

.contactus .formSec {
    position: relative;
    z-index: 9;
}

.contactus .queriesSec {
    height: 305px;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.contactus ul.queries li {
    list-style-type: none;
    margin-top: 20px;
    font-size: 24px;
}

.checkmark {
    position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 26%;
    top: 45%;
    height: 10px;
    width: 5px;
    border-bottom: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
}

.contactus .contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contactus .contact-form .input-text,
.contactus .contact-form .form-select {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: var(--secondarylight);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    outline: none;
    background-color: transparent;
}

.contactus .contact-form .asterik {
    vertical-align: super;
}

.contactus .contact-form .label {
    position: absolute;
    left: 15px;
    bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: var(--secondary);
    cursor: text;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.contact-form .captcha {
    margin: 20px 0 0 20px;
}

.contact-form .btn-outline-primary {
    width: 216px;
    position: relative;
    text-align: center;
    padding-left: 65px;
}

.contact-form .formCTA svg {
    display: inline;
    position: absolute;
    top: 33%;
    left: 23%;
}

.contactus .carousel-inner {
    margin-top: -72px;
}

.contact-form .checkBoxSec {
    padding-left: 35px;
}

.contact-form .form-check-label {
    color: var(--secondarylight);
}

.contactus .contact-form textarea {
    border: 1px solid var(--secondary);
    border-radius: 10px;
}

.contactus .contact-form .label.txtarea {
    bottom: 0;
    top: -30px;
}

.contactus .contactusBotBg {
    background-repeat: no-repeat;
    width: 100%;
    height: 515px;
    background-size: cover;
}

.contactus .worldMapBg {
    background-image: url(../images/worldmap.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 543px;
    background-size: contain;
}

.contactus .botContentSec {
    top: -500px;
}

.contactus .botContentSec h2 {
    font-family: var(--fontaverta);
    position: relative;
    top: 70px;
}

.contactus .addressSec {
    box-shadow: 0px 0px 1px rgba(20, 20, 20, 0.04), 0px 0px 8px rgba(20, 20, 20, 0.08);
    border-radius: 20px 20px 0px 20px;
    background-color: var(--white);
    padding: 20px 24px 40px 24px;
}

.addressSec span {
    display: inline-block;
    /*width: 200px;*/
}

.addressSec .col-md-3>div {
    padding-top: 28px;
}

.addressSec .country {
    font-family: var(--fontaverta);
    text-transform: uppercase;
}

.addressSec .direction {
    font-family: var(--fontaverta);
    font-size: 12px;
    padding-top: 5px;
    padding-left: 40px;
}

.flagIcon i {
    width: 28px;
    height: 19px;
    background-position: 2px 4px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.indianFlagIcon {
    background-image: url(../images/flags/india.svg);
}

.usaFlagIcon {
    background-image: url(../images/flags/usa.svg);
}

.dubaiFlagIcon {
    background-image: url(../images/flags/uae.svg);
}

.belFlagIcon {
    background-image: url(../images/flags/bel.svg);
}

.omanFlagIcon {
    background-image: url(../images/flags/oman.svg);
}

.emailIcon {
    background-image: url(../images/icons/mailIcon.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 23px;
    background-position: 2px 4px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.locationIcon {
    background-image: url(../images/icons/mapIcon.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 25px;
    background-position: 2px 4px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.phoneIcon {
    background-image: url(../images/icons/phoneIcon.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 23px;
    background-position: 2px 4px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.searchIcon {
    background-image: url(../images/icons/searchIcon.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 23px;
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 9px;
}

.contactus .footer {
    margin-top: -450px;
}

.contact-form .requiredTxt {
    padding: 20px;
    font-size: 14px;
    width: 100%;
}

.careers .matterSec h2,
.careers .valueSec h2,
.valueFor h2 {
    font-size: 24px;
    font-weight: bold;
}

.valueFor h2 {
    padding-left: 9%;
}

.careers .matterSec .content {
    color: var(--secondarylight);
}

.valueSecBg {
    background-image: url(../images/empowerbg.svg);
    background-repeat: no-repeat;
    height: 221px;
    background-size: contain;
    background-position: center;
}

.jobDetailsSec span {
    font-size: 12px;
    font-family: var(--fontaverta);
    color: var(--primary);
}

.search {
    width: 50%;
    margin: 0 auto;
}

.arrowRightBlue {
    background-image: url(../images/icons/arrow-right-circle-blue.svg);
    background-repeat: no-repeat;
    height: 31px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.openPositions ul li {
    list-style-type: none;
    padding-top: 20px;
    font-weight: bold;
}

.openPositions ul li:first-child {
    padding-top: 0;
}

.posTitle {
    font-size: 24px;
}

.careers .ourBenefits {
    background-color: var(--secondary);
    padding: 65px 0;
    color: var(--white);
}

.careers .lovetoWorkSec .col-md-6 {
    border-radius: 20px 0px 0px 0px;
    background-color: var(--yellow);
}

.loveToworkSecTxt img {
    position: relative;
    top: -50px;
}

.loveToworkSecTxt p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.loveToworkSecTxt {
    padding: 0 20px 30px 50px;
}

.loveToworkSecTxt .details>div {
    width: 32%;
    float: left;
}

.loveToworkSecTxt .details span {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

.imgGallery img {
    max-width: 97%;
}

.imgGallery .galleryImg,
span.ourCulture {
    display: inline-block;
}

span.ourCulture {
    padding-top: 30%;
    padding-left: 4%;
}

.ratings .text {
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
}

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

.findPosition h2 span {
    font-size: 16px;
}

.findPosition a.btn-outline {
    vertical-align: text-top;
    margin-left: 5rem;
}

.hostedtopImg {
    background-image: url(../images/Hosted-contact-banner-web.webp);
}

.card-body ul li {
    background-image: url(../images/listingimg.svg);
    display: block;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0px 20px;
    padding-top: 10px;
}

.card-body ul h4 {
    background-image: url(../images/listingimg.svg);
    display: block;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0px 20px;
    padding-top: 15px;
}

.logoIcon {
    background-image: url(../images/icons/LogoIcon.svg);
    background-repeat: no-repeat;
    width: 91px;
    height: 88px;
    top: 20px;
    left: 10px;
}

.keydifferentiators .card-primary {
    min-height: 490px;
}

.services .sec4Bg .card-primarycontent {
    color: var(--white);
    padding: 30px;
    line-height: 22px;
}

.card-img-top {
    border-radius: 20px 20px 0 0;
}

.card-img-top {
    width: 100%;
    height: 200px !important;
    /* object-fit: cover; */
    border-radius: 20px 20px 0 0;
}

.custom-row-scroll .card-img-top {
    height: inherit;
}

/* ### Add New CSS #### */

.tbackimg {
    background-color: white;
    height: 616px;
    /* background-image: url(../images/thank_left.png); */
    background-repeat: no-repeat;
    background-position: left center;
}

@media (max-width: 768px) {
    .tbackimg {
        margin-bottom: 130px;
    }
}

.tbackimg .row h2 {
    padding-top: 80px;
}

.btn-outline-1 {
    border-radius: 20px;
    border: 1px solid blue;
    text-align: center;
    padding: 12px 32px;
    text-decoration: none;
    color: blue;
    display: inline-flex;
    align-items: center;
}

.thankyouimg {
    background-image: url(../images/thankyou_2.png);
}

.thankyouimg.commonTopImg {
    min-height: 600px;
    color: white;
}

.brand-image-gap {
    column-gap: 112px;
}

.font-size-40 {
    font-size: 40px;
}

.heaight-off-image {
    height: 400px;
}

.about-mid-sec {
    padding-left: 15%;
}

.table th,
.table td {
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    padding: 12px;
}

.table thead th {
    background: #6c757d;
    /* Dark Gray */
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table tbody tr:hover {
    background: #f1f1f1;
    /* Light gray hover effect */
    transition: 0.3s;
}

.table tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.smallIconbg {
    background-color: #f4f4f4;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
}

.col-md-2:hover .smallIconbg {
    background-color: #e0f7fa;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.col-md-4:hover .smallIconbg {
    background-color: #e0f7fa;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.left-panel {
    background-color: #f4f4f4;
    color: white;
    height: 450px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.left-panel::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.left-panel::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
}

.left-panel:hover {
    scrollbar-width: thin;
}

.left-panel:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    /* Visible on hover */
}

.left-panel button {
    background: transparent;
    border: none;
    color: #3f5373;
    text-align: left;
    padding: 15px 20px;
    width: 100%;
    font-weight: 500;
    /* border-bottom: 1px solid rgba(255,255,255,0.1); */
    border-bottom: 1px solid #ccd1d9;
}

.left-panel button.active {
    background-color: #8ae6f2;
    border-radius: 5px;
    color: #393434;
    font-weight: bold;
}

.left-panel button:hover {
    background-color: #c8eaef;
    color: #393434;
}

.content-section {
    padding: 50px;
    height: 100%;
}

.tab-pane {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .row.flex-row {
        flex-direction: column;
    }
}

.custom-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20px;
    /* push image down */
    background-size: 300px auto;
    transform: translateX(100%);
    animation: slideAnim 9s infinite;
}

.custom-slide.active {
    opacity: 1;
    z-index: 1;
}

.custom-slide p {
    margin-top: 250px;
    /* push text below image */
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Add background images to each slide */

.serviceItem1 {
    background-image: url("../images/Service_one.png");
    animation-delay: 0s;
}

.serviceItem2 {
    background-image: url("../images/Service_two.png");
    animation-delay: 3s;
}

.serviceItem3 {
    background-image: url("../images/Service_three.png");
    animation-delay: 6s;
}

/* Slide-in animation */

@keyframes slideAnim {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    30% {
        opacity: 1;
        transform: translateX(0);
    }
    40% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}