@charset "UTF-8";

:root {
    --adv-primary-color: #004E83;
    --adv-primaryLight-color: #0074AA;
    --adv-primaryVeryLight-color: #53A8DD;
    --adv-primarydark-color: #040B36;
    --adv-secondary-color: #0074AA;
    --adv-black-color: #000000;
    --adv-white-color: #FFFFFF;
    --adv-light-color: #FBFBF9;
    --adv-gray-color: #666666;
    --adv-lightgray-color: #747474;
    --adv-verlightgray-color: #CCCCCC;
    --adv-darkgray-color: #333333;
    --adv-ash-color: #7F807D;
    --adv-lightash-color: #ECEAE3;
    --adv-transparent-white-80: rgb(255 255 255 / 80%);
    --adv-transparent-white-40: rgb(255 255 255 / 40%);
    --adv-transparent-black-2: rgba(0, 0, 0, 0.02);
    --adv-transparent-black-5: rgba(0, 0, 0, 0.05);
    --adv-transparent-black-10: rgba(0, 0, 0, 0.10);
    --adv-transparent-black-15: rgba(0, 0, 0, 0.15);
    --adv-transparent-black-25: rgba(0, 0, 0, 0.25);
    --adv-transparent-black-50: rgba(0, 0, 0, 0.50);
    --adv-transparent-black-60: rgba(0, 0, 0, 0.60);
    --adv-transparent-black-65: rgba(0, 0, 0, 0.65);
    --adv-bg-light-blue: #EBF4F9;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

[dir="rtl"] {
    text-align: right;
}

[dir="ltr"] {
    text-align: left;
}

body {
    color: #231f20;
    font-feature-settings: "liga", "kern";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
}

body,
a,
button,
.btn-brand,
.header-icon {
    -webkit-transition: all 400ms ease, outline 0ms;
    -moz-transition: all 400ms ease, outline 0ms;
    -ms-transition: all 400ms ease, outline 0ms;
    -o-transition: all 400ms ease, outline 0ms;
    transition: all 400ms ease, outline 0ms;
}

a,
a:visited {
    color: var(--adv-primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--adv-secondary-color);
    text-decoration: none;
}

input:active,
input:hover {
    outline: 0;
}

#s4-bodyContainer input[type="button"],
#s4-bodyContainer input[type="reset"],
#s4-bodyContainer input[type="submit"],
#s4-bodyContainer button,
.modal input[type="button"],
.modal input[type="reset"],
.modal input[type="submit"],
.modal button,
.min-width-auto {
    min-width: auto;
}

.form-control,
.form-select,
.form-control:active,
.form-select:active,
.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-radius: 8px;
    color: var(--adv-gray-color) !important;
    border-color: var(--adv-duneLight-color) !important;
    padding: 0.375rem 0.75rem !important;
}

.form-control:focus,
.form-select:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--adv-primary-color) !important;
    box-shadow: none;
}

.form-control[disabled],
.form-select[disabled],
.form-control[readonly],
.form-select[readonly] {
    border-color: var(--adv-lightgray-color);
    background-color: var(--adv-ash-color);
    box-shadow: none;
}

.form-label {
    display: inline-block;
    margin-bottom: 0.3rem;
}

.form-group,
.file-upload {
    margin-bottom: 1.5rem;
}

.brand-color,
.brand-color:visited {
    color: var(--adv-primary-color) !important;
}

.btn-brand,
.btn-brand-outline,
.btn-brand-bg,
.btn-brand-white,
.btn-brand-secondary {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 300;
}

.btn-brand,
.btn-brand-outline,
.btn-brand-bg,
.date-box,
.btn-brand-white {
    padding: 0.4rem 1.2rem;
    border: 1px solid var(--adv-primary-color);
    text-transform: uppercase;
}

.btn-brand-secondary,
.btn-brand-secondary:visited {
    background-color: var(--adv-primary-color);
    color: var(--adv-white-color);
    border: 0;
    padding: 0.5rem 1.5rem;
    text-transform: none;
}

.btn-brand-outline,
.btn-brand-outline:visited {
    background-color: var(--adv-white-color);
    color: var(--adv-primary-color);
}

.btn-brand-white,
.btn-brand-white:visited {
    border: 0;
    background-color: var(--adv-white-color) !important;
    color: var(--adv-primary-color) !important;
}

.btn-brand-white.active,
.btn-brand-secondary:hover,
.btn-brand-secondary:focus {
    background-color: var(--adv-primary-color) !important;
    color: var(--adv-white-color) !important;
}

.btn-brand,
.date-box,
.btn-brand:visited,
.date-box:visited {
    background-color: var(--adv-primary-color);
    color: var(--adv-white-color);
}

.btn-brand:hover,
.btn-brand:focus {
    background-color: var(--adv-secondary-color);
    color: var(--adv-white-color);
    text-decoration: none;
    border: 1px solid var(--adv-secondary-color);
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
    background-color: var(--adv-white-color) !important;
    color: var(--adv-primary-color) !important;
    border-color: var(--adv-primary-color) !important;
}

.btn-small {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

.text-primary-light {
    color: var(--adv-primaryLight-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.col-container {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.col-container .card {
    flex: 1;
    position: relative;
}

header.home-header {
    position: absolute;
    margin: 1rem 0;
    padding-top: 1rem;
}

header {
    z-index: 5;
    position: relative;
}

header.home-header .header-wraper {
    border-radius: 7.5rem;
    padding: 0.7rem 1.25rem;
}

header .header-wraper {
    width: 100%;
    background-color: var(--adv-primarydark-color);
    padding: 1rem;
}

.header .logo {
    display: inline-block;
    padding: 0.5rem 0;
}

.header .logo img {
    max-width: 100%;
    transition: all 0.5s;
}

.header-btn {
    background-color: transparent;
    border: 0;
    line-height: 1;
    font-size: 0.875rem;
}

.header-icon {
    position: relative;
}

header .navbar-nav .nav-link {
    color: var(--adv-white-color);
    font-size: 1.063rem;
    font-weight: 500;
    border-radius: 0;
    padding: 0.3rem 0.8rem;
    border: 2px solid transparent;
}

header.innerHeader .navbar-nav .nav-link.active {
    color: var(--adv-primary-color);
}

header.innerHeader .navbar-nav .nav-link.active:before {
    position: absolute;
    content: '';
    height: 4px;
    background-color: var(--adv-primary-color);
    width: calc(100% - 1.5rem);
    bottom: -18px;
    left: 0.75rem;
    right: 0.75rem;
}

header .navbar-nav .nav-link:hover {
    color: var(--adv-secondary-color);
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.adv-menu .navbar-nav .nav-item {
    padding: 0 1rem;
    position: relative;
}

.adv-menu .navbar-nav .nav-item:hover .nav-link,
.adv-menu .navbar-nav .nav-item .nav-link.active {
    border-bottom: 2px solid var(--adv-secondary-color);
    color: var(--adv-secondary-color);
}

.adv-menu .navbar-nav .nav-item.with-dropdown a:after {
    position: relative;
    content: '\F282';
    font-family: 'bootstrap-icons';
    font-size: 1rem;
    top: 0.25rem;
    color: var(--adv-secondary-color);
}

.adv-menu li {
    position: relative;
    transition: all 0.5s;
}

.adv-menu .navbar-nav .nav-item.with-dropdown .nav-dropdown a:after {
    display: none;
}

.navbar-toggler .close-icon {
    display: none;
}

header .contant-link {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    color: var(--adv-white-color);
    background-color: var(--adv-secondary-color);
    border-radius: 100%;
    font-size: 1.5rem;
}

header .contant-link:hover {
    background-color: var(--adv-white-color);
    color: var(--adv-primary-color);
}

.navbar-toggler:not(.collapsed) .open-icon {
    display: none;
}

.navbar-toggler:not(.collapsed) .close-icon {
    display: inline-block;
}

.adv-menu li>.nav-dropdown {
    position: absolute;
    z-index: 2;
    width: 100%;
    min-width: 13.5rem;
    border-bottom: 2px solid var(--adv-verylightgray-color);
    background-color: var(--adv-white-color);
    font-size: 0.875rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    border-radius: 0;
}

.adv-menu li>.nav-dropdown li>.nav-dropdown {
    top: 0;
}

.adv-menu li:hover>.nav-dropdown,
.adv-menu li:focus-within>.nav-dropdown,
.adv-menu li.open>.nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.adv-menu li>.nav-dropdown a {
    color: var(--adv-black-color);
    display: block;
    padding: 0.4rem 1rem;
    position: relative;
    font-weight: normal;
    font-size: 0.875rem;
    border-bottom: 1px solid var(--adv-duneLight-color);
    margin: 0 0.5rem;
    padding: 0.4rem 1rem;
    position: relative;
}

.adv-menu li>.nav-dropdown a:before {
    position: absolute;
    content: '\F284';
    font-family: 'bootstrap-icons';
    color: var(--adv-primary-color);
}

.adv-menu .nav-dropdown li:last-child a {
    border-bottom: none;
}

.adv-menu li>.nav-dropdown a:hover,
.adv-menu .nav-item .nav-dropdown a:focus {
    color: var(--adv-primary-color);
}

.adv-menu li>.nav-dropdown li:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--adv-primary-opacity-5);
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
}

.adv-menu li>.nav-dropdown li:hover:before,
.adv-menu .nav-item .nav-dropdown li:focus:before,
.adv-menu li.open li:before {
    opacity: 1;
}

.adv-menu li>.nav-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.adv-menu li>.nav-dropdown ul li:not(:last-child) {
    border-bottom: 1px solid var(--adv-black-opacity-5);
}

.user-icon {
    background-color: var(--adv-secondary-color);
    ;
    color: var(--adv-gray-color);
    border-radius: 20px;
}

.navbar-toggler {
    color: var(--adv-white-color);
}

img.header-icon {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
    border-radius: 50%;
    object-fit: cover;
}

.adv-menu .search-icon {
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--adv-primary-color);
    margin-right: 0.5rem;
    color: var(--adv-white-color) !important;
}

.adv-menu .search-icon i {
    line-height: 0;
}

.adv-menu .search-icon:hover {
    background-color: var(--adv-secondary-color);
    color: var(--adv-white-color) !important;
}

#bright-on,
.active #bright-off {
    display: inline-flex !important;
    pointer-events: auto;
}

#bright-off,
.active #bright-on {
    display: none !important;
    pointer-events: none;
}

.home-banner {
    position: relative;
    home-banner
}

.home-banner .overlay {
    /*background: linear-gradient(180deg, rgba(55, 170, 224, 0.6) 67.96%, rgba(30, 93, 122, 0) 97.23%);*/
    background: linear-gradient(180deg, rgb(55 170 224 / 29%) 0, rgba(30, 93, 122, 0) 55.23%);
    z-index: 1;
}

.home-banner .banner-video {
    object-fit: cover;
}

.ratio-20x8 {
    --bs-aspect-ratio: 50%;
}

.home-banner .ratio {
    min-height: 100vh;
}

.home-banner .banner-contant {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 3;
    width: 100%;
}

.home-banner .banner-contant h2 {
    color: var(--adv-white-color);
    font-weight: 700;
    font-size: 5.8rem;
    line-height: 121px;
}

h2.main-heading {
    color: var(--adv-primary-color);
    font-weight: 700;
    font-size: 4.25rem;
    margin-bottom: 1rem;
}

.sec-dis {
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--adv-lightgray-color);
}

.tech-innovation-section .sec-dis {
    color: var(--adv-darkgray-color);
    font-size: 2.25rem;
    font-weight: 500;
}

.tech-innovation-section {
    padding: 8rem 0 0 0;
    background-color: var(--adv-white-color);
}

.tech-innovation-section .stat-grid {
    margin-top: 3rem;
    overflow: hidden;
}

.tech-innovation-section .stat-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3.5rem 1.5rem;
    text-align: center;
    min-height: 200px;
    transition: transform 0.3s ease;
}

.tech-innovation-section .stat-label-top {
    font-size: 2.62rem;
    font-weight: 500;
    color: var(--adv-primary-color);
    margin-bottom: 1.5rem;
}

.tech-innovation-section .stat-number {
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1;
    font-size: 4.5rem;
    line-height: 79px;
}

.tech-innovation-section .stat-label-bottom {
    font-size: 2rem;
    color: var(--adv-primary-color);
    font-weight: 500;
    line-height: 37.09px;
}

.tech-innovation-section .stat-card:nth-child(1) {
    background-color: #ffffff;
}

.tech-innovation-section .stat-card:nth-child(1) .stat-number {
    color: #82C2E6;
}

.tech-innovation-section .stat-card:nth-child(2) {
    background-color: #CDE1EC;
}

.tech-innovation-section .stat-card:nth-child(2) .stat-number {
    color: #37AAE0;
}

.tech-innovation-section .stat-card:nth-child(3) {
    background-color: #37AAE0;
}

.tech-innovation-section .stat-card:nth-child(3) .stat-number {
    color: var(--adv-white-color);
}

.tech-innovation-section .stat-card:nth-child(4) {
    background-color: #A8D9E9;
}

.tech-innovation-section .stat-card:nth-child(4) .stat-number {
    color: var(--adv-white-color);
}

.tech-innovation-section .stat-card:nth-child(5) {
    background-color: #E6F4FF;
}

.tech-innovation-section .stat-card:nth-child(5) .stat-number {
    color: var(--adv-primary-color);
}

.tech-innovation-section .stat-card:nth-child(6) {
    background-color: #82C2E6;
}

.tech-innovation-section .stat-card:nth-child(6) .stat-number {
    color: var(--adv-white-color);
}

.technology-sec {
    padding: 8rem 0 12rem 0;
    position: relative;
}

.technology-sec:after {
    position: absolute;
    content: '';
    background-image: url('../img/tec-after.svg');
    background-repeat: no-repeat;
    left: 0;
    top: 5%;
    width: 30%;
    height: 40%;
    background-size: 100% 100%;
}

.technology-sec:before {
    position: absolute;
    content: '';
    background-image: url('../img/tec-before.svg');
    background-repeat: no-repeat;
    right: 0;
    bottom: 6%;
    width: 25%;
    height: 40%;
    background-size: 100% 100%;
}

.technology-sec .tec-img {
    margin-top: 2rem;
}

.services-carousel {
    position: relative;
}

.services-carousel-wrapper {
    /*overflow: hidden;*/
    position: relative;
    z-index: 1;
}

.services-carousel:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    left: 0;
    right: 0;
    background: #A8D9E9;
}

.services-carousel-wrapper .services-carousel-inner {
    /*background: linear-gradient(97.1deg, #040B36 0.41%, #2A0B63 56.63%);*/
    background-color: #2A0B63;
    min-height: 520px;
    padding: 60px 80px;
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
}

.services-carousel-wrapper .services-carousel-inner:after {
    position: absolute;
    background-image: url('../img/services-carousel-bg.png');
    top: 0;
    left: 0%;
    width: 60%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.services-carousel-wrapper .carousel-item {
    position: relative;
    z-index: 2;
}

.services-carousel-wrapper .services-title {
    color: var(--adv-white-color);
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 82px;
    max-width: 700px;
    max-width: 30rem;
}

.services-carousel-wrapper .services-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.6;
}

.services-visual-col {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navigation Bar Layer */
.services-carousel-wrapper .services-navigation-bar {
    background-color: #A8D9E9;
    padding: 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.services-carousel-wrapper .services-tab-item {
    border: none;
    background: transparent;
    padding: 0 24px;
    height: 90px;
    display: flex;
    align-items: center;
    color: var(--adv-primary-color);
    font-weight: 400;
    font-size: 1rem;
    border-radius: 0;
    border-top: 4px solid transparent;
    transition: all 0.25s ease;
    box-shadow: none !important;
}

.services-carousel-wrapper .services-tab-item img {
    margin: 0 0.3rem;
}

.services-carousel-wrapper .services-tab-item span {
    line-height: 1.2;
    text-align: start;
}

.services-tab-item.active {
    border-bottom: 4px solid var(--adv-primary-color);
    font-weight: 600;
}

.services-carousel-wrapper .services-arrow-controls {
    padding-left: 20px;
}

.services-carousel-wrapper .services-arrow-btn {
    border: none;
    background: transparent;
    color: var(--adv-primary-color);
    font-size: 1.25rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.services-carousel-wrapper .services-arrow-btn:hover {
    transform: scale(1.2);
    color: #044b6b;
}

.services-arrow-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.AboveBeyond {
    padding: 8rem 0;
    background-image: url("../img/AboveBeyond-bg (1).svg");
    background-position-y: bottom;
    background-position-x: right;
    background-size: 20%;
    background-repeat: no-repeat;
    position: relative;
}

.AboveBeyond:after {
    position: absolute;
    content: '';
    background-image: url("../img/AboveBeyond-bg (3).svg");
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    height: 40%;
    background-size: 100% 100%;
}

.AboveBeyond:before {
    position: absolute;
    content: '';
    background-image: url("../img/AboveBeyond-bg (2).svg");
    background-repeat: no-repeat;
    right: 0;
    top: 0%;
    width: 30%;
    height: 30%;
    background-size: 100% 100%;
}

.AboveBeyond .roadmap-row {
    margin-top: 2rem;
}

.AboveBeyond .container-xl {
    position: relative;
    z-index: 2;
}

.AboveBeyond .step-title {
    font-weight: 500;
    font-size: 2.25rem;
    color: var(--adv-primary-color);
    margin-bottom: 15px;
}

.AboveBeyond .step-desc {
    font-size: 1rem;
    font-weight: 300;
    color: var(--adv-black-color);
}

.AboveBeyond .img-wraper {
    position: relative;
}

.AboveBeyond .img-wraper img {
    border-radius: 1rem;
    object-fit: cover;
}

.AboveBeyond .step-badge {
    position: absolute;
    width: 7rem;
    height: 7rem;
    min-width: 7rem;
    background-color: var(--adv-white-color);
    border-radius: 100%;
    bottom: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    font-size: 5rem;
    color: var(--adv-primary-color);
}

.AboveBeyond .step-badge.pos-right {
    right: -1rem;
}

.AboveBeyond .step-badge.pos-left {
    left: -1rem;
}

.servicesListing {
    padding: 0 0 8rem 0;
}

.servicesListing .card {
    border-radius: 1.25rem;
    margin-top: 2rem;
    border: none;
    background: #EBF6FF;
    border: 1px solid #A8D9E9B5;
}

.servicesListing .card img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    object-fit: cover;
}

.servicesListing .card-body {
    padding: 0.3rem;
}

.servicesListing .card .card-contant {
    padding: 2rem;
}

.servicesListing .card .card-contant h3 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0;
    min-height: 3.5rem;
}

.servicesListing .owl-nav {
    display: flex;
    justify-content: end;
    margin-top: 2rem;
    color: var(--adv-primary-color);
    font-size: 1.2rem;
    gap: 20px;
}

/* Inner page */
.innerpage-banner {
    position: relative;
    border-radius: 0 0 120px 0;
    margin-bottom: 2rem;
}

.innerpage-banner h2 {
    font-size: 3rem;
    color: var(--adv-white-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.innerpage-banner .breadcrumb,
.innerpage-banner .breadcrumb a {
    color: var(--adv-white-color);
}

.innerpage-banner .breadcrumb-item.active {
    color: var(--adv-primaryVeryLight-color);
}

.innerpage-banner-img img {
    border-radius: 0 0 120px 0;
    /*max-height: 480px;*/
    object-fit: cover;
}

.innerpage-banner .ratio-21x6 {
    --bs-aspect-ratio: 35%;
}

.innerpage-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0 0 120px 0;
    left: 0;
    padding: 1rem;
    display: flex;
    align-items: flex-end;
    color: var(--adv-white-color);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);

}

/* Quote Section */
.quote-section {
    padding: 5rem 0;
    position: relative;
}

.quote-text {
    font-size: 2rem;
    line-height: 1.6;
    color: var(--adv-primary-color);
    font-weight: normal;
    position: relative;
    margin: 0 auto;
    padding: 0 5rem;
    text-align: center;
}

.quote-text::before,
.quote-text::after {
    content: ' ';
    position: absolute;
    z-index: -1;
    width: 2rem;
    height: 2rem;
}

.quote-text::before {
    top: 0;
    left: 0;
    background: url('../img/left-quote.svg') top left no-repeat;
    background-size: contain;
}

.quote-text::after {
    right: 0;
    bottom: 0;
    background: url('../img/right-quote.svg') top left no-repeat;
    background-size: contain;
}

/* Split Background Layout */
.split-bg-wrapper {
    position: relative;
    z-index: 1;
    margin: 3rem 0;
}

.split-bg-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(55, 170, 224, 0.30) 0%, rgba(55, 170, 224, 0.00) 100%);
}

.content-box {
    font-size: 1.25rem;
}

.img-box {
    object-fit: cover;
    border-radius: 1rem;
}

/* Dark Feature Banner */
.feature-banner {
    background: url('../img/bluebgImg.png') center center no-repeat;
    background-size: cover;
    color: var(--adv-white-color);
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 0 20px;
    background: linear-gradient(97deg, #040B36 0.41%, #2A0B63 56.63%);
}

.feature-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    background: url('../img/bluebgImg.png') lightgray 50% / cover no-repeat;
    mix-blend-mode: luminosity;
}

.feature-item {
    position: relative;
    z-index: 1;
    padding: 1rem;
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--adv-white-color);
    font-weight: 300;
}

.feature-item p {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
}

.section-title {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--adv-primary-color);
}

.feature-banner .col-container {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.feature-banner .col-container:first-child {
    border: 0;
}

.sectionImgTxtBox {
    margin: 5rem 0;
}

.modernization-section {
    background-color: #ffffff;
}

.breadcrumb {
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #6c757d;
}

.section-title {
    font-size: 2.25rem;
    color: var(--adv-primary-color);
    line-height: 1.3;
    font-weight: 500;
}

.section-description {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--adv-black-color);
}

.modernization-list li {
    margin-bottom: 1.3rem;
}

.badge-step {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 1rem;
    background-color: #37AAE0 !important;
    border-radius: 100%;
    color: var(--adv-white-color);

}

.step-text {
    font-size: 1.05rem;
    margin: 0 0.5rem;
    color: var(--adv-black-color);
}

.step-text strong,
.step-text b {
    font-weight: 600;
}

.graphic-wrapper {
    max-width: 100%;
    background: #A8D9E933;
    border-radius: 1.25rem;
    padding: 1rem;
}

.feature-banner.azure-banner {
    background: var(--adv-primary-color);
}

.feature-banner.azure-banner .feature-banner-overlay {
    display: none;
}

.feature-banner.azure-banner .title {
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.feature-banner.azure-banner .feature-item h6 {
    margin-top: 2rem;
    font-weight: 300;
    font-size: 1.125rem;
}

.feature-banner.azure-banner .feature-item p {
    min-height: 4rem;

}

.feature-banner.azure-banner .feature-icon {

    margin-bottom: 0.5rem;
}

.object-fit-contain {
    object-fit: contain;
}


/* Responsive adjustments for mobile viewports */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 1.85rem;
    }

    .graphic-wrapper {
        margin: 2rem 0;
    }
}

/* Footer */
.adv-footer-wraper {
    background: #CDE1EC;
    padding-top: 1rem;
}

.adv-footer-section {
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
    padding: 2rem;
    background-color: var(--adv-primarydark-color);
    color: var(--adv-white-color);
}

.adv-footer-section .footer-top-bar {
    padding: 1rem;
    background: #37AAE05C;
    border-radius: 7.5rem;
    margin: 0.5rem 0 2.5rem 0;
}

.adv-footer-section .footer-top-bar h5 {
    font-weight: 700;
    font-size: 1rem;
}

.adv-footer-section .footer-top-bar .contact-item {
    color: var(--adv-transparent-white-80);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.adv-footer-section .footer-top-bar .contact-item:hover {
    color: var(--adv-white-color);
}

.adv-footer-section .footer-top-bar .contact-item i {
    font-size: 1rem;
}

.adv-footer-section .footer-nav-grid .nav-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--adv-white-color);
    letter-spacing: 0.5px;
}

.adv-footer-section .footer-nav-grid .nav-links-list li {
    margin-bottom: 12px;
}

.adv-footer-section .footer-nav-grid .nav-links-list li a {
    color: var(--adv-transparent-white-80);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.adv-footer-section .footer-nav-grid .nav-links-list li a:hover {
    color: var(--adv-white-color);
    padding-left: 4px;
    text-decoration: underline;
}

.footer-bottom-strip {
    border-top: 1px solid var(--adv-transparent-white-40);
    margin: 2rem 0 1rem 0;
    position: relative;
}

.adv-footer-section .copyright-text {
    font-size: 0.85rem;
    color: var(--adv-white-color);
    margin: 0;
    letter-spacing: 0.2px;
    margin-top: 2rem;
}

.adv-footer-section .scroll-top-btn {
    display: inline-flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: var(--adv-primaryLight-color);
    color: var(--adv-white-color);
    border-radius: 50%;
    top: -21px;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.adv-footer-section .scroll-top-btn:hover {
    transform: translateY(-3px);
    background-color: var(--adv-white-color);
    color: var(--adv-primarydark-color);
}

.adv-footer-section .social-links-wrapper {
    display: inline-flex;
    gap: 18px;
}

.adv-footer-section .social-links-wrapper a {
    color: var(--adv-white-color);
    font-size: 1.05rem;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.adv-footer-section .social-links-wrapper a:hover {
    color: var(--adv-primaryLight-color);
    transform: scale(1.15);
}


.contact-section {
    padding: 80px 0;
}

.contact-section .contact-info {
    border-right: 1px solid #E3E3E3
}

.contact-section .contact-info h3 {
    font-size: 33px;
    color: var(--adv-primary-color);
    font-weight: 500;
}

.contact-section .contact-title {
    font-size: 36px;
    line-height: 1.2;
    color: var(--adv-primary-color);
    font-weight: 700;
    margin: 0 0 10px 0;
}



.contact-section .contact-details {
    list-style: none;
    padding: 0;
    margin-top: 2rem;

}

.contact-section .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #4a4a4a;
}

.contact-section .contact-item a {
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-section .contact-item a:hover {
    color: #004E83;
}

.contact-section .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #37AAE0;
    border-radius: 50%;
    font-size: 1.25rem;
    color: var(--adv-white-color);
    min-width: 40px;
}

.contact-section .icon-box i {
    line-height: 0;

}

.contact-section .contact-form {
    display: flex;
    flex-direction: column;
}

.contact-section .form-group {
    margin-bottom: 20px;
}

/* Figma input boxes style */
.contact-section .form-group input,
.contact-section .form-group textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    font-size: 14px;
    color: #767676;
    outline: none;
    box-sizing: border-box;
    background-color: var(--adv-white-color);
    transition: all 0.2s ease;
    border-radius: 10rem;
}

.contact-section .form-group textarea {
    border-radius: 0.5rem;
    resize: none;
}

.contact-section .form-group input::placeholder,
.contact-section .form-group textarea::placeholder {
    color: #a0a0a0;
}

.contact-section .form-group input:focus,
.contact-section .form-group textarea:focus {
    border-color: #004E83;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 78, 131, 0.1);
}

.contact-section .submit-btn {
    background-color: #197EBE;
    width: 100%;
    color: var(--adv-white-color);
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.contact-section .submit-btn:hover {
    background-color: var(--adv-primary-color);
}

.contact-section .submit-btn:active {
    transform: scale(0.98);
}


.contact-map {
    margin: 1rem 0;
}

.contact-map iframe {
    border-radius: 1rem;
}

.top-footer {
    margin-bottom: 15rem;
}

/* Media Queries */
@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {
    .feature-border-end {
        border-right: 1px solid var(--adv-transparent-white-40);
    }
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1200px) {
    .adv-menu li>.nav-dropdown {
        margin-top: 0.8rem;
        box-shadow: 0px 0px 4px 0px #00000040;
        border-radius: 0.5rem;
    }

    .contact-section .contact-info {
        padding-right: 30px;
    }

    .contact-form-wrapper {
        padding-left: 20px;
    }
}

@media all and (min-width: 1440px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 100%;
        max-width: 1200px;
    }
}

@media all and (min-width: 1600px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 100%;
        max-width: 1320px;
    }
}

@media all and (min-width: 1920px) {
    /* html {
        font-size: 18px;
    }*/

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 100%;
        max-width: 1480px;
    }
}

@media all and (max-width: 1199.9px) {
    .adv-menu .navbar-collapse {
        position: absolute;
        width: calc(100% + 1.5rem);
        left: 0;
        right: 0;
        z-index: 111;
        background: white;
        padding: 0;
        min-height: 50vh;
        top: 4.5rem;
        border-radius: 0.3rem;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        padding: 0 1rem;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .adv-menu .navbar-nav {
        width: 100%;
        justify-content: space-between;
    }

    .adv-menu li>.nav-dropdown {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .adv-menu .navbar-nav .nav-item.with-dropdown a:after {
        display: none;
    }

    .adv-menu .navbar-nav .nav-item {
        margin-top: 0.3rem;
    }

    .adv-menu .navbar-nav .nav-link {
        border-bottom: 0;
        color: var(--adv-black-color);
    }

    .adv-menu .search-icon {
        margin-bottom: 1rem;
    }

    .adv-menu li>.nav-dropdown {
        position: relative;
        display: none;
    }

    .adv-menu li.open>.nav-dropdown {
        position: relative;
        display: block;
        background-color: var(--adv-lightash-color);
    }

    .with-dropdown:after {
        content: " \F4FE ";
        font-family: bootstrap-icons;
        position: absolute;
        top: 0.1rem;
        width: 1.5rem;
        height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--adv-white-color);
        color: var(--adv-base-color);
        margin: 0.25rem;
        border: 1px solid var(--adv-ash-color);
    }

    .with-dropdown.open:after {
        content: " \F2EA ";
    }

    .adv-menu .nav-link.active,
    .adv-menu .nav-item:hover .nav-link,
    .adv-menu .nav-item:focus-within .nav-link {
        border: 0;
    }

    .header.innerHeader .navbar-nav .nav-link.active:before {
        position: absolute;
        content: '';
        height: 4px;
        background-color: var(--adv-primary-color);
        width: calc(100% - 1.5rem);
        bottom: -10px;
        left: 0.75rem;
        right: 1.25rem;
    }

    .adv-menu .nav-dropdown.showSubMenu {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .adv-menu .navbar {
        padding: 0;
    }

    .adv-menu li>.nav-dropdown li:before {
        background: none;
    }

    .header .navbar {
        display: block;
    }

    .header .navbar {
        display: block;
    }

    .header .logo-wraper {
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

    header.home-header {
        padding: 0;
        margin: 0;
        position: relative;
    }

    header .header-wraper {
        padding: 0.5rem;
        border-radius: 0 !important;
    }

    header .contant-link {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
        font-size: 1.2rem;
    }

    .home-banner .banner-contant h2 {
        font-size: 2.5rem;
        line-height: normal;
    }

    .home-banner .ratio-20x8 {
        --bs-aspect-ratio: 130%;
    }

    .sec-dis {
        font-size: 1.25rem;
    }

    .tech-innovation-section .stat-label-top {
        font-size: 1.62rem;
    }

    .tech-innovation-section .stat-number {
        font-size: 3.5rem;
    }

    .tech-innovation-section .stat-label-bottom {
        font-size: 1.5rem;
    }

    .technology-sec:after,
    .technology-sec:before {
        display: none;
    }

    .services-carousel-inner {
        padding: 40px 30px;
        text-align: center;
    }

    .services-title {
        font-size: 2.5rem;
    }

    .services-description {
        margin: 0 auto 30px;
    }

    .services-navigation-bar {
        height: auto;
        flex-direction: column;
        padding: 20px;
    }

    .services-tabs-container {
        flex-direction: column;
        width: 100%;
    }

    .services-tab-item {
        width: 100%;
        height: 60px;
        border-top: none;
        border-left: 4px solid transparent;
    }

    .services-tab-item.active {
        border-top: none;
        border-left: 4px solid var(--services-accent-blue);
    }

    .services-arrow-controls {
        margin-top: 15px;
        padding-left: 0;
    }

    .services-carousel-wrapper .services-title {
        font-size: 2.5rem;
        line-height: normal;
    }

    .services-carousel-wrapper .services-carousel-inner {
        padding: 20px 15px;
    }

    .services-carousel-wrapper .services-title {
        margin: 1rem auto;
    }

    .services-carousel-wrapper .services-navigation-bar {
        padding-bottom: 2rem;
    }

    .adv-footer-section .footer-top-bar {
        padding: 1rem;
        border-radius: 1rem;
        display: block;
        gap: 10px;
    }



    .AboveBeyond .step-badge.pos-right {
        right: -0.5rem;
    }

    .AboveBeyond .step-badge.pos-left {
        left: -0.5rem;
    }
}

@media all and (max-width: 1200px) {
    .header .navbar-nav .nav-item .nav-link {
        width: fit-content;
    }

    .services-carousel-wrapper .services-carousel-inner:after {
        display: none;
    }

    .innerpage-banner .ratio-21x6 {
        --bs-aspect-ratio: 50%;
    }

    .innerpage-banner h2 {
        font-size: 2rem;
    }

    .innerpage-banner-overlay,
    .innerpage-banner-img img {
        border-radius: 0 0 30px 0;
    }

    .feature-banner.azure-banner .feature-item p {
        min-height: auto;
    }

    .feature-banner.azure-banner .title {

        font-size: 1.5rem;
    }

    .contact-section .contact-info {
        border-right: none;
    }

    .contact-section {
        padding: 40px 0;
    }

    .top-footer {
        margin-bottom: 5rem;
    }
    .home-banner .ratio {
     min-height: auto; 
}
}

@media all and (max-width: 1023px) {}

@media all and (max-width: 991px) {
    h2.main-heading {
        font-size: 2rem;
    }

    .adv-footer-section .footer-top-bar .contact-item {
        margin-top: 1rem;
    }

}

@media all and (max-width: 767px) {
    .tech-innovation-section {
        padding: 50px 0;
    }

    .stat-card {
        padding: 30px 15px;
    }

    .quote-icon-left {
        left: 0;
        top: -2.5rem;
    }

    .quote-icon-right {
        right: 0;
        bottom: -2.5rem;
    }

    .quote-text {
        font-size: 1.25rem;
    }
}

body, p, a, span, div, li, ul, .nav-link {
    font-weight: 400 !important; 
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 400 !important;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important; 
}

/*# sourceMappingURL=styles.css.map */