@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");
/* 
@font-face {
    font-family: "tungstenw05-medium";
    src: url("../fonts/tungstenw05-medium.woff2") format("woff2"),
        url("../fonts/tungstenw05-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'tungstenw05-medium';
    src: url('/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2') format('woff2'),
        url('/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
html {
    font-family: myriad-pro, Arial;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    padding: 0;
    margin: 0;
    /* overflow-x: hidden; */
    scroll-behavior: unset;
    background-color: #D4E7EF;
    /* background-image: linear-gradient(to right top, #bfd6e6, #d5d8e9, #e5dbe6, #ece2e4, #ede9e8); */
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    color: #dbdfeb;
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

*:focus,
a:focus,
button:focus {
    outline: 1px solid #0072ad;
    box-shadow: none;
}


p {
    font-family: myriad-pro, Arial;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #dbdfeb;
}

.h1-head,
.h2-head,
.h3-head {
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    line-height: 1;
    margin: 0 0 20px;
    position: relative;
}

.h1-head {
    font-size: 72px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}

.h1-seperator-line {
    width: 0px;
    height: 2px;
    background-color: #FAB800;
    margin: 0 0 30px;
    transition: all 0.5s ease;
}

.parapbig {
    font-size: 26px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease;
}

.h2-head {
    font-size: 62px;
}

.h2-seperator-line {
    z-index: 1;
    position: relative;
    width: 0px;
    height: 2px;
    background-color: #FAB800;
    margin: 0 0 20px;
    transition: all 0.5s ease;
}

/* .h2-head-short-text {
    padding-right: 30%;
} */

.h3-head {
    font-size: 32px;
}

.bg-light-grad {
    position: relative;
    z-index: 1;
    background-color: #D4E7EF;
    background-image: linear-gradient(to right top, #bfd6e6, #d5d8e9, #e5dbe6, #ece2e4, #ede9e8);
}

.pos-rel {
    position: relative;
    z-index: 1;
}

/* Animation  */
.splittext-reveal h2 div,
.headtext-reveal div {
    opacity: 0;
    /* transform: translateY(20px) scaleY(1.5); */
    transform: translateY(50px);
    transition: all 0.2s ease;
}

.block-reveal-list-item {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.2s ease;
}

/* Colors  */
.text-c-spa-1 {
    color: #0CC4F2;
}

.text-c-spa-2 {
    color: #BCD0D8;
}

.text-c-spa-3 {
    color: #060842;
}

.text-c-spa-4 {
    color: #D4E7EF;
}

.text-c-spa-5 {
    color: #dbdfeb;
}

.text-c-spa-6 {
    color: #3b0d85;
}

.bg-c-spa-2 {
    background-color: #150826;
}

.bg-c-spa-grad {
    background-color: #3b0d85;
    background-image: linear-gradient(to right top, #46069e, #1c0d35, #1f0248, #170a2b, #46069e)
        /*background-image: linear-gradient(to right top, #1f0e3a, #1c0d35, #190c30, #170a2b, #150826);*/
}


/* Header  */
header {
    position: absolute;
    top: 20px;
    padding: 0 15px;
    height: 70px;
    z-index: 9;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.5s ease;
    background: transparent;
}

header .navbar {
    justify-content: flex-start;
}

a {
    text-decoration: none;
    outline: inherit;
    color: inherit;
}

/* Banner  */
.bannersection {
    position: relative;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 30px;
    background-color: #000000;
}

.section-video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    padding: 0;
    overflow: hidden;
}

.section-video-bg video {
    object-fit: cover;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.section-video-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.block-content {
    position: relative;
    z-index: 1;
}

.partner-logo {
    transform: translateX(30px);
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-btns {
    margin: 0 0 20px;
    display: flex;
    gap: 20px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.5s ease;
    align-items: flex-start;
    justify-content: flex-start;

}

.banner-btns img {
    width: 20px;
    margin-right: 20px;
}

.banner-btns .btn-sap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    line-height: 1.1;
}

.banner-btns a:first-child {
    background-color: #0CC4F2;
}

.banner-btns a:first-child:hover {
    background-color: #dbdfeb;
}

/* Experience Section  */
.experience-list {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.experience-list li {
    /* background-color: #dbdfeb;
    background-image: linear-gradient(to right top, #d0d8e3, #dddbe4, #e6dee4, #ebe3e5, #ede9e8); */
    border: 1px solid #5c5c5c;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.experience-list li img {
    height: 30px;
    width: auto;
}

.experience-list li h4 {
    margin: 0;
    position: relative;
    color: #dbdfeb;
    font-size: 18px;
}

/* Video Section  */

.vidyard-video-section {
    width: 100%;
    height: 450px;
    background-color: #09153b;
    margin-top: 30px;
    border-radius: 15px;
    padding: 10px;
    position: relative;
    z-index: 0;
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.5);
}

.vidyard-video-section .vidyard-player-container {
    position: relative;
    z-index: 2;
    border-radius: 15px;
}

/* Why Migrate  */
.why-migrate-content {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.why-migrate-content li {
    display: flex;
    align-self: flex-start;
    gap: 20px;
    margin: 20px 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #0CC4F2;
}

.why-migrate-content li:last-child {
    border-bottom: 0px;
}

.why-migrate-content li img {
    width: 80px;
    height: 80px;
}

.why-migrate-content li h3 {
    color: #060842;
    font-size: 21px;
    font-weight: 700;
}

.why-migrate-content li p {
    color: #060842;
    margin: 0;
}

/* Infosys AI Suite  */
.ai-suite-cont {
    background-color: #dbdfeb;
    background-image: linear-gradient(to right top, #d0d8e3, #dddbe4, #e6dee4, #ebe3e5, #ede9e8);
    padding: 20px 20px 30px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: relative;
}

/* .ai-suite-cont::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #150826;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg) translate(30px, -20px);
} */

.ai-suite-cont img {
    width: 70px;
    height: 70px;
    margin: 0 0 20px;
}

/* Accordion  */

.blue-chip-images {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    /* height: 100%; */
    /* padding: 25px 0; */
    margin: 20px 0;
    display: flex;
    align-items: end;
    justify-content: end;
    border-radius: 15px;
    /* background-color: #010753; */
    /* background-color: #11294d; */
}

.blue-chip-anchor {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

.blue-chip-anchor:after {
    content: '';
    position: absolute;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: -5px;
    transition: all 0.5s ease;
    z-index: 0;
    background-color: #010753;
}

.blue-chip-anchor img {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    transform: translate(0px, 0px);
    transition: all 0.5s ease;
}

.blue-chip-anchor:hover::after {
    bottom: -10px;
    right: -10px;
    transition: all 0.5s ease;
}

.blue-chip-anchor:hover img {
    transform: translate(-5px, -5px);
    transition: all 0.5s ease;
}

.blue-chip-play {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: rgba(1, 7, 83, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 2;
    margin: auto;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.blue-chip-anchor:hover .blue-chip-play {
    opacity: 1;
    transition: all 0.5s ease;
}

.blue-chip-play:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid rgba(225, 225, 225, 1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/* .blue-chip-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    display: none;
}

.blue-chip-images img.hideIt {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.blue-chip-images .activeslide-1 {
    opacity: 1;
    display: block;
}

.blue-chip-images img.showIt {
    display: block;
    opacity: 1;
    animation: animateimg 0.5s ease;
}

@keyframes animateimg {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
} */

.accordion-custom .accordion-item {
    margin: 0 0 20px;
    padding: 20px;
    border: 0;
    border: 0;
    position: relative;
    background: #5f2c82;
    background: linear-gradient(to right, #223837, #33124a);
    /* background: #502a45;
    background-image: linear-gradient(to left bottom, rgb(96, 19, 68), rgb(83, 9, 70), rgb(67, 4, 72), rgb(47, 3, 74), rgb(15, 5, 76)); */
    color: #dbdfeb;
    border-radius: 15px;
}

.accordion-custom .accordion-item.animateBorder {
    border-color: #bec7e3;
}

.accordion-custom.accordion-flush>.accordion-item:last-child {
    margin: 0;
}

/* .accordion-custom .accordion-header {
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
} */

.accordion-custom .accordion-button {
    background: transparent;
    padding: 0;
    border: 0px;
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    font-size: 32px;
    line-height: 0.9;
    box-shadow: none;
    color: inherit;
}

.accordion-custom .accordion-item:first-child .accordion-header {
    border-top: 0px;
}

.accordion-custom .accordion-body {
    margin: 20px 0 0;
    padding-top: 0;
    padding-left: 0;
}

.accordion-custom .accordion-body p {
    color: #dbdfeb;
    font-weight: 500;
}

/* .accordion-item .accordion-button:focus {
    outline: 1px solid #0072ad;
} */

/* .leading-enterprise-section */
/* .leading-enterprise-section {
    background: url(../images/benefit-section-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.leading-enterprise-section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
} */
.sap-case-studies .ai-suite-cont {
    background-image: none;
    background-color: #0c399f;
}

.sap-case-studies .text-c-spa-3 {
    color: #dbdfeb;
    font-size: 36px;
}

.sap-case-studies .btn-sap {
    font-weight: 400;
    border-radius: 10px;
    font-size: 16px;
}

.leading-enterprise-section .accordion-custom .accordion-item {
    background-image: none;
    background-color: transparent;
    border-bottom: 1px solid #0CC4F2;
    border-radius: 0;
    padding: 0 0 20px 0;
}

.leading-enterprise-section .accordion-custom .accordion-body {
    padding: 15px 50px 0;
    margin: 0;
}

.leading-enterprise-section .accordion-custom .accordion-item .accordion-button {
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    /* font-family: myriad-pro, Arial;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500; */
}

.leading-enterprise-section .accordion-custom .accordion-item .accordion-button img {
    width: 40px;
}

.leading-enterprise-section .accordion-custom .accordion-item .accordion-button:after {
    right: unset;
    left: 0;
    position: absolute;
    margin-left: 0;
    top: 0px;
    bottom: 0;
    margin: 0 auto;
    background: no-repeat;
    content: '+';
    font-size: 39px;
    font-weight: 500;
    line-height: 1;
    color: #0CC4F2;
    filter: none;
    transform: none !important;
    box-shadow: none;
}

.leading-enterprise-section .accordion-custom .accordion-item:last-child {
    border: 0;
}

.leading-enterprise-section .accordion-custom .accordion-item .accordion-button:not(.collapsed)::after {
    content: '-';
}

.accordion-custom-sap .accordion-item {
    border-radius: 0px;
    background: transparent;
    color: #060842;
    padding: 20px 0;
    border-bottom: 1px solid #060842;
    margin: 0;
}

.accordion-custom-sap .accordion-item.animateBorder {
    border-color: #060842;
}

.accordion-custom-sap .accordion-item .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.accordion-custom-sap .accordion-item .accordion-button img {
    width: 40px;
}

.accordion-custom-sap.accordion-custom .accordion-body p {
    color: #060842;
    padding-left: 50px;
    margin: 0;
}

/* Last Section  */
.transform-inner {
    border-radius: 20px;
    background-color: #4a578b;
    position: relative;
    height: 100%;
}

.transform-inner a {
    width: 100%;
    height: 100%;
    position: relative;
    outline: inherit;
    border-radius: 20px;
    display: block;
    overflow: hidden;
}

.transform-inner p {
    font-family: tungstenw05-medium, Oswald, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    left: 30px;
    top: 30px;
    width: 75%;
    color: #dbdfeb;
    z-index: 2;
}

.transform-inner p.transform-p-bigger {
    font-size: 42px;
}

.transform-inner .btn-arrow {
    width: 30px;
    height: 30px;
    background-color: #dbdfeb;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 3px;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.5s ease;
}

.transform-inner .btn-arrow img {
    width: 20px;
}

.transform-inner a:hover .btn-arrow {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease;
}

.section-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    padding: 0;
    overflow: hidden;
}

.article-bg-img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.article-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.7s ease;
}

.article-bg-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.transform-inner .article-bg-img {
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.transform-inner a:hover .article-bg-img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.mt-20 {
    margin-top: 20px;
}


/* .reach-out-section {
    padding: 75px 50px;
    border-radius: 15px;
    background-color: #000524;
} */

.parap-big {
    font-size: 21px;
}

.offcanvas.offcanvas-bottom {
    min-height: 60vh;
    height: auto;
    background-color: #D4E7EF;
    background-image: linear-gradient(to right top, #bfd6e6, #d5d8e9, #e5dbe6, #ece2e4, #ede9e8);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.offcanvas-header .btn-close {
    opacity: 1;
}

.offcanvas-header {
    padding: 30px 30px 0;
}

.offsetul {
    padding: 0 0 0 20px;
    color: #010753;
    font-weight: 500;
    /* width: 80%; */
    width: 90%;
    margin-left: 5%;
    font-size: 18px;
    line-height: 1.2;
}

.offsetul li {
    margin: 0 0 10px;
}

.offcanvas.offcanvas-bottom .h2-head {
    font-size: 42px;
    width: 60%;
}

.offcanvas.offcanvas-bottom p {
    font-size: 18px;
    width: 90%;
    margin-left: 5%;
}

.nav-arrows {
    position: relative;
    width: 100%;
    margin: 0 20px 0 0;
}

.nav-arrows-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.swiper-button-prev,
.swiper-button-next {
    width: auto;
    margin: 0;
    width: auto;
    padding: 6px 10px;
    height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #060842;
    border-radius: 10px;
    bottom: unset;
    top: unset;
    position: relative;
    left: unset;
    right: unset;
    border: 1px solid #060842;
    transition: all 0.5s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #060842;
    color: #ffffff;
    transition: all 0.5s ease;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    font-family: myriad-pro, Arial;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase !important;
}

.swiper-button-nums {
    display: flex;
    line-height: 1;
    width: 40px;
    text-align: center;
    color: #060842;
    transition: all 0.5s ease;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.swiper a.btn-sap {
    background-color: #0CC4F2 !important;
    text-transform: capitalize;
}

.swiper a.btn-sap:hover {
    background-color: #ffffff !important;
}

/* Form Section  */
.pr-5 {
    padding-right: 20px;
}

.field-bg input,
textarea {
    font-size: 20px;
    padding: 10px 0 10px 0px;
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #dbdfeb;
    background-color: transparent;
    border-radius: 0px;
    color: #dbdfeb;
    resize: none;
}

.field-bg {
    position: relative;
    margin-bottom: 50px;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:after,
.bar:before {
    content: '';
    height: 50px;
    width: 0;
    top: -53px;
    position: absolute;
    background-color: rgba(225, 225, 225, 0.1);
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    border-radius: 0px;
}

.field-bg label, .field-bg textarea:valid ~ label {
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 14px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #dbdfeb;
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    line-height: 0.9;
}

.field-bg sup {
    color: #f16c51;
}

.field-bg form {
    width: 100%;
}

.field-bg input:focus~.bar:after,
.field-bg input:focus~.bar:before {
    width: 100%;
}

.field-bg input:focus~label,
.field-bg textarea:focus~label {
    top: -20px;
    font-size: 21px;
    color: #dbdfeb;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
}

.field-bg input:not([value='']):not(:focus)~label,
.field-bg textarea:not([value='']):not(:focus)~label {
    top: -20px;
}

.field-bg input:focus::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px !important;
    color: #dbdfeb;
}

.field-bg input:focus::-moz-placeholder {
    opacity: 1;
    font-size: 14px !important;
    color: #dbdfeb;
}

.field-bg input:focus:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px !important;
    color: #dbdfeb;
}

.field-bg input:focus:-moz-placeholder {
    opacity: 1;
    font-size: 14px !important;
    color: #dbdfeb;
}

.field-bg input::-webkit-input-placeholder {
    opacity: 0;
}

.field-bg input::-moz-placeholder {
    opacity: 0;
}

.field-bg input:-ms-input-placeholder {
    color: transparent;
}

.field-bg input:-moz-placeholder {
    opacity: 0;
}

.field-bg input:focus,
.field-bg textarea:focus {
    outline: 0;
}

/* Radio Group  */
.field-radio-group {
    margin-bottom: 20px;
    /* width: 100%;
    display: flex;
    gap: 50px;
    align-items: center; */
}

.field-radio-group .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.field-radio-group input {
    width: 1em;
    height: 1em;
    border: 2px solid #dbdfeb;
    background: transparent;
    padding: 0;
    pointer-events: all;
    margin: 2px 0 0;
}

.field-radio-group label,
.field-radio-group input:focus~label {
    position: relative;
    top: 3px !important;
    left: unset !important;
    pointer-events: all;
    /* font-size: 36px; */
    margin-bottom: 15px;
}

.field-radio-group p {
    padding: 10px 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0px;
}

/* Radio Group End  */
.form-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    padding-bottom: 18px;
    margin-right: 10px;
}

.form-switch i {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 23px;
    display: inline-block;
    margin-right: 0.2rem;
    position: relative;
    transition: all 0.3s linear 0s;
    vertical-align: text-bottom;
    height: 22px !important;
    width: 40px !important;
}

.form-switch i:before {
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 11px;
    content: '';
    left: 0;
    position: absolute;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear 0s;
    height: 18px !important;
    width: 36px !important;
}

.form-switch i:after {
    content: '';
    position: absolute;
    left: 0;
    background-color: #dbdfeb;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
    width: 18px !important;
    height: 18px !important;
}

.form-switch:active i:after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked+i::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input {
    margin: 5px 0 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-switch input:checked+i {
    background-color: #0CC4F2;
}

.form-switch input:checked+i:before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked+i::after {
    transform: translate3d(22px, 2px, 0);
}

.pvcy-stmt,
.pvcy-stmt:focus,
.pvcy-stmt:hover {
    color: #dbdfeb;
    font-weight: 500;
    text-decoration: underline;
}

/* 
  .submit-btn {
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    font-size: 52px;
    text-transform: uppercase;
    position: relative;
    line-height: 0.9;
    color: #dbdfeb;
    font-weight: 400;
    padding: 10px 40px;
    border: 0;
    background-color: #00a995;
   background-image: linear-gradient(to right, #0085bd, #00a995); 
  } */

#thankyou {
    display: none;
}

.redColor {
    color: #dbdfeb;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    /* left: 15px; */
    margin: 0 auto;
    padding: 4px;
    /* bottom: -30px;
    position: absolute; */
}

.email-checker {
    position: absolute;
    left: -9999px;
}

/* new code */
#connected_with_us .redColor {
    color: #dbdfeb !important;
}

#connected_with_us .field-bg sup {
    color: #dbdfeb !important;
}

/* #connected_with_us .submit-btn {
    border: 1px solid #ab6604;
    background-color: #ab6604;
  } */
#connected_with_us .submit-btn {
    border: 1px solid #ab6604;
    background-color: #ab6604;
}

#connected_with_us .submit-btn:hover,
#connected_with_us .submit-btn:focus {
    color: #dbdfeb;
    border: 1px solid #dbdfeb;
    background-color: transparent;
}

.mb15 {
    margin-bottom: 15px;
}

a {
    color: #00578A;
}

#request_for_services .form-group .reg {
    color: #565656;
}

#request_for_services #region .radio-container label {
    color: #595959;
}


#request_for_services .field-bg label,
#request_for_services .field-bg input:focus~label {
    color: #565656;
}

#request_for_services .field-bg textarea:focus~label,
#request_for_services .field-bg textarea:valid~label {
    color: #565656;
}

#request_for_services .redColor {
    color: #993311;
}

#request_for_services .field-bg sup {
    color: #993311;
}

#request_for_services .submit-btn {
    background-color: #000;
    border: 1px solid #000;
}

#request_for_services .submit-btn:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

.form-switch {
    margin-top: 0;
}

.form-switch a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.text-left {
    text-align: left;
}

#alertsubmit .redColor {
    display: none;
}

.form-switch input {
    width: 100%;
    height: 20px;
    opacity: 1;
}

.form-switch input:focus {
    outline-offset: 1px;
}

.form-switch i {
    background-color: rgba(255, 255, 255, 1);
}

.form-group {
    margin-left: 0px;
}

#connectwithus p {
    color: #dbdfeb;
}

.form-left-content p {
    font-size: 18px;
}

/* new code end */

/* FORM CSS END */

.btn-sap {
    background-color: #dbdfeb;
    color: #000000;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    font-weight: 600;
    white-space: normal;
}

.btn-sap:hover,
.btn-sap:focus,
.btn-sap:active {
    background-color: #0CC4F2;
    color: #000000;
    transition: all 0.2s ease;
}


#connectwithus .btn-sap {
    background-color: #3b0d85;
    background-image: linear-gradient(to right top, #075475, #096d92, #0888af, #04a3cc, #00c0e8);
    color: #ffffff;
    padding: 5px 25px;
    font-size: 21px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.5s ease;
}

#connectwithus .btn-sap:hover {
    color: #000000;
    transition: all 0.5s ease;
}

/* Right Side Widget  */
#rightSlider {
    position: fixed;
    z-index: 9;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
    background: #FAB800;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40px;
    box-sizing: border-box;
    min-height: 30px;
    margin: 20px 0;
    padding: 10px 0;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(54, 66, 75, 0.1);
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}


#rightSlider:hover {
    width: 270px;
    transition: all 0.4s ease;
}


#rightSlider .content a {
    display: flex;
    padding: 10px 8px;
    color: #000000;
    gap: 15px;
    align-items: center;
    transition: all 0.4s ease;
}

#rightSlider .content a:hover {
    text-decoration: underline;
    transition: all 0.4s ease;
}

#rightSlider img {
    width: 25px;
    /* filter: invert(1); */
}

#rightSlider .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 200px;
}

@media only screen and (max-width: 1100px) {
    .transform-inner p {
        font-size: 21px;
    }

    .transform-inner .btn-arrow {
        opacity: 1;
        transform: translateX(0px);
    }

    .banner-btns {
        flex-wrap: wrap;
        margin: 40px 0 0;
    }

    .offcanvas.offcanvas-bottom .h2-head {
        width: 80%;
    }

    .btn-sap {
        font-size: 16px;
    }
}


@media only screen and (max-width: 767px) {
    .h1-head {
        font-size: 45px;
    }

    .h2-head {
        font-size: 41px;
    }

    .parapbig {
        font-size: 18px;
    }

    /* .h2-head-short-text {
        padding-right: 20%;
    } */

    .transform-inner p,
    .transform-inner p.transform-p-bigger {
        font-size: 32px;
    }

    .experience-list li {
        width: 100%;
    }

    .offcanvas.offcanvas-bottom {
        height: 90vh;
    }

    .offcanvas.offcanvas-bottom .h2-head {
        font-size: 32px;
        width: 100%;
    }

    /* .reach-out-section {
        padding: 50px 30px;
    } */
}