@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("https://use.typekit.net/wwx3qeq.css");
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
:root {
  --light_white: #f8f8f8;
  --black: #000;
  --white: #fff;
  --primary_color: #c8102e;
  --secondary_color: #002868;
  --text_color: #141414;
  --hover_color: #c8102e;
  --font-family: 'Plus Jakarta Sans', sans-serif;
}



img {
  pointer-events: none;
}



/*Website Font USE/
font-family: 'Kanit', sans-serif;
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/





body {
  font-family: var(--font-family);
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary_color);
}

::selection {
  color: var(--white);
  background: var(--primary_color);
}

a {
  text-decoration: none;
  color: #000;
  font-family: var(--paragraph-font);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Plus Jakarta Sans', sans-serif;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}


/*Header Section Begin*/

.container {
    max-width: 1500px;
}

header {
    padding: 20px 0;
    position: relative;
    z-index: 99;
    width: 100%;
    transition: all 0.4s ease-in-out;
    background: #fff;
}

.logo__Sec__main {
    text-align: left;
}

.logo__Sec__main a {
    display: inline-block;
}

.logo__Sec__main img {
    display: block;
    width: 200px;
    max-width: 100%;
    height: 84px;
    object-fit: contain;
}

header .row {
    align-items: center;
}

.main_menu_sec {
    position: relative;
}

.main_menu_sec .navbar-nav {
    align-items: center;
}

.main_menu_sec .navbar-nav .nav-item {
    margin: 0 4px;
}

.main_menu_sec ul li a,
.main_menu_sec .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    padding: 16px 12px !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.main_menu_sec .nav-link:hover,
.main_menu_sec .nav-link.active {
    color: var(--primary_color);
}

.main_menu_sec .dropdown-menu {
    border: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
    padding: 0.5rem 0;
}

.main_menu_sec .dropdown-menu li a {
    font-size: 14px;
    color: #222 !important;
    padding: 12px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.main_menu_sec .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.main_menu_sec .dropdown-menu li a:hover {
    color: var(--primary_color) !important;
    background: rgba(242, 162, 46, .08) !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.btn__head__tb ul {
    margin: 0;
}

.btn__head__tb ul li {
    display: inline-flex;
    padding: 0 0 0 10px;
}

.btn__head__tb ul li a {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
}

.btn__head__tb ul li a img {
    padding-right: 10px;
}

.btn__head__tb ul li a.btn__head {
    background: linear-gradient(90deg, #c8102e 0%, #000 100%);
    padding: 14px 24px;
    border-radius: 999px;
    color: var(--white);
    transition: transform .3s ease, box-shadow .3s ease;
}

.btn__head__tb ul li a.btn__head:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 35px rgba(242, 162, 46, .25);
    color: var(--white);
}

.btn__head__tb {
    text-align: right;
}

header .container-fluid {
    padding: 0 190px 0 20px;
}

.mobile-nav {
    position: fixed;
    width: 320px;
    max-width: 85%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    right: -320px;
    z-index: 999;
    background: #111520;
    transition: all .45s ease;
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
}

.mobile-nav img {
    width: 140px;
    max-width: 85%;
    margin: 0 24px 18px;
}

.mobile-nav nav {
    height: 100%;
}

.mobile-nav-heading {
    min-height: 86px;
    padding: 22px 82px 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(135deg, #002868, #071a38);
}

.mobile-nav-heading span,
.mobile-nav-heading small { display: block; }

.mobile-nav-heading span {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.mobile-nav-heading small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    letter-spacing: .04em;
}

.mobile-nav nav li a {
    color: #f5f5f5;
    font-weight: 400;
    display: block;
    padding: 16px 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    transition: all .4s ease-in-out;
    font-size: 16px;
}

.mobile-nav .mobile-submenu-toggle {
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 16px 24px;
    background: transparent;
    color: #f5f5f5;
    font: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav .mobile-submenu-toggle:hover,
.mobile-nav .mobile-submenu-toggle:focus-visible,
.mobile-nav .mobile-submenu-toggle.active {
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.mobile-submenu-icon {
    width: 10px;
    height: 10px;
    margin-left: 16px;
    border-right: 2px solid #ef3340;
    border-bottom: 2px solid #ef3340;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
}

.mobile-submenu-toggle[aria-expanded="true"] .mobile-submenu-icon {
    transform: rotate(225deg) translate(-2px, -2px);
}

.mobile-nav nav li a .fa {
    font-size: 18px;
    float: right;
    color: #c8102e;
}

.mobile-nav nav li ul {
    display: none;
    background: #0d1422;
}

.mobile-nav nav li ul:not([hidden]) { display: block; }

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #cfd8e4;
    padding-left: 40px;
}

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    transition: all .6s ease-in-out;
    display: none;
}

.mobile-nav-btn {
    display: none;
    position: fixed;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    transition: all .6s ease-in-out;
}

.mobile-nav-btn.active {
    right: 2%;
    top: 0;
}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary_color);
    display: block;
    margin-bottom: 6px;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px;
}

.lines:before, .lines:after {
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, transform .3s ease;
}

.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    font-size: 31px;
    color: #fff;
    position: absolute;
    right: 0;
    background: var(--primary_color);
    padding: 13px 12px;
    border-radius: 5px;
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: var(--hover_color);
}

.mobile-nav.active {
    z-index: 9999999;
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 0;
}

ul.firstlevel.unstyled {
    padding: 0;
}

@media screen and (max-width: 991px) {
    header {
        padding: 12px 0;
    }

    .logo__Sec__main img {
        max-width: 170px;
    }

    .main_menu_sec {
        width: 100%;
    }

    .main_menu_sec .navbar-collapse {
        background: #fff;
    }

    .main_menu_sec .navbar-nav {
        flex-direction: column;
    }

    .main_menu_sec .navbar-nav .nav-item {
        width: 100%;
    }

    .main_menu_sec ul li a {
        padding: 14px 0 !important;
    }

    .btn__head__tb {
        text-align: left;
        margin-top: 12px;
    }

    .mobile-nav-btn {
        display: block;
        position: fixed;
        top: 18px;
        right: 20px;
        z-index: 10000;
    }

    .mobile-nav-btn span {
        display: block;
    }

    .app-container {
        display: block;
    }
}

header.stickyheader {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    background: #fff;
    transition: 0.4s;
    box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

header.stickyheader .logo__Sec__main img {
    width: 160px;
    height: 67px;
}

/*Header Section End*/

/*Banner Section Begin*/

.banner__img{
    width: 100%;
}

.banner__Sec__main,
.banner__Sec__main .carousel,
.banner__Sec__main .carousel-inner,
.banner__Sec__main .carousel-item {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
}

.banner__Sec__main .carousel-inner {
    position: relative;
    overflow: hidden;
}

.hme__banner .carousel-item {
    position: relative;
    min-height: clamp(560px, 46vw, 820px);
    background-image: url("../images/banner-img-01.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.hme__banner .carousel-item::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 38%, rgba(255, 255, 255, .12) 70%, transparent 100%);
    pointer-events: none;
}

.hme__banner .carousel-caption {
    z-index: 1;
}

.hero-welcome {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 70% 30%, rgba(242, 162, 46, .32), transparent 28%),
        linear-gradient(125deg, #002868 10%, #151548 58%, #0057b8 100%);
    text-align: center;
    pointer-events: none;
}

.hero-welcome span {
    margin-bottom: 12px;
    color: #c8102e;
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.hero-welcome strong {
    padding: 0 24px;
    font-size: clamp(34px, 6vw, 82px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

@media (max-width: 767px) {
    .hme__banner .carousel-item {
        min-height: 620px;
        background-position: 62% center;
    }

    .hme__banner .carousel-item::before {
        background: rgba(255, 255, 255, .86);
    }
}

/* About banner content visibility and CTA alignment lock. */
.about-page .about__banner .carousel,
.about-page .about__banner .carousel-inner,
.about-page .about__banner .carousel-item {
    width: 100%;
    height: clamp(650px, 48vw, 820px);
    min-height: clamp(650px, 48vw, 820px);
}

.about-page .about__banner .carousel-caption {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3;
    display: flex !important;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.about-page .about__banner .banner___content {
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 26px;
    background: rgba(0, 27, 71, .5);
    box-shadow: none;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.about-page .about__banner .web___btn ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
}

.about-page .about__banner .web___btn ul li {
    display: flex;
    margin: 0;
}

.about-page .about__banner .web___btn ul li:first-child a {
    border: 1px solid transparent;
    color: #fff;
    background: linear-gradient(105deg, var(--awp-navy), var(--awp-blue) 62%, var(--awp-red));
}

.about-page .about__banner .web___btn ul li:last-child a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, .72);
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.about-page .about__banner .web___btn ul li:last-child a img {
    width: 22px;
    height: 22px;
    padding: 0;
    filter: brightness(0) invert(1);
}

.about-page .about__banner .web___btn ul li:last-child a:hover {
    border-color: #fff;
    color: var(--awp-navy);
    background: #fff;
}

.about-page .about__banner .web___btn ul li:last-child a:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(31%) saturate(3090%) hue-rotate(194deg) brightness(86%) contrast(105%);
}

@media (max-width: 767px) {
    .about-page .about__banner .carousel,
    .about-page .about__banner .carousel-inner,
    .about-page .about__banner .carousel-item {
        height: 790px;
        min-height: 790px;
    }

    .about-page .about__banner .banner___content {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .about-page .about__banner .web___btn ul {
        align-items: stretch;
        flex-direction: column;
    }

    .about-page .about__banner .web___btn ul li,
    .about-page .about__banner .web___btn ul li a {
        width: 100%;
        justify-content: center;
    }
}

.banner__Sec__main .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.banner__Sec__main .carousel-caption > .container {
    width: min(100% - 40px, 1500px);
    margin-right: auto;
    margin-left: auto;
}

.banner__Sec__main .carousel-caption .row {
    display: flex;
    width: 100%;
    margin: 0;
}

.banner__Sec__main .carousel-caption .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

@media (max-width: 991px) {
    .banner__Sec__main .carousel-caption > .container {
        width: min(100% - 30px, 960px);
    }

    .banner__Sec__main .carousel-caption .col-sm-8 {
        flex-basis: 78%;
        max-width: 78%;
    }
}

/* Banner checklist marker uses the American flag. */
ul.point__banner li::before {
    top: 1px;
    width: 20px;
    height: 20px;
    content: "🇺🇸";
    background: none;
    -webkit-mask: none;
    mask: none;
    filter: none;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

/* Reliable responsive navigation toggle without icon-font dependencies. */
body.mobile-nav-open {
    overflow: hidden;
}

.mobile-nav {
    z-index: 1000000;
    box-shadow: -24px 0 60px rgba(0, 0, 0, .28);
}

.mobile-nav.active {
    z-index: 1000000;
}

.mobile-nav-btn,
.mobile-nav-btn.active {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1000001;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    padding: 0;
    background: linear-gradient(145deg, #073b83, #002868);
    box-shadow: 0 10px 24px rgba(0, 40, 104, .28);
    appearance: none;
}

.mobile-nav-btn .lines,
.mobile-nav-btn .lines::before,
.mobile-nav-btn .lines::after {
    position: absolute;
    left: 12px;
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    content: "";
    background: #fff;
    transform-origin: center;
    transition: top .25s ease, transform .25s ease, opacity .2s ease;
}

.mobile-nav-btn .lines {
    top: 22px;
    margin: 0;
}

.mobile-nav-btn .lines::before {
    top: -8px;
    left: 0;
    padding: 0;
}

.mobile-nav-btn .lines::after {
    top: 8px;
    left: 0;
}

.mobile-nav-btn.active {
    background: linear-gradient(145deg, #e02342, #a90d27);
    box-shadow: 0 10px 24px rgba(200, 16, 46, .28);
}

.mobile-nav-btn.active .lines {
    background: transparent;
}

.mobile-nav-btn.active .lines::before {
    top: 0;
    transform: rotate(45deg);
}

.mobile-nav-btn.active .lines::after {
    top: 0;
    transform: rotate(-45deg);
}

.mobile-nav-btn:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

@media (min-width: 992px) {
    .mobile-nav-btn,
    .app-container,
    .mobile-nav {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .banner__Sec__main .carousel-caption > .container {
        width: min(100% - 24px, 720px);
    }

    .banner__Sec__main .carousel-caption .col-sm-8 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.banner___content h1 {
    letter-spacing: -2.1px;
    color: var(--text_color);
    font-size: 59px;
    line-height: 84px;
    margin-bottom: 10px;
}

.banner___content h1 span {
    background: var(--primary_color);
    color: var(--white);
    padding: 10px 24px 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0;
    background: transparent linear-gradient(73deg, #c8102e 0%, #000 100%) 0% 0% no-repeat padding-box;
}

.banner___content p {
    font-size: 20px;
    color: var(--text_color);
    line-height: 33px;
    font-weight: 400;
    width: 80%;
}

ul.point__banner li {
    color: var(--text_color);
    letter-spacing: -0.6px;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 23px;
}

ul.point__banner {
    padding-bottom: 20px;
}

.web___btn ul li {
    display: inline-block;
}

.web___btn ul li a {
    display: inline-block;
    background: transparent linear-gradient(73deg, #c8102e 0%, #000 100%) 0% 0% no-repeat padding-box;
    padding: 19px 30px;
    border-radius: 10px;
    color: var(--white);
    font-size: 17px;
    font-weight: 500;
}

.web___btn ul li:nth-last-child(1) a {
    background: transparent;
    color: var(--black);
}

.web___btn ul li:nth-last-child(1) a img {
    padding-right: 10px;
    position: relative;
    top: -2px;
}

.web___btn .hero-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hero-phone-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    border-radius: 50%;
    color: var(--white);
    background: var(--primary_color);
    font-size: 20px;
    line-height: 1;
    transform: rotate(-12deg);
}

ul.point__banner li:before {
    content: '';
    position: absolute;
    background: url(../images/arrow-icon.svg);
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    filter: brightness(0) saturate(100%) invert(80%) sepia(14%) saturate(5454%) hue-rotate(338deg) brightness(99%) contrast(91%);
}

/*Banner Section End*/


/*Trust Logo Section Begin*/

.trusted___logo__SEC {
    text-align: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted___logo__SEC img {
    width: auto;
    margin: 0 auto;
    /* filter: brightness(0) invert(1); */
}

.slick-slide {
    margin: 0;
}

.platform__text h3 {
    text-align: center;
    letter-spacing: -0.84px;
    color: #141414;
    font-size: 28px;
    font-weight: 600;
}

.platform__form__Sec {
    padding: 70px 0;
}

.brand-slider-window {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.platform_slider {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: center;
    margin: 0;
    padding: 32px 0 !important;
}

.platform_slider > .col-sm-2 {
    display: flex;
    width: 210px;
    max-width: none;
    flex: 0 0 210px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
}

.platform_slider .trusted___logo__SEC {
    width: 100%;
    height: 110px;
    padding: 18px;
    border: 1px solid rgba(0, 40, 104, .1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 40, 104, .07);
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.platform_slider .trusted___logo__SEC:hover {
    border-color: rgba(200, 16, 46, .38);
    box-shadow: 0 16px 40px rgba(0, 40, 104, .13);
    transform: translateY(-5px);
}

.platform_slider .trusted___logo__SEC img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 70px;
    object-fit: contain;
}

.platform_slider.brand-marquee {
    animation: brand-marquee 28s linear infinite;
}

.brand-slider-window:hover .brand-marquee,
.brand-slider-window:focus .brand-marquee,
.brand-slider-window:focus-within .brand-marquee {
    animation-play-state: paused;
}

@keyframes brand-marquee {
    to {
        transform: translate3d(calc(-50% - 12px), 0, 0);
    }
}

@media (max-width: 767px) {
    .platform_slider > .col-sm-2 {
        width: 170px;
        flex-basis: 170px;
    }

    .platform_slider .trusted___logo__SEC {
        height: 96px;
        padding: 14px;
    }

    .platform_slider .trusted___logo__SEC img {
        height: 62px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-slider-window {
        overflow-x: auto;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .platform_slider.brand-marquee {
        animation: none;
    }
}

/* Portfolio tabs use the American Web Partners brand palette. */
.our__portfolio__sec .Portfolio__Tb__LiSt {
    padding: 18px;
    border: 1px solid rgba(0, 40, 104, .1);
    border-radius: 0px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 20px 52px rgba(0, 40, 104, .1);
}

.our__portfolio__sec .Portfolio__Tb__LiSt .nav-link {
    border: 1px solid rgba(0, 40, 104, .1);
    color: var(--awp-navy) !important;
    background: #f4f8fd;
}

.our__portfolio__sec .Portfolio__Tb__LiSt .nav-link:hover {
    border-color: rgba(0, 87, 184, .35);
    color: var(--awp-blue) !important;
    background: #fff;
}

.our__portfolio__sec .Portfolio__Tb__LiSt .nav-link.active {
    border-color: transparent;
    color: #fff !important;
    background: linear-gradient(105deg, var(--awp-navy), var(--awp-blue) 68%, var(--awp-red));
    box-shadow: 0 14px 32px rgba(0, 40, 104, .22);
}

/* Keep previously enhanced feature sections inside the same brand system. */
.what__we__offer {
    color: #101a2e;
    background:
        radial-gradient(circle at 9% 18%, rgba(0, 87, 184, .1), transparent 24%),
        radial-gradient(circle at 92% 82%, rgba(200, 16, 46, .09), transparent 28%),
        linear-gradient(135deg, #f4f8fd 0%, #fff 54%, #fff6f7 100%);
}

.what__we__offer .heading__center h6,
.what__we__offer .offer__box span {
    color: var(--awp-red);
}

.what__we__offer .heading__center h2 {
    background: linear-gradient(100deg, var(--awp-navy), var(--awp-blue) 62%, var(--awp-red));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what__we__offer .offer__tab__list,
.what__we__offer .offer__box {
    border-color: rgba(0, 40, 104, .12);
    color: var(--awp-navy);
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 40, 104, .13);
}

.what__we__offer .offer__tab__list span,
.what__we__offer .offer__box h4 {
    color: var(--awp-navy);
}

.what__we__offer .offer__box p {
    color: #4d5870;
}

.what__we__offer .nav-link.active .offer__tab__list,
.what__we__offer .nav-link:hover .offer__tab__list {
    background: linear-gradient(115deg, var(--awp-navy), var(--awp-blue) 68%, var(--awp-red));
}

.what__we__offer .offer__btn {
    border-color: var(--awp-navy);
    background: var(--awp-navy);
}

.what__we__offer .offer__btn:hover {
    background: var(--awp-red);
}

.cta__sec__main {
    background:
        radial-gradient(circle at 18% 24%, rgba(200, 16, 46, .3), transparent 28%),
        radial-gradient(circle at 82% 72%, rgba(0, 87, 184, .32), transparent 30%),
        linear-gradient(135deg, #001536 0%, var(--awp-navy) 54%, #003f83 100%);
}

.cta__content__Sec {
    background: rgba(0, 27, 71, .62);
}

.cta__content__Sec h3 span {
    color: var(--awp-red);
    background: linear-gradient(90deg, #fff, #d9eaff 44%, #ff8da3 76%, var(--awp-red));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta__content__Sec .web___btn ul li a:hover {
    background: linear-gradient(100deg, var(--awp-blue), var(--awp-navy) 68%, var(--awp-red));
}

.why_choose___sec {
    background:
        radial-gradient(circle at 12% 18%, rgba(200, 16, 46, .25), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(0, 87, 184, .25), transparent 28%),
        linear-gradient(135deg, #001536 0%, var(--awp-navy) 54%, #003f83 100%);
}

.why_choose___sec .center__text__sec h2 {
    color: #fff;
}

.why_choose___sec .why_choose__box {
    color: #101a2e;
    background: linear-gradient(145deg, #fff 0%, #eef5ff 100%);
}

.why_choose___sec .why_choose__box::after {
    background: rgba(0, 87, 184, .1);
}

.why_choose___sec .why_choose__box:hover::after {
    background: rgba(200, 16, 46, .12);
}

.why_choose___sec .icon__box {
    border-color: rgba(0, 40, 104, .12);
    background: linear-gradient(145deg, #d9eaff, #fff);
    box-shadow: 0 12px 28px rgba(0, 40, 104, .12);
}

.why_choose___sec .icon__box img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(1960%) hue-rotate(201deg) brightness(83%) contrast(101%);
}

.why_choose___sec .choose__head span {
    color: var(--awp-navy);
}

.why_choose___sec .choose__para p {
    color: #4d5870;
}

/* Portfolio tabs remain visible and usable independently of animation libraries. */
.our__portfolio__sec .Portfolio__Tb__LiSt {
    visibility: visible;
    opacity: 1;
}

.our__portfolio__sec .Portfolio__Tb__LiSt ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.our__portfolio__sec .Portfolio__Tb__LiSt ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.our__portfolio__sec .Portfolio__Tb__LiSt .nav-link {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    padding: 12px 18px;
    border: 1px solid rgba(0, 40, 104, .12) !important;
    border-radius: 10px;
    color: #002868 !important;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 8px 24px rgba(0, 40, 104, .06);
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.our__portfolio__sec .Portfolio__Tb__LiSt .nav-link:hover {
    border-color: rgba(0, 87, 184, .45) !important;
    color: #0057b8 !important;
    transform: translateX(5px);
}

.our__portfolio__sec .Portfolio__Tb__LiSt .nav-link.active {
    border-color: transparent !important;
    color: #fff !important;
    background: linear-gradient(105deg, #002868, #0057b8 70%, #c8102e);
    box-shadow: 0 12px 30px rgba(0, 40, 104, .2);
}

@media (max-width: 991px) {
    .our__portfolio__sec .Portfolio__Tb__LiSt ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Mobile portfolio category rail. */
.portfolio-filter-heading { display: none; }

@media (max-width: 991px) {
    .our__portfolio__sec > .container > .row:nth-of-type(2) > .col-sm-3 {
        top: 78px;
        margin-bottom: 24px;
        border: 1px solid rgba(0, 40, 104, .1);
        border-radius: 18px;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 14px 36px rgba(0, 40, 104, .13);
        overflow: hidden;
    }

    .our__portfolio__sec .portfolio-filter-heading {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 12px;
        padding: 13px 16px 8px;
    }

    .portfolio-filter-heading span {
        color: #002868;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .02em;
    }

    .portfolio-filter-heading small {
        position: relative;
        padding-right: 19px;
        color: #69758a;
        font-size: 10px;
        font-weight: 600;
        white-space: nowrap;
    }

    .portfolio-filter-heading small::after {
        position: absolute;
        top: 50%;
        right: 1px;
        width: 11px;
        height: 11px;
        border-top: 1.5px solid #c8102e;
        border-right: 1.5px solid #c8102e;
        content: "";
        transform: translateY(-50%) rotate(45deg);
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt {
        padding: 4px 12px 12px;
        scroll-padding-inline: 12px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt::-webkit-scrollbar { display: none; }

    .our__portfolio__sec .Portfolio__Tb__LiSt ul {
        gap: 9px;
        padding: 0 2px 2px;
        border: 0;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt ul li { scroll-snap-align: center; }

    .our__portfolio__sec .Portfolio__Tb__LiSt .nav-link {
        min-height: 42px;
        margin: 0;
        padding: 9px 16px;
        border: 1px solid #dce5f0 !important;
        border-radius: 999px !important;
        color: #26364d !important;
        background: #f4f7fb;
        box-shadow: none;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        transform: none;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt .nav-link:hover,
    .our__portfolio__sec .Portfolio__Tb__LiSt .nav-link:focus-visible {
        border-color: rgba(0, 87, 184, .42) !important;
        color: #0057b8 !important;
        background: #fff;
        transform: none;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt .nav-link.active {
        border-color: transparent !important;
        color: #fff !important;
        background: linear-gradient(115deg, #002868, #0057b8 72%, #c8102e);
        box-shadow: 0 8px 20px rgba(0, 40, 104, .22);
    }
}

@media (max-width: 575px) {
    .our__portfolio__sec > .container > .row:nth-of-type(2) > .col-sm-3 {
        margin-right: 12px;
        margin-left: 12px;
    }
}

@media (max-width: 575px) {
    .our__portfolio__sec .Portfolio__Tb__LiSt ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt .nav-link {
        justify-content: center;
        padding: 10px 8px;
        text-align: center;
        font-size: 12px;
    }
}

/* Consultancy white presentation; GSAP and Three.js remain active. */
body > section.contact__forM {
    color: var(--awp-navy);
    background:
        radial-gradient(circle at 10% 20%, rgba(0, 87, 184, .08), transparent 26%),
        radial-gradient(circle at 90% 80%, rgba(200, 16, 46, .07), transparent 28%),
        #fff !important;
}

.contact__forM .consultancy-three-canvas {
    opacity: .38;
}

.contact__forM .form__content h3 {
    color: var(--awp-navy);
    text-shadow: 0 10px 30px rgba(0, 40, 104, .12);
}

.contact__forM .form__content p {
    color: #4d5870;
}

.contact__forM .contact__form__sec {
    border-color: rgba(0, 40, 104, .12);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 30px 80px rgba(0, 40, 104, .14);
}

.contact__forM .contact__form__sec input:not([type="submit"]),
.contact__forM .contact__form__sec textarea {
    border-color: rgba(0, 40, 104, .14);
    color: #101a2e;
    background: #f4f8fd;
}

.contact__forM .contact__form__sec input::placeholder,
.contact__forM .contact__form__sec textarea::placeholder {
    color: #68758b;
}

.contact__forM .contact__form__sec input:not([type="submit"]):focus,
.contact__forM .contact__form__sec textarea:focus {
    border-color: var(--awp-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 87, 184, .12);
}

.contact__forM .btn__submit input[type="submit"] {
    border-color: var(--awp-navy);
    color: #fff;
    background: var(--awp-navy);
    box-shadow: 0 16px 38px rgba(0, 40, 104, .2);
}

.contact__forM .btn__submit input[type="submit"]:hover,
.contact__forM .btn__submit input[type="submit"]:focus-visible {
    background: var(--awp-red);
}

/* Start Your Journey CTA: unified AWP brand treatment. */
body > section.second__sec__tb {
    position: relative;
    isolation: isolate;
    display: block;
    overflow: hidden;
    padding: clamp(72px, 9vw, 115px) 0;
    background:
        radial-gradient(circle at 12% 30%, rgba(200, 16, 46, .3), transparent 27%),
        radial-gradient(circle at 88% 70%, rgba(0, 87, 184, .36), transparent 30%),
        linear-gradient(115deg, #001536 0%, var(--awp-navy) 54%, #003f83 100%) !important;
}

.second__sec__tb::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 22px);
    pointer-events: none;
}

.second__sec__tb .container,
.second__sec__tb .col-sm-9 {
    position: relative;
    width: 100%;
    max-width: 1380px;
}

.second__sec__tb .sec__CTA__Sc {
    display: flex;
    min-height: 180px;
    align-items: center;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 28px;
    background: rgba(0, 27, 71, .5);
    box-shadow: 0 28px 75px rgba(0, 0, 0, .25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.second__sec__tb .sec__CTA__Sc h3 {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5.5vw, 72px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
    text-shadow: 0 10px 32px rgba(0, 0, 0, .32);
}

.second__sec__tb .journey-cta__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
}

.second__sec__tb .journey-cta__button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 26px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 999px;
    color: var(--awp-navy);
    background: #fff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .2);
    font-size: 16px;
    font-weight: 800;
    transition: color .3s ease, background .3s ease, transform .3s ease, box-shadow .3s ease;
}

.second__sec__tb .journey-cta__button i {
    transition: transform .3s ease;
}

.second__sec__tb .journey-cta__button:hover,
.second__sec__tb .journey-cta__button:focus-visible {
    color: #fff;
    background: var(--awp-red);
    box-shadow: 0 20px 44px rgba(200, 16, 46, .32);
    transform: translateY(-3px);
}

.second__sec__tb .journey-cta__button:hover i,
.second__sec__tb .journey-cta__button:focus-visible i {
    transform: translateX(4px);
}

.second__sec__tb .cta__after {
    top: 50%;
    right: clamp(18px, 5vw, 70px);
    z-index: 1;
    width: clamp(180px, 28vw, 400px);
    max-height: 220px;
    object-fit: contain;
    opacity: .28;
    filter: brightness(0) invert(1);
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    body > section.second__sec__tb {
        display: block;
        padding: 58px 0;
    }

    .second__sec__tb .sec__CTA__Sc {
        min-height: 240px;
        padding: 32px 24px;
        border-radius: 22px;
    }

    .second__sec__tb .cta__after {
        right: -35px;
        width: 220px;
        opacity: .18;
    }

    .second__sec__tb .journey-cta__content {
        gap: 24px;
    }

    .second__sec__tb .journey-cta__button {
        width: 100%;
    }
}

/* Sticky portfolio navigation: the tabs stay in view while project cards scroll. */
@media (min-width: 992px) {
    .our__portfolio__sec > .container > .row:nth-of-type(2) > .col-sm-3 {
        position: sticky;
        top: 118px;
        z-index: 20;
        align-self: flex-start;
        height: max-content;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt {
        position: relative;
        top: auto;
        max-height: calc(100vh - 145px);
        overflow-y: auto;
        padding: 8px 10px 8px 0;
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 87, 184, .35) transparent;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt::-webkit-scrollbar {
        width: 5px;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(0, 87, 184, .35);
    }
}

/* Get Free Consultancy: immersive AWP GSAP/Three.js form section. */
body > section.contact__forM {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(90px, 10vw, 145px) 0;
    color: #fff;
    background:
        radial-gradient(circle at 12% 22%, rgba(200, 16, 46, .32), transparent 26%),
        radial-gradient(circle at 88% 76%, rgba(0, 87, 184, .38), transparent 30%),
        linear-gradient(135deg, #001536 0%, var(--awp-navy) 55%, #003f83 100%) !important;
}

.consultancy-three-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.contact__forM > .container {
    position: relative;
    z-index: 1;
    width: min(100% - 40px, 1280px);
}

.contact__forM .form__content {
    max-width: 1020px;
    margin: 0 auto 46px;
    text-align: center;
}

.contact__forM .form__content h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(44px, 6.5vw, 82px);
    font-weight: 750;
    line-height: 1.04;
    letter-spacing: -.055em;
    text-shadow: 0 10px 35px rgba(0, 0, 0, .3);
}

.contact__forM .form__content p {
    max-width: 900px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.75;
}

.contact__forM .contact__form__sec {
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 30px;
    background: rgba(0, 27, 71, .58);
    box-shadow: 0 32px 90px rgba(0, 0, 0, .3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.contact__forM .contact__form__sec input:not([type="submit"]),
.contact__forM .contact__form__sec textarea {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    box-shadow: none;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.contact__forM .contact__form__sec input::placeholder,
.contact__forM .contact__form__sec textarea::placeholder {
    color: rgba(255, 255, 255, .64);
}

.contact__forM .contact__form__sec input:not([type="submit"]):focus,
.contact__forM .contact__form__sec textarea:focus {
    border-color: rgba(255, 255, 255, .72);
    outline: none;
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 0 0 4px rgba(0, 87, 184, .25);
    transform: translateY(-2px);
}

.contact__forM .btn__submit input[type="submit"] {
    min-width: 190px;
    min-height: 56px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 999px;
    color: var(--awp-navy);
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .2);
    font-weight: 800;
    transition: color .3s ease, background .3s ease, transform .3s ease, box-shadow .3s ease;
}

.contact__forM .btn__submit input[type="submit"]:hover,
.contact__forM .btn__submit input[type="submit"]:focus-visible {
    color: #fff;
    background: var(--awp-red);
    box-shadow: 0 20px 45px rgba(200, 16, 46, .32);
    transform: translateY(-3px);
}

@media (max-width: 575px) {
    .contact__forM > .container {
        width: min(100% - 24px, 540px);
    }

    .contact__forM .contact__form__sec {
        padding: 26px 18px;
        border-radius: 22px;
    }

    .contact__forM .btn__submit input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .our__portfolio__sec > .container > .row:nth-of-type(2) > .col-sm-3,
    .our__portfolio__sec .Portfolio__Tb__LiSt {
        position: static;
        max-height: none;
        overflow: visible;
    }
}

/*Trust Logo Section End*/


/*Home About Section Begin*/

.about__img__hme img {
    width: 100%;
}

.home__about__content h2 {
    letter-spacing: -1.65px;
    font-size: 55px;
    font-weight: bold;
    color: var(--black);
    padding-bottom: 10px;
}

.home__about__content h6 {
    color: var(--primary_color);
    font-size: 21px;
}

.home__about__content p {
    font-size: 18px;
    line-height: 34px;
}

.home__about__content {
    padding-left: 20px;
}

.home__about__sec {
    position: relative;
    padding: clamp(70px, 8vw, 120px) 0;
    overflow: hidden;
}

.about-three-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .78;
    pointer-events: none;
}

.home__about__sec::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .93) 0%, rgba(255, 255, 255, .78) 48%, rgba(244, 248, 253, .3) 100%);
    pointer-events: none;
}

.home__about__sec > .container {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1380px);
    margin-right: auto;
    margin-left: auto;
}

.home__about__sec > .container > .row {
    display: flex;
    align-items: center;
    gap: clamp(36px, 6vw, 90px);
    margin: 0;
}

.home__about__sec .col-sm-6 {
    min-width: 0;
    max-width: none;
    flex: 1 1 0;
}

.home__about__content {
    max-width: 650px;
    padding: 0;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #c8102e;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-eyebrow::before {
    width: 34px;
    height: 3px;
    border-radius: 20px;
    content: "";
    background: linear-gradient(90deg, #c8102e, #0057b8);
}

.home__about__content h2 {
    color: #002868;
    font-size: clamp(38px, 4.2vw, 64px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.home__about__content p {
    max-width: 620px;
    color: #4d5870;
    font-size: 18px;
    line-height: 1.8;
}

.about__img__hme {
    position: relative;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(145deg, #002868, #0057b8 62%, #c8102e);
    box-shadow: 0 28px 70px rgba(0, 40, 104, .2);
    overflow: hidden;
    perspective: 1200px;
}

.about__img__hme::before {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(200, 16, 46, .28);
    border-radius: 50%;
    content: "";
}

.about__img__hme img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 480px;
    border-radius: 18px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .home__about__sec > .container > .row {
        flex-direction: column;
    }

    .home__about__sec .col-sm-6,
    .home__about__content {
        width: 100%;
        max-width: 100%;
    }

    .about__img__hme img {
        min-height: 380px;
    }
}

@media (max-width: 575px) {
    .home__about__sec > .container {
        width: min(100% - 24px, 540px);
    }

    .home__about__content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .about__img__hme {
        padding: 10px;
        border-radius: 20px;
    }

    .about__img__hme img {
        min-height: 280px;
        border-radius: 13px;
    }
}

.web___btn ul li a:hover {
    color: var(--white);
    background: transparent linear-gradient(73deg, var(--secondary_color) 0%, var(--primary_color) 100%) 0% 0% no-repeat padding-box;
}

.web___btn ul li:nth-last-child(1) a:hover {
    background: transparent;
    color: var(--primary_color);
}

/*Home About Section End*/

/*What We Offer Section Begin*/

.padding__120{
    padding: 120px 0;
}

.what__we__offer {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    overflow: hidden;
}

.heading__center h6 {
    font-size: 28px;
    letter-spacing: -0.56px;
    color: var(--black);
    font-weight: bold;
}

.heading__center h2 {
    color: var(--primary_color);
    letter-spacing: -1.4px;
    font-size: 70px;
    font-weight: bold;
    background: linear-gradient(to right, var(--primary_color) 0%, var(--secondary_color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.offer__tab__list {
    position: relative;
    background: transparent linear-gradient(93deg, #ffffff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 11px #0000001C;
    border-radius: 16px;
    padding: 40px 30px 40px 110px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
}

.offer__tab__list span {
    font-size: 28px;
    line-height: 36px;
}

.offer__tab__list img {
    position: absolute;
    left: 30px;
    filter: brightness(0) saturate(100%) invert(80%) sepia(14%) saturate(5454%) hue-rotate(338deg) brightness(99%) contrast(91%);
}

.offer__tab__list small {color: #EEEEEE;font-size: 55px;font-weight: bold;}

.offer__menu__sec ul {
    border: 0;
    display: unset;
}

.offer__menu__sec ul li a {
    padding: 0;
    border: 0 !important;
    background: transparent !important;
}

.offer__box {
    background: var(--primary_color);
    padding: 100px 40px 60px 40px;
    position: relative;
    height: 630px;
    z-index: 9;
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}

.offer__menu__sec {
    margin-top: 40px;
    position: relative;
    z-index: 99;
    /* height: 700px; */
    /* overflow-y: scroll; */
}

.offer__box:before {
    content: '';
    position: absolute;
    background: var(--primary_color);
    width: 120%;
    height: 630px;
    left: -194px;
    top: 0;
    z-index: -1;
    background: transparent linear-gradient(73deg, #c8102e 0%, #000 100%) 0% 0% no-repeat padding-box;
}

.what__we__offer .row {
    align-items: center;
}

.offer__menu__sec::-webkit-scrollbar {
  width: 0px;
}
.offer__menu__sec::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}
.offer__menu__sec::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

.offer__box h4 {
    letter-spacing: -0.88px;
    font-size: 44px;
    color: var(--white);
    font-weight: bold;
    padding-bottom: 5px;
}

.offer__box span {
    color: var(--white);
    letter-spacing: -0.6px;
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 36px;
}

.offer__box p {
    font-size: 16px;
    line-height: 30px;
    color: var(--white);
    width: 95%;
    font-weight: 300;
}

a.offer__btn {
    background: var(--white);
    padding: 16px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 600;
}

.offer__tab__list:hover, .offer__menu__sec li a.active .offer__tab__list {
    background: transparent linear-gradient(93deg, #efae5c4a 0%, #c8102e 100%) 0% 0% no-repeat padding-box;
    transition: 0.5s ease-in-out;
}

.services__logo__tab img {
    padding-bottom: 10px;
    width: auto;
}

.services__logo__tab span {
    letter-spacing: -0.4px;
    font-size: 17px !important;
    display: block;
    line-height: normal;
}

.what__we__offer .tab-content>.tab-pane{
      display: block;
    height: 0px;
    /*overflow: hidden;*/
}
.what__we__offer .tab-content>.active{height: auto;}

.what__we__offer > .container,
.our__portfolio__sec > .container {
    width: min(100% - 40px, 1380px);
    margin-right: auto;
    margin-left: auto;
}

.what__we__offer .heading__center,
.our__portfolio__sec .heading__center {
    max-width: 980px;
    margin: 0 auto 48px;
    text-align: center;
}

.what__we__offer .heading__center h2,
.our__portfolio__sec .heading__center h2 {
    margin: 0;
    font-size: clamp(40px, 5.5vw, 70px);
    line-height: 1.08;
}

.what__we__offer > .container > .row:nth-of-type(2),
.our__portfolio__sec > .container > .row:nth-of-type(2) {
    display: flex;
    align-items: flex-start;
    gap: clamp(28px, 4vw, 58px);
    margin: 0;
}

.what__we__offer .col-sm-4 {
    width: 35%;
    max-width: 35%;
    flex: 0 0 35%;
}

.what__we__offer .col-sm-8 {
    width: 65%;
    max-width: 65%;
    flex: 0 0 calc(65% - 58px);
}

.offer__menu__sec ul,
.Portfolio__Tb__LiSt ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.offer__menu__sec .nav-item,
.offer__menu__sec .nav-link {
    display: block;
    width: 100%;
}

.offer__tab__list {
    min-height: 108px;
    margin: 0;
    padding: 24px 24px 24px 88px;
}

.offer__tab__list img {
    left: 24px;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.offer__box {
    display: flex;
    min-height: 560px;
    height: auto;
    justify-content: center;
    flex-direction: column;
    padding: clamp(44px, 6vw, 82px);
    border-radius: 24px;
    overflow: hidden;
}

.offer__box::before {
    display: none;
}

.what__we__offer .tab-content > .tab-pane,
.our__portfolio__sec .tab-content > .tab-pane {
    display: none;
    height: auto;
}

.what__we__offer .tab-content > .tab-pane.active,
.our__portfolio__sec .tab-content > .tab-pane.active {
    display: block;
}

.our__portfolio__sec .col-sm-3 {
    width: 24%;
    max-width: 24%;
    flex: 0 0 24%;
}

.our__portfolio__sec .col-sm-9 {
    width: 76%;
    max-width: 76%;
    flex: 0 0 calc(76% - 58px);
}

.our__portfolio__sec .tab-pane > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
}

.our__portfolio__sec .tab-pane .col-sm-6 {
    width: 100%;
    max-width: none;
    padding: 0;
}

.portfolio__sec__Main {
    height: 360px;
    margin: 0;
    border-radius: 18px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.our__portfolio__sec .tab-content {
    perspective: 1200px;
}

.our__portfolio__sec .heading__center h6 {
    color: #c8102e;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.portfolio__sec__Main:hover {
    transform: translateY(-7px);
}

.portfolio__img,
.portfolio__img img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .what__we__offer > .container > .row:nth-of-type(2),
    .our__portfolio__sec > .container > .row:nth-of-type(2) {
        flex-direction: column;
    }

    .what__we__offer .col-sm-4,
    .what__we__offer .col-sm-8,
    .our__portfolio__sec .col-sm-3,
    .our__portfolio__sec .col-sm-9 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .offer__menu__sec ul,
    .Portfolio__Tb__LiSt ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .Portfolio__Tb__LiSt {
        position: static;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .what__we__offer > .container,
    .our__portfolio__sec > .container {
        width: min(100% - 24px, 540px);
    }

    .offer__menu__sec ul,
    .Portfolio__Tb__LiSt ul,
    .our__portfolio__sec .tab-pane > .row {
        grid-template-columns: 1fr;
    }

    .offer__box {
        min-height: 0;
        padding: 34px 24px;
    }

    .portfolio__sec__Main {
        height: 300px;
    }
}

/*What We Offer Section End*/

/*Porfolio Section Begin*/

.center__head__SEc h2 {
    letter-spacing: -3.6px;
    color: var(--text_color);
    font-size: 80px;
    font-weight: bold;
}

.center__head__SEc h2 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--text_color);
}

.Portfolio__Tb__LiSt ul li {
    margin: 0;
    display: block;
    width: 100%;
}

.Portfolio__Tb__LiSt ul li a {
    display: inline-block;
    font-size: 21px;
    padding: 16px 20px 12px 0;
    letter-spacing: -0.56px;
    color: var(--text_color);
    font-weight: 500;
    border: 2px solid transparent !important;
    margin-bottom: 14px;
}

.Portfolio__Tb__LiSt ul {
    width: auto;
    border: 0;
}

.Portfolio__Tb__LiSt ul li a:hover {
    border-bottom: 2px solid var(--primary_color) !important;
}

.Portfolio__Tb__LiSt ul li a.active {
    font-weight: 800;
    border-bottom: 2px solid var(--primary_color) !important;
}

.Portfolio__Tb__LiSt ul li {
    margin: 0;
    display: block;
    width: 100%;
}

.Portfolio__Tb__LiSt ul li a {
    display: inline-block;
    font-size: 21px;
    padding: 16px 20px 12px 0;

    letter-spacing: -0.56px;
    color: var(--text_color) !important;
    font-weight: 500;
    border: 2px solid transparent !important;
    margin-bottom: 14px;
    transition: 0.5s ease-in-out;
}

.Portfolio__Tb__LiSt ul {
    width: auto;
    border: 0;
}

.Portfolio__Tb__LiSt ul li a:hover {
    border-bottom: 2px solid var(--primary_color) !important;
}

.Portfolio__Tb__LiSt ul li a.active {
    font-weight: 800;
    border-bottom: 2px solid var(--primary_color) !important;
}

.portfolio__img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 17%);
    height: 370px;
    object-fit: cover;
}

.portfolio__img {
    margin-bottom: 30px;
}

.portfolio__content span {
    font-size: 24px;
    font-weight: bold;
    color: var(--text_xolor);
    margin-bottom: 13px;
    display: inline-block;
}

.portfolio__content p {
    letter-spacing: -0.4px;
    font-size: 20px;
    font-weight: 300;
}

.portfolio__sec__Main {
    margin-bottom: 40px;
    height: 370px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 17px rgb(0 0 0 / 17%);
    transition: 0.5s ease-in-out;
}

.portfolio__sec__Main:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.Portfolio__Tb__LiSt {
    position: sticky;
    top: 20px;
}

/*Porfolio Section End*/

/*CTA Section Begin*/

.cta__sec__main {
    background: url(../images/cta-banner-01.jpg);
    background-size: cover;
    padding: 160px 0;
    background-attachment: fixed;
    background-position: center;
}

.cta__content__Sec {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.cta__content__Sec h3 {
    color: var(--white);
    letter-spacing: -2.16px;
    font-size: 72px;
    margin-bottom: 0;
}

.cta__content__Sec h3 span {
    font-weight: bold;
}

.cta__content__Sec .web___btn ul li a {
    display: inline-block;
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
    padding: 20px 50px;
    border-radius: 10px;
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
}

.cta__content__Sec .web___btn {
    padding-top: 30px !important;
}

.cta__content__Sec .web___btn ul li a:hover {
    background: var(--white);
    color: var(--primary_color);
}

/*CTA Section End*/


/*Packages Section Begin*/

.packages__head h2 {
    letter-spacing: -2.64px;
    color: var(--black);
    font-size: 88px;
    line-height: 104px;
    text-align: center;
}

.packages__Sec__main {
    background: #f8f8f8;
}

.packages__head h2 span {
    color: var(--primary_color);
    background: linear-gradient(to right, var(--primary_color) 0%, var(--secondary_color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.packages__head p {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    font-weight: 400;
}

.package__box__sec{
    background: #e9e9e9 0% 0% no-repeat padding-box;
    border-radius: 22px;
    padding: 40px 25px;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
}

.packages__name {
    text-align: center;
}

.packages__name span {
    font-size: 21px;
    font-weight: bold;
    color: var(--black);
}

.packages__amount span {
    text-align: center;
    letter-spacing: -2.4px;
    color: var(--primary_color);
    font-size: 50px;
    font-weight: bold;
    line-height: 80px;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(to right, var(--primary_color) 0%, var(--secondary_color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.per__amount {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.packages__amount {
    text-align: center;
}

.per__amount span {
    letter-spacing: -0.57px;
    font-size: 21px;
    padding: 0 10px;
}

.per__amount span:nth-last-child(1) {
    text-decoration: line-through;
}

.list__packages ul {
    height: 290px;
    overflow-y: scroll;
}

.list__packages ul::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.list__packages ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
.list__packages ul::-webkit-scrollbar-thumb {
  background: var(--primary_color);
  border-radius: 10px;
}
.list__packages ul::-webkit-scrollbar-thumb:hover {
 background: var(--primary_color);
}

.list__packages ul li{
    font-size: 16px;
    padding-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
  

.list__packages ul li:before {
    content: '';
    position: absolute;
    background: url(../images/packages-icon.svg);
    width: 10px;
    height: 10px;
    left: 0;
    top: 6px;
}

.list__packages {
    padding-bottom: 30px;
}

.btn__pkg {
    text-align: center;
}

.btn__pkg a {
    background: var(--primary_color);
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    color: var(--white);
    font-size: 18px;
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}

.package__box__sec:hover {background: var(--primary_color);transition: 0.5s ease-in-out;background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;}

.package__box__sec:hover .packages__name span {
    color: var(--white);
}

.package__box__sec:hover .packages__amount span {
    color: var(--white);
    -webkit-text-fill-color: snow;
}

.package__box__sec:hover .per__amount span {
    color: #c3c2c2;
}

.package__box__sec:hover .list__packages ul li {
    color: var(--white);
}

.package__box__sec:hover .btn__pkg a {
    background: var(--white);
    color: var(--primary_color);
}

.package__box__sec:hover .list__packages ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #4b4b4b;
  border-radius: 10px;
  background: #4b4b4b;
}
.package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb {
  background: var(--white);
  border-radius: 10px;
}
.package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb:hover {
 background: var(--white);
}

.packages__list__menu ul li a {
    background: #e9e8e8;
    padding: 20px 30px;
    color: var(
    --primary_color);
    font-size: 19px;
    border: 0 !important;
    border-radius: 10px !important;
    font-weight: 500;
}

.packages__list__menu ul {
    justify-content: center;
    border: 0;
}

.packages__list__menu ul li {
    padding: 0 9px;
    margin-bottom: 20px !important;
}

.packages__list__menu ul li a:hover,.packages__list__menu ul li a.active {
    color: var(--white) !important;
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}

/*Packages Section End*/

/*Why Choose Us Section Begin*/

.why_choose___sec {
    background-size: cover;
    background-position: center;
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}


.center__text__sec h2 {
    font-size: 80px;
    text-align: left;
    letter-spacing: -2.64px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 10px;
}

.center__text__sec h2 span {
    padding: 0 20px;
}

.why_choose__box {
    background: var(--white);
    border-radius: 20px;
    padding: 30px 30px;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    height: 290px;
}

.icon__box {
    width: 80px;
    height: 80px;
    background: #cc89322e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
}


.choose__icon__tab {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.choose__head {
    padding-left: 20px;
}

.choose__head span {
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
}

.choose__para p {
    font-size: 16px;
    line-height: 26px;
}

.why_choose__box:hover .icon__box {
    background: #100f37;
    transition: 0.5s ease-in-out;
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}

.why_choose__box:hover .icon__box img {
    filter: brightness(0) invert(1);
}

/*Why Choose Us Section End*/

/*Industries Section Begin*/

.industries__sec__main {
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.industries__sec__main .center__text__sec h2 {
    color: #002868;
    text-align: center;
}

/* Ecommerce hero heading uses solid white for every word. */
.ecommerce-development-page .services__banner .banner___content h1,
.ecommerce-development-page .services__banner .banner___content h1 span {
    color: #fff !important;
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .34);
}

.ecommerce-development-page .our__process__sec .center__text__sec h2 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .3);
}

.industries__sec__box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 26px #0000001A;
    border-radius: 10px;
    padding: 30px 0 40px;
    text-align: center;
    transition: 0.5s ease-in-out;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.industries__sec__icon {
    padding-bottom: 20px;
}

.industries__sec__head span {
    letter-spacing: -0.66px;
    color: var(--black);
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.industries__sec__box:hover {
    background: var(--primary_color);
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}

.industries__sec__box:hover .industries__sec__icon img {
    filter: brightness(0) invert(1);
}

.industries__sec__box:hover .industries__sec__head span {
    color: var(--white);
}

/*Industries Section End*/

/*Counter Section Begin*/

.counter__sec__main .center__text__sec h2{
    color: var(--black);
}

.center__text__sec p {
    font-size: 19px;
    line-height: 31px;
    font-weight: 400;
}


.counter {
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 5.225rem;
  font-size: 87px;
  margin: 0 0 20px 0;
  font-weight: 900;
  color: var(--primary_color);
  justify-content: center;
  letter-spacing: -3.06px;
  background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}
.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}
.counter > span span {
  flex: 0 0 100%;
  height: 100%;
}
.counter:nth-child(1) > span {
  transition-delay: 0s;
}
.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}
.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}
.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}
.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}
.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}
.counter:nth-child(7) > span {
  transition-delay: 2.25s;
}
.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}
.counter:nth-child(9) > span {
  transition-delay: 3s;
}
.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}
.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}
.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}
.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}
.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}
.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}
.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}
.counter:nth-child(17) > span {
  transition-delay: 6s;
}
.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}
.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}
.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}

.counters ul li {
    display: inline-block;
    text-align: center;
}

.counters ul {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.counter_sec_main {
    background: var(--light_white);
}

span.count_text {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
}

/*Counter Section End*/

/*Review Section Begin*/

.text-black {
    color: var(--black) !important;
}

.review__sec__main {
    background:
        radial-gradient(circle at 12% 20%, rgba(200, 16, 46, .1), transparent 26%),
        radial-gradient(circle at 88% 80%, rgba(0, 87, 184, .12), transparent 28%),
        linear-gradient(135deg, #f4f8fd 0%, #fff 58%, #fff6f7 100%);
    background-size: cover;
    background-position: center;
}

.review__list__tb {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 26px #0000000A;
    border-radius: 20px;
    text-align: center;
    padding: 60px 10px;
}

.review__list__tb img {
    padding-bottom: 30px;
}

.review__list__tb p {
    color: #616161;
    font-size: 19px;
    line-height: 36px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto 20px;
}

.brand__author span {
    display: block;
    color: #141414;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
}

.brand__author small {
    color: #42006B;
    font-size: 16px;
}

/*Review Section End*/


/*Second Section Begin*/

.second__sec__tb{
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0 90px;
}

.sec__CTA__Sc h3 {
    letter-spacing: -1.8px;
    font-size: 60px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 0;
}

.cta__after {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(80%) sepia(14%) saturate(5454%) hue-rotate(338deg) brightness(99%) contrast(91%);
}

.sec__CTA__Sc {
    position: relative;
    z-index: 9;
}

.faq__sec__main .center__text__sec h2 {
    color: var(--black);
    letter-spacing: -2.4px;
    font-size: 54px;
}

/*Second Section End*/


/*FAQ Section Begin*/

.faq__inner__sec .card-header {
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
}

.faq__inner__sec .card-header button {
    background: #EBEBEB8C 0% 0% no-repeat padding-box;
    border: 0;
    padding: 27px 30px;
    letter-spacing: -0.4px;
    color: var(--black);
    font-size: 17px;
    text-decoration: none;
    border-radius: 0;
}

.faq__inner__sec .card {border: 3px solid #DEDEDE;border-radius: 12px;margin-bottom: 27px !important;}

.faq__inner__sec .card-header h5 button.collapsed i.fa-minus::before {
    content: "\f067";
}

.faq__inner__sec .card-body {
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
}



.skill {
    margin-bottom: 28px;
    position: relative;
    overflow-x: hidden;
    padding: 0 5px 0 0;
}

.skill:before {
    width: 100%;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    background: #e8e8e8;
    bottom: 2px;
    border-radius: 10px;
}

.skill-bar {
    width: 100%;
    height: 11px;
    background: var(--primary_color);
    display: block;
    position: relative;
    top: -2px;
    margin: 0px 2px;
}

.skill1 {
    width: 95%;
}

.skill-bar {
    position: relative;
    border-radius: 10px;
}

.skill-bar span {
    color: #24235C;
    position: absolute;
    border-top: transparent;
    top: -30px;
    padding: 0;
    font-size: 14px;
    padding: 3px 0;
    font-weight: 500;
}


.skill1 .skill-count1 {
    right: 0;
}

.skill2 {
    width: 85%;
}

.skill2 .skill-count2 {
    right: 0;
}

.skill3 {
    width: 99%;
}

.skill3 .skill-count3 {
    right: 0;
}

.skill4 {
    width: 65%;
}

.skill4 .skill-count4 {
    right: 0;
}

.skill5 {
    width: 80%;
}

.skill5 .skill-count5 {
    right: 0;
}

.skill6 {
    width: 100%;
}

.skill6 .skill-count6 {
    right: 0;
}

.skill h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color:  var(--black);
}

.faq__sec__main .center__text__sec p {
    font-size: 17px;
}

/*FAQ Section End*/

/*Contact Form Section Begin*/

.contact__forM {
    background: #081118;
}

.form__content {
    text-align: center;
}

.form__content h3 {
    color: var(--white);
    letter-spacing: -2.64px;
    font-size: 70px;
    font-weight: 400;
}

.form__content p {
    color: var(--white);
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    line-height: 35px;
    font-weight: 300;
}

.contact__form__sec input {
    height: 60px;
    border: 2px solid #414141;
    border-radius: 10px;
    width: 100%;
    background: transparent;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
}

.contact__form__sec {
    padding-top: 60px;
}

.contact__form__sec textarea {
    height: 180px;
    border: 2px solid #414141;
    border-radius: 10px;
    width: 100%;
    background: transparent;
    padding: 30px 21px;
    font-size: 16px;
    margin-bottom: 30px;
    resize: none;
    color: #fff;
}

.btn__submit input {
    width: auto;
    height: auto;
    padding: 20px 50px;
    background: #fff;
    color: var(--primary_color);
    font-weight: 600;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn__submit input:hover {
    background: var(--primary_color);
    color: var(--white);
    transition: 0.5s ease-in-out;
}

/*Contact Form Section End*/


/*Our Approch Section Begin*/

.our__approch__content h6 {
    letter-spacing: -0.6px;
    font-size: 20px;
    color: var(--primary_color);
    padding-bottom: 20px;
}

.our__approch__content h2 {
    letter-spacing: -1.65px;
    font-size: 55px;
    font-weight: bold;
    line-height: 68px;
    margin-bottom: 20px;
}

.our__approch__content p {
    font-size: 18px;
    line-height: 34px;
}

.discovery__sec__tab {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 36px #0000001C;
    border-radius: 16px;
    padding: 30px 30px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    height: 204px;
}

.discovery__sec__tab h3 {
    font-size: 32px;
    position: relative;
    z-index: 99;
}

.discovery__sec__tab p {
    font-size: 16px;
    line-height: 27px;
    width: 80%;
    display: inline-block;
    position: relative;
    z-index: 99;
}

.discovery__sec__tab span {
    position: absolute;
    right: 40px;
    font-size: 82px;
    font-weight: bold;
    color: black;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    padding-top: 10px;
    z-index: 99;
}

.overlay_img_sec img {
    width: 100%;
    height: 204px;
    object-fit: cover;
    border-radius: 16px;
}

.overlay_img_sec {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.overlay_img_sec:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 65%);
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 16px;
}

.discovery__sec__tab:hover .overlay_img_sec {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.discovery__sec__tab:hover h3,.discovery__sec__tab:hover p {
    color: var(--white);
}

p.margin-zero {
    margin: 0 auto 0px;
}

/*Our Approch Section End*/

/*Contact Us Section Begin*/


.contact__sec {
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.contact__box__sec {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 36px #0000001A;
    border-radius: 20px;
    padding: 50px 40px;

    transition: 0.5s ease-in-out;
    height: 490px;
}

.contact__box__sec img {
    padding-bottom: 20px;
}

.contact__box__sec h3 {
    font-size: 44px;
    font-weight: bold;
    color: var(--primary_color);
}

.contact__box__sec p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 30px;
}

a.contact__btn {
    display: inline-block;
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
    padding: 19px 30px;
    border-radius: 10px;
    color: var(--white);
    font-size: 17px;
    font-weight: 500;
}

.contact__box__sec:hover {
    background: var(--primary_color);
    transition: 0.5s ease-in-out;
}

.contact__box__sec:hover img {
    filter: brightness(0) invert(1);
}

.contact__box__sec:hover h3,.contact__box__sec:hover p {
    color: var(--white);
}

.contact__box__sec:hover a.contact__btn {
    background: var(--white);
    color: var(--primary_color);
}

/*Contact Us Section End*/

/*Inner Banner Section Begin*/

.inner__banner__content h1 {
    letter-spacing: -1.6px;
    font-size: 77px;
    color: var(--white);
    font-weight: bold;
    padding-bottom: 10px;
}

.inner__banner__content h1 span {
    background: transparent;
    color: var(--primary_color);
    padding: 0 !important;
}

.inner__banner__content p {
    font-size: 20px;
    width: 100%;
    color: var(--white);
}

ul.points__banner li {
    display: inline-block;
    font-size: 17px;
    color: var(--white);
    padding: 0 20px 0 22px;
    position: relative;
    font-weight: 500;
}

ul.points__banner li:after {
    content: '';
    background: url(../images/arrow-icon.svg) center / contain no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    filter: brightness(0) invert(1);
}

.form__banner__sec {
    background: #fff;
    border-radius: 10px;
    margin: 30px 17px 0;
    width: 80%;
    height: 60px;
}

.form__banner__sec input {
    width: 100%;
    height: 60px;
    border: 0;
    border-right: 1px solid #f1e4e4;
    border-radius: 0;
    padding: 0 20px;
}

.btn__banner__form input {
    background: transparent linear-gradient(74deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat;
    border-radius: 8px;
    color: var(--white);
    width: auto;
    position: relative;
    left: 10px;
    cursor: pointer;
    border: 0;
}

.form__banner__sec .row .col-sm-3:nth-child(3) input {
    border: 0;
}

.form__banner__sec .row .col-sm-3:nth-child(1) input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.banner__slider__img img {
    width: 100%;
}

.banner__slider__sec {
    margin-top: -310px;
    margin-bottom: 70px;
}

.inner__banner__content {
    position: relative;
    top: -130px;
}

.banner__slider__sec .container-fluid {
    padding: 0;
}

.banner__slider__sec .banner__services__slider {
    margin-left: -110px;
    margin-right: -150px;
}

.inner__services__content h2 span {
    color: var(--primary_color);
}

/*Inner Banner Section End*/

/*Video Section Begin*/

.video__Sec__main {
    background: transparent linear-gradient(63deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}

.video__Sec__main video {
    max-width: 100%;
    width: 100%;
}


/*Video Section End*/


/*Our Process Section Begin*/

.our__process__sec {
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}

.process__box h4 {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
}

.process__box p {
    font-size: 15px;
    color: var(--white);
    font-weight: 300;
    line-height: 26px;
}

.process__box span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: rgb(255 255 255 / 66%);
    font-size: 70px;
    font-weight: bold;
    padding-bottom: 40px;
    display: inline-block;
}

.process__box {
    margin-bottom: 70px;
}

/*Our Process Section End*/


.grow {
  transform: scale(0.8);
}
.large-video-playing video {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  position: relative;
}

.video__content__sec {
    position: absolute;
    text-align: center;
    right: auto;
    top: -30px;
    z-index: 99;
    width: 100%;
}

.video__content__sec h2 {
    color: var(--white);
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -1.2px;
    line-height: 110px;
}

.video__content__sec h2 span {
    font-size: 80px;
    letter-spacing: -1.6px;
    line-height: 30px !important;
}

.large-video-playing:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 24%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    border-radius: 14px;
}

li.head__pkg {
    color: var(--primary_color);
    font-weight: bold;
    padding: 10px 0 !important;
    font-size: 19px !important;
}

li.head__pkg:before {
    display: none;
}

/*POPUP Section Begin*/

.LetsGetModal .modal-dialog {
    max-width: 920px;
}

.modal__img__sec img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.LetsGetModal .modal-body {
    padding: 0;
    border: 0;
    border-radius: 0 !important;
}

.LetsGetModal .modal-content {
    border-radius: 15px;
    border: 0;
}


.ban-form input {
    height: 45px;
    margin-bottom: 13px;
    font-size: 14px;
}

.form__banner {
    padding: 0;
}

.ban-form textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    padding: 15px 12px;
    font-size: 14px;
    margin-bottom: 20px;
}

.submitbtn input {
    width: 100%;
    background: var(--primary_color);
    border: 0;
    font-size: 18px;
    color: var(--white);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 16px 0;
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}

.overlay_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px 20px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.modal__img__sec {
    position: relative;
}

.overlay_popup h5 {
    color: var(--white);
    font-size: 26px;
    font-weight: 300;
}

.overlay_popup h5 span {
    color: var(--secondary_color);
}

.LetsGetModal button.close {
    background: var(--primary_color);
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
}
.LetsGetModal button.close span {
    position: relative;
    top: -5px;
    font-size: 29px;
    right: -1px;
}

.modal-backdrop {
    z-index: 99999;
}

.modal{
    z-index: 999999;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.ban-form select {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 45px;
    margin-bottom: 13px;
    font-size: 13px;
    padding: 0.375rem 0.75rem;
    color: #495057;
}

.form__banner textarea {
    height: 230px;
}

.LetsGetModal textarea {
width: 100%;
    height: 223px;
    border-radius: 5px;
    padding: 10px 10px;
    border: 1px solid #ced4da;
    resize: none;
}

.popup__head h6 {
    font-size: 30px;
    font-weight: bold;
}

.popup__head p {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    width: 90%;
}

.banner-formInner .col-sm-8 {
    padding: 30px 40px;
}
/*POPUP Section End*/

.term_content_Sec p, .term_content_sec p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
}

.term_content_Sec h3, .term_content_sec h4 {
    font-size: 32px;
    color: var(--primary_color);
    font-weight: bold;
    padding-bottom: 7px;
}

.term_content_Sec {
    padding-bottom: 30px;
}

.term_content_Sec p b {
    color: var(--secondary_color);
}

.term_content_Sec ul li, .term_content_sec ul li {
    font-size: 19px;
    padding-bottom: 16px;
    font-weight: 400;
    list-style-type: disc;
    line-height: 30px;
}

.term_content_sec ul li ul li {
    list-style-type: circle;
}
.term_content_sec ul li ul {
    padding: 10px 20px;
}

.term_content_Sec ul {
    padding: 0 40px;
}

.term_content_Sec p a {
    color: var(--hover_color);
    font-weight: bold;
    text-decoration: underline;
}

.term_content_Sec ul li a, .term_content_sec ul li a {
    color: var(--hover_color);
    font-weight: bold;
    text-decoration: underline;
}

footer {
    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
    padding: 80px 0 20px;
}


.footer__logo {
    padding-bottom: 20px;
}

.footer__logo a{
    display: block;
}


.footer__logo img {
    display: block;
    width: 240px;
    max-width: 100%;
    height: 101px;
    border-radius: 6px;
    object-fit: contain;
}

.footer__para p {
    color: var(--white);
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}

ul.footer__social li {
    display: inline-block;
}

ul.footer__social li a {
    color: var(--white);
    font-size: 38px;
    padding: 10px 20px 0 0;
}

ul.footer__social {
    padding: 10px 0;
}

.link__head span {
    color: var(--white);
    font-size: 20px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

.links__anchor ul li a {
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
    padding-bottom: 14px;
    display: inline-block;
}

.links__anchor ul li a:hover{
    color: #b5b5b5;
}

.info__contact ul li span {
    color: var(--white);
    font-size: 19px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500;
}

.info__contact ul li {
    padding-bottom: 20px;
    display: block;
}

.info__contact ul li p {
    font-size: 16px;
    color: var(--white);
    line-height: 27px;
    font-weight: 300;
}

.info__contact ul li a {
    display: block;
    color: var(--white);
    font-size: 17px;
    font-weight: 300;
}


.payment__icon {
    border-top: 1px solid rgb(255 255 255 / 35%);
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    padding: 30px 0;
    margin-top: 40px;
}

.payment__icon .row {
    align-items: center;
}

.copy__right {
    padding-top: 40px;
}

.copy__text p {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
}

.terms__links ul li {
    display: inline-block;
    padding: 0 0 0px 40px;
}

.terms__links ul li a {
    color: var(--white);
    font-size: 17px;
    font-weight: 300;
    position: relative;
}

.terms__links ul li a:hover {
    color: var(--primary_color);
}

/*.links__anchor ul li a:after {*/
/*    content: '';*/
/*    background: url(../images/footer__icon.svg);*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 6px;*/
/*    background-repeat: no-repeat;*/
/*}*/

.terms__links {
    text-align: left;
}

.terms__links ul li a:after {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    right: -20px;
    height: 27px;
    top: -1px;
}

.terms__links ul li:nth-last-child(1) a:after {
    border: 0;
}

.faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 40px;
    letter-spacing: -1.0px;
}


.mobile__number{
    display: none;
}

/*Responsive Section Begin*/

@media (max-width: 1600px) {

.container {
    max-width: 1400px;
}

.banner___content h1{
    font-size: 55px;
    line-height: 84px;
}

.home__about__content h2{
    font-size: 52px;
}

.home__about__content p {
    font-size: 17px;
    line-height: 32px;
}

.offer__box:before{
     width: 100%;
    left: -154px;
}

.heading__center h2{
        font-size: 63px;
}

.packages__head h2{
    font-size: 80px;
}

.packages__list__menu ul li a{
    padding: 20px 25px;
    font-size: 18px;
}

.list__packages ul {
    overflow-x: hidden;
}

.faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 36px;
}

.faq__sec__main .center__text__sec h2{
    font-size: 50px;
}

.sec__CTA__Sc h3{
    font-size: 54px;
}

.center__text__sec h2{
    font-size: 70px;
}

.counter{
    font-size: 80px;
}

.center__text__sec h2 span {
    padding: 0 20px;
    position: relative;
    top: -9px;
}

.form__content h3{
    font-size: 65px;
}

.choose__head span {
    font-size: 19px;
}

.choose__head {
    padding-left: 10px;
}

.why_choose__box{
    padding: 30px 25px;
}

.cta__content__Sec h3{
    font-size: 65px;
}

.Portfolio__Tb__LiSt ul li a{
    font-size: 19px;
}

.offer__tab__list span {
    font-size: 25px;
    line-height: 30px;
}

.offer__box h4{
    font-size: 40px;
}

.offer__box span{
    font-size: 28px;
}

.offer__box p {
    font-size: 15px;
    line-height: 28px;
}

.about__banner .banner___content h1 {
    font-size: 50px;
    line-height: 65px;
}

.about__banner .banner___content p {
    font-size: 19px;
}

.our__approch__content h2{
    font-size: 51px;
    line-height: 60px;
}

.discovery__sec__tab h3 {
    font-size: 30px;
}

ul.points__banner li{
    font-size: 16px;
}

.banner__slider__sec{
    overflow: hidden;
}

.process__box h4{
    font-size: 28px;
}

.links__anchor ul li a{
    padding-bottom: 12px;
    font-size: 15px;
}

.copy__text p{
    font-size: 15px;
}

.link__head span{
    font-size: 19px;
}

.skill h4 {
    font-size: 18px;
}

.choose__para p {
    font-size: 15px;
}

.packages__name span {
    font-size: 16px;
}

.packages__amount span{
    font-size: 45px;
}

.list__packages ul li {
    font-size: 15px;
}

.contact__box__sec h3 {
    font-size: 37px;
}

.contact__box__sec p {
    font-size: 17px;
    line-height: 28px;
}

.term_content_Sec h3, .term_content_sec h4 {
    font-size: 29px;
}

.term_content_Sec p {
    font-size: 18px;
    line-height: 29px;
}

.banner___content h1 span{
    padding: 5px 24px 5px 20px;
}

ul.point__banner li{
    font-size: 18px;
}

.industries__sec__head span{
    font-size: 20px;
    line-height: 24px;
}

.industries__sec__box{
    height: 200px;
}

.review__list__tb p{
    font-size: 18px;
    line-height: 33px;
}

}

@media (max-width: 1440px) {

.container {
    max-width: 1300px;
}

.btn__head__tb ul li a.btn__head{
    padding: 15px 20px;
    font-size: 15px;
}

.banner___content h1 {
    font-size: 52px;
    line-height: 65px;
}

.banner___content p {
    font-size: 19px;
    line-height: 30px;
}

.home__about__content h2 {
    font-size: 46px;
    letter-spacing: -1.0px;
}

.offer__box span {
    font-size: 25px;
    width: 90%;
}

.offer__tab__list small {
    font-size: 45px;
}

.heading__center h2 {
    font-size: 59px;
}

.cta__sec__main{
    padding: 130px 0;
}

.packages__head h2 {
    font-size: 70px;
    line-height: 84px;
}

.center__text__sec h2 {
    font-size: 60px;
}

.faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 32px;
}

.form__content h3 {
    font-size: 58px;
}

.info__contact ul li p{
    margin-bottom: 0;
}

.about__banner .banner___content p {
    font-size: 17px;
}

.our__approch__content h2 {
    font-size: 47px;
}

.discovery__sec__tab p{
    width: 73%;
}

.discovery__sec__tab span{
    font-size: 72px;
}

.inner__banner .col-sm-10 {
    max-width: 100%;
    flex: 100%;
}

.btn__banner__form input{
    left: 13px;
}

.platform__form__Sec {
    padding: 110px 0;
}

.process__box h4 {
    font-size: 25px;
}

.process__box p {
    font-size: 14px;
    line-height: 25px;
}

.link__head span {
    font-size: 18px;
}

.banner__slider__sec {
    margin-top: -280px;
}

.sec__CTA__Sc h3 {
    font-size: 51px;
}

.our__process__sec .center__text__sec h2 {
    font-size: 50px;
}

.main_menu_sec ul li a{
    padding: 30px 14px !important;
}

}

@media (max-width: 1366px) {

.container {
    max-width: 1200px;
}


.platform__form__Sec {
    padding: 70px 0;
}

.banner___content h1 {
    font-size: 46px;
    line-height: 65px;

}


.banner___content h1 br {
    display: none;
}

.home__about__content h2 {
    font-size: 40px;
    letter-spacing: -1.0px;
}

.heading__center h2 {
    font-size: 52px;
}

.offer__box span {
    font-size: 22px;
}

.cta__content__Sec h3 {
    font-size: 52px;
    letter-spacing: -0.5px;
}

.packages__head h2 {
    font-size: 63px;
    line-height: 75px;
}

.packages__list__menu ul li a {
    padding: 20px 22px;
    font-size: 17px;
}

.per__amount span {
    letter-spacing: -0.57px;
    font-size: 18px;
    padding: 0 5px;
}

.why_choose__box {
    padding: 30px 25px;
    height: 310px;
}

.industries__sec__icon img {
    width: 50px;
}

.industries__sec__head span {
    font-size: 17px;
    line-height: 21px;
}

.industries__sec__box {
    height: 170px;
}

.counter {
    font-size: 70px;
    height: 4.225rem;
}

.faq__sec__main .center__text__sec h2 {
    font-size: 42px;
}

.faq__inner__sec .card-header button{
    padding: 24px 18px;
}

.form__content p{
    font-size: 16px;
}

.info__contact ul li span{
    font-size: 16px;
}

.links__anchor ul li a {
    padding-bottom: 9px;
    font-size: 14px;
}

.info__contact ul li a{
    font-size: 15px;
}

.info__contact ul li p {
    font-size: 15px;
}

.offer__tab__list span {
    font-size: 20px;
    line-height: 26px;
}

.about__banner .banner___content h1 {
    font-size: 46px;
    line-height: 57px;
}

.about__banner .banner___content p {
    font-size: 16px;
    width: 87%;
    font-weight: 500;
}

.our__approch__content h2 {
    font-size: 43px;
    line-height: 52px;
}

.our__approch__content p {
    font-size: 17px;
    line-height: 31px;
}

.our__process__sec .center__text__sec h2 {
    font-size: 41px;
}

.process__box h4 {
    font-size: 21px;
}

.faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 29px;
}

.faq__sec__main .center__text__sec h2 {
    font-size: 39px;
}

.faq__inner__sec .card-header button {
    padding: 24px 18px;
    font-size: 16px;
    white-space: unset;
}

}

@media (max-width: 1200px) {

.container {
    max-width: 1090px;
}

.main_menu_sec ul li a {
    padding: 30px 12px !important;
    font-size: 15px;
}


.btn__head__tb ul li {
    display: inline-block;
    padding: 10px 10px;
}

.btn__head__tb ul li a.btn__head {
    padding: 15px 16px;
    font-size: 14px;
}

.banner___content h1 {
    font-size: 41px;
    line-height: 58px;
}

.banner___content p {
    font-size: 19px;
    line-height: 28px;
}

ul.point__banner li {
    font-size: 17px;
}

.about__img__hme img {
    width: 100%;
}

.home__about__content h2 {
    font-size: 34px;
    letter-spacing: -1.0px;
}

.home__about__content p {
    font-size: 16px;
    line-height: 31px;
}

.heading__center h2 {
    font-size: 47px;
}

.what__we__offer .row.pb-5.mb-5 {
    margin-bottom: 0 !important;
}

.services__logo__tab span{
    font-size: 15px !important;
}

.offer__tab__list span {
    font-size: 17px;
    line-height: 21px;
}

.Portfolio__Tb__LiSt ul li a {
    font-size: 17px;
    padding: 12px 20px 9px 0;
}

.portfolio__content span {
    font-size: 20px;
}

.portfolio__content p{
    font-size: 18px;
}

.cta__content__Sec h3 {
    font-size: 43px;
    letter-spacing: -0.5px;
}

.packages__head h2 {
    font-size: 50px;
    line-height: 65px;
}

.packages__list__menu ul li a {
    padding: 18px 19px;
    font-size: 15px;
}

.package__box__sec{
    padding: 40px 15px;
}

.packages__amount span {
    font-size: 38px;
}

.per__amount span{
    font-size: 16px;
}

.list__packages ul li {
    font-size: 13px;
}

.btn__pkg a{
    font-size: 15px;
}

.center__text__sec h2 {
    font-size: 52px;
}

.icon__box {
    width: 70px;
    height: 70px;
}

.choose__para p {
    font-size: 14px;
    line-height: 24px;
}

.why_choose__box {
    padding: 30px 25px;
    height: 300px;
}

.industries__sec__box {
    height: 160px;
}

.sec__CTA__Sc h3 {
    font-size: 40px;
}

.cta__after{
    top: -70px;
}

.faq__sec__main .center__text__sec h2 {
    font-size: 32px;
}

.center__text__sec h2 span{
    top: 0;
}

.center__text__sec h2 span img {
    width: 34%;
}

.skill h4 {
    font-size: 16px;
}

.form__content h3 {
    font-size: 48px;
}

.form__content p {
    font-size: 16px;
    width: 90%;
}

.footer__para p {
    font-size: 13px;
    line-height: 24px;
}

.link__head span {
    font-size: 16px;
}

.links__anchor ul li a {
    padding-bottom: 9px;
    font-size: 13px;
}

.info__contact ul li p {
    font-size: 14px;
}

.payment__logo img {
    width: 80%;
}

.copy__text p {
    font-size: 14px;
}

.terms__links ul li a{
    font-size: 15px;
}

.terms__links ul li a:after{
    right: -22px;
    height: 23px;
    top: 0px;
}

.counter {
    font-size: 60px;
    height: 3.4rem;
}

.review__list__tb p {
    font-size: 17px;
    line-height: 30px;
    width: 90%;
}

.faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 24px;
}

.faq__sec__main .center__text__sec p {
    font-size: 16px;
    line-height: 27px;
}

.form__content h3 {
    font-size: 43px;
}

footer{
    padding: 60px 0 20px;
}

.about__banner .banner___content h1 {
    font-size: 39px;
    line-height: 47px;
}

.our__approch__content h2 {
    font-size: 38px;
    line-height: 44px;
}

.discovery__sec__tab h3 {
    font-size: 25px;
}

.discovery__sec__tab p {
    width: 73%;
    font-size: 15px;
    line-height: 24px;
}

.our__approch__content p {
    font-size: 16px;
    line-height: 29px;
}

.discovery__sec__tab span {
    font-size: 62px;
}

.offer__box h4 {
    font-size: 35px;
}

.offer__box span {
    font-size: 20px;
    line-height: 30px;
}

.services__logo__tab span {
    font-size: 15px !important;
    line-height: 20px !important;
}


.services__banner .banner__img {
    height: 750px;
    object-fit: cover;
}

ul.points__banner li {
    font-size: 15px;
    padding: 0 10px 0 22px;
}

.home__about__content h2 {
    font-size: 32px;
    letter-spacing: -1.0px;
}

.home__about__content p {
    font-size: 17px;
    line-height: 30px;
}

.video__content__sec h2{
    font-size: 50px;
    line-height: 90px;
}

.video__content__sec h2 span{
    font-size: 70px;
}

.video__content__sec{
    top: -10px;
}

.choose__head span {
    font-size: 18px;
    line-height: 20px;
}

.our__process__sec .center__text__sec h2 {
    font-size: 35px;
    line-height: 10px;
}

.our__process__sec .center__text__sec h2 span img {
    width: 25%;
}

.process__box h4 {
    font-size: 19px;
}

.process__box p {
    font-size: 13px;
    line-height: 23px;
}

.process__box span{
    font-size: 60px;
    padding-bottom: 30px;
}

.faq__inner__sec .card-header button{
    font-size: 15px;
}

.packages__name span {
    font-size: 16px;
}

.list__packages ul li {
    font-size: 14px;
    padding-left: 14px;
}

.pkg__banner .banner___content p {
    width: 90%;
    font-size: 17px;
}

.contact__box__sec h3 {
    font-size: 24px;
}

.contact__box__sec p {
    font-size: 15px;
    line-height: 26px;
}

.pkg__banner .banner___content h1 {
    font-size: 34px;
    width: 90%;
    margin: 0 auto 10px;
    line-height: 46px;
}

.term_content_Sec p {
    font-size: 16px;
    line-height: 27px;
}

.term_content_Sec h3, .term_content_sec h4 {
    font-size: 26px;
}

.term_content_Sec ul li, .term_content_sec ul li {
    font-size: 16px;
    padding-bottom: 8px;
}

.term_content_Sec h3, .term_content_sec h4 {
    font-size: 24px;
}


}

@media (max-width: 1100px) {

.container {
    max-width: 1020px;
}

.main_menu_sec ul li a {
    padding: 30px 10px !important;
    font-size: 14px;
}

.banner___content h1 {
    font-size: 37px;
    line-height: 58px;
}

ul.point__banner li {
    font-size: 16px;
}

.web___btn ul li a{
    padding: 15px 25px;
    font-size: 16px;
}

.home__about__content h2 {
    font-size: 29px;
    letter-spacing: -1.0px;
}

.home__about__content p {
    font-size: 16px;
    line-height: 29px;
}

.offer__tab__list{
    padding: 50px 30px 50px 88px;
}

.offer__tab__list img{
    width: 46px;
}

.cta__content__Sec h3 {
    font-size: 37px;
    letter-spacing: -0.5px;
}

.packages__head h2 {
    font-size: 41px;
    line-height: 65px;
}

.center__text__sec h2 {
    font-size: 45px;
    letter-spacing: -1.0px;
}

.industries__sec__head span {
    font-size: 15px;
    line-height: 21px;
}

.industries__sec__icon {
    padding-bottom: 10px;
}

.industries__sec__icon img {
    width: 44px;
}

.industries__sec__box {
    height: 140px;
}

.faq__sec__main .center__text__sec h2 {
    font-size: 27px;
}

.about__banner .banner__img {
    height: 580px;
    object-fit: cover;
}

.about__banner .banner___content h1 {
    font-size: 35px;
    line-height: 47px;
}

.our__approch__content h2 {
    font-size: 35px;
    line-height: 44px;
}

.heading__center h2 {
    font-size: 41px;
}

.cta__sec__main {
    padding: 110px 0;
}

.form__content p {
    font-size: 15px;
    width: 95%;
    line-height: 30px;
}

ul.points__banner li:after{
    width: 13px;
    height: 13px;
    top: 5px;
    background-size: cover;
}

ul.points__banner li {
    font-size: 14px;
    padding: 0 10px 0 18px;
}

.home__about__content h2 {
    font-size: 28px;
    letter-spacing: 0;
}

.home__about__content p {
    font-size: 15px;
    line-height: 28px;
}

.Portfolio__Tb__LiSt ul li a {
    font-size: 16px;
    padding: 10px 0 9px 0;
}

.video__content__sec h2 span {
    font-size: 55px;
}

.video__content__sec h2 {
    font-size: 45px;
    line-height: 80px;
}

.video__content__sec {
    top: 0px;
}

.banner___content p {
    font-size: 18px;
    line-height: 28px;
}

.packages__head p {
    font-size: 17px;
    line-height: 30px;
}

.process__box span {
    font-size: 45px;
    padding-bottom: 25px;
}

.our__process__sec .center__text__sec h2 {
    font-size: 30px;
}

.pkg__banner .banner__img {
    height: 500px;
    object-fit: cover;
}

.pkg__banner .banner___content h1 {
    font-size: 31px;
    width: 90%;
    margin: 0 auto 10px;
    line-height: 40px;
}

.pkg__banner .banner___content p {
    width: 100%;
    font-size: 17px;
}

}

@media (max-width: 1024px) {

.container {
    max-width: 960px;
}

.btn__head__tb ul li a.btn__head {
    padding: 13px 13px;
    font-size: 13px;
}

.hme__banner .banner__img {
    height: 600px;
    object-fit: cover;
}

.home__about__content h2 {
    font-size: 25px;
    letter-spacing: 0;
}

.offer__box{
    padding: 50px 10px;
}

.offer__box:before {
    width: 100%;
    left: -154px;
    height: 670px;
}

.offer__box{
    height: 670px;
}

.packages__list__menu ul li a {
    padding: 15px 16px;
    font-size: 15px;
}

.packages__Sec__main .col-sm-3 {
    max-width: 33%;
    flex: 33%;
}

.list__packages ul li {
    font-size: 15px;
    padding-left: 14px;
}

.icon__box {
    width: 60px;
    height: 60px;
}

.icon__box img {
    width: 31px;
}

ul.points__banner li {
    font-size: 13px;
    padding: 0 10px 0 18px;
}

.banner___content p {
    font-size: 17px;
}

.platform__form__Sec {
    padding: 100px 0;
}

.platform__form__Sec .pt-5 {
    padding: 10px 0 !important;
}

.packages__head h2 {
    font-size: 37px;
    line-height: 65px;
}

.faq__inner__sec .card-body {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

.banner___content h1 {
    font-size: 34px;
    line-height: 58px;
}

.form__banner__sec input{
    font-size: 13px;
}

.padding__120 {
    padding: 90px 0;
}

}

@media (max-width: 992px) {

.banner___content h1 span {
    padding: 5px 24px 5px 15px;
    margin: 0 12px;
}


}

@media (max-width: 768px) {

.btn__head__tb {
    text-align: right;
    display: none;
}

.container {
    max-width: 720px;
}

.main_menu_sec ul li a {
    padding: 30px 8px !important;
    font-size: 14px;
}

header .col-sm-7 {
    max-width: 75%;
    flex: 75%;
}

.banner___content h1 {
    font-size: 29px;
    line-height: 48px;
}

.hme__banner .banner__img {
    height: 490px;
    object-fit: cover;
}

ul.point__banner li {
    font-size: 15px;
}

.banner___content p {
    font-size: 15px;
}

.web___btn ul li a {
    padding: 15px 25px;
    font-size: 15px;
}

.platform__form__Sec {
    padding: 60px 0;
}

.home__about__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.about__img__hme {
    display: none;
}

.what__we__offer .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.what__we__offer .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}

.offer__menu__sec{
    height: auto;
    overflow-y: auto;
}

.offer__menu__sec ul li a{
    width: 100%;
}

.offer__tab__list {
    padding: 50px 30px 50px 88px;
    margin-bottom: 10px;
}

.offer__menu__sec ul li {
    display: inline-block;
    padding: 10px 10px 0px 0;
    width: 49%;
    flex: 50%;
}

.offer__menu__sec ul {
    display: flex;
    margin-bottom: 20px;
}

.offer__box {
    height: auto;
    padding: 50px 30px;
    border-radius: 10px;
}

.offer__box:before{
    display: none;
}

.our__portfolio__sec .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}

.our__portfolio__sec .col-sm-9 {
    max-width: 100%;
    flex: 100%;
}

.Portfolio__Tb__LiSt ul li {
    display: inline-block;
    width: auto;
    padding: 10px 10px;
}


.Portfolio__Tb__LiSt ul li a {
    font-size: 15px;
    padding: 10px 14px;
    background: #e9e8e8;
    color: var(--primary_color) !important;
    border-radius: 10px !important;
    border: 0 !important;
    margin-bottom: 0;
}

.Portfolio__Tb__LiSt {
    position: unset;
    top: 0;
    text-align: center;
}

.Portfolio__Tb__LiSt ul {
    width: auto;
    border: 0;
    justify-content: center;
    margin-bottom: 20px;
}

.Portfolio__Tb__LiSt ul li {
    display: inline-block;
    width: auto;
    padding: 7px 9px;
    margin-bottom: 0 !important;
}

.Portfolio__Tb__LiSt ul li a.active {
    background: var(--primary_color) !important;
    border: 0 !important;
    font-weight: 500;
    color: var(--white) !important;
}

.our__portfolio__sec .pt-5 {
    padding: 15px 0 !important;
}

.cta__content__Sec h3 {
    font-size: 30px;
    letter-spacing: -0.5px;

}

.packages__head h2 {
    font-size: 31px;
    line-height: 65px;
    letter-spacing: -1.94px;
}


.Portfolio__Tb__LiSt ul li a:hover{
    border: 0 !important;
}

.packages__list__menu ul li a {
    padding: 13px 13px;
    font-size: 14px;
}

.packages__Sec__main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.why_choose___sec .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.industries__sec__main .col-sm-2 {
    max-width: 25%;
    flex: 25%;
}

.industries__sec__main .row {
    justify-content: center;
}

.center__text__sec h2 {
    font-size: 30px;
    letter-spacing: -1.0px;
}

.counter {
    font-size: 50px;
    height: 3.2rem;
    margin-bottom: 10px;
}

span.count_text {
    font-size: 17px;
}

.center__text__sec p {
    font-size: 17px;
    line-height: 28px;
}

.review__sec__main .col-sm-9 {
    max-width: 100%;
    flex: 100%;
}

.sec__CTA__Sc h3 {
    font-size: 26px;
}

.faq__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.faq__inner__sec .card-header button {
    font-size: 17px;
}

.form__content p {
    font-size: 14px;
    width: 95%;
    line-height: 30px;
}

footer .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

footer .col-sm-2 {
    max-width: 33%;
    flex: 33%;
    padding: 20px 20px !important;
}


footer .col-sm-3 {
    max-width: 33%;
    flex: 33%;
}

.payment__logo img {
    width: 100%;
}

.copy__text p {
    font-size: 12px;
}

.terms__links ul li a {
    font-size: 13px;
}

.about__banner .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}

.about__banner .carousel-item:after {
    content: '';
    position: absolute;
    background: rgb(255 255 255 / 85%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about__banner .banner___content p {
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}

.our__approch__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.discovery__sec__main {
    padding-top: 40px;
}

.form__content h3 {
    font-size: 34px;
}

.about__banner .banner___content h1 {
    font-size: 31px;
    line-height: 47px;
}

.services__banner .banner___content p br {
    display: none;
}

.services__banner .banner___content p {
    font-size: 15px;
    line-height: 25px;
}

.inner__banner__content {
    position: relative;
    top: -60px;
}

.inner__banner__content h1 span {
    margin: 0 !important;
}

ul.points__banner li {
    font-size: 15px;
    padding: 0 10px 0 18px;
    margin: 8px 0;
}

.services__banner .banner__img {
    height: 640px;
    object-fit: cover;
}

.banner__slider__sec {
    margin-top: -185px;
}

.home__about__sec .col-sm-7 {
    max-width: 100%;
    flex: 100%;
}

.video__content__sec h2 {
    font-size: 35px;
    line-height: 70px;
}

.video__content__sec h2 span {
    font-size: 46px;
}

.cta__after {
    top: -80px;
    right: 40px;
}


.packages__head p br {
    display: none;
}

.our__process__sec .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.video__Sec__main{
    overflow: hidden;
}

}

@media (max-width: 576px) {

.app-container{
    display: block;
}

header.stickyheader {
    position: relative;
}


 .mobile__number {
    position: fixed !important;
    background: var(--primary_color);
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    z-index: 99;
    font-size: 25px;
    display: block;
 }


.mobile__number li a {
    color: #fff;
}

.mobile-nav-btn {
    top: 0;
    position: absolute;
}

.mobile-nav-btn span{
    top: 18px;
}

.hme__banner .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}

.home__about__content h2 {
    font-size: 19px;
    letter-spacing: 0;
}

.heading__center h2 {
    font-size: 30px;
}

.container {
    max-width: 530px;
}

.platform__text h3{
    font-size: 23px;
}

.home__about__content {
    padding-left: 0;
}

.offer__menu__sec {
    margin-top: 0;
}

.offer__tab__list img {
    position: relative;
    left: 0;
}

.offer__tab__list{
    display: inline-block;
}

.offer__tab__list {
    padding: 70px 30px 40px 28px;
}

.offer__tab__list img {
    position: absolute;
    top: 20px;
    left: 27px;
}

.offer__tab__list small {
    font-size: 45px;
    position: absolute;
    right: 10px;
    bottom: 22px;
    opacity: 0.5;
}

.offer__box h4 {
    font-size: 27px;
}

.offer__box span {
    font-size: 18px;
    line-height: 26px;
}

.offer__box p {
    font-size: 14px;
    line-height: 26px;
}

.padding__120 {
    padding: 60px 0;
}

.heading__center h6 {
    font-size: 22px;
}

.heading__center h2 {
    font-size: 25px;
}

.Portfolio__Tb__LiSt ul li{
    padding: 7px 4px;
}

.Portfolio__Tb__LiSt ul li a {
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 600;
}


.portfolio__content span {
    font-size: 16px;
    margin-bottom: 5px;
}

.portfolio__img {
    margin-bottom: 15px;
}

.portfolio__content p {
    font-size: 16px;
}

.cta__content__Sec h3 {
    font-size: 24px;
    letter-spacing: -0.5px;
}

.cta__content__Sec .web___btn ul li a{
    font-size: 16px;
    padding: 20px 30px;
}

.packages__head h2 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -1.34px;
}

.industries__sec__main .col-sm-2 {
    max-width: 33%;
    flex: 33%;
}

.industries__sec__main .row {
    justify-content: center;
    padding-top: 0 !important;
}

.counters ul li {
    width: 49%;
    margin-bottom: 20px;
}

.counters ul{
    display: unset;
}

.center__text__sec p {
    font-size: 15px;
    line-height: 24px;
}

.center__text__sec h2 {
    font-size: 25px;
}

.sec__CTA__Sc h3 {
    font-size: 22px;
}

.second__sec__tb{
    padding: 70px 0 70px;
}

.faq__sec__main .center__text__sec h2 {
    font-size: 23px;
}

.faq__inner__sec .card-header button {
    font-size: 15px;
}

.faq__inner__sec .card-body {
    font-size: 14px;
}

.faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 21px;
}

.form__content p {
    font-size: 16px;
    width: 100%;
    line-height: 30px;
}


.contact__form__sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

footer .col-sm-2 {
    max-width: 100%;
    flex: 100%;
    padding: 0px 20px !important;
}

footer .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}

footer .col-sm-2 {
    max-width: 100%;
    flex: 100%;
    padding: 0px 20px !important;
}

.link__head span {
    font-size: 16px;
    margin-bottom: 10px;
}

.link__sec {
    padding-bottom: 20px;
}

.links__anchor ul li a {
    padding-bottom: 12px;
    font-size: 16px;
}

.footer__para p {
    font-size: 15px;
    line-height: 27px;
}

.about__banner .banner___content h1 {
    font-size: 23px;
    line-height: 37px;
    letter-spacing: -1.7px;
}

.about__banner .banner__img {
    height: 480px;
    object-fit: cover;
}

.our__approch__content h2 br {
    display: none;
}

.our__approch__content h2 {
    font-size: 32px;
    line-height: 40px;
}

.banner__slider__sec .banner__services__slider {
    margin-left: -50px;
    margin-right: -70px;
}

.form__banner__sec {
    background: transparent;
    border-radius: 10px;
    margin: 20px 0;
    width: 100%;
}

.form__banner__sec input {
    border-radius: 10px !important;
    border: 0;
    margin-bottom: 15px;
}

.btn__banner__form input {
left: 0;
    width: 100%;
    padding: 0;
}

.form__banner__sec .col-sm-3.p-0 {
    max-width: 50%;
    flex: 50%;
    padding: 0 10px !important;
}

.about__img__hme {
    display: block;
    margin-bottom: 20px;
}

.about__img__hme img {
    width: 80%;
}

.home__about__sec .col-sm-5 {
    max-width: 100%;
    flex: 100%;
}

.packages__head h2 {
    font-size: 23px;
    line-height: 37px;
    letter-spacing: -1.14px;
}

.packages__head p {
    font-size: 16px;
    line-height: 26px;
}

.why_choose__box {
    padding: 20px 17px;
    height: 300px;
}

.choose__head span {
    font-size: 16px;
    line-height: 20px;
}

.our__process__sec .center__text__sec h2 {
    font-size: 27px;
    line-height: 40px;
}

.process__box h4 {
    font-size: 16px;
}

.faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 19px;
}

.form__content p {
    font-size: 15px;
    width: 100%;
    line-height: 29px;
}

.footer__para p {
    font-size: 14px;
    line-height: 25px;
}

.link__head span {
    font-size: 18px;
    margin-bottom: 10px;
}

.payment__icon .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
    text-align: center !important;
}

.payment__logo img {
    width: 70%;
    margin: 0 auto;
}

.payment__logo{
    text-align: center !important;
}

.copy__right .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}

.terms__links {
    text-align: center;
}

.banner___content h1 {
    font-size: 28px;
    line-height: 38px;
}

.services__banner .banner__img {
    height: 690px;
    object-fit: cover;
}

.our__process__sec .center__text__sec h2 {
    font-size: 21px;
    line-height: 30px;
}

section.home__about__sec.pb-5.mb-5 {
    margin-bottom: 0 !important;
}

.video__content__sec h2 {
    font-size: 27px;
}

.video__content__sec h2 span {
    font-size: 33px;
}

.video__content__sec h2 {
    font-size: 27px;
    line-height: 47px;
}

.video__content__sec{
    right: 0;
}

.pkg__banner .banner___content h1 {
    font-size: 25px;
    width: 100%;
    margin: 0 auto 10px;
    line-height: 34px;
}

.pkg__banner .banner___content p {
    width: 100%;
    font-size: 15px;
}

.contact__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px;
}

.contact__box__sec{
    height: auto;
}

.LetsGetModal .col-sm-4.p-0 {
    display: none;
}

.banner-formInner .col-sm-8 {
    padding: 30px 40px;
    max-width: 100%;
    flex: 100%;
}

.LetsGetModal .modal-dialog {
    max-width: 93%;
}

.popup__head h6 {
    font-size: 25px;
}

.popup__head p {
    font-size: 15px;
}

}

@media (max-width: 450px) {

.about__img__hme img {
    width: 96%;
}

.banner___content h1 {
    font-size: 25px;
    line-height: 35px;
}

.banner___content p {
    font-size: 16px;
    width: 100%;
}

.main_menu_sec {
    display: none;
}

.packages__list__menu ul li {
    padding: 0 3px;
    margin-bottom: 11px !important;
}

.packages__list__menu ul li a {
    padding: 13px 10px;
    font-size: 12px;
    font-weight: 600;
}

.packages__Sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}

.packages__name span {
    font-size: 21px;
}

.per__amount span {
    font-size: 20px;
}

.list__packages ul li {
    font-size: 16px;
    padding-left: 14px;
    padding-bottom: 14px;
}

.why_choose___sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.why_choose__box {
    padding: 20px 17px;
    height: auto;
}

.choose__para p {
    font-size: 15px;
    line-height: 26px;
}

.choose__head span {
    font-size: 18px;
    line-height: 20px;
}

.industries__sec__box {
    height: 130px;
    padding: 40px 0 40px;
}

.industries__sec__icon img {
    width: 35px;
}

.review__list__tb p {
    font-size: 15px;
    line-height: 27px;
    width: 90%;
}

section.second__sec__tb {
    display: none;
}

.form__content p {
    font-size: 15px;
    width: 100%;
    line-height: 26px;
}

.links__anchor ul li a {
    padding-bottom: 12px;
    font-size: 15px;
}

.payment__logo img {
    width: 95%;
    margin: 0 auto;
}

.copy__text p {
    font-size: 13px;
}

.faq__sec__main .center__text__sec h2 {
    font-size: 23px;
    letter-spacing: -1.0px;
    line-height: 30px;
}

.about__banner .banner___content h1 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -1px;
}

.about__banner .banner___content p {
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
}

.our__approch__content h2 {
    font-size: 27px;
    line-height: 35px;
}

.our__approch__content h6 {
    font-size: 17px;
    padding-bottom: 0px;
}

.offer__tab__list span {
    font-size: 15px;
    line-height: 21px;
}

.offer__tab__list {
    padding: 80px 30px 40px 16px;
}

.offer__tab__list img {
    position: absolute;
    top: 20px;
    left: 11px;
}

.pkg__banner .banner___content h1 {
    font-size: 23px;
    margin: 0 auto 10px;
    line-height: 31px;
    letter-spacing: -1px;
    width: 100%;
}

.banner__slider__sec {
    margin-top: -155px;
}

.platform__form__Sec {
    padding: 30px 0;
}

.video__content__sec h2 span {
    font-size: 30px;
}

.our__process__sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.container {
    max-width: 420px;
}

.our__portfolio__sec .col-sm-9 {
    max-width: 100%;
    flex: 100%;
}

.term_content_Sec p {
    font-size: 15px;
    line-height: 26px;
}

}

@media (max-width: 390px) {

.container {
    max-width: 370px;
}

.banner___content h1 {
    font-size: 23px;
    line-height: 30px;
}

.web___btn ul li a {
    padding: 13px 17px;
    font-size: 14px;
}

.platform__text h3 {
    font-size: 17px;
    letter-spacing: -0.34px;
}

.heading__center h2 {
    font-size: 23px;
}

.offer__menu__sec ul li {
    display: inline-block;
    padding: 20px 10px 0;
    width: 100%;
    flex: 100%;
}

.offer__box h4 {
    font-size: 22px;
}

.offer__box span {
    font-size: 16px;
    line-height: 25px;
}

.offer__box {
    height: auto;
    padding: 30px 20px;
}

.Portfolio__Tb__LiSt ul li a {
    font-size: 13px;
    padding: 10px 16px;
    font-weight: 600;
}

.cta__content__Sec h3 {
    font-size: 20px;
}

.packages__list__menu ul li a {
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 500;
}

.list__packages ul li {
    font-size: 15px;
    padding-left: 14px;
    padding-bottom: 10px;
}

.center__text__sec h2 {
    font-size: 27px;
}

.center__text__sec h2 span  img{
    display: none;
}

.center__text__sec h2 span {
    top: 0;
    padding: 0;
}

.industries__sec__main .col-sm-2 {
    max-width: 50%;
    flex: 50%;
}

.counter {
    font-size: 40px;
    height: 2.4rem;
    margin-bottom: 10px;
}

span.count_text {
    font-size: 15px;
}

.brand__author span{
    font-size: 19px;
}

.form__content h3 {
    font-size: 27px;
}

.terms__links ul li {
    display: inline-block;

    padding: 10px 23px;
}

.terms__links ul li a:after {
    right: -22px;
    height: 23px;
    top: -3px;
}

.info__contact ul li a {
    font-size: 14px;
}

.info__contact ul li span {
    font-size: 15px;
}

.links__anchor ul li a {
    padding-bottom: 11px;
    font-size: 14px;
}


.form__banner__sec .col-sm-3.p-0 {
    max-width: 100%;
    flex: 100%;
    padding: 0 10px !important;
}

.services__banner .banner__img {
    height: 1010px;
    object-fit: cover;
}

.inner__banner__content {
    position: relative;
    top: -170px;
}

.banner__slider__sec {
    margin-top: -215px;
}

.about__img__hme img {
    width: 100%;
}

.form__content p {
    font-size: 14px;
}

.packages__head h2 {
    font-size: 19px;
    line-height: 37px;
    letter-spacing: -1.0px;
}

.term_content_Sec p {
    font-size: 14px;
    line-height: 24px;
}

.term_content_Sec ul li, .term_content_sec ul li {
    font-size: 14px;
    padding-bottom: 8px;
    line-height: 25px;
}

.term_content_Sec h3, .term_content_sec h4 {
    font-size: 20px;
}

.copy__text p {
    font-size: 12px;
}


}



/*Responsive Section End*/



/*packages inner pages css start*/


.works-wrap {
    padding: 60px 0 60px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    border-bottom: 1px solid #eaeaea;
}

.subscribe-fold .myheading {
    position: relative;
    padding-bottom: 40px;
    font-size: 44px;
    color: #160c28;
    line-height: 1.1em;
    margin-bottom: 30px;
    padding: 0;
}

.subs-pac {
    /* box-shadow: 0 3px 30px #0000001f; */
    display: block;
    width: 100%;
    text-align: center;
    /* height: 505px; */
    margin: 0 0 60px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* border-radius: 10px; */
    padding: 75px 0 0;
    background-color: #f0f0f0;
}

.bronze {
    border: 1px solid transparent;
}

.subscribe-fold h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    font-weight: 800;
    width: 100%;
    text-align: center;
}

.subs-pac h6 {
    color: var(--first-color);
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    line-height: 0.9;
    margin: 30px 0 0;
    position: relative;
    padding: 0 20px;
}

.subs-pac h6 span.old {
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    text-decoration: line-through;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
}

.subs-pac h6 span {
    font-size: 16px;
    color: #687087;
    display: inline-block;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    line-height: 1.3;
}

.subs-pac h6 span b.monthss {
    position: absolute;
    right: -61px;
    font-size: 20px;
    top: -37px;
    color: #555;
}

.subs-pac h6 b {
    position: relative;
    font-size: 20px;
    display: inline-block;
    top: -28px;
    color: #555;
}

.subs-pac a.ordrrrr {
    text-align: center;
    margin: 30px auto 0;
    border: none;
    padding: 14px 60px;
    color: #fff;
    box-shadow: none;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
   background: transparent linear-gradient(74deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat;
}

.subs-pac .actions a.chatbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 35px 0;
    display: inline-block;
    color: #000;
    margin: 0;
}


.subs-pac .actions a.numberbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    color: #000;
    display: inline-block;
    margin: 0;
}

.subs-pac .actions a.numberbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 35px 0;
    color: #000;
    display: inline-block;
    margin: 0;
}

.sub-list {
    padding-left: 40px;
}

.subscribe-fold .table-packages {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
}

.subscribe-fold .table-packages .head {
    width: 100%;
    margin-bottom: 23px;
}

.subscribe-fold .table-packages .head h5 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #160c28;
}

.subscribe-fold .table-packages .body .subscription-list {
    height: 430px;
    margin-top: 20px;
    padding: 0;
}

.innerContentScroll {
    height: 400px;
    overflow-y: scroll;
}

.subscribe-fold .table-packages .body ul li {
    text-align: left;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #eaeaea;
    width: 95%;
}

.subscribe-fold .table-packages .body ul li h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: var(--primary-font-family);
}

.subscribe-fold .table-packages .body ul li span.tick {
    font-size: 20px;
    color: #01e252;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 32px;
    line-height: 1.6;
    float: right;
}

.subscribe-fold .table-packages .body ul li span.tick:before {
    content: '';
    position: absolute;
    background: url(../images/packages-icon.svg);
    background-repeat: no-repeat;
    width: 15px;
    background-size: cover;
    height: 15px;
    left: 0;
    top: 6px;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none;
}
::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #fff;
}
::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: #002868;
}

.view_btn {
    margin: 16px 0;
    text-align: center;
}

.view_btn a.v-detail {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
}

.package__box__sec:hover .view_btn a.v-detail {color:#fff;}


/*packages inner pages css end*/


section.counter__sec__main.padding__120 {
    display: none;
}

section.review__sec__main.padding__120 {
    display: none;
}


.subsid p {
  color: #fff;
  font-size: 17px;
}
.subsid p a {
  color: #fff;
  font-weight: 800;
  display: inline-block;
  margin-left: 10px;
}

.client-review .slick-dots li button {
    background: #000;
    color: #000;
}

.testi_new_Sec{    padding: 60px 0;}
.testi_new_Sec .video_wrp{margin: 10px 0;}
.testi_new_Sec .video_wrp iframe{}
.testi_new_Sec .video_wrp video{width: 100%;height: 300px;}
.gradianbg{position:relative;}
.gradianbg:before{position:absolute;content:"";background: transparent linear-gradient(74deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat;top: 0;width: 100%;height: 100%;left: 0;z-index: 1;}
.testi_banner{position:relative;background: url(../images/contact-banner.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;display: flex;height: 45vh;justify-content: center;align-items: center;}
.testi_banner:before{position:absolute;content:"";background: transparent linear-gradient(74deg, #0057b88c 0%, #002868fc 100%) 0% 0% no-repeat;top: 0;width: 100%;height: 100%;left: 0;z-index: 0;}
.testi_banner h1{color:#fff;}

.industries__sec__icon img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(14%) saturate(5454%) hue-rotate(338deg) brightness(99%) contrast(91%);
}


/* Shared inner-page layout */
.inner-page {
    overflow: hidden;
    background: #f7f7fb;
}

.inner-hero {
    position: relative;
    display: flex;
    min-height: 520px;
    align-items: center;
    padding: 150px 0 90px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 25%, rgba(238, 158, 64, .35), transparent 28%),
        linear-gradient(125deg, #002868 20%, #45205d 66%, #0057b8);
}

.inner-hero::after {
    position: absolute;
    right: -100px;
    bottom: -190px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    content: "";
}

.inner-hero__content {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.inner-hero__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #c8102e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.inner-hero h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(42px, 7vw, 78px);
    line-height: 1.02;
}

.inner-hero p {
    max-width: 680px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.65;
}

.inner-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    align-items: center;
}

.inner-hero__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    padding: 12px 28px;
    border-radius: 6px;
    color: #002868;
    background: #c8102e;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}

.inner-hero__button:hover {
    color: #002868;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    transform: translateY(-2px);
}

.inner-hero__link {
    color: #fff;
    font-weight: 700;
}

.inner-hero__link:hover {
    color: #c8102e;
}

.inner-page__content {
    padding: 80px 0;
}

.inner-page__card {
    padding: clamp(30px, 6vw, 70px);
    border: 1px solid rgba(10, 10, 45, .08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(10, 10, 45, .08);
}

.inner-page__card h2 {
    margin-bottom: 18px;
    color: #002868;
    font-size: clamp(30px, 4vw, 48px);
}

.inner-page__card p {
    max-width: 760px;
    color: #5f6072;
    font-size: 18px;
    line-height: 1.75;
}

.inner-page__card a {
    display: inline-block;
    margin-top: 10px;
    color: #0057b8;
    font-weight: 700;
}

.navbar-nav .nav-item.current-menu-item > .nav-link {
    color: #c8102e;
}

@media (max-width: 767px) {
    .inner-hero {
        min-height: 460px;
        padding: 110px 0 65px;
    }

    .inner-page__content {
        padding: 50px 0;
    }
}

/* Header fallback layout: keeps navigation aligned without the vendor bundle. */
*,
*::before,
*::after {
    box-sizing: border-box;
}

header .container {
    width: min(100% - 40px, 1500px);
    margin-right: auto;
    margin-left: auto;
}

header .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -12px;
}

header .col-sm-3,
header .col-sm-7,
header .col-sm-2 {
    min-width: 0;
    padding: 0 12px;
}

header .col-sm-3 {
    flex: 0 0 18%;
    max-width: 18%;
}

header .col-sm-7 {
    flex: 0 0 67%;
    max-width: 67%;
}

header .col-sm-2 {
    flex: 0 0 15%;
    max-width: 15%;
}

header .navbar,
header .navbar-collapse,
header .navbar-nav {
    display: flex;
    align-items: center;
}

header .navbar-collapse {
    width: 100%;
    justify-content: flex-end;
}

header .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .navbar-nav .nav-item {
    position: relative;
    flex: 0 0 auto;
}

header .navbar-toggler {
    display: none;
}

header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    margin: 0;
    list-style: none;
}

header .dropdown:hover > .dropdown-menu,
header .dropdown:focus-within > .dropdown-menu {
    display: block;
}

header .btn__head__tb,
header .btn__head__tb ul,
header .btn__head__tb li {
    white-space: nowrap;
}

@media (max-width: 1199px) {
    header .container {
        width: min(100% - 28px, 1140px);
    }

    header .col-sm-3 {
        flex-basis: 17%;
        max-width: 17%;
    }

    header .col-sm-7 {
        flex-basis: 68%;
        max-width: 68%;
    }

    .main_menu_sec ul li a,
    .main_menu_sec .nav-link {
        padding: 16px 7px !important;
        font-size: 13px;
    }

    .btn__head__tb ul li a.btn__head {
        padding: 12px 14px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    header .row {
        min-height: 58px;
    }

    header .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .col-sm-7,
    header .col-sm-2 {
        display: none;
    }

    .logo__Sec__main img {
        width: 170px;
        max-width: 100%;
        height: 72px;
    }
}

@media (max-width: 575px) {
    header .container {
        width: min(100% - 24px, 540px);
    }

    .logo__Sec__main img {
        width: 145px;
        max-width: 100%;
        height: 61px;
    }
}

/* Lightweight viewport reveal animations. Classes are added only when JS runs. */
.scroll-reveal {
    opacity: 0;
    transition:
        opacity .7s cubic-bezier(.22, 1, .36, 1),
        transform .7s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.scroll-reveal.reveal-up {
    transform: translate3d(0, 42px, 0);
}

.scroll-reveal.reveal-left {
    transform: translate3d(-48px, 0, 0);
}

.scroll-reveal.reveal-right {
    transform: translate3d(48px, 0, 0);
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
    .scroll-reveal,
    .scroll-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* American Web Partners: red, white and blue visual system */
:root {
    --primary_color: #0057b8;
    --secondary_color: #c8102e;
    --hover_color: #002868;
    --awp-red: #c8102e;
    --awp-navy: #002868;
    --awp-blue: #0057b8;
    --awp-white: #fff;
}

body {
    color: #101a2e;
    background: #fff;
}

body > section:not(.hme__banner) {
    position: relative;
    isolation: isolate;
}

body > section:not(.hme__banner):nth-of-type(even) {
    background: linear-gradient(135deg, #f4f8fd 0%, #fff 62%, #fff6f7 100%);
}

body > section:not(.hme__banner)::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: min(92%, 1440px);
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(0, 40, 104, .14), transparent);
    transform: translateX(-50%);
}

.hero-welcome {
    background:
        radial-gradient(circle at 18% 25%, rgba(255, 255, 255, .12), transparent 22%),
        radial-gradient(circle at 78% 28%, rgba(200, 16, 46, .48), transparent 30%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, .055) 0 18px, transparent 18px 36px),
        linear-gradient(125deg, #002868 8%, #0057b8 58%, #c8102e 100%);
}

.hero-welcome span {
    color: #fff;
}

.hero-welcome strong {
    color: #fff;
    text-shadow: 0 10px 35px rgba(0, 0, 0, .24);
}

.banner___content h1 span,
.web___btn ul li:first-child a,
.btn__head__tb ul li a.btn__head {
    background: linear-gradient(105deg, #002868 0%, #0057b8 62%, #c8102e 100%);
}

.hero-phone-icon {
    background: #0057b8;
    box-shadow: 0 8px 24px rgba(0, 87, 184, .25);
}

.center__text__sec h2,
.inner-page__card h2,
.link__head span {
    color: #002868;
}

.inner-hero {
    background:
        radial-gradient(circle at 85% 25%, rgba(200, 16, 46, .36), transparent 28%),
        linear-gradient(125deg, #002868 18%, #0057b8 68%, #c8102e);
}

.inner-hero__eyebrow,
.inner-page__card a {
    color: #0057b8;
}

.inner-hero__button {
    color: #fff;
    background: #0057b8;
}

.inner-hero__button:hover {
    color: #fff;
    background: #c8102e;
}

.main_menu_sec .nav-link:hover,
.main_menu_sec .nav-item.current-menu-item > .nav-link {
    color: #0057b8;
}

.web___btn ul li:first-child a:hover,
.btn__head__tb ul li a.btn__head:hover {
    color: #fff;
    background: linear-gradient(105deg, #c8102e, #9d0b23);
}

.point__banner li::before {
    color: #c8102e;
}

footer {
    background: linear-gradient(135deg, #001b47 0%, #002868 62%, #003f83 100%);
}

/* Services feature section: independent visual and motion treatment. */
.what__we__offer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 22%, rgba(200, 16, 46, .3), transparent 24%),
        radial-gradient(circle at 88% 76%, rgba(0, 87, 184, .45), transparent 28%),
        linear-gradient(135deg, #001536 0%, #002868 52%, #003d7d 100%);
}

.what__we__offer::before,
.what__we__offer::after {
    position: absolute;
    z-index: -1;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.what__we__offer::before {
    top: -210px;
    right: 8%;
    box-shadow: 0 0 0 55px rgba(255, 255, 255, .025), 0 0 0 110px rgba(255, 255, 255, .018);
}

.what__we__offer::after {
    bottom: -290px;
    left: 5%;
    border-color: rgba(200, 16, 46, .22);
}

.what__we__offer .heading__center h6 {
    color: #fff;
    font-size: 15px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.what__we__offer .heading__center h2 {
    color: #fff;
    background: linear-gradient(90deg, #fff 0%, #d9eaff 55%, #ff8da3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what__we__offer .offer__menu__sec {
    perspective: 1000px;
}

.what__we__offer .offer__tab__list {
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.what__we__offer .offer__tab__list span {
    color: #fff;
}

.what__we__offer .offer__tab__list small {
    color: rgba(255, 255, 255, .18);
}

.what__we__offer .offer__tab__list img {
    filter: brightness(0) invert(1);
}

.what__we__offer .nav-link.active .offer__tab__list,
.what__we__offer .nav-link:hover .offer__tab__list {
    border-color: rgba(255, 255, 255, .35);
    background: linear-gradient(115deg, rgba(200, 16, 46, .92), rgba(0, 87, 184, .84));
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

.what__we__offer .offer__box {
    border: 1px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055)),
        linear-gradient(135deg, #0057b8, #002868 68%, #c8102e);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.what__we__offer .offer__btn {
    color: #002868;
    background: #fff;
}

.what__we__offer .offer__btn:hover {
    color: #fff;
    background: #c8102e;
}

@media (max-width: 575px) {
    .what__we__offer::before,
    .what__we__offer::after {
        width: 260px;
        height: 260px;
    }
}

/* Refined services presentation: brighter, cleaner, and easier to scan. */
.what__we__offer {
    padding: clamp(80px, 9vw, 135px) 0;
    color: #15233d;
    background:
        radial-gradient(circle at 8% 14%, rgba(200, 16, 46, .09), transparent 23%),
        radial-gradient(circle at 94% 82%, rgba(0, 87, 184, .14), transparent 28%),
        linear-gradient(135deg, #f9fbff 0%, #eef5ff 52%, #fff8f9 100%);
}

.what__we__offer::before {
    border-color: rgba(0, 87, 184, .1);
    box-shadow: 0 0 0 55px rgba(0, 87, 184, .025), 0 0 0 110px rgba(0, 40, 104, .018);
}

.what__we__offer .heading__center {
    margin-bottom: clamp(45px, 6vw, 72px);
}

.what__we__offer .heading__center h6 {
    margin-bottom: 12px;
    color: #c8102e;
    font-size: 14px;
    font-weight: 800;
}

.what__we__offer .heading__center h2 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    color: #002868;
    background: linear-gradient(100deg, #002868 0%, #0057b8 62%, #c8102e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what__we__offer > .container > .row:nth-of-type(2) {
    align-items: stretch;
}

.what__we__offer .offer__menu__sec {
    height: 100%;
    margin-top: 0;
}

.what__we__offer .offer__menu__sec ul {
    height: 100%;
    justify-content: space-between;
}

.what__we__offer .offer__tab__list {
    min-height: 116px;
    border: 1px solid rgba(0, 40, 104, .09);
    color: #002868;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 36px rgba(0, 40, 104, .08);
    backdrop-filter: blur(10px);
}

.what__we__offer .offer__tab__list span {
    color: #002868;
    font-size: clamp(17px, 1.6vw, 22px);
    font-weight: 750;
    line-height: 1.3;
}

.what__we__offer .offer__tab__list small {
    color: rgba(0, 40, 104, .11);
    font-size: 46px;
}

.what__we__offer .offer__tab__list img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(1960%) hue-rotate(201deg) brightness(83%) contrast(101%);
}

.what__we__offer .nav-link.active .offer__tab__list,
.what__we__offer .nav-link:hover .offer__tab__list {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(115deg, #002868 0%, #0057b8 68%, #c8102e 100%);
    box-shadow: 0 20px 45px rgba(0, 40, 104, .2);
}

.what__we__offer .nav-link.active .offer__tab__list span,
.what__we__offer .nav-link:hover .offer__tab__list span {
    color: #fff;
}

.what__we__offer .nav-link.active .offer__tab__list small,
.what__we__offer .nav-link:hover .offer__tab__list small {
    color: rgba(255, 255, 255, .2);
}

.what__we__offer .nav-link.active .offer__tab__list img,
.what__we__offer .nav-link:hover .offer__tab__list img {
    filter: brightness(0) invert(1);
}

.what__we__offer .offer__box {
    min-height: 100%;
    border: 0;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 10%, rgba(200, 16, 46, .3), transparent 25%),
        linear-gradient(140deg, #001b47 0%, #002868 58%, #0057b8 100%);
    box-shadow: 0 30px 75px rgba(0, 40, 104, .24);
}

.what__we__offer .offer__box h4 {
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
}

.what__we__offer .offer__box span {
    max-width: 720px;
    color: #d8e9ff;
    font-size: clamp(19px, 2vw, 27px);
    line-height: 1.4;
}

.what__we__offer .offer__box p {
    max-width: 760px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.8;
}

.what__we__offer .offer__btn {
    border: 1px solid rgba(255, 255, 255, .75);
    color: #002868;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

@media (max-width: 991px) {
    .what__we__offer .offer__menu__sec ul {
        height: auto;
    }

    .what__we__offer .offer__box {
        min-height: 500px;
    }
}

@media (max-width: 575px) {
    .what__we__offer {
        padding: 70px 0;
    }

    .what__we__offer .offer__tab__list {
        min-height: 96px;
    }

    .what__we__offer .offer__box {
        min-height: 0;
        border-radius: 20px;
    }
}

/* Immersive Three.js consultation CTA. */
.cta__sec__main {
    position: relative;
    isolation: isolate;
    min-height: 680px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: clamp(100px, 12vw, 180px) 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 49, 85, .3), transparent 28%),
        radial-gradient(circle at 82% 72%, rgba(55, 167, 255, .28), transparent 30%),
        linear-gradient(135deg, #050816 0%, #111b43 50%, #280c32 100%);
    background-attachment: scroll;
}

.cta__sec__main::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, .045) 50%, transparent 50.2%),
        linear-gradient(0deg, transparent 49.8%, rgba(255, 255, 255, .035) 50%, transparent 50.2%);
    background-size: 90px 90px;
    mask-image: radial-gradient(circle, #000 0%, transparent 72%);
    -webkit-mask-image: radial-gradient(circle, #000 0%, transparent 72%);
    pointer-events: none;
}

.cta-three-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.cta__sec__main > .container {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1320px);
    margin: 0 auto;
}

.cta__content__Sec {
    max-width: 1050px;
    min-height: 430px;
    margin: 0 auto;
    padding: clamp(45px, 7vw, 85px);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 36px;
    background: rgba(7, 12, 34, .52);
    box-shadow: 0 35px 100px rgba(0, 0, 0, .35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cta__content__Sec h3 {
    max-width: 940px;
    color: #fff;
    font-size: clamp(42px, 6.4vw, 86px);
    line-height: 1.04;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.cta__content__Sec h3 span {
    display: inline-block;
    color: #ff4b6c;
    background: linear-gradient(90deg, #ff3155, #ff7690 55%, #55b4ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta__content__Sec .web___btn ul li a {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 999px;
    color: #07102a;
    background: #fff;
    box-shadow: 0 18px 45px rgba(55, 167, 255, .2);
    transition: color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.cta__content__Sec .web___btn ul li a:hover {
    color: #fff;
    background: linear-gradient(100deg, #ff3155, #7346d8, #37a7ff);
    box-shadow: 0 22px 55px rgba(255, 49, 85, .26);
    transform: translateY(-4px);
}

@media (max-width: 575px) {
    .cta__sec__main {
        min-height: 580px;
    }

    .cta__sec__main > .container {
        width: min(100% - 24px, 540px);
    }

    .cta__content__Sec {
        min-height: 400px;
        padding: 38px 22px;
        border-radius: 24px;
    }
}

/* Warm beige services theme with visibility independent of JavaScript. */
.what__we__offer {
    color: #27221d;
    background:
        radial-gradient(circle at 10% 18%, rgba(174, 92, 62, .11), transparent 24%),
        radial-gradient(circle at 92% 82%, rgba(0, 40, 104, .09), transparent 28%),
        linear-gradient(135deg, #f7f1e8 0%, #eee2d2 52%, #f9f5ef 100%);
}

.what__we__offer::before {
    border-color: rgba(124, 82, 54, .12);
    box-shadow: 0 0 0 55px rgba(124, 82, 54, .025), 0 0 0 110px rgba(0, 40, 104, .018);
}

.what__we__offer::after {
    border-color: rgba(174, 92, 62, .18);
}

.what__we__offer .heading__center,
.what__we__offer .heading__center h6,
.what__we__offer .heading__center h2,
.what__we__offer .offer__tab__list,
.what__we__offer .tab-pane.active .offer__box {
    visibility: visible;
    opacity: 1;
}

.what__we__offer .heading__center h6 {
    color: #a6452f;
}

.what__we__offer .heading__center h2 {
    color: #2f2923;
    background: linear-gradient(100deg, #2f2923 0%, #70513d 58%, #a6452f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what__we__offer .offer__tab__list {
    border-color: rgba(93, 68, 48, .13);
    background: rgba(255, 252, 247, .94);
    box-shadow: 0 15px 38px rgba(75, 52, 34, .09);
}

.what__we__offer .offer__tab__list span {
    color: #342a22;
}

.what__we__offer .offer__tab__list small {
    color: rgba(112, 81, 61, .13);
}

.what__we__offer .offer__tab__list img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(20%) saturate(1050%) hue-rotate(339deg) brightness(88%) contrast(87%);
}

.what__we__offer .nav-link.active .offer__tab__list,
.what__we__offer .nav-link:hover .offer__tab__list {
    border-color: transparent;
    background: linear-gradient(115deg, #8f3d2c 0%, #b9684c 58%, #70513d 100%);
    box-shadow: 0 20px 45px rgba(91, 51, 34, .2);
}

.what__we__offer .offer__box {
    border: 1px solid rgba(102, 72, 50, .14);
    color: #2f2923;
    background:
        radial-gradient(circle at 92% 10%, rgba(174, 92, 62, .12), transparent 26%),
        linear-gradient(145deg, #fffdf9 0%, #f7ecdf 100%);
    box-shadow: 0 30px 75px rgba(77, 52, 34, .16);
}

.what__we__offer .offer__box h4 {
    color: #342a22;
}

.what__we__offer .offer__box span {
    color: #8f3d2c;
    font-weight: 650;
}

.what__we__offer .offer__box p {
    color: #65584e;
    font-weight: 400;
}

.what__we__offer .offer__btn {
    border-color: #342a22;
    color: #fff;
    background: #342a22;
    box-shadow: 0 14px 32px rgba(52, 42, 34, .18);
}

.what__we__offer .offer__btn:hover {
    color: #fff;
    background: #a6452f;
}

/* Why Choose Us: emerald, teal, cream, and coral feature system. */
.why_choose___sec {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(90px, 10vw, 145px) 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 111, 97, .24), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(62, 207, 178, .2), transparent 28%),
        linear-gradient(135deg, #06191d 0%, #0b3033 50%, #10474a 100%);
}

.why_choose___sec::before {
    position: absolute;
    top: -190px;
    right: -90px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 45% 55% 60% 40%;
    content: "";
    box-shadow: 0 0 0 65px rgba(255, 255, 255, .018), 0 0 0 130px rgba(255, 255, 255, .012);
    transform: rotate(18deg);
}

.why_choose___sec > .container {
    position: relative;
    z-index: 1;
    width: min(100% - 40px, 1380px);
    margin: 0 auto;
}

.why_choose___sec > .container > .row:first-child {
    display: flex;
    margin: 0 0 48px;
}

.why_choose___sec > .container > .row:first-child .col-sm-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.why_choose___sec .center__text__sec h2 {
    max-width: 940px;
    margin: 0;
    color: #fff8ed;
    font-size: clamp(48px, 7vw, 92px);
    line-height: 1.04;
    letter-spacing: -.055em;
}

.why_choose___sec .center__text__sec h2 span {
    display: inline-flex;
    padding: 0 12px;
    vertical-align: middle;
}

.why_choose___sec .center__text__sec h2 span img {
    width: clamp(62px, 8vw, 112px);
    height: clamp(40px, 5vw, 68px);
    border: 3px solid rgba(255, 255, 255, .7);
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .24);
}

.why_choose___sec > .container > .row:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin: 0;
    padding-top: 0 !important;
}

.why_choose___sec > .container > .row:nth-of-type(2) > .col-sm-4 {
    width: 100%;
    max-width: none;
    padding: 0;
}

.why_choose___sec .why_choose__box {
    position: relative;
    height: 100%;
    min-height: 300px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    padding: 30px;
    color: #243433;
    background: linear-gradient(145deg, #fffaf0 0%, #edf9f5 100%);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .2);
    transform-style: preserve-3d;
}

.why_choose___sec .why_choose__box::after {
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    content: "";
    background: rgba(62, 207, 178, .1);
    transition: transform .35s ease, background .35s ease;
}

.why_choose___sec .why_choose__box:hover::after {
    background: rgba(255, 111, 97, .13);
    transform: scale(1.35);
}

.why_choose___sec .icon__box {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(13, 91, 85, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, #d9f4eb, #fff);
    box-shadow: 0 12px 28px rgba(13, 91, 85, .11);
}

.why_choose___sec .icon__box img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(25%) sepia(23%) saturate(1148%) hue-rotate(127deg) brightness(87%) contrast(93%);
}

.why_choose___sec .choose__head span {
    color: #0d4946;
    font-size: 21px;
    font-weight: 800;
}

.why_choose___sec .choose__para p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #546461;
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .why_choose___sec > .container > .row:nth-of-type(2) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .why_choose___sec > .container {
        width: min(100% - 24px, 540px);
    }

    .why_choose___sec > .container > .row:nth-of-type(2) {
        grid-template-columns: 1fr;
    }

    .why_choose___sec .why_choose__box {
        min-height: 0;
    }
}

/* Slick owns the brand track; these rules prevent the old marquee layout from conflicting. */
.brand-slider-window .platform_slider {
    display: block;
    width: 100%;
    max-width: 100%;
    gap: 0;
    margin: 0;
    padding: 34px 0 !important;
    animation: none;
}

.brand-slider-window .slick-list {
    width: 100%;
    overflow: hidden;
}

.brand-slider-window .slick-track {
    display: flex;
    align-items: center;
}

.brand-slider-window .slick-slide {
    height: auto;
    padding: 0 12px;
}

.brand-slider-window .slick-slide > div {
    height: 100%;
}

.brand-slider-window .platform_slider.slick-initialized > .slick-list .col-sm-2 {
    display: block;
    max-width: none;
    flex: none;
    padding: 0;
}

.platform__form__Sec .platform__text {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.platform__form__Sec .platform__text h3 {
    margin: 0;
    color: #002868;
    font-size: clamp(26px, 3.2vw, 44px);
    line-height: 1.2;
    letter-spacing: -.035em;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* Final brand lock for enhanced homepage sections. */
.what__we__offer {
    background: radial-gradient(circle at 8% 18%, rgba(0,87,184,.11), transparent 25%), radial-gradient(circle at 94% 82%, rgba(200,16,46,.09), transparent 25%), linear-gradient(135deg,#f4f8fd 0%,#fff 54%,#fff6f7 100%);
}
.what__we__offer .heading__center h6,
.what__we__offer .offer__box span { color: var(--awp-red); }
.what__we__offer .heading__center h2 { color: var(--awp-navy); background: linear-gradient(100deg,var(--awp-navy),var(--awp-blue) 64%,var(--awp-red)); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.our__portfolio__sec .Portfolio__Tb__LiSt { border-color:rgba(0,40,104,.1); background:rgba(255,255,255,.94); box-shadow:0 20px 52px rgba(0,40,104,.1); }
.our__portfolio__sec .Portfolio__Tb__LiSt .nav-link { border-color:rgba(0,40,104,.1); color:var(--awp-navy)!important; background:#f4f8fd; }
.our__portfolio__sec .Portfolio__Tb__LiSt .nav-link:hover { color:var(--awp-blue)!important; background:#fff; }
.our__portfolio__sec .Portfolio__Tb__LiSt .nav-link.active { color:#fff!important; background:linear-gradient(105deg,var(--awp-navy),var(--awp-blue) 68%,var(--awp-red)); }
.what__we__offer .offer__tab__list,
.what__we__offer .offer__box { border-color:rgba(0,40,104,.12); color:var(--awp-navy); background:#fff; box-shadow:0 24px 60px rgba(0,40,104,.13); }
.what__we__offer .offer__tab__list span,
.what__we__offer .offer__box h4 { color:var(--awp-navy); }
.what__we__offer .offer__box p { color:#4d5870; }
.what__we__offer .nav-link.active .offer__tab__list,
.what__we__offer .nav-link:hover .offer__tab__list { background:linear-gradient(115deg,var(--awp-navy),var(--awp-blue) 68%,var(--awp-red)); }
.what__we__offer .offer__btn { border-color:var(--awp-navy); background:var(--awp-navy); }
.what__we__offer .offer__btn:hover { background:var(--awp-red); }
.cta__sec__main,
.why_choose___sec { background:radial-gradient(circle at 14% 20%,rgba(200,16,46,.28),transparent 26%),radial-gradient(circle at 86% 78%,rgba(0,87,184,.3),transparent 29%),linear-gradient(135deg,#001536 0%,var(--awp-navy) 54%,#003f83 100%) !important; }
.cta__content__Sec { background:rgba(0,27,71,.62); }
.cta__content__Sec h3 span { color:var(--awp-red); background:linear-gradient(90deg,#fff,#d9eaff 44%,#ff8da3 76%,var(--awp-red)); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.cta__content__Sec .web___btn ul li a:hover { background:linear-gradient(100deg,var(--awp-blue),var(--awp-navy) 68%,var(--awp-red)); }
.why_choose___sec .center__text__sec h2 {
    color: #d9eaff !important;
    background: none !important;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: #d9eaff !important;
    text-shadow: 0 3px 0 rgba(0, 40, 104, .9), 0 10px 34px rgba(0, 0, 0, .55);
}

.why_choose___sec .center__text__sec h2::first-line {
    color: #d9eaff;
}
.why_choose___sec .why_choose__box { color:#101a2e; background:linear-gradient(145deg,#fff,#eef5ff); }
.why_choose___sec .why_choose__box::after { background:rgba(0,87,184,.1); }
.why_choose___sec .why_choose__box:hover::after { background:rgba(200,16,46,.12); }
.why_choose___sec .icon__box { border-color:rgba(0,40,104,.12); background:linear-gradient(145deg,#d9eaff,#fff); box-shadow:0 12px 28px rgba(0,40,104,.12); }
.why_choose___sec .choose__head span { color:var(--awp-navy); }
.why_choose___sec .choose__para p { color:#4d5870; }

/* Industries: AWP brand colors with a lightweight Three.js backdrop. */
.industries__sec__main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 20%, rgba(200, 16, 46, .28), transparent 25%),
        radial-gradient(circle at 88% 78%, rgba(0, 87, 184, .3), transparent 29%),
        linear-gradient(135deg, #001536 0%, var(--awp-navy) 54%, #003f83 100%);
}

.industries-three-canvas {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.industries__sec__main > .container {
    position: relative;
    z-index: 1;
}

.industries__sec__main .center__text__sec h2 {
    color: #fff;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: #fff;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .3);
}

.industries__sec__main .center__text__sec h2 span img {
    border: 3px solid rgba(255, 255, 255, .8);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .24);
}

.industries__sec__main .industries__sec__box {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    color: var(--awp-navy);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.industries__sec__main .industries__sec__head span {
    color: var(--awp-navy);
}

.industries__sec__main .industries__sec__icon img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(1960%) hue-rotate(201deg) brightness(83%) contrast(101%);
}

.industries__sec__main .industries__sec__box:hover {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
    background: linear-gradient(145deg, var(--awp-blue), var(--awp-navy) 72%, var(--awp-red));
    box-shadow: 0 24px 55px rgba(0, 0, 0, .28);
}

/* Accessible FAQ plus/minus control and polished interaction states. */
.faq__inner__sec .card-header button {
    position: relative;
    min-height: 64px;
    padding-right: 58px;
}

.faq__inner__sec .faq-toggle-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eef5ff;
    box-shadow: inset 0 0 0 1px rgba(0, 40, 104, .1);
    transform: translateY(-50%);
    transition: background .25s ease, transform .25s ease;
}

.faq__inner__sec .faq-toggle-icon::before,
.faq__inner__sec .faq-toggle-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    content: "";
    background: var(--awp-navy);
    transform: translate(-50%, -50%);
    transition: background .25s ease, transform .25s ease;
}

.faq__inner__sec .faq-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq__inner__sec button[aria-expanded="true"] .faq-toggle-icon {
    background: linear-gradient(135deg, var(--awp-blue), var(--awp-navy));
    transform: translateY(-50%) rotate(180deg);
}

.faq__inner__sec button[aria-expanded="true"] .faq-toggle-icon::before,
.faq__inner__sec button[aria-expanded="true"] .faq-toggle-icon::after {
    background: #fff;
}

.faq__inner__sec button[aria-expanded="true"] .faq-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq__inner__sec .card {
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.faq__inner__sec .card:hover,
.faq__inner__sec .card:has(button[aria-expanded="true"]) {
    border-color: rgba(0, 87, 184, .35);
    box-shadow: 0 14px 34px rgba(0, 40, 104, .1);
    transform: translateY(-2px);
}

@supports not selector(:has(*)) {
    .faq__inner__sec .card:hover {
        border-color: rgba(0, 87, 184, .35);
    }
}

/* Portfolio tab wrapper stays transparent on desktop; mobile keeps the card background. */
@media (min-width: 992px) {
    .our__portfolio__sec .Portfolio__Tb__LiSt {
        padding: 0;
        border-color: transparent;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

/* Final consultancy theme lock: white canvas with AWP brand accents. */
body > section.contact__forM { color:var(--awp-navy); background:radial-gradient(circle at 10% 20%,rgba(0,87,184,.08),transparent 26%),radial-gradient(circle at 90% 80%,rgba(200,16,46,.07),transparent 28%),#fff !important; }
.contact__forM .consultancy-three-canvas { opacity:.38; }
.contact__forM .form__content h3 { color:var(--awp-navy); text-shadow:0 10px 30px rgba(0,40,104,.12); }
.contact__forM .form__content p { color:#4d5870; }
.contact__forM .contact__form__sec { border-color:rgba(0,40,104,.12); background:rgba(255,255,255,.9); box-shadow:0 30px 80px rgba(0,40,104,.14); }
.contact__forM .contact__form__sec input:not([type="submit"]),
.contact__forM .contact__form__sec textarea { border-color:rgba(0,40,104,.14); color:#101a2e; background:#f4f8fd; }
.contact__forM .contact__form__sec input::placeholder,
.contact__forM .contact__form__sec textarea::placeholder { color:#68758b; }
.contact__forM .contact__form__sec input:not([type="submit"]):focus,
.contact__forM .contact__form__sec textarea:focus { border-color:var(--awp-blue); background:#fff; box-shadow:0 0 0 4px rgba(0,87,184,.12); }
.contact__forM .btn__submit input[type="submit"] { border-color:var(--awp-navy); color:#fff; background:var(--awp-navy); box-shadow:0 16px 38px rgba(0,40,104,.2); }
.contact__forM .btn__submit input[type="submit"]:hover,
.contact__forM .btn__submit input[type="submit"]:focus-visible { color:#fff; background:var(--awp-red); }

/* Service tab icons follow the AWP blue/white brand states. */
.what__we__offer .offer__tab__list img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(1960%) hue-rotate(201deg) brightness(83%) contrast(101%);
}

.what__we__offer .nav-link.active .offer__tab__list img,
.what__we__offer .nav-link:hover .offer__tab__list img,
.what__we__offer .nav-link:focus-visible .offer__tab__list img {
    filter: brightness(0) invert(1);
}

/* Footer logo contrast panel for the transparent navy/red brand mark. */
footer .footer__logo {
    padding-bottom: 26px;
}

footer .footer__logo a {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
}

footer .footer__logo img.footer-site-logo {
    display: block;
    width: min(250px, 100%);
    height: auto;
    max-height: 105px;
    border-radius: 0;
    object-fit: contain;
    filter: none;
}

header .btn__head__tb ul {
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 7px;
}

header .btn__head__tb ul li {
    padding-left: 0;
}

header .header-call-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--awp-navy);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

header .header-call-link i {
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--awp-blue);
    box-shadow: 0 8px 18px rgba(0, 87, 184, .22);
}

header .header-call-link:hover {
    color: var(--awp-red);
}

.footer-location-link {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    line-height: 1.6;
}

.footer-location-link i {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    border-radius: 50%;
    color: #fff;
    background: var(--awp-red);
}

.footer-location-link span {
    color: #fff;
}

.footer-location-link:hover span {
    color: #d9eaff;
}

footer .info__contact ul li a.footer-location-link {
    display: grid;
    width: 100%;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    margin-top: 2px;
    color: #fff;
    line-height: 1.55;
}

footer .info__contact ul li a.footer-location-link i {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    color: var(--awp-red);
    background: #fff;
    box-shadow: 0 9px 22px rgba(0, 0, 0, .22);
    font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", FontAwesome;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

footer .info__contact ul li a.footer-location-link span {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

footer .info__contact ul li a.footer-location-link:hover span,
footer .info__contact ul li a.footer-location-link:focus-visible span {
    color: #d9eaff;
}

footer .info__contact ul li a.footer-contact-action {
    display: grid;
    width: 100%;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    margin-top: 2px;
    color: #fff;
    line-height: 1.45;
}

footer .info__contact ul li a.footer-contact-action i {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    color: var(--awp-blue);
    background: #fff;
    box-shadow: 0 9px 22px rgba(0, 0, 0, .22);
    font-size: 16px;
}

footer .info__contact ul li a.footer-contact-action span {
    display: block;
    min-width: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

footer .info__contact ul li a.footer-contact-action:hover span,
footer .info__contact ul li a.footer-contact-action:focus-visible span {
    color: #d9eaff;
}

.floating-whatsapp {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9998;
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 17px 9px 9px;
    border: 2px solid rgba(255, 255, 255, .92);
    border-radius: 999px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.floating-whatsapp i {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #25d366;
    background: #fff;
    font-size: 23px;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
    color: #fff;
    background: #128c4a;
    box-shadow: 0 20px 46px rgba(18, 140, 74, .34);
    transform: translateY(-4px);
}

@media (max-width: 575px) {
    .floating-whatsapp {
        bottom: 18px;
        left: 14px;
        width: 56px;
        padding: 8px;
    }

    .floating-whatsapp span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
}

/* Desktop header phone and quote actions. */
@media (min-width: 992px) {
    header .container {
        width: min(100% - 32px, 1500px);
        max-width: 1500px;
    }

    header .col-sm-3 {
        flex: 0 0 18%;
        max-width: 18%;
    }

    header .col-sm-7 {
        flex: 0 0 54%;
        max-width: 54%;
    }

    header .col-sm-2 {
        flex: 0 0 28%;
        max-width: 28%;
    }

    header .btn__head__tb {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: flex-end;
    }

    header .btn__head__tb ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        gap: 11px;
        margin: 0;
    }

    header .btn__head__tb ul li {
        display: flex;
        align-items: center;
        padding: 0;
    }

    header .header-call-link {
        min-height: 46px;
        padding: 8px 13px;
        border: 1px solid rgba(0, 40, 104, .12);
        border-radius: 999px;
        color: var(--awp-navy);
        background: #f4f8fd;
        box-shadow: 0 10px 26px rgba(0, 40, 104, .09);
        font-size: 13px;
        transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
    }

    header .header-call-link i {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }

    header .header-call-link:hover,
    header .header-call-link:focus-visible {
        color: #fff;
        background: var(--awp-blue);
        box-shadow: 0 14px 32px rgba(0, 87, 184, .22);
        transform: translateY(-2px);
    }

    header .btn__head__tb ul li a.btn__head {
        display: inline-flex;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        padding: 12px 19px;
        white-space: nowrap;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .col-sm-3 {
        flex-basis: 15%;
        max-width: 15%;
    }

    header .col-sm-7 {
        flex-basis: 52%;
        max-width: 52%;
    }

    header .col-sm-2 {
        flex-basis: 33%;
        max-width: 33%;
    }

    header .header-call-link {
        padding: 7px 10px;
        font-size: 12px;
    }

    header .btn__head__tb ul li a.btn__head {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 12px;
    }
}

footer .link__head span {
    position: relative;
    display: inline-block;
    padding-bottom: 9px;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 6px 20px rgba(0, 0, 0, .22);
}

footer .link__head span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    content: "";
    background: linear-gradient(90deg, var(--awp-red), var(--awp-blue));
}

footer .links__anchor a:hover,
footer .links__anchor a:focus-visible {
    color: #d9eaff;
}

/* About page: shared AWP color system only (no page-specific animation). */
.about-page {
    color: #101a2e;
    background: #fff;
}

.about-page .about__banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--awp-navy);
}

.about-page .about__banner::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, rgba(0, 21, 54, .92), rgba(0, 40, 104, .7) 58%, rgba(200, 16, 46, .38));
    pointer-events: none;
}

.about-page .about__banner .carousel-caption {
    z-index: 2;
}

.about-page .about__banner .carousel-item {
    position: relative;
    min-height: clamp(650px, 48vw, 820px);
}

.about-page .about__banner .carousel-item::after {
    display: none !important;
}

.about-page .about__banner .banner__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-page .about__banner .banner___content {
    max-width: 920px;
}

.about-page .about__banner .banner___content h1 {
    color: #fff;
    font-size: clamp(42px, 5.8vw, 78px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -.045em;
    text-wrap: balance;
    text-shadow: 0 12px 34px rgba(0, 0, 0, .34);
}

.about-page .about__banner .banner___content h1 span {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    padding-bottom: 12px;
    color: #fff;
    background: linear-gradient(90deg, #fff 0%, #d9eaff 48%, #ff8da3 78%, var(--awp-red) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-page .about__banner .banner___content h1 span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(90px, 15vw, 190px);
    height: 5px;
    border-radius: 999px;
    content: "";
    background: linear-gradient(90deg, var(--awp-red), var(--awp-blue));
    box-shadow: 0 6px 18px rgba(200, 16, 46, .28);
}

.about-page .about__banner .banner___content p {
    max-width: 820px;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.72;
}

@media (max-width: 767px) {
    .about-page .about__banner .carousel-item {
        min-height: 760px;
    }

    .about-page .about__banner .banner__img {
        object-position: 65% center;
    }
}

.about-page .about__banner h1,
.about-page .about__banner p {
    color: #fff;
}

.about-page .center__text__sec h2,
.about-page .our__approch__sec h2,
.about-page .form__content h3 {
    color: var(--awp-navy);
}

.about-page .center__text__sec h6,
.about-page .our__approch__sec h6,
.about-page .counter__sec__main h6 {
    color: var(--awp-red);
}

.about-page .our__approch__sec,
.about-page .review__sec__main {
    background: linear-gradient(135deg, #f4f8fd, #fff 62%, #fff6f7);
}

.about-page .counter__sec__main {
    color: #fff;
    background: linear-gradient(135deg, #001536, var(--awp-navy) 58%, var(--awp-blue));
}

.about-page .counter__sec__main h2,
.about-page .counter__sec__main h3,
.about-page .counter__sec__main span,
.about-page .counter__sec__main p {
    color: #fff;
}

.about-page .cta__sec__main {
    min-height: 620px;
    background:
        linear-gradient(105deg, rgba(0, 21, 54, .92) 0%, rgba(0, 40, 104, .78) 58%, rgba(200, 16, 46, .5) 100%),
        url("../images/cta-banner-01.jpg") center / cover no-repeat !important;
}

.about-page .cta__sec__main .cta__content__Sec {
    border-color: rgba(255, 255, 255, .22);
    background: rgba(0, 27, 71, .56);
}

.about-page .cta__sec__main .cta__content__Sec h3 {
    color: #fff;
}

@media (max-width: 575px) {
    .about-page .cta__sec__main {
        min-height: 540px;
        background-position: 62% center !important;
    }
}

.about-page .web___btn a,
.about-page .btn__submit input[type="submit"] {
    color: #fff;
    background: linear-gradient(105deg, var(--awp-navy), var(--awp-blue) 68%, var(--awp-red));
}

.about-page .web___btn a:hover,
.about-page .btn__submit input[type="submit"]:hover {
    color: #fff;
    background: var(--awp-red);
}

/* Final About banner treatment: one overlay and solid white typography. */
.about-page .about__banner::after {
    background: linear-gradient(90deg, rgba(0, 21, 54, .88) 0%, rgba(0, 40, 104, .7) 58%, rgba(0, 40, 104, .42) 100%);
}

.about-page .about__banner .banner___content {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.about-page .about__banner .banner___content h1,
.about-page .about__banner .banner___content h1 span {
    color: #fff !important;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 10px 32px rgba(0, 0, 0, .42);
}

.about-page .about__banner .banner___content p {
    color: #fff !important;
    opacity: 1;
    text-shadow: 0 5px 20px rgba(0, 0, 0, .4);
}

.about-page .about__banner,
.about-page .about__banner .carousel,
.about-page .about__banner .carousel-inner,
.about-page .about__banner .carousel-item,
.about-page .about__banner .banner__img,
.about-page .about__banner .carousel-caption,
.about-page .about__banner .banner___content,
.about-page .about__banner .banner___content h1,
.about-page .about__banner .banner___content h1 span,
.about-page .about__banner .banner___content p,
.about-page .about__banner .web___btn,
.about-page .about__banner .web___btn ul,
.about-page .about__banner .web___btn li,
.about-page .about__banner .web___btn a {
    opacity: 1 !important;
    visibility: visible !important;
}

/* About banner uses the current artwork at full strength with no color overlay. */
.about-page .about__banner {
    background: #001536;
}

.about-page .about__banner .carousel-item {
    background: url("../images/about-banner-v2.png") center / cover no-repeat;
}

.about-page .about__banner .banner__img {
    display: none;
}

.about-page .about__banner::after {
    display: none;
}

.about-page .about__banner .carousel-caption {
    z-index: 10 !important;
    opacity: 1 !important;
}

.about-page .about__banner .banner___content {
    position: relative;
    z-index: 11;
    opacity: 1 !important;
}

.about-page .about__banner .banner___content h1,
.about-page .about__banner .banner___content h1 span,
.about-page .about__banner .banner___content p,
.about-page .about__banner .web___btn a {
    opacity: 1 !important;
    visibility: visible !important;
}

.about-page .about__banner .banner___content h1,
.about-page .about__banner .banner___content h1 span {
    text-shadow: 0 3px 2px rgba(0, 0, 0, .9), 0 12px 36px rgba(0, 0, 0, .75);
}

.about-page .about__banner .banner___content p {
    text-shadow: 0 2px 2px rgba(0, 0, 0, .95), 0 7px 24px rgba(0, 0, 0, .72);
}

@media (max-width: 767px) {
    .about-page .about__banner::after {
        background: rgba(0, 32, 82, .78);
    }

    .about-page .about__banner .banner___content {
        padding: 0;
    }
}

/* About hero: centered agency presentation with a cinematic image overlay. */
.about-page .about__banner {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}

.about-page .about__banner .carousel,
.about-page .about__banner .carousel-inner,
.about-page .about__banner .carousel-item {
    width: 100%;
    max-width: none;
}

.about-page .about__banner .carousel-item {
    isolation: isolate;
    min-height: clamp(680px, 52vw, 860px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about-page .about__banner .carousel-item::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    content: "";
    background:
        radial-gradient(circle at 50% 42%, rgba(0, 40, 104, .18), rgba(0, 14, 38, .7) 74%),
        linear-gradient(180deg, rgba(0, 21, 54, .48), rgba(0, 21, 54, .72));
    pointer-events: none;
}

.about-page .about__banner .carousel-caption {
    z-index: 2 !important;
    text-align: center;
}

.about-page .about__banner .carousel-caption .row {
    justify-content: center;
}

.about-page .about__banner .carousel-caption .col-sm-8 {
    width: 100%;
    max-width: 1080px;
    flex: 0 0 100%;
}

.about-page .about__banner .banner___content {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.about-page .about__banner .banner___content h1 {
    max-width: 980px;
    margin: 0 auto 28px;
    font-size: clamp(48px, 6.2vw, 88px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.about-page .about__banner .banner___content h1 span::after {
    right: 0;
    left: 0;
    margin: auto;
}

.about-page .about__banner .banner___content p {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.75;
}

.about-page .about__banner .web___btn {
    padding-top: 34px !important;
}

.about-page .about__banner .web___btn ul {
    justify-content: center;
}

@media (max-width: 767px) {
    .about-page .about__banner .carousel-item {
        min-height: 760px;
        background-position: 62% center;
    }

    .about-page .about__banner .carousel-item::before {
        background: rgba(0, 25, 65, .76);
    }

    .about-page .about__banner .banner___content h1 {
        margin-bottom: 22px;
        font-size: clamp(38px, 11vw, 56px);
    }

    .about-page .about__banner .banner___content p {
        font-size: 15px;
        line-height: 1.65;
    }
}

/* Consultancy section: white content on a deep agency-blue canvas. */
body > section.contact__forM {
    min-height: 900px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 22%, rgba(200, 16, 46, .3), transparent 27%),
        radial-gradient(circle at 88% 76%, rgba(0, 111, 232, .38), transparent 31%),
        linear-gradient(135deg, #001536 0%, #002868 56%, #004c9e 100%) !important;
}

body > section.contact__forM::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
    pointer-events: none;
}

body > section.contact__forM::after {
    position: absolute;
    top: 10%;
    right: -120px;
    z-index: 0;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
    box-shadow:
        0 0 0 55px rgba(255, 255, 255, .025),
        0 0 0 110px rgba(200, 16, 46, .035);
    pointer-events: none;
}

.contact__forM .form__content::before {
    display: inline-flex;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    padding: 9px 16px;
    content: "LET'S BUILD SOMETHING REMARKABLE";
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    backdrop-filter: blur(8px);
}

.contact__forM .form__content h3,
.contact__forM .form__content p {
    color: #fff;
}

.contact__forM .form__content h3 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .28);
}

.contact__forM .form__content p {
    opacity: .9;
}

.contact__forM .contact__form__sec {
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 255, 255, .18);
    background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(0, 21, 54, .62));
    box-shadow: 0 35px 100px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.contact__forM .contact__form__sec::before {
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent);
}

.contact__forM .contact__form__sec input:not([type="submit"]),
.contact__forM .contact__form__sec textarea {
    border-color: rgba(255, 255, 255, .22);
    color: #fff;
    background: rgba(255, 255, 255, .09);
}

.contact__forM .contact__form__sec input:not([type="submit"]) {
    min-height: 62px;
}

.contact__forM .contact__form__sec textarea {
    min-height: 155px;
}

.contact__forM .contact__form__sec input::placeholder,
.contact__forM .contact__form__sec textarea::placeholder {
    color: rgba(255, 255, 255, .78);
}

.contact__forM .contact__form__sec input:not([type="submit"]):focus,
.contact__forM .contact__form__sec textarea:focus {
    border-color: rgba(255, 255, 255, .72);
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.contact__forM .btn__submit input[type="submit"] {
    min-width: 220px;
    min-height: 60px;
    border-color: rgba(255, 255, 255, .8);
    color: #fff;
    background: linear-gradient(105deg, #0057b8, #c8102e);
    box-shadow: 0 18px 45px rgba(200, 16, 46, .26);
}

.contact__forM .contact__form__sec form > .row:last-child {
    justify-content: center;
}

.contact__forM .contact__form__sec form > .row:last-child > [class*="col-"] {
    text-align: center;
}

/* Custom website hero: keep every content element consistently white. */
.custom-website-development-page .services__banner .banner___content,
.custom-website-development-page .services__banner .banner___content h1,
.custom-website-development-page .services__banner .banner___content h1 span,
.custom-website-development-page .services__banner .banner___content p,
.custom-website-development-page .services__banner .points__banner li {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.custom-website-development-page .services__banner .banner___content h1 span {
    padding: 0 !important;
    background: none !important;
    text-shadow: 0 8px 28px rgba(0, 0, 0, .36);
}

.custom-website-development-page .services__banner .banner___content h1,
.custom-website-development-page .services__banner .banner___content p,
.custom-website-development-page .services__banner .points__banner li {
    text-shadow: 0 5px 22px rgba(0, 0, 0, .42);
}

/* Portfolio tabs: final sticky behavior across desktop and mobile. */
main.inner-page {
    overflow: visible;
    overflow-x: clip;
}

.our__portfolio__sec,
.our__portfolio__sec > .container,
.our__portfolio__sec > .container > .row:nth-of-type(2) {
    overflow: visible;
}

@media (min-width: 992px) {
    .our__portfolio__sec > .container > .row:nth-of-type(2) > .col-sm-3 {
        position: sticky !important;
        top: 118px;
        z-index: 30;
        align-self: flex-start;
        height: max-content;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt {
        max-height: calc(100vh - 145px);
        overflow-x: hidden;
        overflow-y: auto;
        padding: 14px;
        border: 1px solid rgba(0, 40, 104, .1);
        border-radius: 18px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 20px 52px rgba(0, 40, 104, .12);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }
}

@media (max-width: 991px) {
    .our__portfolio__sec > .container > .row:nth-of-type(2) > .col-sm-3 {
        position: sticky !important;
        top: 82px;
        z-index: 40;
        align-self: stretch;
        padding: 0;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 12px 30px rgba(0, 40, 104, .12);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt {
        position: static !important;
        width: 100%;
        max-height: none;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px 12px;
        border: 0;
        border-radius: 0;
        scrollbar-width: thin;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt ul {
        display: flex;
        width: max-content;
        min-width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt ul li {
        width: auto;
        flex: 0 0 auto;
    }

    .our__portfolio__sec .Portfolio__Tb__LiSt .nav-link {
        width: auto;
        min-height: 44px;
        justify-content: center;
        padding: 9px 14px;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    body > section.contact__forM {
        min-height: 0;
    }

    body > section.contact__forM::after {
        width: 220px;
        height: 220px;
    }

    .contact__forM .form__content::before {
        font-size: 10px;
        letter-spacing: .1em;
    }
}

@media (max-width: 575px) {
    footer .footer__logo a {
        padding: 12px 14px;
    }

    footer .footer__logo img.footer-site-logo {
        width: min(220px, 100%);
    }
}

.industries__sec__main .industries__sec__box:hover .industries__sec__head span {
    color: #fff;
}

.industries__sec__main .industries__sec__box:hover .industries__sec__icon img {
    filter: brightness(0) invert(1);
}

/* Industries white presentation with subtle AWP animated accents. */
body > section.industries__sec__main {
    color: var(--awp-navy);
    background:
        radial-gradient(circle at 10% 18%, rgba(0, 87, 184, .08), transparent 25%),
        radial-gradient(circle at 92% 82%, rgba(200, 16, 46, .07), transparent 27%),
        #fff !important;
}

.industries-three-canvas {
    z-index: 0;
    opacity: .42;
}

.industries__sec__main > .container {
    z-index: 1;
}

.industries__sec__main .center__text__sec h2 {
    color: var(--awp-navy) !important;
    -webkit-text-fill-color: var(--awp-navy) !important;
    text-shadow: 0 8px 28px rgba(0, 40, 104, .12);
}

.industries__sec__main .center__text__sec h2 span img {
    border-color: #fff;
    box-shadow: 0 12px 30px rgba(0, 40, 104, .18);
}

.industries__sec__main .industries__sec__box {
    border-color: rgba(0, 40, 104, .12);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 44px rgba(0, 40, 104, .11);
}

.industries__sec__main .industries__sec__box:hover {
    border-color: transparent;
    background: linear-gradient(145deg, var(--awp-blue), var(--awp-navy) 72%, var(--awp-red));
    box-shadow: 0 24px 55px rgba(0, 40, 104, .2);
}

.industries__sec__main > .container > .row:nth-of-type(2) {
    row-gap: 24px;
    margin-right: -10px;
    margin-left: -10px;
}

.industries__sec__main > .container > .row:nth-of-type(2) > .col-sm-2 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 575px) {
    .industries__sec__main > .container > .row:nth-of-type(2) {
        row-gap: 18px;
        margin-right: 0;
        margin-left: 0;
    }

    .industries__sec__main > .container > .row:nth-of-type(2) > .col-sm-2 {
        padding-right: 0;
        padding-left: 0;
    }
}

/* Homepage industries: responsive American red, white and blue presentation. */
.home-industries .center__text__sec h2 {
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.12;
    letter-spacing: clamp(-2px, -.04em, -1px);
    color: #002868 !important;
    background: linear-gradient(90deg, #002868 0 42%, #0057b8 52%, #c8102e 72% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.home-industries .center__text__sec h2 span {
    display: inline-flex;
    width: clamp(46px, 7vw, 92px);
    margin: 0 clamp(5px, 1vw, 12px);
    vertical-align: middle;
}

.home-industries .center__text__sec h2 span img {
    width: 100%;
    height: auto;
}

.home-industries > .container > .row:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    margin-right: 0;
    margin-left: 0;
    padding-top: clamp(28px, 5vw, 60px) !important;
}

.home-industries > .container > .row:nth-of-type(2) > .col-sm-2 {
    width: 100%;
    max-width: none;
    padding: 0;
}

.home-industries .industries__sec__box {
    position: relative;
    height: 100%;
    min-height: 210px;
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 40, 104, .14);
}

.home-industries .industries__sec__box::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    content: "";
    background: #002868;
}

.home-industries .col-sm-2:nth-child(3n + 2) .industries__sec__box::before {
    background: #c8102e;
}

.home-industries .col-sm-2:nth-child(3n) .industries__sec__box::before {
    background: #0057b8;
}

.home-industries .industries__sec__box:hover {
    transform: translateY(-7px);
}

@media (max-width: 1199px) {
    .home-industries > .container > .row:nth-of-type(2) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-industries {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .home-industries > .container > .row:nth-of-type(2) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .home-industries .industries__sec__box {
        min-height: 180px;
        padding: 24px 10px;
    }

    .home-industries .industries__sec__head span {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 390px) {
    .home-industries > .container > .row:nth-of-type(2) {
        grid-template-columns: 1fr;
    }

    .home-industries .industries__sec__box {
        min-height: 170px;
    }
}

/* Polished branded mobile navigation. */
.mobile-nav {
    background: linear-gradient(180deg, #111827 0%, #08111f 100%);
    border-left: 1px solid rgba(255, 255, 255, .08);
    transition: right .38s cubic-bezier(.22, 1, .36, 1);
}

.mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: block;
    visibility: hidden;
    border: 0;
    padding: 0;
    background: rgba(2, 8, 23, .64);
    opacity: 0;
    cursor: default;
    backdrop-filter: blur(3px);
    transition: opacity .3s ease, visibility .3s ease;
}

.mobile-nav-backdrop.active {
    visibility: visible;
    opacity: 1;
}

.mobile-nav-heading {
    min-height: 108px;
    padding: 16px 82px 14px 22px;
    background: radial-gradient(circle at 15% 0%, rgba(255,255,255,.16), transparent 40%), linear-gradient(135deg, #073b83, #002868);
}

.mobile-nav .mobile-nav-brand {
    display: block;
    width: 128px;
    height: auto;
    max-width: none;
    margin: 0;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .18));
}

.mobile-nav-heading .mobile-nav-eyebrow {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mobile-nav nav li a {
    transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
}

.mobile-nav .mainnav > li > a:hover,
.mobile-nav .mainnav > li > a:focus-visible {
    padding-left: 29px;
    color: #fff;
    background: rgba(255, 255, 255, .055);
}

.mobile-nav nav li ul {
    background: rgba(0, 0, 0, .2);
    box-shadow: inset 4px 0 0 #c8102e;
}

.mobile-nav nav li ul li a {
    padding: 12px 22px 12px 38px;
    border-top-color: rgba(255, 255, 255, .045);
    line-height: 1.35;
}

.mobile-nav nav li ul li a:hover,
.mobile-nav nav li ul li a:focus-visible {
    padding-left: 42px;
    color: #fff;
    background: rgba(255, 255, 255, .05);
}

.mobile-nav-btn:hover { transform: translateY(-1px); }
.mobile-nav-btn:active { transform: scale(.96); }

@media (min-width: 992px) {
    .mobile-nav-backdrop { display: none !important; }
}

@media (max-width: 480px) {
    .mobile-nav {
        width: min(88vw, 340px);
        max-width: none;
        right: min(-88vw, -340px);
    }
}

/* Final mobile navigation state lock. */
@media (max-width: 991px) {
    .app-container {
        position: static;
        display: block;
    }

    .mobile-nav-btn,
    .mobile-nav-btn.active {
        position: fixed !important;
        top: 18px !important;
        right: 18px !important;
        left: auto !important;
        z-index: 10000001 !important;
        display: block;
    }

    .mobile-nav-btn .lines {
        top: 22px !important;
    }

    .mobile-nav,
    .mobile-nav.active {
        z-index: 10000000;
    }
}

/* Inner service-banner form placeholders remain clearly black. */
main.inner-page .form__banner__sec input::placeholder,
main.inner-page .form__banner__sec textarea::placeholder,
main.inner-page .banner-formInner input::placeholder,
main.inner-page .banner-formInner textarea::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

main.inner-page .form__banner__sec input::-webkit-input-placeholder,
main.inner-page .form__banner__sec textarea::-webkit-input-placeholder,
main.inner-page .banner-formInner input::-webkit-input-placeholder,
main.inner-page .banner-formInner textarea::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.form__banner__sec input,
.form__banner__sec textarea {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

.form__banner__sec input::placeholder,
.form__banner__sec textarea::placeholder,
.form__banner__sec input::-webkit-input-placeholder,
.form__banner__sec textarea::-webkit-input-placeholder,
.form__banner__sec input::-moz-placeholder,
.form__banner__sec textarea::-moz-placeholder,
.form__banner__sec input:-ms-input-placeholder,
.form__banner__sec textarea:-ms-input-placeholder {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    opacity: 1 !important;
}

.form__banner__sec .btn__banner__form input[type="submit"] {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Portfolio page industries heading stays white on its dark AWP background. */
.our-portfolio-page .industries__sec__main .center__text__sec h2 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .3);
}

/* All Our Services page banners use consistent solid-white copy. */
main.inner-page .services__banner .banner___content,
main.inner-page .services__banner .banner___content h1,
main.inner-page .services__banner .banner___content h1 span,
main.inner-page .services__banner .banner___content p,
main.inner-page .services__banner .points__banner li,
main.inner-page .services__banner .point__banner li {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

main.inner-page .services__banner .banner___content h1 span {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .34);
}

main.inner-page .services__banner .banner___content h1,
main.inner-page .services__banner .banner___content p,
main.inner-page .services__banner .points__banner li,
main.inner-page .services__banner .point__banner li {
    text-shadow: 0 5px 24px rgba(0, 0, 0, .4);
}

/* Keep every process-section heading solid white across all service pages. */
.our__process__sec .center__text__sec h2 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .3);
}

.industries__sec__main:not(.home-industries) .center__text__sec h2 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .3);
}

/* Keep legal-page content aligned and readable on mobile screens. */
@media (max-width: 767px) {
    .privacy-policy-page .term_condition .term_content_Sec,
    .term-and-conditions-page .term_condition .term_content_sec {
        text-align: left;
    }

    .privacy-policy-page .term_condition p,
    .privacy-policy-page .term_condition li,
    .term-and-conditions-page .term_condition p,
    .term-and-conditions-page .term_condition li {
        text-align: left;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .privacy-policy-page .term_condition h3,
    .privacy-policy-page .term_condition h6,
    .term-and-conditions-page .term_condition h3,
    .term-and-conditions-page .term_condition h4,
    .term-and-conditions-page .term_condition h6 {
        text-align: left;
    }

    .privacy-policy-page .term_condition ul,
    .term-and-conditions-page .term_condition ul {
        padding-left: 24px;
        padding-right: 0;
    }

    .term-and-conditions-page .term_condition .container > .row > .row {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

/* Match every mobile industries section to the homepage presentation. */
@media (max-width: 767px) {
    .industries__sec__main {
        padding-top: 70px;
        padding-bottom: 70px;
        color: #002868;
        background:
            radial-gradient(circle at 10% 18%, rgba(0, 87, 184, .08), transparent 25%),
            radial-gradient(circle at 92% 82%, rgba(200, 16, 46, .07), transparent 27%),
            #fff !important;
    }

    .industries__sec__main .center__text__sec h2 {
        width: fit-content;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.15;
        letter-spacing: -1.2px;
        color: #002868 !important;
        background: linear-gradient(90deg, #002868 0 42%, #0057b8 52%, #c8102e 72% 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent !important;
        text-shadow: none;
    }

    .industries__sec__main .center__text__sec h2 span {
        display: inline-flex;
        width: clamp(44px, 15vw, 68px);
        margin: 0 6px;
        vertical-align: middle;
    }

    .industries__sec__main .center__text__sec h2 span img {
        width: 100%;
        height: auto;
    }

    .industries__sec__main > .container > .row:nth-of-type(2) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-right: 0;
        margin-left: 0;
        padding-top: 32px !important;
    }

    .industries__sec__main > .container > .row:nth-of-type(2) > .col-sm-2 {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .industries__sec__main .industries__sec__box {
        position: relative;
        height: 100%;
        min-height: 180px;
        margin-bottom: 0;
        overflow: hidden;
        padding: 24px 10px;
        border: 1px solid rgba(0, 40, 104, .14);
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 18px 44px rgba(0, 40, 104, .11);
    }

    .industries__sec__main .industries__sec__box::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 5px;
        content: "";
        background: #002868;
    }

    .industries__sec__main .col-sm-2:nth-child(3n + 2) .industries__sec__box::before {
        background: #c8102e;
    }

    .industries__sec__main .col-sm-2:nth-child(3n) .industries__sec__box::before {
        background: #0057b8;
    }

    .industries__sec__main .industries__sec__head span {
        color: #111520;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 390px) {
    .industries__sec__main > .container > .row:nth-of-type(2) {
        grid-template-columns: 1fr;
    }

    .industries__sec__main .industries__sec__box {
        min-height: 170px;
    }
}

/* Use the same solid-black industries heading on home and inner pages. */
.industries__sec__main .center__text__sec h2,
.home-industries .center__text__sec h2,
.our-portfolio-page .industries__sec__main .center__text__sec h2 {
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.12;
    letter-spacing: clamp(-2px, -.04em, -1px);
    color: #111520 !important;
    background: none !important;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: #111520 !important;
    text-shadow: none;
}

.industries__sec__main .center__text__sec h2 span {
    display: inline-flex;
    width: clamp(46px, 7vw, 92px);
    margin: 0 clamp(5px, 1vw, 12px);
    vertical-align: middle;
}

.industries__sec__main .center__text__sec h2 span img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .industries__sec__main .center__text__sec h2,
    .home-industries .center__text__sec h2,
    .our-portfolio-page .industries__sec__main .center__text__sec h2 {
        color: #000 !important;
        background: none !important;
        -webkit-background-clip: border-box !important;
        background-clip: border-box !important;
        -webkit-text-fill-color: #000 !important;
        text-shadow: none !important;
    }
}

/* Keep every centered section heading solid black on mobile. */
@media (max-width: 767px) {
    .center__text__sec h2,
    .center__text__sec h2 span {
        color: #000 !important;
        background: none !important;
        -webkit-background-clip: border-box !important;
        background-clip: border-box !important;
        -webkit-text-fill-color: #000 !important;
        text-shadow: none !important;
    }

    main.inner-page .industries__sec__main.padding__120 .center__text__sec h2,
    .industries__sec__main.padding__120 .center__text__sec h2 {
        color: #000 !important;
        background: none !important;
        -webkit-background-clip: border-box !important;
        background-clip: border-box !important;
        -webkit-text-fill-color: #000 !important;
        text-shadow: none !important;
    }
}

/* Footer social buttons with branded color and motion. */
footer ul.footer__social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

footer ul.footer__social li {
    display: block;
    margin: 0;
}

footer ul.footer__social li a {
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

footer ul.footer__social li:first-child a {
    background: linear-gradient(135deg, #833ab4, #fd1d1d 58%, #fcb045);
}

footer ul.footer__social li:nth-child(2) a {
    background: #1877f2;
}

footer ul.footer__social li a::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, .34), transparent 55%);
    opacity: 0;
    transition: opacity .3s ease;
}

footer ul.footer__social li a i {
    position: relative;
    z-index: 1;
    transition: transform .3s ease;
}

footer ul.footer__social li a:hover,
footer ul.footer__social li a:focus-visible {
    border-color: #fff;
    color: #fff;
    transform: translateY(-5px) rotate(5deg) scale(1.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .28);
}

footer ul.footer__social li a:hover::before,
footer ul.footer__social li a:focus-visible::before {
    opacity: 1;
}

footer ul.footer__social li a:hover i,
footer ul.footer__social li a:focus-visible i {
    transform: scale(1.12);
}

footer ul.footer__social li a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    footer ul.footer__social li a,
    footer ul.footer__social li a i,
    footer ul.footer__social li a::before {
        transition: none;
    }
}
