@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
}


@font-face {
    font-family: 'Canva Sans';
    src: url('../fonts/CanvaSans/CanvaSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Conthrax SemiBold";
    src: url("../fonts/conthrax/Conthrax-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat SemiBold";
    src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "Montserrat SemiBold";
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 400ms;
}

img {
    max-width: 100%;
}

input,
button {
    outline: none;
    box-shadow: none;
}

.colorOrange {
    color: rgb(244, 109, 107) !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.object-cover {
    object-fit: cover;
}

.gradient-text {
    font-weight: 700;
    font-size: 62px;
    background: #000;
    font-family: "Conthrax SemiBold";

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-para {
    font-size: 48px;
    font-weight: 300;
}

.color-strips {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
}


.strip {
    position: absolute;
    height: calc(100vh/3 + 80px);
    width: 100vw;
}


.strip1 {
    top: 0px;
    background: #52C3D1;
    background: linear-gradient(90deg, rgba(82, 195, 209, 1) 0%, rgba(42, 112, 200, 1) 49%, rgba(64, 54, 192, 1) 100%);
}

.strip2 {
    top: calc(100vh / 3 - 70px);
    background: linear-gradient(90deg, #0B00CF, #300A6E);
    background: #993392;
    background: linear-gradient(90deg, rgba(153, 51, 146, 1) 0%, rgba(206, 54, 107, 1) 49%, rgba(237, 57, 69, 1) 100%);
    z-index: 2;
}

.strip3 {
    top: calc(100vh / 3 - -50px);
    background: #59C47F;
    background: linear-gradient(90deg, rgba(89, 196, 127, 1) 0%, rgba(82, 184, 144, 1) 48%, rgba(77, 177, 154, 1) 100%);
}

.mobile {
    display: none !important;
}

.text-end {
    text-align: right;
}

.navbar-brand a {
    outline: none;
    box-shadow: none;
}

section {
    overflow: hidden;
}

.sectionHeading h2,
.sectionHeading h2 .gradient-text {
    font-size: 36px !important;
    color: #2C2C2C;
    font-weight: 700;
    font-family: "Conthrax SemiBold";
}

.sectionHeading h4 {
    color: rgb(123, 123, 123);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Conthrax SemiBold";
}

.sectionHeading h3 {
    font-size: 16px;
    font-weight: 300;
    color: rgb(244, 109, 107);
    /* text-transform: uppercase; */
    font-family: "Conthrax SemiBold";
}

.sectionHeading p {
    font-size: 16px;
    color: rgb(21, 29, 53);
    opacity: 0.7;
    font-weight: 300;
    margin-top: 20px;
}

.mainHeader {
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0px;
    position: fixed;
    background: #fff;
    /*box-shadow: 0 0 10px #00000012;*/
    transform: translateY(0px);
    transition: all 300ms ease;
    background: transparent;
}

nav#mainNav {
    background: transparent;
}

.mainHeader.fixedHeader {
    background: #fff;
}

.scroll-down .mainHeader,
.scroll-down .topStickyBar {
    transform: translateY(-75px);
    transition: all 300ms ease;
}

.listInline {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    gap: 7px;
    margin-bottom: 7px;
}

.unorderList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.gap20 {
    gap: 20px;
}


nav#mainNav .nav-item>a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    /* padding: 25px 5px; */
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

nav#mainNav .nav-item>i {
    color: #fff;
}

.mainHeader.fixedHeader nav#mainNav .nav-item>a,
.mainHeader.fixedHeader nav#mainNav .nav-item>i {
    color: #000;
}

nav#mainNav .nav-item>a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: rgb(41 67 148);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 500ms;
}

nav#mainNav .nav-item>a:hover::after {
    width: 100%;
    transition: 500ms;
}

.navbar-brand img {
    height: 55px;
}

nav#mainNav .nav-item {
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

nav#mainNav .nav-item .colorBtn {
    border: none;
    background: #000;
    color: #fff !important;
    padding: 12px;
}

nav#mainNav .nav-item .colorBtn:after {
    display: none;
}

.bannerContent h3 {
    font-weight: 400;
    font-size: 25px;
    color: rgb(255, 255, 255);
    margin: 0px;
    line-height: 32px;
}

.bannerContent {
    position: relative;
    z-index: 9;
    /* min-width: 800px; */
}

.bannerContent h1 {
    color: rgb(255, 255, 255);
    font-size: 105px;
    margin: 10px 0px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Conthrax SemiBold";
}

section.banner h3,
section.banner p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin: 0px 0px 40px;
    opacity: 0.7;
}

section.banner p {
    color: rgb(255 255 255);
    opacity: 1;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.whiteBg {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    border-radius: 10px;
}

.lineBtn,
.colorBtn,
.blackBtn,
.whiteBtn {
    display: inline-flex;
    padding: 6px 25px;
    background: linear-gradient(90deg,
            #0b00cf 0%,
            #300a6e 33%,
            #ff2d2b 66%,
            #c10a28 100%);
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-size: 14px;
    border: 1px solid transparent;
    color: rgb(255, 255, 255) !important;
    border-radius: 12px;
}

.colorBtn,
.lineBtn {
    border-radius: 6px;
}

.colorBtn:hover,
.lineBtn:hover {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg,
            #0b00cf 0%,
            #300a6e 33%,
            #ff2d2b 66%,
            #c10a28 100%) border-box;

    border: 1px solid transparent;
    color: #300a6e !important;
}


.lineBtn {
    background: transparent;
    border: 1px solid #e0e5eb;
    color: #1d2530 !important;
}

.blackBtn {
    background: rgb(31, 31, 31);
    border-radius: 12px;
    color: rgb(255, 255, 255) !important;
}

.blackBtn:hover {
    background: #c40c28;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
}

.whiteBtn {
    background: rgb(234, 236, 253);
    text-transform: none;
    border: none;
    font-size: 14px;
    color: #300A6E !important;
    outline: none !important;
}

section.banner {
    padding: 0% 0px 0px;
    position: relative;
    /* height: 100vh; */
    display: flex;
    align-items: end;
}

.bgVideo,
.colorOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.colorOverlay {
    background: linear-gradient(90deg, #0b00cf45 0%, #300a6e91 40%, #ff2d2bc2 70%, #c10a28b0 100%);
    z-index: 0;
}

.bgVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .bannerContent img {
    max-width: 400px;
} */

.para {
    font-size: 16px;
    color: rgb(21, 29, 53);
    font-weight: 300;
    line-height: 1.8;
}

.scale-section {
    min-height: 600px;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
}

.scale-section>.container,
.sectionWithVideoBg>.container {
    position: relative;
    z-index: 1;
}

.sectionWithVideoBg {
    padding: 120px 0;
}

.sectionWithVideoBg .bgVideo {
    opacity: 0.3;
}

.colorStripSec {
    min-height: 600px;
}

.customSec {
    position: relative;
    padding-bottom: 80px;
    background: #fff;
}

.content p {
    font-size: 16px;
    font-weight: 300;
    color: #2C2C2C;
    max-width: 90%;
    margin: 0 auto;
}

.nobg {
    background: transparent !important;
}

/* .scale-section .bgVideo video {
    opacity: 0.5;
} */


.thumbnailImg img {
    width: 100%;
}

.thumbnailImg {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.subHeading {
    font-size: 30px;
    font-weight: 700;
    color: #1d2530;
    font-family: "Conthrax SemiBold";
}

.thumbnailText {
    padding: 30px 0;
}

.thumbnailText p {
    font-size: 16px;
    font-weight: 400;
    color: #6c7c93;
    margin: 15px 0 25px;
}

.thumbnailText ul li,
.tile {
    color: #300A6E;
    font-size: 16px;
    font-weight: 500;
    background: #300A6E1a;
    padding: 7px 15px;
    border-radius: 12px;
    border: solid 1px #300A6E33;
}

.tile {
    background: linear-gradient(90deg, #d8d5ea 0%, #cbe9ff 100%);
    border: 1px solid rgba(120, 150, 200, 0.4);
    display: inline-flex;
    margin-bottom: 15px;
}

.thumbnailImg .tile {
    position: absolute;
    top: 24px;
    right: 24px;
    background: #fffffff2;
    font-size: 16px;
    font-weight: 600;
    color: #300A6E;
    border: none;
}

.greyBg {
    background: #F0F2F5;
}

.visionMissionSec {
    position: relative;
    padding: 100px 0;
    margin: 0;
}

.visionMissionSec .scaleImgWrp {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%);
}

.visionMissionSec h2.gradient-text {
    font-weight: 400;
    font-size: 98px;
    text-transform: uppercase;
    border-bottom: solid 1px #300A6E;
    text-align: left;
    display: inline-block;
}

.visionMissionSec .content p {
    max-width: 100%;
    font-size: 16px;
    color: #2C2C2C;
    text-align: left;
}

.visionMissionSec.greyBg .content {
    text-align: left;
}

.missionPadding {
    padding-top: 230px;
}

.gradientBg {
    background: linear-gradient(90deg,
            #0b00cf 0%,
            #300a6e 33%,
            #ff2d2b 66%,
            #c10a28 100%);

    padding: 100px 0;
}

.counterBx {
    padding: 30px 20px;
    background: #ffffff1a;
    border-radius: 16px;
    border: solid 1px #fff3;
    text-align: center;
}

.counterBx h3 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}

.counterBx p {
    margin: 0;
    font-size: 17px;
    color: #ffffffe6;
    font-weight: 400;
}

.bgdot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #FF2D2B !important;
}

.color-lite-blue {
    color: #0B00CF !important;
}

.color-blue {
    color: #300A6E !important;
}

.counterSec .container {
    position: relative;
    z-index: 1;
}

.whiteOverlay {
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 80%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slideImg {
    position: relative;
    overflow: hidden;
}

.slideIco {
    position: absolute;
    left: 16px;
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(160deg, #343893 0%, #1d4f9d 50%, #0288d1 100%);
    border-radius: 12px;
}

.slideIco {
    position: absolute;
    left: 16px;
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(160deg, #343893 0%, #1d4f9d 50%, #0288d1 100%);
    border-radius: 12px;
}

.slideBx {
    border: solid 1px #e0e5eb;
    border-radius: 15px;
    overflow: hidden;
    transition: all 500ms ease;
    box-shadow: 0 0 0 #000;
}

.slideBx:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / .25);
    border-color: #300A6E80;
    transition: all 500ms ease;
}

.slideBx .slideImg>img {
    width: 100%;
    height: 200px !important;
    transform: scale(1);
    transition: all 500ms ease;
}

.slideBx:hover .slideImg>img {
    transform: scale(1.1);
    transition: all 500ms ease;
}

.slideContent {
    background: #fff;
    padding: 24px;
}

.slideContent h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1d2530;
}

.slideContent p {
    margin: 0;
    color: #6c7c93;
}

.slideImg .tile {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #300A6E;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
}

.techSolution .slideContent h3 {
    font-size: 16px;
    margin: 0;
}

.techSolution .slideContent p {
    color: #6c7c93;
    font-size: 16px;
    margin: 10px 0 15px;
}

.full-width {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.lineBtn svg {
    height: 16px;
}

.formBx,
.touchBx,
.readyBx {
    /* background: #fffffff2; */
    padding: 32px;
    border: solid 1px #e0e5eb;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.touchBx {
    box-shadow: none;
}

.formBx label {
    font-size: 14px;
    font-weight: 500;
    color: #1f242e;
    margin: 0 0 7px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group input,
.form-group textarea {
    font-size: 14px;
    padding: 8px 12px;
    resize: none;
}

.touchBx .d-flex {
    align-items: center;
    gap: 15px;
}

.touchBx .d-flex .iconBx {
    width: 48px;
    min-width: 48px;
    height: 48px;
    color: #000;
    background: #300A6E1a;
    color: #300A6E;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 12px;
}

.touchBx .d-flex a,
.touchBx .d-flex h5 {
    font-size: 16px;
    color: #626d84;
}

.touchBx .d-flex h5 {
    margin: 0 0 7px;
    color: #300A6E;
    font-weight: 500;
}

.semiHeading {
    font-weight: 700;
    color: #300A6E;
    font-size: 20px;
}

.readyBx p {
    max-width: 100%;
    color: #fff;
    opacity: 0.9;
    font-size: 16px;
    margin: 15px 0 20px;
}

.readyBx h3 {
    color: #fff;
    font-size: 16px;
}

.mainFooter {
    background-color: #fff;
    padding: 50px 0px 70px;
    border-top: solid 1px #e0e5eb;
}

.footerLogo p {
    font-size: 14px;
    color: #6c7c93;
    margin: 20px 0px 0px;
    font-weight: 400;
}

.footerLinks h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600 !important;
    margin: 0px 0px 10px;
    font-weight: 500;
}

.footerLinks ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footerLinks ul li {
    margin: 0px 0px 5px;
    color: rgb(214, 214, 216);
    font-size: 17px;
}

.footerLinks ul li a {
    color: #6c7c93;
    font-size: 14px;
    /* font-weight: 300; */
}

.footerLinks ul li a:hover {
    color: rgb(41 65 148);
}

.copyright>span {
    color: #6c7c93;
    font-size: 16px;
    font-weight: 600;
}

.copyright {
    margin-top: 32px;
    padding: 30px 0 20px;
    text-align: center;
    border-top: solid 1px #e0e5eb;
    color: #e0e5eb;
}

.visionImg {
    transform-origin: center center;
    will-change: transform;
}

.equal-height-row {
    display: flex;
}

.equal-height-row>.col-md-6 {
    display: flex;
}

.equal-height-row .thumbnailImg {
    flex: 1;
}

.equal-height-row .thumbnailImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.listInline li {
    display: block;
    white-space: normal;
    margin-bottom: 8px;
}

.product-swiper-wrapper {
    position: relative;
}

.product-prev,
.product-next {
    width: 46px;
    height: 46px;
    min-width: 56px;
    min-height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    z-index: 999;
    cursor: pointer;
}

.product-prev::after,
.product-next::after {
    font-size: 18px !important;
    font-weight: 700;
    color: #000;
}


.product-prev {
    left: -65px !important;
}

.product-next {
    right: -65px !important;
}

@media (max-width: 768px) {
    .product-prev {
        left: 0px !important;
    }

    .product-next {
        right: 0px !important;
    }
}

.productSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.slideBx {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.productSwiper .swiper-wrapper {
    align-items: stretch;
}

.productSwiper .swiper-slide {
    display: flex;
    height: auto;
}

.slideBx {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slideContent {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.slideContent .lineBtn {
    margin-top: auto;
}

@media (max-width: 768px) {

    .product-prev,
    .product-next {
        top: 115%;
        transform: translateY(-50%);
    }
}


.form-control:focus,
textarea:focus,
button:focus {
    box-shadow: none !important;
}

button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
    outline: none;
}

.form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.productSwiper .swiper-wrapper {
    align-items: stretch;
}

.productSwiper .swiper-slide {
    display: flex;
    height: auto;
}

.slideBx {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slideContent {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.slideContent .lineBtn {
    margin-top: auto;
}

@media (max-width: 768px) {

    .product-prev,
    .product-next {
        top: 114%;
        transform: translateY(-50%);


    }

    .product-prev {
        left: 33% !important;
    }

    .product-next {
        right: 33% !important;
    }
}

/*===============================Product-Details==========================================*/
.paddingSecWhite {
    padding: 100px 0;
}

.heading3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Conthrax SemiBold";
}

.uppercase {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.heading4 {
    font-size: 24px !important;
    font-weight: 400 !important;
    /* font-family: "Conthrax SemiBold"; */
}

.extra-large-font {
    font-size: 72px !important;
    font-weight: 400 !important;
    color: #1c1c21 !important;
    font-family: "Conthrax SemiBold";
}

#Key_features .accordion-button {
    font-family: "Conthrax SemiBold";
}

.greyBtn {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 6px 20px;
    background: #b0b0b0;
    color: #1c1c21;
    border-radius: 12px;
    font-size: 13px;
    position: relative;
    padding-right: 55px;
    cursor: none;
}

.greyBtn:hover {
    background: #c40c28;
    justify-content: center;
    color: #fff;
    padding: 6px 37px;
}

.greyBtn i {
    position: absolute;
    right: 15px;
    transform: scale(1);
    transition: all 500ms ease;
}

.greyBtn:hover i {
    transform: scale(0);
    transition: all 500ms ease;
}

.buttonPadding {
    padding: 5px 15px !important;
}

.fullImgRadius {
    width: 100%;
    border-radius: 20px;
}

.component-series-details .column:first-child .flex-column {
    width: 100%;
    margin-bottom: 2.6vw;
}

.component-series-details .column:first-child .flex-column .flex-row:not(:last-child) {
    padding-bottom: 0.35vw;
    border-bottom: 1px solid #b0b0b0;
}

.component-series-details .column:first-child .flex-column .flex-row {
    width: 100%;
    justify-content: space-between;
}

.component-series-details .column:first-child .flex-column .flex-row span:first-child {
    width: -webkit-calc(40% - 1.66vw * 0.5);
    width: calc(40% - 1.66vw * 0.5);
}

.component-series-details .column:first-child .flex-column .flex-row span:last-child {
    width: -webkit-calc(60% - 1.66vw * 0.5);
    width: calc(60% - 1.66vw * 0.5);
}

.component-series-details .column:first-child .flex-column .flex-row:not(:first-child) {
    margin-top: 0.75vw;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.greyBgWithRadius {
    background: #e6e7e4;
    border-radius: 25px;
    padding: 80px !important;
}

#Key_features .accordion-button {
    background: #fff;
    padding: 20px 0;
    font-size: 48px;
    color: #1c1c21;
    text-transform: uppercase;
    box-shadow: none !important;
    border: none !important;
}

#Key_features .accordion-item {
    border: none;
    border-top: solid 1px #b0b0b0;
    border-radius: 0px;
}

#Key_features .accordion-body {
    position: relative;
    padding: 50px 0;
    height: 500px !important;
}

#Key_features .accordion-body img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
}

.accordion-text {
    position: absolute;
    right: 50px;
    /* top: 100px; */
    max-width: 500px;
    font-size: 16px;
}

.bottom-left {
    bottom: 150px;
    top: auto;
    left: 50px;
}

.middle-right {
    top: 48%;
}

.projectImg img {
    width: 100% !important;
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    background: #eee;
    border: 2px solid #c2c2c2;
}

.projectImg {
    position: relative;
}

.projectImg ul {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.projectImg ul .greyBtn {
    padding: 5px 24px;
    background: #f2f3f0cc;
    /* backdrop-filter: blur(.25vw); */
    font-size: 12px;
}

.projectBxContent {
    padding: 15px 0;
}

.scroller-horizontal {
    display: flex;
    gap: 30px;
    width: 150vw !important;
}

.scroller-horizontal .projectBx {
    width: 50vw !important;
}

.component-series-products .products-grid>* {
    padding-top: 10.15vw;
}

.product-grid-line {
    width: 100%;
    padding-bottom: 0.35vw;
    border-bottom: 1px solid #b0b0b0;
    font-size: 11px;
    font-weight: 400;
    color: #1c1c21;
    text-transform: uppercase;
}

.product-grid-line:not(:first-child) {
    padding-top: 0.75vw;
}

.product-grid-line {
    width: 100%;
    padding-bottom: 0.35vw;
    border-bottom: 1px solid #b0b0b0;
}

.product-grid-line:last-child {
    border-bottom: 0;
}

.download-btn {
    align-items: center;
    gap: 5px;
    color: #1c1c21;
}

.specificationWrp {
    display: flex;
    gap: 30px;
}

.specificationBx {
    min-width: 23vw;
}

.specificationWrp .owl-carousel {
    min-width: 77vw;
}

.productSpecification h3.heading3 {
    min-height: 70px;
    margin: 0;
}

.productSpecification {
    padding-top: 0 !important;
}

.specificationBx {
    padding-top: 80px;
}

.specificationBtns {
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
    gap: 10px;
    justify-self: baseline;
}

.product-grid-line-download.downloads.flex-row {
    border-bottom: none;
}

.products-customize span {
    font-weight: 400;
    font-size: 12px;
    color: #1c1c21;
    display: block;
}

.products-customize span>div {
    max-width: 50%;
    color: #b0b0b0;
    margin-top: 10px;
}

.specificationWrp .threeSlider .owl-nav {
    position: absolute;
    top: -100px;
    right: 80px;
    display: flex;
    gap: 10px;
}

.specificationWrp .threeSlider .owl-nav button {
    height: 48px;
    width: 48px;
    border: solid 1px #1c1c21;
    border-radius: 50%;
    font-size: 16px;
}

.specificationWrp .threeSlider .owl-nav button.disabled {
    opacity: 0.3;
}

.greyBg2 {
    background: #ece7e6;
}

.blackBg {
    background: #1c1c21;
}

.blackBg .extra-large-font {
    color: #fff !important;
    text-transform: uppercase;
}

.blackBg .heading3 {
    color: #fff;
}

.innerBanner {
    padding-top: 130px;
}

.innerBanner .bannerContent img {
    max-width: 100%;
}

.innerBanner h1,
.innerBanner h3 {
    font-size: 80px;
    font-weight: 400;
    color: #1c1c21;
}

.innerBanner h3 {
    font-size: 48px;
    text-transform: uppercase;
}

.topStickyBar {
    top: 70px;
    background: #fff;
    padding: 15px 20px;
    border-top: solid 1px #ccc;
    transform: translateY(0px);
    transition: all 300ms ease;
}

.topStickyBar ul a {
    font-size: 16px;
    color: #b0b0b0;
    text-transform: uppercase;
    font-weight: 500;
}

.topStickyBar ul {
    gap: 20px;
}

.topStickyBar ul a.active {
    color: #000;
}

.nav-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.accordion-button::after {
    content: "";
    font-size: 32px;
    font-weight: 300;
    width: auto;
    height: auto;
    transform: none;
    background: none !important;
}

/* .accordion-button:not(.collapsed)::after {
    content: "-";
} */

.chevrons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}

.chevrons span {
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    animation: move 1.6s infinite;
}

.chevrons span:nth-child(1) {
    animation-delay: 0s;
}

.chevrons span:nth-child(2) {
    animation-delay: 0.2s;
}

.chevrons span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes move {
    0% {
        opacity: 0;
        transform: translateY(0) rotate(45deg);
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        transform: translateY(12px) rotate(45deg);
    }

    100% {
        opacity: 0;
    }
}

.banner-active .chevrons {
    opacity: 1;
    transition: all 500ms ease;
}

#Projects .owl-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 20px;
}

#Projects .owl-dots button {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
}

#Projects .owl-dots button.active {
    background: #d20828;
}

.cursor {
    position: fixed;
    width: 12px;
    height: 12px;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

/* Inner dot */
.cursor::after {
    content: "";
    width: 4px;
    height: 4px;
    background: black;
    border-radius: 50%;
}

/* Hover cursor for greyBtn */
.cursor-grey {
    width: 100px;
    height: 100px;
    background: #f9dddb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: none;
    border: none;
    color: #d52417;
    font-size: 32px;
    border: solid 1px #d52417;
    transition: all 200ms ease;
}

.cursor-grey::after {
    content: "";
    /* angle down */
    background: none;
    width: auto;
    height: auto;
    color: #d52417;
    font-size: 32px;
}

.cursor-view {
    background: #e5e0db;
    width: 150px;
    border: none;
    height: 45px;
    color: black;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    /* backdrop-filter: blur(8px); */
}

.cursor-view::after {
    content: none;
    /* remove dot/arrow */
}

.accordion_para {
    color: #000;
    /* fallback */

}

/* New industry section */
.hover-grid {
    padding: 0;
    overflow: hidden;
}

.hover-row {
    display: flex;
    width: 100%;
}

.hover-col {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    transition: flex 0.6s cubic-bezier(.4, 0, .2, 1);
}

.hover-col::before {
    content: "";
    position: absolute;
    inset: 6%;
    background-image: var(--bg);
    background-size: var(--bg-size, 100%);
    background-position: var(--bg-position, center);
    background-repeat: no-repeat;
    border-radius: 28px;
    opacity: 0;
    transform: scale(0.92);
    transition: all 0.5s ease;
}

.hover-col::after {
    content: "";
    position: absolute;
    inset: 6%;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.55));
    border-radius: 28px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hover-row:hover .hover-col {
    flex: 0.55;
}

.hover-row:hover .hover-col:hover {
    flex: 1.9;
}

.hover-col:hover::before,
.hover-col:hover::after {
    opacity: 1;
    transform: scale(1);
}

.hover-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 30px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.hover-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg) scale(1);
    font-size: 36px;
    font-weight: 600;
    color: #a9a8a8ff;
    letter-spacing: 1px;
    transition:
        transform 0.45s ease,
        color 0.3s ease;
    font-family: "Conthrax SemiBold";
}


.hover-subtext,
.hover-cta {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.hover-subtext {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 400;
}

.hover-cta {
    display: inline-block;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.hover-col:hover .hover-text {
    writing-mode: horizontal-tb;
    transform: rotate(0deg) scale(1.05);
    font-size: 36px;
    color: #ffffff;
}


.hover-subtext,
.hover-cta {
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.4s ease;
    text-align: center;
}

.hover-col:hover .hover-subtext,
.hover-col:hover .hover-cta {
    opacity: 1;
    transform: translateY(0);
}

.hover-subtext,
.hover-cta {
    display: none;
}

.hover-col:hover .hover-subtext,
.hover-col:hover .hover-cta {
    display: block;
    margin-top: 12px;
}

.hover-subtext,
.hover-cta {
    display: none;
    opacity: 0;
    transform: translateY(12px);
}

.hover-col:hover .hover-subtext,
.hover-col:hover .hover-cta {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

@media (max-width: 768px) {

    .hover-row {
        flex-direction: column;
        height: auto;
    }

    .hover-col {
        height: 280px;
        flex: none !important;
    }

    .hover-col::before,
    .hover-col::after {
        opacity: 1 !important;
        transform: scale(1) !important;
    }

    .hover-subtext,
    .hover-cta {
        display: block !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .hover-text {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 20px;
        color: #ffffff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    }

    .hover-subtext,
    .hover-cta {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .hover-content {
        max-width: 100%;
        padding: 20px;
    }

    .hover-row:hover .hover-col,
    .hover-row:hover .hover-col:hover {
        flex: none;
    }
}

.banner-heading {
    font-family: 'Canva Sans', sans-serif;
    font-size: 48px !important;
    font-weight: 800 !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.ultraedge-slider {
    overflow: hidden;
}

.ultraedge-slider img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .ultraedge-slider img {
        height: 240px;
    }
}

.downloadSec .downloadBtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    transition: all 0.3s ease;
}

.dropmenu:hover .dropmenuWrp,
.megaMenu:hover .megaMenuWrp {
    display: block
}


.downloadSec .downloadBtn:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}


.megaMenu {
    position: static
}

.megaMenuWrp {
    position: absolute;
    width: 100%;
    left: 0;
    top: 85%;
    background: #092033;
    padding: 20px 0;
    box-shadow: 0 10px 10px #0000000f;
    border-top: 1px solid #051726;
    display: none;
}

.megaMenuWrp .container {
    display: flex
}

.menuTab {
    min-width: 20%
}

.menuTabContent {
    width: calc(100% - 20%);
    padding: 0 50px
}

.menuTab li a {
    display: block;
    padding: 9px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff
}

.menuTab li a:hover {
    background: #f6f6f6;
    color: #300a6e;
}

.menuTabContent a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 5px 0;
    display: block
}

.megaMenuWrp .container ul,
.unorderList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tagline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.tag-left,
.tag-right {
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.tv-image {
    width: 600px;
    max-width: 100%;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
    .tagline-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .tag-left,
    .tag-right {
        font-size: 32px;
        text-align: center;
    }

    .tag-right {
        margin-bottom: 30px;
    }

    #Key_features .accordion-body {
        height: fit-content !important;
    }

    .tv-image {
        width: 90%;
    }
}

.footer-text {
    font-size: 26px;
    font-weight: 800;
    font-family: 'Canva Sans', sans-serif;
}

.content-inner {
    padding: 0;
    margin-top: 40px;
}

.aboutbanner {
    height: 30vh;
    padding: 100px 0 60px 0 !important;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 992px) {
    .map-wrapper {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .map-wrapper {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .map-wrapper {
        height: 260px;
    }
}

.contact-header p {
    max-width: 650px;
    margin: auto;
    font-size: 15px;
    opacity: 0.8;
}

.contact-toggle {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.toggle-btn {
    padding: 10px 35px;
    border: none;
    margin: 0 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    background: #e9e9e9;
    color: #000;
    transition: 0.3s;
}

.toggle-btn.active {
    background: #000;
    color: white;
}

.contact-form-card {
    background: #eee;
    padding: 40px;
    border-radius: 14px;
}

.form-input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}

.form-input:focus {
    border-color: #300a6e;
    outline: none;
}

.submit-main-btn {
    background: #000;
    color: white;
    padding: 12px 35px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.submit-main-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.location-card {
    padding: 25px;
    border-radius: 8px;
    background: #eee;
    min-height: 190px;
}

.location-card.dark {
    background: #000;
    color: white;
}

.location-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.location-card p {
    margin: 6px 0;
    font-size: 15px;
}

.location-card i {
    margin-right: 10px;
    color: #ff2d2b;
}

.location-card.dark i {
    color: #fff;
}

.location-card a {
    color: inherit;
    text-decoration: underline;
}

.breadcrumb-banner {
    background: url('../images/banner-bg.jpg') center/cover no-repeat;
    margin-top: 3.8rem;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.breadcrumb-banner .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.heading1 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-family: "Conthrax SemiBold";
}

.breadcrumb-text {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

.breadcrumb-text a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-text span {
    margin: 0 5px;
    color: #fff;
}

.breadcrumb-text .current {
    font-weight: 300;
}

.divider {
    border: 0;
    height: 2px;
    margin: 5px 0px 10px 0px;
    border-radius: 50px;
    background: #000;
}

.divider-color {
    border: 0;
    height: 3px;
    margin: 5px 0px 10px 0px;
    border-radius: 0px;
    background: #fff;
}

.topStickyBar {
    position: sticky;
    top: 71px;
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.mega-open .topStickyBar {
    position: relative;
    top: 0;
}

.product-usp-dark.improved-usp {
    background: #0A0A0D;
    padding: 100px 0;
    color: #fff;
}

/* HEADER */
.usp-title-dark {
    font-size: 38px;
    font-weight: 700;
    font-family: "Conthrax SemiBold";

}

.usp-subtitle-dark {
    font-size: 16px;
    opacity: 0.7;
}

.usp-accent-dark {
    width: 120px;
    height: 6px;
    margin: 15px auto 0;
    border-radius: 4px;
    background: linear-gradient(90deg, rgb(11, 0, 207), rgb(48, 10, 110), rgb(255, 45, 43), rgb(193, 10, 40));
}

/* CARD STYLE */
.usp-card {
    background: #111218;
    padding: 30px;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.35s ease;
    min-height: 220px;
}

.usp-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 50px rgba(255, 45, 43, 0.15);
}

.gradient-line {
    width: 70px;
    height: 7px;
    border-radius: 4px;
    margin-bottom: 15px;
    background: linear-gradient(90deg, rgb(11, 0, 207), rgb(48, 10, 110), rgb(255, 45, 43), rgb(193, 10, 40));
}

/* TEXT */
.usp-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: "Conthrax SemiBold";

}

.usp-card p {
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.7;
}




.ultra-promise-white {
    background: #ffffff;
    padding: 90px 0;
}

.title-wrap {
    position: relative;
}

.main-title {
    font-size: 38px !important;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    font-family: "Conthrax SemiBold";
}

.main-title span {
    color: #333;
    font-size: 38px !important;
    font-weight: 700;
}

.title-accent {
    width: 80px;
    height: 6px;
    margin-top: 15px;
    border-radius: 4px;
    background: linear-gradient(90deg, rgb(11, 0, 207) 0%, rgb(48, 10, 110) 33%, rgb(255, 45, 43) 66%, rgb(193, 10, 40) 100%);
}

.intro-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.detail-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    background: #fafafa;
    padding: 20px;
    border-left: 5px solid rgb(255, 45, 43);
    border-radius: 8px;
}

.promise-highlights {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}

.highlight-box {
    flex: 1;
    min-width: 260px;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.icon-accent {
    width: 55px;
    height: 7px;
    margin: 0 auto 15px;
    border-radius: 4px;
    background: linear-gradient(90deg, rgb(11, 0, 207) 0%, rgb(48, 10, 110) 33%, rgb(255, 45, 43) 66%, rgb(193, 10, 40) 100%);
}

.highlight-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.highlight-box p {
    font-size: 15px;
    color: #666;
}

@media (max-width: 768px) {

    .main-title {
        font-size: 30px;
    }

    .promise-highlights {
        flex-direction: column;
    }

    .detail-text {
        margin-top: 15px;
    }
}

.parent-diagonal {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    background: #e8ecf4;
}

.diagonal-left {
    width: 55%;
    background: linear-gradient(135deg, #003b82 0%, #005bbf 100%);
    /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
    display: flex;
    align-items: center;
    padding: 60px;
    color: #ffffff;
}

.left-inner {
    max-width: 480px;
}

.tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    opacity: 0.8;
}

.headline {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: "Conthrax SemiBold";

}

.summary {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.fact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 30px;
}

.fact-box {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 18px;
    border-radius: 10px;
    text-align: center;
    /* backdrop-filter: blur(4px); */
}

.fact-box h3 {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
}

.fact-box p {
    font-size: 16px;
    margin-top: 4px;
}

.cta-btn {
    display: inline-block;
    background: #ffffff;
    color: #005bbf;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #d7e6ff;
}

.diagonal-right {
    width: 45%;
    overflow: hidden;
    position: relative;
}

.image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85);
}

/* Responsive */
@media (max-width: 992px) {
    .parent-diagonal {
        flex-direction: column;
    }

    .diagonal-left,
    .diagonal-right {
        width: 100%;
        clip-path: none;
    }

    .diagonal-left {
        padding: 40px 25px;
    }
}

.timeline-section {
    padding: 80px 0;
    background: #fff;
}

.timeline-title {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 45px;
    font-family: "Conthrax SemiBold";

}

/* BAR */
.timeline-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.arrow {
    border: none;
    background: #000;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.arrow:hover {
    transform: scale(1.1);
}

.timeline-years {
    position: relative;
    margin: 0 25px;
    padding-bottom: 25px;
}

.timeline-years ul {
    display: flex;
    gap: 70px;
    list-style: none;
}

.timeline-years li {
    position: relative;
    padding-bottom: 30px;
    /* Add space so underline does not push dot */
}

.timeline-years li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    /* Keep dot fixed */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.timeline-years li.active::after {
    content: "";
    width: 4px;
    height: 22px;
    background: #0b00cf;
    position: absolute;
    bottom: -26px;
    /* EXACTLY below without moving dot */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    z-index: 1;
}

/* DOTTED LINE */
.dotted-line {
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #8a8a8a;
    position: absolute;
    bottom: 49px;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}


/* CARD */
.timeline-card {
    display: flex;
    gap: 20px;
    padding: 25px;
    max-width: 650px;
    /* Reduced width */
    margin: 0 auto;
    /* Center align */
    border-radius: 18px;
    align-items: center;
    background: linear-gradient(90deg, #0b00cf 0%, #300a6e 33%, #ff2d2b 66%, #c10a28 100%);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 0.45s ease;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.20);
}


/* Glass overlay to improve text visibility */
.timeline-card::before {
    content: "";
    position: absolute;
    inset: 0;
    /* backdrop-filter: blur(6px) brightness(1.2); */
    background: rgba(255, 255, 255, 0.14);
    z-index: 1;
}

/* Gloss reflection */
.timeline-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
    transform: skewX(-25deg);
    transition: 0.6s;
    z-index: 1;
}

.timeline-card:hover::after {
    left: 110%;
}

.timeline-years li.active::before {
    background: #0b00cf;
    box-shadow: 0 0 10px rgba(255, 45, 43, 0.6);
}

.timeline-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* CONTENT ON TOP OF GLASS */
.timeline-img,
.timeline-info {
    position: relative;
    z-index: 2;
}

.timeline-img img {
    width: 260px;
    height: 180px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.timeline-info h3 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
}

.timeline-info h4 {
    font-size: 22px;
    margin-top: 6px;
    font-weight: 600;
    color: #f8f8f8;
}

.timeline-info p {
    color: #f4f4f4;
    margin-top: 10px;
    font-size: 15px;
    max-width: 430px;
    opacity: 0.9;
}

/* MOBILE VIEW */
/* MOBILE VIEW CLEAN REDESIGN */
@media (max-width: 768px) {

    .timeline-years {
        width: 100%;
        padding-bottom: 0;
    }

    .timeline-years ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* 4 columns */
        gap: 12px 0;
    }

    .timeline-years li {
        font-size: 14px;
        padding-bottom: 15px;
        margin-bottom: 0;
        margin-right: 15px;
    }

    /* Dots removed — cleaner for mobile */
    .timeline-years li::before {
        display: none;
    }

    /* Active Year Highlight */
    .timeline-years li.active {
        background: rgba(11, 0, 207, 0.15);
        color: #0b00cf;
        padding: 4px 18px;
        border-radius: 6px;
        font-weight: 700;
        transition: 0.3s;
    }

    /* Underline replaced with modern active marker */
    .timeline-years li.active::after {
        content: "";
        width: 6px;
        height: 6px;
        background: #0b00cf;
        border-radius: 50%;
        margin: 6px auto 0;
        display: block;
        position: static;
        transform: none;
    }

    /* Remove dotted baseline for mobile */
    .dotted-line {
        display: none;
    }

    /* Hide arrows */
    .arrow {
        display: none !important;
    }

    /* Card simplified for mobile */
    .timeline-card {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        max-width: 95%;
        margin-top: 20px;
    }

    .timeline-img img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .timeline-info h3 {
        font-size: 26px;
    }

    .timeline-info h4 {
        font-size: 16px;
    }

    .timeline-info p {
        font-size: 14px;
    }
}

.uni-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.uni-card:hover {
    transform: translateY(-5px);
}

.uni-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.uni-image {
    position: relative;
}

.uni-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.uni-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
    flex-grow: 0;
}

.uni-content h5 a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}

.uni-content h5 a:hover {
    color: #300a6e;
}

.uni-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
    flex-grow: 0;
}

.uni-read-more {
    margin-top: auto;
}

.uni-read-more {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    width: fit-content;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #0b00cf 0%, #300a6e 33%, #ff2d2b 66%, #c10a28 100%);
    transition: opacity 0.3s ease;
}

.uni-read-more:hover {
    opacity: 0.9;
}

.uni-date {
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 10px;
    background: linear-gradient(90deg, #0b00cf 0%, #300a6e 33%, #ff2d2b 66%, #c10a28 100%);
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}

.uni-date .day {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #fff;
}

.uni-date .month {
    font-size: 12px;
    color: #fff;
}

.industry-section {
    padding: 70px 0;
    background: #ffffff;
}

.industry-title {
    font-size: 36px;
    font-family: "Conthrax SemiBold";
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.industry-desc p {
    font-size: 16px !important;
    line-height: 1.7;
    margin-bottom: 40px;
}

.ultraled-block h3 {
    font-size: 36px !important;
    font-family: "Conthrax SemiBold";
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.ultraled-block p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
}

.industry-images-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.industry-card {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.image-box {
    width: 100%;
    height: 180px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-bottom: 15px;
}

.industry-card h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Conthrax SemiBold";
    color: #000;
    margin-bottom: 10px;
}

.industry-card p {
    font-size: 16px;
    line-height: 1.6;
}

.timeline-section {
    padding: 90px 0;
    background: #fff;
}

.timeline-card .card-image {
    margin-top: 15px;
    width: 100%;
}

.timeline-card .card-image img {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    display: block;
}


.timeline-title {
    text-align: center;
    font-size: 44px;
    font-family: "Conthrax SemiBold";
    font-weight: 800;
    margin-bottom: 70px;
}

.timeline-wrapper {
    position: relative;
    margin-bottom: 80px;
}

.timeline-line {
    position: fixed;
    top: 20px;
    left: 10%;
    right: 0;
    height: 2px;
    width: 85%;
    z-index: 0;
}

.timeline-years {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.timeline-years li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-years li::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 100%;
    width: calc(100vw / 7 - 40px);
    border-top: 2px dotted #aaa;
}



.timeline-years li:last-child::after {
    display: none;
}

.year-btn {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    z-index: 3;
}

.year-btn:hover {
    background: #000;
    color: #fff;
}

.timeline-years li.active .year-btn {
    background: #0b00cf;
    color: #fff;
    border-color: #0b00cf;
    box-shadow: 0 0 0 6px rgba(11, 0, 207, .2);
}

.timeline-slider {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.slider-viewport {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

/* CARD */
.timeline-card {
    min-width: 720px;
    height: 450px;
    padding: 50px;
    margin: 0 auto;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(90deg,
            #0b00cf 0%,
            #300a6e 33%,
            #ff2d2b 66%,
            #c10a28 100%);
    opacity: 0.35;
    transform: scale(0.88);
    transition: 0.4s ease;
}

.timeline-card.active {
    opacity: 1;
    transform: scale(1);
}

.card-year {
    font-size: 72px;
    font-family: "Conthrax SemiBold";
    font-weight: 900;
    margin-bottom: 15px;
}

.timeline-card h4 {
    font-size: 44px;
    margin-bottom: 15px;
}

.timeline-card p {
    font-size: 16px;
}

.slider-btn {
    background: #000;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.about-timeline-heading {
    font-size: 16px;
}

@media(max-width: 992px) {
    .timeline-title {
        margin-bottom: 0px;
    }


    .timeline-wrapper {
        overflow-x: auto;
        padding-bottom: 20px;
        white-space: nowrap;
    }

    .timeline-years {
        display: none;

    }

    .timeline-years::-webkit-scrollbar {
        display: none;
    }

    .timeline-years li::after {
        display: none;
    }

    .timeline-line {
        display: none;
    }

    .year-btn {
        font-size: 14px;
        padding: 6px 16px;
    }

    .timeline-slider {
        flex-direction: column;
        gap: 20px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .slider-viewport {
        width: 100%;
        overflow: hidden;
    }

    .timeline-card {
        min-width: 100% !important;
        max-width: 100%;
        height: 450px;
        padding: 30px;
        transform: scale(0.85);
        opacity: 0.4;
    }

    .timeline-card.active {
        transform: scale(1);
        opacity: 1;
    }

    .card-year {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .about-timeline-heading {
        margin-top: 10px;
        font-size: 16px;
    }

    .timeline-card h4 {
        font-size: 20px;
    }

    .timeline-card p {
        font-size: 16px;
        line-height: 1.4;
    }

    .timeline-card .row {
        display: block;
    }

    .timeline-card .col-md-8,
    .timeline-card .col-md-4 {
        width: 100%;
    }

    .timeline-card .card-image img {
        display: none;

    }
}

.blog-modern-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px #838383 solid;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform .35s ease, box-shadow .35s ease;
}

.blog-modern-card:hover {
    transform: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.blog-modern-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-modern-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.blog-modern-card:hover .blog-modern-image img {
    transform: scale(1.06);
}

.blog-modern-overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(90deg, #0b00cf 0%, #300a6e 33%, #ff2d2b 66%, #c10a28 100%);
    transition: opacity .35s ease;
}

.blog-modern-card:hover .blog-modern-overlay {
    opacity: 0.25;
}

.blog-modern-date {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #0b00cf;
    border-radius: 10px;
    padding: 8px 14px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.blog-modern-date small {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.8;
}

.blog-modern-content {
    padding: 18px 20px 22px;
}

.blog-modern-content h4 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.35;
}

.blog-modern-content h4 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: 0.3s;
}

.blog-modern-content h4 a:hover {
    color: #ff2d2b;
}

.blog-modern-content .meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 16px;
}

.blog-modern-btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    background: linear-gradient(90deg, #0b00cf 0%, #300a6e 33%, #ff2d2b 66%, #c10a28 100%);
    transition: opacity .3s ease;
}

.blog-modern-btn:hover {
    opacity: 0.85;
}

.blog-nav-wrapper {
    text-align: center;
    margin-top: 20px;
}

.blog-prev-btn,
.blog-next-btn {
    background: #0b00cf;
    border: none;
    padding: 10px 20px;
    margin: 0 8px;
    border-radius: 40%;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.blog-prev-btn:hover,
.blog-next-btn:hover {
    opacity: 0.8;
}

.Industrybanner {
    position: relative;
    height: 60vh;
    padding: 140px 0 100px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.IndustrybannerContent h1 {
    font-family: "Conthrax SemiBold";
    font-size: 48px;
    margin: 0;
    color: #fff;
    font-weight: 800;
}

.banner {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    /*margin-top: 3.8rem !important;*/
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: visible !important;
    padding: 130px 0 240px !important;
    margin-bottom: 200px;
}

.banner {
    position: relative;
    width: 100%;
    background: url('../images/ultraled-banner-n.jpg') center center / cover no-repeat;
}

.banner-inner {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.logo {
    width: 200px !important;
    max-width: 80% !important;
}

.tagline-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    gap: 40px !important;
    margin-top: 20px !important;
}

.tag-left,
.tag-right {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #fff !important;
    white-space: nowrap !important;
}

.tv-image {
    width: 600px !important;
    max-width: 80vw !important;
}

.bgVideo video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    transform: translate(-50%, -50%) !important;
    object-fit: cover !important;
    z-index: 1 !important;
}

.overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.45) !important;
    z-index: 2 !important;
}

.bannerVideo video {
    max-width: 100%;
}

.bannerVideo {
    position: absolute;
    left: 50%;
    bottom: -230px;
    z-index: 99;
    width: 800px;
    transform: translateX(-50%);
    border: solid 2px #fff;
}

.carouselBx {
    position: relative;
}

.carouselBx>img {
    height: 360px;
    object-fit: cover;
}

.carouselBxContent {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00000070;
    padding: 15px;
}

.carouselBxContent h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}

.carouselBxContent p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.twoSliderWide {
    width: 120% !important;
}

.twoSliderWide .owl-nav {
    /* position: absolute;
    left: -20px;
    top: 50%; */
    display: flex;
    margin-top: 20px;
    gap: 20px;
    font-size: 25px !important;
    justify-content: center;
    position: relative;
    left: -8%;
}

.twoSliderWideContainer {
    overflow: hidden !important;
    /*padding: 0 30px !important;*/
}

/* ===================
   RESPONSIVE DESIGN
=================== */

/* Large Tablets */
@media (max-width: 1200px) {

    .tag-left,
    .tag-right {
        font-size: 32px !important;
    }

    .tv-image {
        width: 450px !important;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .tagline-wrapper {
        gap: 20px !important;
    }

    .tag-left,
    .tag-right {
        font-size: 28px !important;
    }

    .tv-image {
        width: 380px !important;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .banner {
        height: 50vh !important;
        padding: 20px !important;
    }

    .tagline-wrapper {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .tag-left,
    .tag-right {
        font-size: 24px !important;
    }

    .tv-image {
        width: 280px !important;
    }
}

/* Small Mobile Screens */
@media (max-width: 480px) {

    .tag-left,
    .tag-right {
        font-size: 32px !important;
    }

    .tv-image {
        width: 320px !important;
    }
}

.discover-btn {
    display: block;
    width: 50%;
    text-align: center;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 13px;
    color: #000;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    transition: color 0.3s ease;
}

.discover-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none !important;
    background: linear-gradient(90deg, #0b00cf 0%, #300a6e 33%, #ff2d2b 66%, #c10a28 100%);
    transition: all 0.4s ease;
    z-index: -1;
}

.discover-btn:hover::before {
    left: 0;
}

.discover-btn:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .timeline-section {
        display: none !important;
    }
}

/* Main Layout */
.parent-diagonal.modern-parent {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    background: #f8fafc;
    /* subtle neutral background */
}

/* Left Panel */
.diagonal-left {
    width: 50%;
    background: linear-gradient(135deg, #e6f0ff 0%, #ffffff 100%);
    padding: 80px 60px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Right Panel */
.diagonal-right {
    width: 50%;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
}

.diagonal-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
    transition: transform 0.8s ease;
}

.diagonal-right:hover img {
    transform: scale(1.25);
}

/* Tag Styling */
.tag {
    display: inline-block;
    padding: 6px 14px;
    background: #0044cc;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    animation: fadeUp 1s ease forwards;
}

/* Headline */
.headline {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a2239;
}

/* Summary */
.summary {
    font-size: 16px;
    color: #435b75;
    margin-bottom: 35px;
    max-width: 450px;
    line-height: 1.6;
}

/* Fact Grid */
.fact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.fact-box {
    padding: 28px 18px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    text-align: center;
    border-radius: 14px;
    transition: 0.35s ease;
    opacity: 0;
    animation: fadeUp 1.2s ease forwards;
}

.fact-box h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: #002b80;
}

.fact-box p {
    font-size: 15px;
    margin-top: 8px;
    color: #444;
}

/* Hover Animation */
.zoom-box:hover {
    transform: translateY(-10px) scale(1.06);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

/* Entrance Animations */
.fade-in-left {
    opacity: 0;
    animation: slideLeft 1s ease forwards;
}

.fade-in-right {
    opacity: 0;
    animation: slideRight 1s ease forwards;
}

@keyframes slideLeft {
    from {
        transform: translateX(-70px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    from {
        transform: translateX(70px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive */
@media(max-width: 991px) {

    .headline {
        font-size: 34px;
    }

    .summary {
        font-size: 17px;
        max-width: 100%;
    }

    .twoSliderWide {
        width: 100% !important;
    }
}

@media(max-width: 768px) {

    .parent-diagonal.modern-parent {
        flex-direction: column;
        min-height: auto;
    }

    .diagonal-left {
        width: 100%;
        clip-path: none;
        padding: 50px 25px;
        background: linear-gradient(135deg, #e9f1ff 0%, #ffffff 100%);
    }

    .diagonal-right {
        width: 100%;
        clip-path: none;
        height: 260px;
    }

    .diagonal-right img {
        height: 260px;
        transform: scale(1.1);
    }

    .fact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .fact-box {
        padding: 20px;
    }

    .headline {
        font-size: 28px;
    }

    .summary {
        font-size: 16px;
    }
}

@media(max-width: 480px) {

    .fact-grid {
        grid-template-columns: 1fr;
    }

    .diagonal-right {
        height: 220px;
    }

    .diagonal-right img {
        height: 220px;
    }

    .headline {
        font-size: 26px;
    }
}

@media(max-width: 768px) {

    .diagonal-right {
        width: 100%;
        clip-path: none;
        height: auto;
    }

    .diagonal-right img {
        width: 100%;
        height: auto;
        object-fit: contain;
        /* FIX IMAGE DISTORTION */
        transform: none;
        /* REMOVE ZOOM ON MOBILE */
    }
}

.accordion-text strong,
.accordion-text b {
    font-family: "Conthrax SemiBold";
    font-weight: 700 !important;
}

.topPadding80 {
    padding-top: 80px;
}

.text-black,
.text-black p,
.text-black span {
    color: #000 !important;
}































.approach-para {
    /* width: 65%; */
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #949494;
}

.approach-subeading {
    color: #171719 !important;
    font-size: 27px !important;
    font-weight: 300;

}

.approach-heading h2 {
    font-family: "Conthrax SemiBold";
    font-size: 45px;
    font-weight: 700;
    color: #000;
}

.trueblack-section {
    width: 100%;
    background: radial-gradient(circle at center, #111 0%, #000 70%);
    padding: 90px 40px;
    color: #fff;
}

.trueblack-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.trueblack-header {
    text-align: center;
    margin-bottom: 70px;
}

.trueblack-header h2 {
    font-family: "Conthrax SemiBold";
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.trueblack-header p {
    font-family: "Montserrat SemiBold";
    font-size: 27px;
    color: #CBCBCB;
}

.trueblack-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.trueblack-image {
    flex: 1;
    display: flex;
    justify-content: center;
    object-fit: contain;
}

.trueblack-image img {
    max-width: 100%;
    height: 300px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
}

.trueblack-text {
    flex: 1;
    font-family: "Montserrat SemiBold";
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    color: #BEBEBE;
}

.trueblack-text p strong {
    flex: 1;
    font-family: "Montserrat SemiBold";
    color: #fff;
    font-weight: 800;
}

.trueblack-slider .trueblack-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.trueblack-slider .owl-stage {
    display: flex;
}

.trueblack-slider .owl-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.trueblack-slider .owl-item.active {
    opacity: 1;
}

/* Mobile */
@media (max-width: 991px) {
    .trueblack-slider .trueblack-content {
        flex-direction: column;
        text-align: center;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .trueblack-section {
        width: 100%;
        background: #000;
        padding: 90px 10px;
        color: #fff;
    }

    .trueblack-content {
        flex-direction: column;
        text-align: center;
    }

    .trueblack-header h2 {
        font-size: 32px;
    }

    .trueblack-text {
        font-size: 15px;
    }

    .approach-para {
        width: auto;
    }

}

.connect-subscribe-section {
    background: #fff;
    padding: 80px 0;
    color: #000;
    font-family: "Montserrat SemiBold";
}

.connect-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.connect-divider {
    height: 1px;
    background: #000;
    margin-bottom: 50px;
}

/* CONNECT GRID */
.connect-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.connect-form h2 {
    font-size: 75px;
    font-weight: 400 !important;
    margin-bottom: 30px;
}

.form-field {
    margin-bottom: 22px;
}

.form-field label {
    display: block;
    font-size: 13px;
    color: #000;
    margin-bottom: 6px;
}

.form-field input,
.form-field textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    padding: 6px 2px;
    font-size: 15px;
    outline: none;
}

.form-field input ::placeholder {
    color: #000;
}

.connect-btn {
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 8px;
    border: 1px solid #000;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.connect-btn:hover {
    color: #fff;
    background: #000;
}

.subs-btn {
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 8px;
    border: 1px solid #000;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subs-btn:hover {
    color: #fff;
    background: #000;
}

.connect-info {
    background: #F5F5F5;
    padding: 28px;
    font-size: 14px;
}

.connect-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.connect-info p {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #000;
}

.connect-info p span {
    font-weight: 700;
    color: #000;
    min-width: 120px;
}


.subscribe-block {
    margin-top: 90px;
    font-family: "Montserrat SemiBold";
}

.subscribe-grid {
    width: 80%;
    align-items: center;
    gap: 60px;
}

.subscribe-block h2 {
    font-size: 75px;
    font-weight: 500;
    line-height: 1.2;
}

.subscribe-form {
    display: flex;
    gap: 20px;
}

.subscribe-form input {
    flex: 1;
    border: none;
    border-bottom: 1px solid #000;
    padding: 8px 2px;
    font-size: 15px;
    background: transparent;
    outline: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .connect-subscribe-section {
        padding: 50px 0;
    }

    .connect-divider {
        margin-bottom: 30px;
    }

    /* GRID → STACK */
    .connect-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* HEADINGS */
    .connect-form h2 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .subscribe-block h2 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    /* FORM FIELDS */
    .form-field {
        margin-bottom: 18px;
    }

    .form-field input,
    .form-field textarea {
        font-size: 14px;
        padding: 10px 4px;
    }

    /* BUTTON */
    .connect-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 15px;
        border-radius: 6px;
    }

    /* CONTACT INFO */
    .connect-info {
        padding: 20px;
    }

    .connect-info p {
        font-size: 14px;
        line-height: 1.6;
    }

    .connect-info p span {
        display: block;
        min-width: auto;
        margin-bottom: 4px;
    }

    /* SUBSCRIBE */
    .subscribe-block {
        margin-top: 60px;
    }

    .subscribe-grid {
        width: 100%;
    }

    .subscribe-form {
        flex-direction: column;
        gap: 16px;
    }

    .subscribe-form input {
        width: 100%;
        font-size: 14px;
        padding: 10px 4px;
    }

    .subscribe-form button {
        width: 100%;
        padding: 12px 0;
        font-size: 15px;
        border-radius: 6px;
    }
}

.latest-blogs-section {
    background: #ffffff;
    padding: 80px 0;
}

.latest-blogs-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.latest-blogs-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}

/* GRID */
.latest-blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.blog-card {
    background: #f6f9fc;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.blog-image {
    border-radius: 18px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.blog-content {
    padding: 18px 20px 22px;
}

.blog-date {
    font-size: 16px;
    color: #8492A7;
    display: block;
    margin-top: 15px;
    margin-bottom: 8px;
}

.blog-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #222D39;
    line-height: 1.4;
}

/* BUTTON */
.blogs-btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.blogs-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blogs-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .latest-blogs-grid {
        grid-template-columns: 1fr;
    }

    .blog-image img {
        height: 220px;
    }
}


.display-tech-section {
    background: #1d1d1d;
    padding: 90px 0;
    color: #fff;
    font-family: "Montserrat SemiBold", sans-serif;
}

.display-tech-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* HEADER */
.display-tech-header {
    text-align: center;
    margin-bottom: 60px;
}

.display-tech-header h2 {
    font-family: "Conthrax SemiBold";
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 14px;
}

.display-tech-header p {
    font-size: 18px;
    color: #FFFFFF;
    max-width: 960px;
    margin: auto;
    line-height: 1.6;
}

.display-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.display-tech-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    padding: 0 0 30px 0px;
    background: #000;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.display-tech-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.8);
}

.display-tech-card img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

/* LABEL */
.display-tech-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px;
    background: #050716;
    box-shadow: 0px 20px 60px 0px rgba(46, 33, 61, 0.08);
}

.display-tech-label span {
    font-size: 18px;
    color: #ffffff;
    font-family: "Conthrax SemiBold";
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .display-tech-grid {
        grid-template-columns: 1fr;
    }

    .display-tech-card img {
        height: 260px;
    }

    .display-tech-header h2 {
        font-size: 30px;
    }
}


.cert-strip-section {
    background: #ffffff;
    padding: 30px 0;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.cert-strip-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.cert-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.cert-strip img {
    max-height: 62px;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
}

/* MOBILE */
@media (max-width: 991px) {
    .cert-strip {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .cert-strip img {
        max-height: 38px;
    }
}



.product-portfolio-section {
    background-image: url('../images/pps-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

.product-portfolio-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.product-portfolio-header h2 {
    font-family: "Conthrax SemiBold";
    font-size: 45px;
    color: #FFFFFF;
}

.product-portfolio-header p {
    color: #CBCBCB;
    font-size: 27px;
    margin-bottom: 60px;
}

/* SLIDER */
.portfolio-slider {
    position: relative;
    height: 360px;
}

.portfolio-slide.prev {
    transform: translate(-380px, -50%);
    opacity: 0.7;
    z-index: 2;
}

.portfolio-slide.next {
    transform: translate(260px, -50%);
    opacity: 0.7;
    z-index: 2;
}

/* INFO */
.portfolio-info {
    margin-top: 40px;
}

.portfolio-info h3 {
    font-size: 35px;
    font-family: "Conthrax SemiBold";
    color: #FFFFFF;
}

.portfolio-info p {
    font-size: 18px;
    color: #FFFFFF;
}

/* CONTROLS */
.portfolio-controls {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.arrow {
    font-size: 22px;
    cursor: pointer;
}

.dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #fff;
}

/* FAR LEFT */
.portfolio-slide.prev2 {
    transform: translate(-600px, -50%) scale(0.85);
    opacity: 0.45;
    z-index: 1;
}

/* LEFT */
.portfolio-slide.prev {
    transform: translate(-500px, -50%) scale(0.95);
    opacity: 0.75;
    z-index: 2;
}

/* CENTER */
.portfolio-slide.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 4;
}

/* RIGHT */
.portfolio-slide.next {
    transform: translate(220px, -50%) scale(0.95);
    opacity: 0.75;
    z-index: 2;
}

/* FAR RIGHT */
.portfolio-slide.next2 {
    transform: translate(340px, -50%) scale(0.85);
    opacity: 0.45;
    z-index: 1;
}

/* MOBILE */
@media (max-width: 991px) {

    .portfolio-slide.prev,
    .portfolio-slide.next {
        display: none;
    }

    .portfolio-slide.active {
        width: 90%;
        height: 240px;
    }
}

/* SLIDER */
.portfolio-slider {
    position: relative;
    height: 360px;
}

/* BASE SLIDE */
.portfolio-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.6s ease;
}

.portfolio-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CENTER */
/* .portfolio-slide.active {
    width: 620px;
    height: 320px;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 3;
    background: linear-gradient(135deg, #c7c3ff, #f5b8d2);
    padding: 30px;
} */

.portfolio-slide.active img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
    background: transparent;
}

.portfolio-slide.active {
    width: 620px;
    height: 320px;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 3;
    /* padding: 30px; */
    transition: background 0.4s ease;
}


/* LEFT */
.portfolio-slide.prev {
    transform: translate(-500px, -50%);
    opacity: 1;
    z-index: 2;
}

/* RIGHT */
.portfolio-slide.next {
    transform: translate(220px, -50%);
    opacity: 1;
    z-index: 2;
}

/* HIDDEN (everything else) */
.portfolio-slide.hidden {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 768px) {

    .product-portfolio-section {
        padding: 60px 0;
    }

    .product-portfolio-header h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .product-portfolio-header p {
        font-size: 13px;
        margin-bottom: 35px;
        padding: 0 12px;
    }

    /* SLIDER */
    .portfolio-slider {
        height: 260px;
        position: relative;
    }

    .portfolio-slide {
        width: 85%;
        height: 200px;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.95);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
    }

    .portfolio-slide.active {
        background: transparent;
    }

    /* ACTIVE SLIDE */
    .portfolio-slide.active {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        z-index: 3;
        padding: 16px;
    }

    /* PREV / NEXT (off-canvas but animated) */
    .portfolio-slide.prev {
        opacity: 0;
        transform: translate(-70%, -50%) scale(0.9);
    }

    .portfolio-slide.next {
        opacity: 0;
        transform: translate(-30%, -50%) scale(0.9);
    }

    /* INFO */
    .portfolio-info {
        margin-top: 24px;
        padding: 0 12px;
    }

    .portfolio-info h3 {
        font-size: 18px;
    }

    .portfolio-info p {
        font-size: 12px;
        line-height: 1.5;
    }

    /* CONTROLS — KEEP VISIBLE */
    .portfolio-controls {
        margin-top: 20px;
        gap: 20px;
    }

    .arrow {
        font-size: 26px;
        padding: 6px 12px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        /* user-select: none; */
    }

    .dots {
        gap: 10px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }
}

.arrow {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

/* Optional hover effect */
.arrow:hover img {
    opacity: 0.85;
}

/* MOBILE TUNING */
@media (max-width: 768px) {
    .arrow img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .arrow {
        background: rgba(255, 255, 255, 0.12);
        border-radius: 50%;
        width: 44px;
        height: 44px;
        /* backdrop-filter: blur(6px); */
    }
}

.display-solution-section {
    padding: 80px 20px;
    background: #ffffff;
    z-index: 9999;
    position: relative;
}

.display-solution-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.section-title {
    font-family: "Conthrax SemiBold";
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}

.display-tabs {
    display: inline-flex;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-bottom: 50px;
}

.tab-btn {
    border: none;
    padding: 10px 18px;
    border-radius: 24px;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn.active {
    background: #000;
    color: #fff;
}

.display-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    text-align: left;
}

.display-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.display-text h3 {
    font-family: "Conthrax SemiBold";
    font-size: 35px;
    margin-bottom: 10px;
}

.display-subtitle {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 14px;
    color: #171719;
}

.display-desc {
    font-size: 18px;
    color: #949494;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .display-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Mobile & Tablet Responsive Improvements */
@media (max-width: 768px) {
    .trueblack-text {
        margin-top: 30px;

    }

    .trueblack-nav {
        margin-top: 10px;
    }

    .display-solution-section {
        padding: 50px 15px;
    }

    .section-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .tab-btn {
        border: none;
        padding: 10px;
        border-radius: 24px;
        background: transparent;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    /* Content Layout */
    .display-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    /* Image */
    .display-image img {
        border-radius: 10px;
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    }

    /* Text */
    .display-text h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .display-subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .display-desc {
        font-size: 15px;
        line-height: 1.6;
    }

    .trueblack-slider .owl-nav {
        position: absolute;
        bottom: -6%;
        left: 25%;
        width: 100%;
        gap: 30px;
        transform: translateY(-50%);
        display: flex;
        font-size: xx-large;
        padding: 0 20px;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {

    .section-title {
        font-size: 24px;
    }

    .tab-btn {
        font-size: 13px;
        padding: 7px 12px;
    }

    .display-text h3 {
        font-size: 22px;
    }

    .display-subtitle {
        font-size: 16px;
    }

    .display-desc {
        font-size: 14px;
    }
}

.trueblack-image video {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: contain;
}


.product-header {
    background: #fff;
}

.product-header .navbar .nav-link {
    color: #000 !important;
}

.product-header .navbar .nav-link:hover {
    color: #000 !important;
}

.product-header .fas {
    color: #000;
}

.product-header nav#mainNav .nav-item>i {
    color: #000 !important;
}

.custom-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 9999;
}

.custom-modal.active {
    visibility: visible;
    opacity: 1;
}

.custom-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    /* backdrop-filter: blur(6px); */
}

.custom-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    bottom: -45%;
    max-width: 900px;
    padding: 25px;
    border-radius: 16px;
    transform: scale(0.85) translateY(30px);
    transition: transform 0.4s ease;
    z-index: 2;
}

.custom-modal.active .custom-modal-content {
    transform: scale(1) translateY(0);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.banner {
    position: relative;
    height: 80vh;
    overflow: visible;
}

.video-stage {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

.video-stage video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trueblack-nav {
    text-align: center;
    margin-top: 30px;
}

.trueblack-nav button {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin: 0 8px;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s ease;
}

.trueblack-nav button:hover {
    background: #444;
}

.cert-strip-section {
    padding: 40px 0;
    background: #fff;
}

.cert-strip .item {
    text-align: center;
}

.cert-strip img {
    max-height: 70px;
    width: auto;
    margin: auto;
    transition: 0.3s ease;
}

.cert-strip img:hover {
    transform: scale(1.05);
}

.ultra-footer {
    background: #000;
    color: #b5b5b5;
    font-family: "Montserrat SemiBold";
}

.ultra-footer-container {
    max-width: 1250px;
    margin: auto;
}

.ultra-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 50px;
    padding: 40px;
}

.ultra-footer-brand img {
    height: 150px;
    object-fit: contain;
}

.ultra-footer-tagline {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.7;
}

.ultra-footer-title {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.ultra-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ultra-footer-links li {
    margin-bottom: 12px;
    font-size: 14px;
}

.ultra-footer-links a {
    color: #b5b5b5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ultra-footer-links a:hover {
    color: #ffffff;
}

.ultra-footer-address {
    line-height: 1.6;
    cursor: default;
}

.ultra-footer-social {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.ultra-footer-social a {
    width: 36px;
    height: 36px;
    border: 1px solid #333;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.ultra-footer-social a:hover {
    background: #fff;
    color: #000;
}

.ultra-footer-bottom {
    border-top: 1px solid #1a1a1a;
    padding: 25px 20px 20px;
    text-align: center;
    font-size: 13px;
    color: #777;
}

.ultra-footer-bottom a {
    color: #fff;
    text-decoration: none;
}

/* Tablet & Mobile – always 2 columns */
@media (max-width: 991px) {
    .ultra-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Small mobile tweaks (still 2 columns) */
@media (max-width: 576px) {
    .ultra-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ultra-footer-brand img {
        height: 90px;
    }

    .ultra-footer-title {
        font-size: 13px;
    }

    .ultra-footer-links li {
        font-size: 13px;
    }

    .ultra-footer-social {
        justify-content: flex-start;
    }
}


@media only screen and (max-width: 991px) {
    .banner {
        height: 300px !important;
        margin-bottom: 80px;
    }

    .bannerVideo {
        position: absolute;
        left: 50%;
        bottom: -120px;
        z-index: 99;
        width: 360px;
        transform: translateX(-50%);
        border: solid 2px #fff;
    }

    .twoSliderWide .owl-nav {
        left: auto;
    }

    .menuTab li a {
        margin-top: 20px;
    }

    .trueblack-slider .owl-nav {
        position: absolute;
        bottom: -6% !important;
        left: 25% !important;
        width: 100%;
        gap: 30px;
        transform: translateY(-50%);
        display: flex;
        font-size: xx-large;
        padding: 0 20px;
    }
}

.display-tech-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.display-tech-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.display-tech-label {
    font-family: "Conthrax SemiBold";
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 15px;
    z-index: 2;
}

.display-tech-card:hover .display-tech-label {
    display: none;
}

.display-tech-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.4));
    color: #fff;
    padding: 25px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
}

.display-tech-card:hover .display-tech-overlay {
    transform: translateY(0);
}


.display-tech-overlay h5 {
    font-family: "Conthrax SemiBold";
    font-size: 20px;
    margin-bottom: 10px;
}

.display-tech-overlay p {
    font-size: 16px;
    line-height: 1.6;
}

.display-tech-card:hover .display-tech-overlay {
    transform: translateY(0);
}

.display-tech-card:hover img {
    transform: scale(1.05);
}

.trueblack-slider .owl-nav {
    position: absolute;
    bottom: -18%;
    left: 45%;
    width: 100%;
    gap: 30px;
    transform: translateY(-50%);
    display: flex;
    font-size: xx-large;
    padding: 0 20px;
}

.trueblack-slider .owl-nav .owl-prev,
.trueblack-slider .owl-nav .owl-next {
    border: 1px solid #fff !important;
    padding: 4px 15px 8px !important;
    border-radius: 12px;
    background: transparent !important;
    color: #fff !important;
    transition: 0.3s ease;
}


.trueblack-slider .owl-nav button {
    pointer-events: all;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.trueblack-slider .owl-nav button:focus {
    outline: none;
}