
.heading-section-3 .sub {
	 display: flex;
	 align-items: center;
	 gap: 12px;
	 letter-spacing: 1.2px;
}
 .heading-section-3 .sub::after {
	 position: relative;
	 content: "";
	 width: 60px;
	 height: 1px;
	 background-color: var(--Primary);
}
 .heading-section-3 .sub.v2::before {
	 position: relative;
	 content: "";
	 width: 30px;
	 height: 1px;
	 background-color: var(--Primary);
}
 .heading-section-3 .sub.v2::after {
	 position: relative;
	 content: "";
	 width: 30px;
	 height: 1px;
	 background-color: var(--Primary);
}
 
 
 .heading-section {
    .sub {
        letter-spacing: 1.4px;
        line-height: 16px;
    }
    .right {
        @include res(lg) {
            margin-top: 16px;
        }
    }

    .desc {
        @include res(lg) {
            margin-top: 0;
        }
    }
    @include res(lg) {
        margin-bottom: 30px;
    }
    &.style-default {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    &.style-1 {
        .row {
            @include res(lg) {
                gap: 16px;
            }
        }
    }
    &.style-2 {
        img {
            border-radius: 80px;
        }
        .group-avatar {
            max-width: 540px;
            display: flex;
            width: 51%;
            img {
                width: 40.8%;
                border-radius: 50%;
                &:not(:last-child) {
                    margin-right: -62px;
                }
            }
        }
        .heading {
            @include res(md) {
                flex-direction: column;
                .group-avatar {
                    width: 100%;
                    img {
                        max-width: 180px;
                        &:not(:last-child) {
                            margin-right: -46px;
                        }
                    }
                }
            }
        }
        .bot {
            margin-left: auto;
            margin-right: auto;
            max-width: 953px;
            margin-top: 48px;
            @include res(lg, min) {
                gap: 48px;
            }
            @include res(md) {
                margin-top: 28px;
            }
            @include res(sm) {
                flex-direction: column;
            }
        }
        .btn_wrapper {
            flex-shrink: 0;
            width: 220px;
            height: 220px;
            @include res(md) {
                width: 150px;
                height: 150px;
            }
        }
        .tf-btn {
            max-width: 100%;
            height: 100%;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
            text-align: center;
            @include res(md) {
                max-width: 150px;
            }
            &:hover {
                background-color: var(--Secondary);
                color: var(--White);
            }
        }
    }
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');







.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}





a {
    color: var(--thm-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}



p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.fancybox-slide .fancybox-image-wrap {
    border-radius: 10px;
    overflow: hidden;
}



.page-wrapper {
  
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
   
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

img {
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}

#contact-form label.error {
    display: none !important;
}



.rating-box-style1 {
    position: relative;
    display: block;
}

.rating-box-style1 ul {
    position: relative;
    display: flex;
}

.rating-box-style1 ul li {
    position: relative;
    display: block;
    line-height: 0;
}

.rating-box-style1 ul li+li {
    padding-left: 10px;
}

.rating-box-style1 ul li span {
    position: relative;
    display: inline-block;
    color: #e4492e;
    font-size: 20px;
    cursor: pointer;
}




/** Thm Social Link **/
.thm-social-link {
    position: relative;
    display: block;
    padding-top: 30px;
}

.thm-social-link ul {
    position: relative;
    display: block;
}

.thm-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.thm-social-link ul li:last-child {
    margin-right: 0;
}

.thm-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: rgba(var(--thm-black-rgb), 1);
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.thm-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(var(--thm-base-rgb), 1);
    border-radius: 5px;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.thm-social-link ul li:hover a:before {
    opacity: 1;
    transform: scale(1);
}

.thm-social-link ul li:hover a {
    color: #ffffff;
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    position: fixed;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/icon/cross-out.png), pointer;
    z-index: 99999999;

    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.95;
    visibility: visible;
    right: 100%;
    background: linear-gradient(90deg, rgba(var(--thm-base-rgb), 1.0), rgba(var(--thm-black-rgb), 1.0));
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}


.xs-sidebar-widget {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    max-width: 460px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: auto;

    transition-timing-function: ease-out;
    transition: 0.5s;

    visibility: hidden;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition-timing-function: ease-in;
    transition: 0.5s;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 900ms ease 500ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
    background-color: #000000;
}

.sidebar-textwidget {
    padding: 50px 45px;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-base);
    border-color: var(--thn-base);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h3 {
    color: var(--thm-black);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin-bottom: 22px;
}

.xs-sidebar-group .content-inner h3 span {
    color: var(--thm-base);
    font-size: 25px;
    font-weight: 900;
}

.xs-sidebar-group .content-inner .content-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 47px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .content-box p {
    color: var(--thm-gray);
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.sidebar-contact-info ul li:last-child {
    margin-bottom: 0;
}

.sidebar-contact-info ul li .inner {
    position: relative;
    display: block;
    padding-left: 45px;
}

.sidebar-contact-info ul li .inner .icon {
    position: absolute;
    top: 0px;
    left: 0;
}

.sidebar-contact-info ul li .inner .icon span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
}

.sidebar-contact-info ul li .inner .icon span.map-marker {
    position: relative;
    top: 8px;
    font-size: 32px;
}

.sidebar-contact-info ul li .inner .text {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li .inner .text p {
    line-height: 24px;
}

.sidebar-contact-info ul li .inner .text p a {
    color: var(--thm-gray);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-contact-info ul li .inner .text p a:hover {
    color: var(--thm-base);
    text-shadow: -0.45px -0.45px 0 var(--thm-base), 0.45px 0.45px var(--thm-base);
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
    position: relative;
    display: block;
    padding-top: 49px;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 24px;
}

.side-content-newsletter-box .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    background-color: rgb(248, 248, 248);
    border: 1px solid #e3dfdf;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 6px;
    font-family: var(--thm-font);
}

.side-content-newsletter-box .form-group button {
    margin-top: 30px;
}


/*== Tab Box Style1 Css ======*/
.tab-box-style1 .tabs-content-box {
    position: relative;
    display: block;
}

.tab-box-style1 .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.tab-box-style1 .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.tab-box-style1 .tab-content-box-item .item {
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top bottom;
}

.tab-box-style1 .tab-content-box-item.tab-content-box-item-active .item {
    opacity: 1.0;
    transform: scaleY(1);
    transform-origin: bottom top;
}




/*== Accordion Box Style1 Css ======*/
.accordion-box-style1 {
    position: relative;
    display: block;
}

.accordion-box-style1 .accordion {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 30px 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.accordion-box-style1 .accordion:last-child {
    margin-bottom: 0;
}

.accordion-box-style1 .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box-style1 .accordion .accord-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0px;
    right: -30px;
    background-color: var(--thm-base);
    z-index: -1;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.accordion-box-style1 .accordion .accord-btn:hover:before,
.accordion-box-style1 .accordion .accord-btn.active:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.accordion-box-style1 .accordion .accord-btn h4 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 500ms ease;
}

.accordion-box-style1 .accordion .accord-btn:hover h4,
.accordion-box-style1 .accordion .accord-btn.active h4 {
    color: #ffffff;
}

.accordion-box-style1 .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e94b";
    top: 50%;
    left: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #f6f6f8;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box-style1 .accordion .accord-btn.active {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.accordion-box-style1 .accordion .accord-btn.active:after {
    color: var(--thm-black);
    content: "\e94c";
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.accordion-box-style1 .accordion .accord-content {
    position: relative;
    padding-top: 21px;
    padding-bottom: 23px;
    padding-left: 40px;
    padding-right: 0px;
    display: none;
}

.accordion-box-style1 .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box-style1 .accordion .accord-content p {
    font-size: 18px;
}



/*== Review Css ======*/
.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 15px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    color: #febd2f;
    font-size: 15px;
}



/*== Section Title Css ======*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -13px;
    padding-bottom: 50px;
}

.sec-title.withtext {
    padding-bottom: 53px;
}

.sec-title .sub-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}

.sec-title .sub-title .border-line {
    position: relative;
    display: block;
    width: 35px;
    height: 2px;
    background-color: var(--thm-base);
}

.sec-title .sub-title .border-line.left {
    margin-right: 10px;
}

.sec-title .sub-title .border-line.right {
    margin-left: 10px;
}

.sec-title .sub-title.item-center {
    justify-content: center;
}

.sec-title .sub-title h4 {
    color: var(--thm-base);
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    letter-spacing: 0.1em;
    z-index: 1;
}

.sec-title h2 {
    color: #16469D;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 900;
    text-transform: capitalize;
}


.other-services .sec-title h2 {
    color: #16469D;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 900;
    text-transform: capitalize;
}


.service-style5.other-services {
    position: relative;
    display: block;
    background-color: #f4f4f4;
    padding: 40px 0 40px!important;
    z-index: 10;
}


.other-services .single-service-style5 .icon-box span {
    color: #16469D;
    font-size: 45px;
    line-height: 65px;
}


.other-services .service-style5__top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
}


.other-services .single-service-style5 .title-box h3 {
    font-size: 20px;
    line-height: 34px;
    font-family: var(--thm-font);
}

.sec-title p {
    font-size: 18px;
    line-height: 28px;
    margin: 21px 0 0;
}



/*== Btn One Css ======*/
.btn-box {
    position: relative;
    display: block;
}

.btn-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 9px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 7px;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: var(--thm-font-2);
    z-index: 2;
}

.btn-one:before {
    position: absolute;
    top: 0px;
    left: 100%;
    right: -50px;
    content: "";
    
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
    bottom: 0;
}

.btn-one:hover:before {
    left: 0;
    right: 0px;
}

.btn-one:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: var(--thm-base);
    z-index: -1;
}

.btn-one:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.btn-one .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
	color:#fff;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.btn-one i {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




/*== Btn Two Css ======*/
.btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--thm-font-3);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-two span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    margin-left: 10px;
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.btn-two:hover span {
    color: #ffffff;
}

.btn-two span:after {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    z-index: -1;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.btn-two:hover span:after {
    opacity: 1.0;
    transform: scale(1.0);
}

.btn-two:hover {
    color: var(--thm-base);
    letter-spacing: normal;
}



/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 0px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 6px;
    background-color: #a7a7a7;
    border: 0px solid #d6d6d6;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 3px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background-color: var(--thm-base);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}



/*== Owl Dot Style Two Css ======*/
.owl-carousel.owl-dot-style2 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 30px !important;
    display: block;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 5px solid #ffffff;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 500ms ease;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {
    border: 5px solid #1a1c23;
    background-color: var(--thm-base);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active:before {
    transform: scale(1);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot span {
    display: none;
}



/*== Owl Nav Style One Css ======*/
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    line-height: 0;
    margin: 0;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #b6b3b2;
    border-radius: 50%;
    margin: 0 10px;
    padding: 0;
    z-index: 1;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: var(--thm-base);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(0);
    transform: perspective(400px) rotateX(0deg) scale(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: block;
    color: #b6b3b2;
    font-size: 20px;
    line-height: 48px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: #ffffff;
}







/*== Styled Pagination Css ======*/
.styled-pagination {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.styled-pagination.pdtop0 {
    padding-top: 0;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    color: var(--thm-gray);
    font-size: 20px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    z-index: 1;
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    font-size: 18px;
}

.styled-pagination li.prev a span:before {
    position: relative;
    display: inline-block;
    padding-right: 8px;
}

.styled-pagination li.next a span:before {
    position: relative;
    display: inline-block;
    padding-left: 8px;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    width: 70px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff;
}






/*== checked Css Css ======*/
.checked-box1 {
    position: relative;
    display: block;
    min-height: 20px;
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    cursor: pointer;
    min-height: 20px;
    font-family: var(--thm-font-3);
}

.checked-box1 input[type="checkbox"] {
    display: none;
}

.checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #f2ece7;
    cursor: pointer;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 label span:before {
    font-family: "icomoon" !important;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "\e938";
    color: var(--thm-base);
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border: 1px solid #8e8f8f;
    margin: 0px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checked-box1 input[type="checkbox"]:checked+label span {
    border-color: #8e8f8f;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}


/*== Accordion Box Css ======*/
.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .block {
    position: relative;
    display: block;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #ffffff;
    padding-top: 9px;
    padding-left: 55px;
    padding-bottom: 9px;
    padding-right: 20px;
    border: 1px solid #d4d4d4;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background: #ffffff;
    border-bottom: 1px solid transparent;
}

.accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--thm-font);
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
    color: var(--thm-base);
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    color: var(--thm-black);
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    cursor: pointer;
    transform: translateY(-50%) rotate(0deg);
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: var(--thm-base);
    transform: translateY(-50%) rotate(0deg);
}

.accordion-box .block .acc-btn .icon-outer i:before {
    font-weight: 700;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
    content: "\e90b";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-top: 1px;
    padding-left: 55px;
    padding-bottom: 21px;
    padding-right: 20px;
    border: 1px solid #d4d4d4;
    border-top: 1px solid transparent;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-content p {
    margin: 0;
}





/*== Search Popup Css ======*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    z-index: 9999;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.80;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
    background-color: #000000;
    padding: 10px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    padding-right: 80px;
}

.search-popup__content .thm-btn {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0;
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
    background-color: var(--thm-base);
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup__content .thm-btn i {
    background-color: transparent;
    margin-left: 0;
}

.search-popup__content .thm-btn:hover {
    color: #ffffff;
    background-color: var(--thm-black);
}




/* Preloader */
.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto 45px auto;
    animation: spinner 1s infinite linear;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    font-family: var(--thm-font-3);
    font-weight: 700;
    letter-spacing: 15px;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 0.5s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 0.7s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 0.8s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.7);
}

/* AnimaciĆĀ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }


   .sec-title {
   
    padding-bottom: 0px;
}





}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}




@-webkit-keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}




/*** 
=============================================
    Choose Style1 Css
=============================================
***/
.choose-style1 {
    position: relative;
    display: block;
    background-color: #f0f5fc;
    padding: 120px 0px 120px;
    z-index: 10;
}

.choose-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 120px;
    background-color: var(--thm-base);
    width: calc((100% - 680px) / 2);
    z-index: -1;
}

.choose-style1__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000323;
    opacity: 0.10;
    clip-path: polygon(0 20%, 0% 100%, 80% 100%);
}

.choose-style1__img {
    position: relative;
    display: block;
    margin-left: -40px;
    margin-right: 95px;
}

.choose-style1__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.choose-style1__img .inner img {
    width: 100%;
}

.choose-style1__img .inner:hover img {
    transform: translateX(10px);
}


.choose-style1__content {
    position: relative;
    display: block;
    margin-right: -100px;
}

.choose-style1__content .sec-title.withtext {
    padding-bottom: 8px;
}

.choose-style1__content-inner ul.row {
    --bs-gutter-x: 100px;
}

.choose-style1__content-inner ul.row li {
    margin-top: 40px;
}


.choose-style1-single-box {
    position: relative;
    display: block;
}

.choose-style1-single-box .top {
    position: relative;
    display: flex;
    align-items: center;
}

.choose-style1-single-box .top .icon {
    position: relative;
    display: block;
    width: 80px;
}

.choose-style1-single-box .top .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 55px;
    line-height: 55px;
    transition: all 100ms ease 100ms;
}


.choose-style1-single-box:hover .top .icon span {
    color: var(--thm-base);
    transform: rotate(2deg);
}

.choose-style1-single-box .top h3 {
    color: var(--thm-black);
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
}

.choose-style1-single-box .text {
    position: relative;
    display: block;
    padding-top: 18px;
}



/*** 
=============================================
   Project Style1 Area Css 
=============================================
***/
.project-style1 {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    background-color: #ffffff;
    z-index: 10;
}

.project-style1__top {
    position: relative;
    display: block;
    padding-bottom: 49px;
    max-width: 400px;
    width: 100%;
    z-index: 2;
}

.project-style1__top .sec-title {
    padding-bottom: 0;
}

.project-style1__top .sec-title h2 {
    color: #ffffff;
}

.single-project-item {
    position: relative;
    display: block;
}

.single-project-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.single-project-item .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-project-item:hover .img-holder img {
    transform: scale(1.05) rotate(1deg);
}

.single-project-item .img-holder-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00a2ff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 5px;
    z-index: 1;
}

.single-project-item:hover .img-holder-img-bg {
    opacity: 0.90;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-project-item .img-holder .overlay-button {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
    -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
    transform: perspective(400px) rotateX(20deg) translateX(100%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 2;
}

.single-project-item:hover .img-holder .overlay-button {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
    transform: perspective(400px) rotateX(0deg) translateX(-0%);
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.single-project-item .img-holder .overlay-button a {
    position: relative;
    display: block;
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    color: #000000;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-project-item .img-holder .overlay-button a+a {
    margin-top: 10px;
}

.single-project-item .img-holder .overlay-button a:hover {
    color: #ffffff;
    background-color: var(--thm-black);
}



.single-project-item .img-holder .overlay-title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 50px 42px;
    padding-right: 20px;
    transform: scaleY(0);
    transition: all 300ms ease 100ms;
    z-index: 2;
}

.single-project-item:hover .img-holder .overlay-title {
    transform: scaleY(1.0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-item .img-holder .overlay-title p {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.single-project-item .img-holder .overlay-title h4 {
    font-size: 28px;
    line-height: 40px;
    margin: 8px 0 0;
    font-family: var(--thm-font);
}

.single-project-item .img-holder .overlay-title h4 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.project-style1-carousel.owl-carousel {
    display: block;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}

.project-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0;
}

.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -560px;
    right: -560px;
    display: flex;
    justify-content: space-between;
    height: 0;
    opacity: 0;
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-style1-carousel.owl-nav-style-one.owl-theme:hover .owl-nav {
    opacity: 1;
    transform: translateY(-45px);
}

.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    width: 65px;
    height: 90px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0%;
    margin: 0 0px;
    padding: 0;
}

.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
    background-color: var(--thm-base);
    border-radius: 0%;
}

.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: #ffffff;
}


.project-style1-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-project-item .img-holder img {
    transform: scale(1.05) rotate(1deg);
}



/*** 
=============================================
   Project Style2 Css 
=============================================
***/
.project-style2 {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    background-color: #ffffff;
    z-index: 10;
}

.project-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

.project-style2__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #021426;
    opacity: 0.95;
}

.project-style2 .sec-title {
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 59px;
    z-index: 11;
}

.project-style2 .sec-title h2 {
    color: #ffffff;
}

.project-style2 .auto-container {
    max-width: 100%;
    padding: 0;
}



.single-project-item-style2 {
    position: relative;
    display: block;
}

.single-project-item-style2 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-item-style2 .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-project-item-style2:hover .img-holder img {
    transform: scale(1.05) rotate(1deg);
}

.single-project-item-style2 .img-holder-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00a2ff;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-100%);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-100%);
    transform: perspective(400px) rotateY(0deg) translateY(-100%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
    transition: all .4s ease-in-out .1s;
}

.single-project-item-style2:hover .img-holder-img-bg {
    opacity: 0.85;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
    transform: perspective(400px) rotateY(0deg) translateY(0%);
}

.single-project-item-style2 .img-holder .overlay-title {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 0;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateY(55px);
    transition: all 300ms ease 100ms;
    z-index: 2;
}

.single-project-item-style2:hover .img-holder .overlay-title {
    opacity: 1;
    transform: perspective(370px) rotateX(0deg) translateY(0px);
    transition: all 900ms ease 400ms;
}

.single-project-item-style2 .img-holder .border-box {
    position: absolute;
    left: 0px;
    bottom: 67px;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    width: 0;
    z-index: 1;
}

.single-project-item-style2:hover .img-holder .border-box {
    width: 100%;
    transition: all .2s ease-in-out .9s;
}

.single-project-item-style2 .img-holder .overlay-title h4 a {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding: 15px 35px 14px;
    color: var(--thm-black);
    font-size: 22px;
    font-weight: 700;
    border-radius: 5px;
    transition: all .2s ease-in-out .1s;
}

.single-project-item-style2 .img-holder .overlay-title h4 a:hover {
    color: #ffffff;
    background-color: var(--thm-black);
}

.project-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
    left: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    z-index: 10;
}

.project-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.70);
    border-radius: 5px;
    margin: 0 10px;
}

.project-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
    border-radius: 5px;
}

.project-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
    line-height: 58px;
}

.project-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: #ffffff;
}



/*** 
=============================================
   Project Style3 Css 
=============================================
***/
.project-style3 {
    position: relative;
    display: block;
    padding: 120px 0px 70px;
    background-color: #ffffff;
    z-index: 10;
}

.project-style3__top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 59px;
}

.project-style3__top .sec-title {
    padding-bottom: 0;
}

.project-style3__top .btn-box {
    top: -11px;
}

.project-style3 .auto-container {
    max-width: 1600px;
}

.single-project-item-style2.marb50 {
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 50px;
}



/*** 
=============================================
   Project Style4 Css 
=============================================
***/
.project-style4 {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    background-color: #021333;
    z-index: 10;
}

.project-style4 .auto-container {
    max-width: 1510px;
}

.project-style4 .sec-title h2 {
    color: #ffffff;
}



.single-project-item-style4 {
    position: relative;
    display: block;
}

.single-project-item-style4 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 25px;
}

.single-project-item-style4 .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-project-item-style4:hover .img-holder img {
    transform: scale(1.05) rotate(1deg);
}

.single-project-item-style4 .img-holder .gradient-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s ease-in-out .1s;
    z-index: 1;
}

.single-project-item-style4:hover .img-holder .gradient-bg {
    height: 0px;
}

.single-project-item-style4 .img-holder-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-base);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-100%);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-100%);
    transform: perspective(400px) rotateY(0deg) translateY(-100%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
    transition: all .4s ease-in-out .1s;
}

.single-project-item-style4:hover .img-holder-img-bg {
    opacity: 0.85;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
    transform: perspective(400px) rotateY(0deg) translateY(0%);
}

.single-project-item-style4 .img-holder .static-title {
    position: absolute;
    left: 50px;
    bottom: 39px;
    right: 0;
    z-index: 2;
}

.single-project-item-style4 .img-holder .static-title h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.single-project-item-style4 .img-holder .static-title h3 a {
    color: #ffffff;
    transition: all 600ms linear;
    transition-delay: 0.1s;
    transform: translateY(0px);
}

.single-project-item-style4:hover .img-holder .static-title h3 a {
    opacity: 0;
}



.single-project-item-style4 .img-holder .overlay-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 50px 54px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 500ms ease;
    z-index: 3;
}

.single-project-item-style4:hover .img-holder .overlay-box {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.single-project-item-style4 .img-holder .overlay-box h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-project-item-style4 .img-holder .overlay-box h3 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-item-style4 .img-holder .overlay-box h3 a:hover {
    color: var(--thm-black);
}

.single-project-item-style4 .img-holder .overlay-box p {
    color: #ffffff;
}

.single-project-item-style4 .img-holder .overlay-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 30px;
}

.single-project-item-style4 .img-holder .overlay-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-item-style4 .img-holder .overlay-box .btn-box a:hover {
    color: var(--thm-primary);
}

.single-project-item-style4 .img-holder .overlay-box .btn-box a span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    margin-left: 12px;
}




/*** 
=============================================
    Video Gallery Style1 Css
=============================================
***/
.video-gallery-style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 60px;
    z-index: 10;
}

.video-gallery-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    background-color: #f5f5f8;
    z-index: -1;
}

.video-gallery-style1__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 173px) / 2);
}

.video-gallery-style1__img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.video-gallery-style1__img-bg:hover {
    transform: translateX(15px);
}

.video-gallery-style1__img-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.20;
    -webkit-mask-image: linear-gradient(to left, transparent 47.5%, #fff 52.5%);
    -webkit-mask-size: 210%;
    -webkit-mask-position: right;
    transform: rotate(45deg);
    z-index: 1;
}

.video-gallery-style1__img-bg:hover:before {
    -webkit-mask-position: left;
    transition: -webkit-mask-position 0.3s linear;
}

.video-gallery-style1__play-btn {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-gallery-style1__play-btn .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 135px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.video-gallery-style1__play-btn .video-popup:hover {
    background-color: var(--thm-base);
}

.video-gallery-style1__play-btn .video-popup:after,
.video-gallery-style1__play-btn .video-popup:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.video-gallery-style1__play-btn .video-popup:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.video-gallery-style1__play-btn .video-popup .border-round {
    position: absolute;
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
    border: 2px solid rgba(255, 255, 255, 0.70);
    border-radius: 50%;
}

.video-gallery-style1__play-btn .video-popup span {
    position: relative;
    color: var(--thm-black);
    font-size: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-gallery-style1__play-btn .video-popup:hover span {
    color: #ffffff;
}

.video-gallery-style1__img .overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    background-color: var(--thm-base);
    padding: 34px 40px 30px;
    z-index: 10;
}

.video-gallery-style1__img .overlay-content h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 12px;
}

.video-gallery-style1__img .overlay-content a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    letter-spacing: 0.1em;
}

.video-gallery-style1__img .overlay-content a span {
    position: relative;
    display: inline-block;
    padding-left: 5px;
}



.video-gallery-style1__content {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    padding-bottom: 120px;
}

.video-gallery-style1__content .sec-title {
    padding-bottom: 30px;
}

.video-gallery-style1__content .sec-title p {
    margin: 41px 0 0;
}

.video-gallery-style1__content-inner {
    position: relative;
    display: block;
}

.video-gallery-style1__content-inner .text {
    position: relative;
    display: block;
    padding-bottom: 46px;
}



.progress-levels {
    position: relative;
    display: block;
    max-width: 500px;
}

.progress-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.progress-box:last-child {
    margin-bottom: 0;
}

.progress-box .top {
    position: relative;
    display: block;
    padding-bottom: 5px;
}

.progress-box .top h4 {
    position: relative;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font);
}

.progress-box .skill-percent {
    position: absolute;
    top: -31px;
    right: 0px;
}

.progress-box .count-text {
    position: relative;
    color: #909090;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: var(--thm-font);
}

.progress-box .percent {
    position: relative;
    color: #909090;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -3px;
    font-family: var(--thm-font);
}

.progress-box .bar {
    position: relative;
    display: block;
}

.progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #d2d2e3;
    border-radius: 5px;
}

.progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 10px;
    border-radius: 5px;
    transition: all 2000ms ease 300ms;
    background: var(--thm-base);
}



/*------------------------------------------
    Team Style1 Css
--------------------------------------------*/
.team-style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 60px 0px 120px;
    z-index: 11;
}

.team-style1 .row {
    --bs-gutter-x: 30px;
}

.single-team-style1 {
    position: relative;
    display: block;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.single-team-style1:hover {
    transform: translateY(-5px);
}

.single-team-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000000;
    border-radius: 12px;
}

.single-team-style1 .img-box img {
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style1:hover .img-box img {
    opacity: 0.70;
}

.single-team-style1 .img-box .social-share-box {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.single-team-style1 .img-box .social-share-box span {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #4a4e56;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.single-team-style1 .img-box .social-share-box:hover span {
    color: #ffffff;
    background-color: var(--thm-base);
}

.single-team-style1 .img-box .social-share-box ul {
    position: absolute;
    top: 0;
    left: 0%;
    white-space: nowrap;
    transform: translateX(100px);
    padding-top: 50px;
    opacity: 0;
    transition: all 0.3s;
}

.single-team-style1 .img-box .social-share-box:hover ul {
    opacity: 1;
    transform: translateX(0px);
}


.single-team-style1 .img-box .social-share-box ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.single-team-style1 .img-box .social-share-box ul li:last-child {
    margin-bottom: 0;
}

.single-team-style1 .img-box .social-share-box ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background: #ffffff;
    border-radius: 50%;
    color: #000000;
    font-size: 16px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.single-team-style1 .img-box .social-share-box ul li a:hover {
    color: #ffffff;
}

.single-team-style1 .img-box .social-share-box ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-base);
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.single-team-style1 .img-box .social-share-box ul li:hover a:before {
    opacity: 1;
    transform: scale(1);
    border-radius: 50%;
}



.single-team-style1 .img-box .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 244px;
    padding: 43px 35px 13px;
    z-index: 3;
}

.single-team-style1 .img-box .title-box .title-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: -1;
}

.single-team-style1 .img-box .title-box h3 {
    font-size: 21px;
    line-height: 20px;
    font-weight: 700;
}

.single-team-style1 .img-box .title-box h3 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style1 .img-box .title-box span {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: var(--thm-font-2);
}



/*------------------------------------------
    Team Style1 IN style2 Css
--------------------------------------------*/
.team-style1-in-style2 {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 120px 0px 120px;
    z-index: 11;
}



/*------------------------------------------
    Team Style1 IN style3 Css
--------------------------------------------*/
.team-style1-in-style3 {
    position: relative;
    display: block;
    background-color: #f4f5f9;
    padding: 120px 0px 120px;
    z-index: 11;
}



/*------------------------------------------
    Team Style1 IN style4 Css
--------------------------------------------*/
.team-style1-in-style4 {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 120px 0px 80px;
    z-index: 11;
}


.team-style1-in-style4__top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 49px;
}

.team-style1-in-style4__top .sec-title {
    padding-bottom: 0;
}

.team-style1-in-style4__top .text {
    position: relative;
    top: -4px;
    display: block;
    max-width: 520px;
    width: 100%;
}

.team-style1-in-style4 .single-team-style1 {
    margin-bottom: 40px;
}



/*------------------------------------------
    Team Page One Css
--------------------------------------------*/
.team-page-one {
    position: relative;
    display: block;
    background-color: #f2f3f5;
    padding: 120px 0px 70px;
    z-index: 11;
}

.team-page-one .single-team-style1 {
    margin-bottom: 50px;
}






/*** 
=============================================
   Video gallery style2 Css
=============================================
***/
.video-gallery-style2 {
    position: relative;
    display: block;
    padding: 150px 0px 130px;
    z-index: 10;
}

.video-gallery-style2-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -1;
}

.video-gallery-style2__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-gallery-style2__content .title-box {
    position: relative;
    display: block;
    max-width: 1030px;
}

.video-gallery-style2__content .title-box .sec-title {
    padding-bottom: 0;
}

.video-gallery-style2__content .title-box .sec-title .sub-title {
    margin-bottom: 16px;
}

.video-gallery-style2__content .title-box .sec-title .sub-title h4 {
    color: #ffffff;
}

.video-gallery-style2__content .title-box .sec-title .sub-title .border-line.left {
    background-color: #ffffff;
}

.video-gallery-style2__content .title-box .sec-title h2 {
    color: #ffffff;
    font-size: 65px;
    line-height: 1.2em;
    font-family: var(--thm-font-3);
}



.video-gallery-style2__content .btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.video-gallery-style2__content .play-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.video-gallery-style2__content .play-btn .border-round {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 50%;
}

.video-gallery-style2__content .play-btn:hover {
    background-color: var(--thm-black);
}

.video-gallery-style2__content .play-btn:after,
.video-gallery-style2__content .play-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.video-gallery-style2__content .play-btn:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.video-gallery-style2__content .play-btn .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video-gallery-style2__content .play-btn .video-popup span::before {
    position: relative;
    color: var(--thm-base);
    font-size: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-gallery-style2__content .play-btn :hover .video-popup span::before {
    color: #ffffff;
}

.video-gallery-style2__content .btn-box h4 {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-left: 30px;
}



/*---------------------------------------------------
# Home Google Map Style1 Css
----------------------------------------------------*/
.home-google-map-style1 {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    z-index: 10;
}

.home-google-map {
    position: relative;
    display: block;
    border: none;
    height: 340px;
    width: 100%;
    background-color: #201c22;
    mix-blend-mode: luminosity;
    z-index: 10;
}



/*---------------------------------------------------
# Home Google Map Style2 Css
----------------------------------------------------*/
.home-google-map-style2 {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    z-index: 10;
}

.home-google-map-2 {
    position: relative;
    display: block;
    border: none;
    height: 340px;
    width: 100%;
    background-color: #201c22;
    mix-blend-mode: luminosity;
    z-index: 10;
}

.google-map-content-box {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
    z-index: 100;
}

.map-contact-info-box {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
    background-color: #087fe8;
    padding: 65px 50px 78px;
    float: right;
    z-index: 1;
}

.map-contact-info-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -100000px;
    bottom: 0;
    background-color: #087fe8;
    z-index: -1;
}

.map-contact-info-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 16px;
}

.map-contact-info-box .inner-title::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}

.map-contact-info-box .inner-title h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}

.map-contact-info-box p {
    color: #ffffff;
    margin: 31px 0 0;
}

.map-contact-info-box h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    padding-top: 36px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.map-contact-info-box h5 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.map-contact-info-box h5 a:hover {
    color: var(--thm-base);
}




/*** 
=============================================
   Video gallery style3 Css
=============================================
***/
.video-gallery-style3 {
    position: relative;
    display: block;
    padding: 120px 0px 114px;
    z-index: 10;
}

.video-gallery-style3-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -1;
}

.video-gallery-style3-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #252b48;
    opacity: 0.80;
}

.video-gallery-style3__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.video-gallery-style3__content .sec-title {
    padding-bottom: 0;
    margin-top: -10px;
}

.video-gallery-style3__content .sec-title .sub-title h4 {
    color: #ffffff;
    font-style: italic;
}

.video-gallery-style3__content .sec-title .sub-title .border-line {
    background-color: #ffffff;
}

.video-gallery-style3__content .sec-title h2 {
    color: #ffffff;
    font-size: 80px;
    line-height: 1.2em;
    font-weight: 600;
}

.video-gallery-style3__content .sec-title p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin: 11px 0 0;
}




.video-gallery-style3__content .btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.video-gallery-style3__content .play-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.video-gallery-style3__content .play-btn .border-round {
    position: absolute;
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 50%;
}

.video-gallery-style3__content .play-btn .border-round-2 {
    position: absolute;
    top: -60px;
    left: -60px;
    bottom: -60px;
    right: -60px;
    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 50%;
}

.video-gallery-style3__content .play-btn:hover {
    background-color: #000000;
}

.video-gallery-style3__content .play-btn:after,
.video-gallery-style3__content .play-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.video-gallery-style3__content .play-btn:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.video-gallery-style3__content .play-btn .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video-gallery-style3__content .play-btn .video-popup span::before {
    position: relative;
    color: var(--thm-base);
    font-size: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-gallery-style3__content .play-btn:hover .video-popup span::before {
    color: #ffffff;
}



/*---------------------------------------
  Features Style1 Css
-----------------------------------------*/
.features-style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

.features-style1 .sec-title h2 {
    color: var(--thm-black);
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: capitalize;
}

.features-style1__content {
    position: relative;
    display: block;
}

.features-style1__tab {
    position: relative;
    display: block;
}

.features-style1-tab-content-box-item {
    position: relative;
    display: block;
    text-align: center;
}

.features-style1-tab-content-box-item .text {
    position: relative;
    display: block;
    padding: 0 60px;
}


.features-style1__tab-button {
    position: relative;
    display: block;
    padding-top: 83px;
    z-index: 1;
}

.features-style1__tab-button .tabs-button-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-style1__tab-button .tabs-button-box .tab-btn-item {
    position: relative;
    display: block;
    width: 210px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 1;
}

.features-style1__tab-button .tabs-button-box .tab-btn-item+.tab-btn-item {
    border-left: 1px solid #cfcfcf;
}

.features-style1__tab-button .tabs-button-box .tab-btn-item:hover,
.features-style1__tab-button .tabs-button-box .tab-btn-item.active-btn-item {}



.features-style1__tab-button__inner {
    position: relative;
    display: block;
}

.features-style1__tab-button__inner .icon {
    position: relative;
    display: block;
}

.features-style1__tab-button__inner .icon span {
    position: relative;
    display: inline-block;
    color: #2d6293;
    font-size: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-style1__tab-button .tabs-button-box .tab-btn-item:hover .features-style1__tab-button__inner .icon span,
.features-style1__tab-button .tabs-button-box .tab-btn-item.active-btn-item .features-style1__tab-button__inner .icon span {
    color: var(--thm-base);
    transform: translateY(4px);
}

.features-style1__tab-button__inner h3 {
    color: #242424;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-style1__tab-button .tabs-button-box .tab-btn-item:hover .features-style1__tab-button__inner h3,
.features-style1__tab-button .tabs-button-box .tab-btn-item.active-btn-item .features-style1__tab-button__inner h3 {
    color: var(--thm-base);
}



/*---------------------------------------
  About Faq Style1 Css
-----------------------------------------*/
.about-faq-style1 {
    position: relative;
    display: block;
    background-color: #f6f6f6;
    padding: 120px 0 120px;
    z-index: 10;
}



.about-faq-style1__about {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}

.about-faq-style1__about .sec-title {
    padding-bottom: 40px;
}

.about-faq-style1__about .text {
    position: relative;
    display: block;
}

.about-faq-style1__about ul {
    position: relative;
    display: block;
    margin-top: 47px;
    border-top: 1px solid #e7e7e7;
}

.about-faq-style1__about ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 13px;
}

.about-faq-style1__about ul li {
    margin-top: 13px;
}

.about-faq-style1__about ul li .icon {
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 0;
}

.about-faq-style1__about ul li .icon span {
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 600;
}

.about-faq-style1__faq {
    position: relative;
    display: block;
    margin-left: -50px;
}

.about-faq-style1__faq-content {
    position: relative;
    display: block;
}



/*------------------------------------------
    Slogan Style1 Css
--------------------------------------------*/
.slogan-style1 {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    padding: 40px 0px 40px;
    z-index: 10;
}

.slogan-style1__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slogan-style1__content .title-box {
    position: relative;
    display: block;
}

.slogan-style1__content .title-box h2 {
    color: #ffffff;
    font-size: 39px;
    line-height: 49px;
    font-weight: 900;
}

.slogan-style1__content .title-box h2 span {
    font-weight: 400;
}


.slogan-style1__content .btn-box {
    position: relative;
    display: block;
}

.slogan-style1__content .btn-box a {
    color: var(--thm-black);
}

.slogan-style1__content .btn-box a:after {
    background-color: #ffffff;
}

.slogan-style1__content .btn-box a:hover {
    color: #ffffff;
}



/*------------------------------------------
    Slogan Style2 Css
--------------------------------------------*/
.slogan-style2 {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    padding: 50px 0px 50px;
    z-index: 10;
}

.slogan-style2__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slogan-style2__content .title-box {
    position: relative;
    display: block;
}

.slogan-style2__content .title-box h2 {
    color: #eaeaee;
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
}

.slogan-style2__content .btn-box {
    position: relative;
    display: block;
}

.slogan-style2__content .btn-box a {
    position: relative;
    display: inline-block;
    color: #eaeaee;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}

.slogan-style2__content .btn-box a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
}



/*---------------------------------------
  Approach Style1 Css
---------------------------------------*/
.approach-style1 {
    position: relative;
    display: block;
    background-color: #eaeaee;
    padding: 120px 0 113px;
    z-index: 10;
}

.approach-style1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 90px;
    background-color: #000000;
}

.approach-style1__title {
    position: relative;
    display: block;
}

.approach-style1__title .sec-title {
    margin-top: -10px;
    padding-bottom: 0;
}

.approach-style1__content {
    position: relative;
    display: block;
}

.approach-style1__content .icon-box {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.approach-style1__content .icon-box ul {
    position: relative;
    display: flex;
    align-items: center;
}

.approach-style1__content .icon-box ul li {
    position: relative;
    display: block;
}

.approach-style1__content .icon-box ul li+li {
    margin-left: 36px;
}

.approach-style1__content .top-text {
    position: relative;
    display: block;
    margin-bottom: 37px;
}

.approach-style1__content .top-text h2 {
    color: #181d4e;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 300;
    font-family: var(--thm-font-2);
}

.approach-style1__content .text {
    position: relative;
    display: block;
}

.approach-style1__content .text p {
    margin: 0;
}



/*---------------------------------------
  Approach Style2 Css
---------------------------------------*/
.approach-style2 {
    position: relative;
    display: block;
    background-color: #f9f9f9;
    padding: 120px 0 113px;
    z-index: 10;
}

.approach-style2__title {
    position: relative;
    display: block;
}

.approach-style2__title .sec-title {
    padding-bottom: 0;
    margin-top: -9px;
}

.approach-style2__title .sec-title .border-line {
    position: relative;
    display: block;
    width: 85px;
    height: 2px;
    background-color: var(--thm-base);
    margin-top: 29px;
}






/*---------------------------------------
  Quality Policy Css
-----------------------------------------*/
.quality-policy {
    position: relative;
    display: block;
    background-color: #eaeaee;
    padding: 120px 0 120px;
    z-index: 10;
}

.quality-policy__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

.quality-policy__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #02092b;
    opacity: 0.90;
}

.quality-policy__top-title {
    position: relative;
    display: block;
}

.quality-policy__top-title .icon {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.quality-policy__top-title h2 {
    color: #ffffff;
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 25px;
}

.quality-policy__top-title p {
    color: #dfe3ec;
    font-weight: 500;
}

.quality-policy__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.quality-policy__content .left {
    position: relative;
    display: block;
}

.quality-policy__content .left h2 {
    color: #dfe3ec;
    font-size: 100px;
    line-height: 1.2em;
    font-weight: 700;
    font-family: var(--thm-font);
}

.quality-policy__content .right {
    position: relative;
    display: block;
    max-width: 300px;
    border-left: 1px solid rgb(255, 255, 255, 0.40);
    padding-left: 34px;
    margin-left: 46px;
}

.quality-policy__content .right p {
    color: #dfe3ec;
    font-weight: 500;
}




/*---------------------------------------
  Features Style2 Css
-----------------------------------------*/
.features-style2 {
    position: relative;
    display: block;
    background-color: #061d44;
    padding: 120px 0 113px;
    z-index: 10;
}

.features-style2 .container {
    display: flex;
    justify-content: flex-end;
}

.features-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - 0px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    transition: all 3500ms ease;
    z-index: 1;
}

.features-style2__bg::before {
    position: absolute;
    content: '';
    top: 0;
    right: -1px;
    bottom: 0;
    width: 280px;
    background-color: #061d44;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    z-index: 3;
}

.features-style2__bg::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0px;
    bottom: 0;
    width: 300px;
    background-color: #005fff;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    z-index: 2;
}

.features-style2__bg-black {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: .20;
}


.features-style2__content {
    position: relative;
    display: block;
    max-width: 595px;
    width: 100%;
    padding-left: 35px;
}

.features-style2__content .sec-title {
    padding-bottom: 22px;
}

.features-style2__content .sec-title h2 {
    color: #ffffff;
}

.features-style2__content .top {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.features-style2__content .top h3 {
    color: #ffffff;
    font-size: 19px;
    line-height: 29px;
}

.features-style2__content .text {
    position: relative;
    display: block;
}

.features-style2__content .text p {
    color: #ffffff;
}



.features-style2__content-inner {
    position: relative;
    display: block;
    margin-top: 32px;
}

.features-style2__content-inner .single-box {
    position: relative;
    display: block;
}

.features-style2__content-inner .single-box .icon-title-box {
    position: relative;
    display: flex;
    align-items: center;
}

.features-style2__content-inner .single-box .icon-title-box .icon {
    position: relative;
    display: block;
}

.features-style2__content-inner .single-box .icon-title-box .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 64px;
    line-height: 64px;
}

.features-style2__content-inner .single-box .icon-title-box .title {
    position: relative;
    display: block;
    margin-left: 25px;
}

.features-style2__content-inner .single-box .icon-title-box .title h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
}

.features-style2__content-inner .single-box .text-box {
    position: relative;
    display: block;
    margin-top: 20px;
}

.features-style2__content-inner .single-box .text-box p {
    color: rgb(255, 255, 255, 0.50);
    font-size: 17px;
}










/*---------------------------------------
  Industries Served Css
-----------------------------------------*/
.industries-served {
    position: relative;
    display: block;
    background-color: #eff0f3;
    padding: 120px 0 120px;
    z-index: 10;
}

.row.industries-served__content {
    --bs-gutter-x: 2px;
}

.single-industries-served {
    position: relative;
}

.single-industries-served__inner {
    position: relative;
    display: block;
    background-color: #ffffff;
    text-align: center;
    padding: 45px 0 43px;
    transform: translateY(0);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-industries-served__inner:hover {
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(5px);
    z-index: 2;
}

.single-industries-served__inner .icon {
    position: relative;
    display: block;
}

.single-industries-served__inner .icon img {
    position: relative;
    display: inline-block;
    transition: color 0.5s ease;
    transition: all 0.5s ease;
}

.single-industries-served__inner:hover .icon img {
    mix-blend-mode: multiply;
}

.single-industries-served__inner h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    margin-top: 21px;
}



.industries-served__bottom-btn {
    position: relative;
    display: block;
    margin-top: 39px;
}

.industries-served__bottom-btn a {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.industries-served__bottom-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    height: 1px;
    background-color: var(--thm-base);
}



/*---------------------------------------
  Features Style3 Css
---------------------------------------*/
.features-style3 {
    position: relative;
    display: block;
    background-color: #eff0f3;
    padding: 0px 0 0px;
    z-index: 10;
}

.features-style3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background-color: #ffffff;
    z-index: -1;
}

.features-style3__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.features-style3__img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.70;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 1;
}

.features-style3__img-box:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.features-style3__img-box img {
    width: 100%;
}

.features-style3__img-box:hover {
    opacity: 0.90;

}




.features-style3__content-box {
    position: relative;
    display: block;
    background-color: #232a50;
    margin-left: -30px;
    padding: 72px 60px 80px;
}

.features-style3__content-box h2 {
    color: #ffffff;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
}

.features-style3__content-box .top-text {
    position: relative;
    display: block;
}

.features-style3__content-box .top-text p {
    color: #b1b4c2;
    margin: 0;
}

.features-style3__content-box .bottom-text {
    position: relative;
    display: block;
    margin-top: 31px;
}

.features-style3__content-box .bottom-text h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
}

.features-style3__content-box .bottom-text p {
    color: #b1b4c2;
    margin: 0;
}

.features-style3__content-box .btn-box {
    position: relative;
    display: block;
    margin-top: 33px;
}

.features-style3__content-box .btn-box .btn-one {
    color: var(--thm-black);
    border-radius: 30px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.features-style3__content-box .btn-box .btn-one:hover {
    color: #ffffff;
}

.features-style3__content-box .btn-box .btn-one:before {
    background-color: var(--thm-base);
}

.features-style3__content-box .btn-box .btn-one:after {
    background-color: #ffffff;
}





/*------------------------------------------
  Get In Touch Style1
--------------------------------------------*/
.get-in-touch-style1 {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    background-color: #e4e7e9;
    z-index: 10;
}

.get-in-touch-style1__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc((100% - 370px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: -1;
}


.get-in-touch-style1__form {
    position: relative;
    display: block;
    padding-right: 155px;
}

.get-in-touch-style1__form .inner-title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 29px;
}

.get-in-touch-style1__form .inner-title h2 {
    color: var(--thm-black);
    font-size: 42px;
    line-height: 50px;
    font-weight: 900;
}



.get-in-touch-style1__form form {
    position: relative;
    display: block;
}

.get-in-touch-style1__form form .form-group {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.get-in-touch-style1__form form .input-box {
    position: relative;
    display: block;
}

.get-in-touch-style1__form form input[type="text"],
.get-in-touch-style1__form form input[type="email"],
.get-in-touch-style1__form form input[type="tel"],
.get-in-touch-style1__form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 0px solid #e1e1e1;
    width: 100%;
    height: 40px;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.get-in-touch-style1__form form input[type="text"]:focus,
.get-in-touch-style1__form form input[type="email"]:focus,
.get-in-touch-style1__form form input[type="tel"],
.get-in-touch-style1__form form textarea:focus {
    border-color: 1px solid var(--thm-base);
    outline: none;
}

.get-in-touch-style1__form form textarea {
    height: 140px;
    padding-top: 12px;
    padding-bottom: 10px;
}

.get-in-touch-style1__form form input[type="text"]::-webkit-input-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form input[type="text"]:-moz-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form input[type="text"]::-moz-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form input[type="text"]:-ms-input-placeholder {
    color: #444444;
}


.get-in-touch-style1__form form input[type="email"]::-webkit-input-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form input[type="email"]:-moz-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form input[type="email"]::-moz-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form input[type="email"]:-ms-input-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form textarea::-webkit-input-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form textarea:-moz-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form textarea::-moz-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form textarea:-ms-input-placeholder {
    color: #444444;
}

.get-in-touch-style1__form form .button-box {
    position: relative;
    display: block;
}




/*---------------------------------------
  Mission Style1 Css
-----------------------------------------*/
.mission-style1 {
    position: relative;
    display: block;
    background-color: transparent;
    padding-bottom: 120px;
    margin-top: -200px;
    z-index: 10;
}

.mission-style1__inner {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 90px 90px 0px;
    padding-right: 0;
    z-index: 1;
}

.mission-style1__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1000000px;
    background-color: #ffffff;
    z-index: -1;
}

.mission-style1-img-box {
    position: relative;
    display: block;
}

.mission-style1-img-box .row {
    --bs-gutter-x: 100px;
}

.mission-style1-img-box .single-img-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.mission-style1-img-box .single-img-box img {
    width: 100%;
    transform: scale(1.0);
}

.mission-style1-img-box .single-img-box:hover img {
    transform: scale(1.0) rotate(0deg);
}


.mission-style1-content-box {
    position: relative;
    display: block;
}

.mission-style1-content-box .row {
    --bs-gutter-x: 40px;
}

.mission-style1-content-box .text-box1 {
    position: relative;
    display: block;
    padding-top: 120px;
}

.mission-style1-content-box .text-box1 .sec-title {
    padding-bottom: 30px;
}

.mission-style1-content-box .text-box1 .text {
    position: relative;
    display: block;
}

.mission-style1-content-box .text-box1 .text p {
    margin: 0;
}


.mission-style1-content-box .text-box1 .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 68px;
}

.mission-style1-content-box .text-box1 .bottom-box .left {
    position: relative;
    display: flex;
    align-items: center;
}

.mission-style1-content-box .text-box1 .bottom-box .left .img-box {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.mission-style1-content-box .text-box1 .bottom-box .left .title-box {
    position: relative;
    display: block;
    margin-left: 30px;
}

.mission-style1-content-box .text-box1 .bottom-box .left .title-box h3 {
    color: #161837;
    font-size: 18px;
    line-height: 18px;
    font-family: var(--thm-font);
    font-weight: 600;
}

.mission-style1-content-box .text-box1 .bottom-box .left .title-box p {
    color: #161837;
}

.mission-style1-content-box .text-box1 .bottom-box .right {
    position: relative;
    display: block;
    margin-left: 30px;
}

.mission-style1-content-box .text-box1 .bottom-box .right .signature {
    position: relative;
    display: block;
}

.mission-style1-content-box .text-box2 {
    position: relative;
    display: block;
    padding-top: 175px;
    padding-left: 15px;
}

.mission-style1-content-box .text-box2 .inner-title {
    position: relative;
    display: flex;
    align-items: center;
}

.mission-style1-content-box .text-box2 .inner-title .border-box {
    position: relative;
    display: block;
    top: -7px;
    width: 35px;
    height: 2px;
    background-color: #00a7eb;
    margin-right: 10px;
}

.mission-style1-content-box .text-box2 .inner-title .title {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.mission-style1-content-box .text-box2 .inner-title .title h6 {
    color: #00a7eb;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    letter-spacing: 0.1em;
    z-index: 1;
}

.mission-style1-content-box .text-box2 .text {
    position: relative;
    display: block;
}

.mission-style1-content-box .text-box2 .text p {
    margin: 0;
}






/*---------------------------------------
  Our Values Style1 Css
---------------------------------------*/
.our-values-style1 {
    position: relative;
    display: block;
    background-color: #021333;
    padding: 120px 0 120px;
    z-index: 10;
}

.our-values-style1__img {
    position: relative;
    display: block;
    margin-right: 35px;
}

.our-values-style1__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.our-values-style1__img .inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    z-index: 1;
    transition: all 1500ms ease;
}

.our-values-style1__img:hover .inner::after {
    opacity: 0.50;
}

.our-values-style1__img .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.our-values-style1__img:hover .inner img {
    transform: scale(1.05) rotate(0deg);
}



.our-values-style1__content {
    position: relative;
    display: block;
}

.our-values-style1__content .sec-title {
    padding-bottom: 19px;
}

.our-values-style1__content .sec-title h2 {
    color: #ffffff;
}

.our-values-style1__content .text {
    position: relative;
    display: block;
}

.our-values-style1__content .text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
}

.our-values-style1__content .text p u {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.our-values-style1__content .text p u::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3px;
    right: 0px;
    height: 1px;
    background-color: #d5d6d8;
}


.our-values-style1__content-features {
    position: relative;
    display: block;
    margin-top: 39px;
}

.our-values-style1__content-features ul {
    position: relative;
    display: block;
}

.our-values-style1__content-features ul li {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 39px;
}

.our-values-style1__content-features ul li:last-child {
    margin: 0;
}

.our-values-style1__content-features ul li .icon {
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 0;
}

.our-values-style1__content-features ul li .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 62px;
    line-height: 62px;
}

.our-values-style1__content-features ul li .text {
    position: relative;
    display: block;
}

.our-values-style1__content-features ul li .text h3 {
    color: rgba(255, 255, 255, 0.60);
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 4px;
}

.our-values-style1__content-features ul li .text p {
    color: rgba(255, 255, 255, 0.80);
    margin: 0;
}




/*---------------------------------------
  history Style1 Css
---------------------------------------*/

.history-style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 0px 0px 120px;
}

.history-style1__inner {
    position: relative;
    display: block;
    border-top: 1px solid #e0e0e0;
    padding-top: 93px;
}

.history-box {
    position: relative;
    display: block;
}

.history-box li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 55px;
    bottom: -90px;
    right: 0;
    width: 1px;
    background-color: #d2d2d2;
}

.history-box li:last-child:before {
    display: none;
}

.history-box li+li {
    margin-top: 64px;
}

.single-history-box {
    position: relative;
    display: block;
    padding-left: 175px;
}

.single-history-box .date-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    left: 0;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background-color: var(--thm-base);
    z-index: 1;
}

.single-history-box .date-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background-color: #000000;
    z-index: -1;
}

.single-history-box:hover .date-box::before {
    transform: scaleX(1.0);
}



.single-history-box .date-box h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    font-family: var(--thm-font);
}

.single-history-box .text-box {
    position: relative;
    display: block;
}

.single-history-box .text-box h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 900;
    margin-bottom: 10px;
}

.single-history-box .text-box p {
    margin: 0;
}



.history-style1__img-box {
    position: relative;
    display: block;
    padding-left: 170px;
    padding-right: 170px;
    margin-top: 68px;
}

.history-style1__img-box .single-img-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.history-style1__img-box .single-img-box img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.history-style1__img-box .single-img-box:hover img {
    transform: scale3d(1.2, 1.1, 1);
    transition: transform 1s ease-in-out;
}

.history-style1__img-box .single-img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-black);
    opacity: 0.30;
    -webkit-mask-image: linear-gradient(to left, transparent 47.5%, #fff 52.5%);
    -webkit-mask-size: 210%;
    -webkit-mask-position: right;
    z-index: 1;
}

.history-style1__img-box .single-img-box:hover:before {
    -webkit-mask-position: left;
    transition: -webkit-mask-position 1s linear;
}































/*** 
=============================================
    Project Info Css     
=============================================
***/
.project-info {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 120px 0 113px;
}

.project-info-img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-info-img-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 0%;
    background-color: var(--thm-base);
    opacity: 0.70;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 1;
}

.project-info-img-box:hover::before {
    height: 100%;
    top: 0px;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
}

.project-info-img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms linear;
    transition-delay: 0.1s;
}

.project-info-img-box:hover img {
    transform: scale(1.05) rotate(1deg);
}



.project-info-box {
    position: relative;
    display: block;
    background-color: #181d4e;
    padding: 61px 40px 66px;
}

.project-info-box ul {
    position: relative;
    display: block;
}

.project-info-box ul li {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--thm-font);
    margin-bottom: 20px;
}

.project-info-box ul li:last-child {
    margin-bottom: 0;
}

.project-info-box ul li span {
    font-weight: 700;
    padding-right: 3px;
}

.project-info-box ul li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-info-box ul li a:hover {
    color: var(--thm-base);
}

.project-description-box {
    position: relative;
    display: block;
    margin-top: 89px;
}

.project-description-box h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 29px;
    font-weight: 900;
}

.project-description-box p+p {
    margin-top: 24px;
}



/*** 
=============================================
    Project Details Style1 Css     
=============================================
***/
.project-details-style1 {
    position: relative;
    display: block;
    background-color: #f4f4f4;
    padding: 120px 0 113px;
}

.project-details-style1-content {
    position: relative;
    display: block;
}

.project-details-style1-content h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 900;
    margin-top: -9px;
    margin-bottom: 19px;
}

.project-details-style1-content ul {
    position: relative;
    display: block;
    margin-top: 32px;
}

.project-details-style1-content ul li {
    position: relative;
    display: block;
    padding-left: 30px;
}

.project-details-style1-content ul li+li {
    margin-top: 27px;
}

.project-details-style1-content ul li .dot-box {
    position: absolute;
    top: 9px;
    left: 0px;
    width: 8px;
    height: 8px;
    background-color: #5b5b5b;
    border-radius: 50%;
}

.project-details-style1-content ul li .text-box {
    position: relative;
    display: block;
}

.project-details-style1-content ul li .text-box h3 {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 600;
    margin-bottom: 6px;
}


.project-details-style1-img-box {
    position: relative;
    display: block;
}

.project-details-style1-img-box img {
    width: 100%;
}



/*** 
=============================================
    Project Details Style2 Css    
=============================================
***/
.project-details-style2 {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 110px 0 113px;
    z-index: 10;
}

.project-details-style2-content {
    position: relative;
    display: block;
}

.project-details-style2-content h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 900;
    margin-bottom: 29px;
}

.project-details-style2-content p+p {
    margin: 24px 0 0;
}

.project-details-style2-content ul {
    position: relative;
    display: block;
    margin-top: 34px;
}

.project-details-style2-content ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 4px;
}

.project-details-style2-content ul li:last-child {
    margin-bottom: 0;
}

.project-details-style2-content ul li .dot-box {
    position: absolute;
    top: 11px;
    left: 0px;
    width: 8px;
    height: 8px;
    background-color: #5b5b5b;
    border-radius: 50%;
}



/*---------------------------------------
  Project Page Css
-----------------------------------------*/
.project-page {
    position: relative;
    display: block;
    padding: 120px 0px 70px;
    background-color: #ffffff;
    z-index: 10;
}

.project-page .auto-container {
    max-width: 1600px;
}



/*---------------------------------------
  Project Page two Css
-----------------------------------------*/
.project-page-two {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    background-color: #ffffff;
    z-index: 10;
}

.project-page-two__top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 44px;
}

.project-page-two__top .sec-title {
    padding-bottom: 0;
}

.project-page-two__top .text {
    position: relative;
    top: -4px;
    display: block;
    max-width: 450px;
    width: 100%;
}

.project-page-two__top .text p {
    color: #444444;
    font-weight: 500;
}



.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 51px;
}

.project-filter {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.project-filter li {
    position: relative;
    display: flex;
    float: left;
    margin: 0 18px 6px;
}

.project-filter li:first-child {
    margin-left: 0;
}

.project-filter li .filter-text {
    position: relative;
    display: block;
    color: #181d4e;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 1;
    font-family: var(--thm-font);
}

.project-filter li .filter-text:before {
    position: absolute;
    left: 0px;
    bottom: -1px;
    right: 0px;
    height: 1px;
    content: "";
    background: var(--thm-base);
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before {
    transform: scaleX(1.0);
}

.project-filter li:hover .filter-text,
.project-filter li.active .filter-text {
    color: var(--thm-base);
}

.project-filter li .count {
    display: none;
}

.project-page-two .single-project-item {
    margin-bottom: 30px;
}

.single-project-item .overlay-title h4 a:hover {
    color: var(--thm-black);
}





















/*---------------------------------------
  Service Pages Css
-----------------------------------------*/
.service-style3.service-page {
    padding: 120px 0px 90px;
}

.service-style3.service-page .sec-title p {
    color: rgb(28, 30, 42, 0.70);
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}



/*---------------------------------------
  More Service Style1 Css
-----------------------------------------*/
.more-service-style1 {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 120px 0px 120px;
    z-index: 10;
}

.more-service-style1__title-box {
    position: relative;
    display: block;
    padding-right: 15px;
}

.more-service-style1__title-box .sec-title.withtext {
    padding-bottom: 0;
}



.more-service-style1__content-box {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-top: 34px;
}

.more-service-style1__content-box ul {
    position: relative;
    display: block;
}

.more-service-style1__content-box ul li {
    position: relative;
    display: block;
}

.more-service-style1__content-box ul li+li {
    margin-top: 14px;
}

.more-service-style1__content-box ul li .line-box {
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: #494949;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.more-service-style1__content-box ul li:hover .line-box {
    background-color: var(--thm-base);
    margin-left: 5px;
}

.more-service-style1__content-box ul li a {
    position: relative;
    display: flex;
    align-items: center;
    color: #494949;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-left: 10px;
}

.more-service-style1__content-box ul li:hover a {
    color: var(--thm-base);
    padding-left: 5px;
}




/*---------------------------------------
  Faq Page One Css
-----------------------------------------*/
.faq-page-one {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

.faq-page-one .sec-title {
    padding-bottom: 43px;
}

.faq-page-one .sec-title .text {
    position: relative;
    display: block;
    padding-top: 10px;
}

.faq-page-one .sec-title .text p {
    color: #444444;
}


.faq-search-box {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 61px;
}

.faq-search-box__inner {
    position: relative;
    display: block;
}

.faq-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.faq-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 7px;
    font-family: var(--thm-font);
    transition: all 500ms ease 0s;
}

.faq-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    display: block;
    text-align: center;
    border-radius: 0%;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.faq-search-box .search-form button i {
    position: relative;
    top: 4px;
    color: var(--thm-black);
    font-size: 25px;
}

.faq-search-box .search-form input[type="text"]:focus {
    color: #000;
}



.faq-content-box--style2 {
    position: relative;
    display: block;
}

.accordion-box-style1--instyle2 {
    position: relative;
    display: block;
}

.accordion-box-style1--instyle2 .accordion {
    margin-bottom: 44px;
    padding: 0px 0px 0px;
}

.accordion-box-style1--instyle2 .accordion .accord-btn {
    padding-top: 0px;
    padding-left: 30px;
    padding-bottom: 0px;
}

.accordion-box-style1--instyle2 .accordion .accord-btn:before {
    display: none;
}

.accordion-box-style1--instyle2 .accordion .accord-btn::after {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 0px solid #c5c5c5 !important;
    border-radius: 0%;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 1px 0;
}

.accordion-box-style1--instyle2 .accordion .accord-btn h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--thm-font-2);
}

.accordion-box-style1--instyle2 .accordion .accord-btn:hover h4,
.accordion-box-style1--instyle2 .accordion .accord-btn.active h4 {
    color: var(--thm-base);
}

.accordion-box-style1--instyle2 .accordion .accord-content {
    padding-top: 14px;
    padding-left: 30px;
    padding-bottom: 0px;
}



/*** 
=============================================
    Faq Form Area Style      
============================================= 
***/
.faq-form-area {
    position: relative;
    display: block;
    background-color: #f0f1f2;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 10;
}

.faq-form-area__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 915px;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    background-size: cover;
    z-index: -1;
}

.faq-form-box {
    position: relative;
    display: block;
}

.faq-form-box .top-title {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 24px;
}

.faq-form-box .top-title h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 900;
}

.faq-form-box form {
    position: relative;
    display: block;
    max-width: 950px;
}

.faq-form-box form .input-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.faq-form-box form input[type="text"],
.faq-form-box form input[type="email"],
.faq-form-box form textarea {
    position: relative;
    display: block;
    background: transparent;
    width: 100%;
    height: 60px;
    border: 0px solid #e3e3e3;
    border-bottom: 2px solid #c0c6ca;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.faq-form-box form textarea {
    height: 170px;
}

.faq-form-box form input[type="text"]:focus {
    color: #000000;
    border-color: var(--thm-base);
}

.faq-form-box form input[type="email"]:focus {
    color: #000000;
    border-color: var(--thm-base);
}

.faq-form-box form textarea:focus {
    color: #000000;
    border-color: var(--thm-base);
}


.faq-form-box form input[type="text"]::-webkit-input-placeholder {
    color: #444444;
}

.faq-form-box form input[type="text"]:-moz-placeholder {
    color: #444444;
}

.faq-form-box form input[type="text"]::-moz-placeholder {
    color: #444444;
}

.faq-form-box form input[type="text"]:-ms-input-placeholder {
    color: #444444;
}


.faq-form-box form input[type="email"]::-webkit-input-placeholder {
    color: #444444;
}

.faq-form-box form input[type="email"]:-moz-placeholder {
    color: #444444;
}

.faq-form-box form input[type="email"]::-moz-placeholder {
    color: #444444;
}

.faq-form-box form input[type="email"]:-ms-input-placeholder {
    color: #444444;
}


.faq-form-box form textarea::-webkit-input-placeholder {
    color: #444444;
}

.faq-form-box form textarea:-moz-placeholder {
    color: #444444;
}

.faq-form-box form textarea::-moz-placeholder {
    color: #444444;
}

.faq-form-box form textarea:-ms-input-placeholder {
    color: #444444;
}

.faq-form-box form .button-box {
    position: relative;
    display: block;
    padding-top: 5px;
}



/*** 
=============================================
    Coming Soon Page Style1      
=============================================
***/
.coming-soon-page-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.coming-soon-page-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.coming-soon-page-style1__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #021333;
    opacity: 0.80;
}

.coming-soon-page-style1__content {
    position: relative;
    display: block;
    max-width: 805px;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.coming-soon-page-style1__content .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.coming-soon-page-style1__content .big-title {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    font-family: var(--thm-font-2);
    z-index: 2;
}

.timer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 57px 0 42px;
    z-index: 2;
}

.timer-box .countdown-timer li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 170px;
    height: 170px;
    margin: 0px 15px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: rgb(255, 255, 255, 3%);
    border-radius: 50%;
}

.timer-box .countdown-timer li span.days,
.timer-box .countdown-timer li span.hours,
.timer-box .countdown-timer li span.minutes,
.timer-box .countdown-timer li span.seconds {
    color: #ffffff;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--thm-font);
}

.timer-box .countdown-timer li span.timeRef {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 11px;
    font-family: var(--thm-font);
}

.coming-soon-page-style1__content .inner .text {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.coming-soon-page-style1__content .inner .text p {
    color: #ffffff;
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
}

.subscribe-box-style1 {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.subscribe-box-style1 form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-box-style1 form input[type="email"] {
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
    height: 70px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #ffffff !important;
    color: var(--thm-gray);
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease 0s;
    font-family: var(--thm-font);
}

.subscribe-box-style1 form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 195px;
    background: var(--thm-base);
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1 !important;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form input[type="email"]:focus {
    color: var(--thm-black);
}

.subscribe-box-style1 form input[type="email"]:focus+button,
.subscribe-box-style1 form button:hover {
    color: var(--thm-black);
}

.subscribe-box-style1 form input::-webkit-input-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input:-moz-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input::-moz-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input:-ms-input-placeholder {
    color: #444444;
}





/*** 
=============================================
    Error Page Css      
=============================================
***/
.error-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
}

.error-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.error-page__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #d90528;
    opacity: 0.85;
}

.error-content {
    position: relative;
    display: block;
}

.error-content .big-title {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.error-content .big-title h2 {
    color: #ffffff;
    font-size: 200px;
    line-height: 180px;
    font-family: var(--thm-font);
    font-weight: 700;
    text-transform: uppercase;
}

.error-content .title {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.error-content .title h2 {
    color: #ffffff;
    font-size: 55px;
    line-height: 1.2em;
    font-family: var(--thm-font);
}

.error-content .text {
    position: relative;
    display: block;
}

.error-content .text p {
    color: #ffffff;
    font-size: 28px;
    line-height: 38px;
    font-family: var(--thm-font);
    font-weight: 700;
}

.error-page-search-box {
    position: relative;
    display: inline-block;
    max-width: 570px;
    width: 100%;
    padding-top: 43px;
}

.error-page-search-box .search-form {
    position: relative;
    display: block;
}

.error-page-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-radius: 0px;
    border: 0px solid #000000;
    color: #e2e2e2;
    font-size: 17px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 70px;
    border-radius: 30px;
    font-family: var(--thm-font);
    transition: all 500ms ease 0s;
}

.error-page-search-box .search-form button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 400;
    background: #f3f1f1;
    text-align: center;
    transition: all 500ms ease 0s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.error-page-search-box .search-form button i {
    position: relative;
    top: 0px;
    font-weight: 600;
}

.error-page-search-box .search-form input[type="text"]:focus {
    color: var(--thm-black);
}

.error-page-search-box .search-form input[type="text"]:focus+button,
.error-page-search-box .search-form button:hover {
    color: var(--thm-base);
}

.error-page-search-box .search-form input::-webkit-input-placeholder {
    color: var(--thm-gray);
}

.error-page-search-box .search-form input:-moz-placeholder {
    color: var(--thm-gray);
}

.error-page-search-box .search-form input::-moz-placeholder {
    color: var(--thm-gray);
}

.error-page-search-box .search-form input:-ms-input-placeholder {
    color: var(--thm-gray);
}

.error-content .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 30px;
}

.error-content .btns-box .btn-one {
    color: #000000;
    border-radius: 35px;
}

.error-content .btns-box:hover .btn-one {
    color: #ffffff;
}

.error-content .btns-box .btn-one::after {
    background-color: #ffffff;
}

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 999 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
	
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

/*--------------------------------------------------
# End Css 
----------------------------------------------------*/
.fnc {
  /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .fnc-slide 
  to apply specific color for mask blend mode */
}
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #8a8a8a;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #575757;
}
.fnc-slider .m--navbg-dark {
  background-color: #575757;
}
.fnc-slider .m--blend-green .fnc-slide__inner {
  background-color: #6d9b98;
}
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
  background-color: #42605E;
}
.fnc-slider .m--navbg-green {
  background-color: #42605E;
}
.fnc-slider .m--blend-red .fnc-slide__inner {
  background-color: #ea2329;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color: #990e13;
}
.fnc-slider .m--navbg-red {
  background-color: #990e13;
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
  background-color: #59aecb;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  background-color: #2D7791;
}
.fnc-slider .m--navbg-blue {
  background-color: #2D7791;
}
.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}

/* Q SHAPE MASK CONTAINER */
.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  
  /* Remove the polygon clip-path for Q shape */
  -webkit-clip-path: none;
          clip-path: none;
  
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}

/* Q SHAPE MASK ANIMATIONS */
.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}

/* Q SHAPE MASK INNER (where the image shows) */
.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
  
  /* Q SHAPE - Clean circular Q with tail */
  /* Make sure the clip-path is applied to ALL states */
  -webkit-clip-path: path('M 50,0 C 77.61,0 100,22.39 100,50 C 100,77.61 77.61,100 50,100 C 22.39,100 0,77.61 0,50 C 0,22.39 22.39,0 50,0 Z M 50,15 C 32.88,15 19,28.88 19,46 C 19,63.12 32.88,77 50,77 C 67.12,77 81,63.12 81,46 C 81,28.88 67.12,15 50,15 Z M 60,60 L 80,80 L 70,90 L 50,70 Z');
          clip-path: path('M 50,0 C 77.61,0 100,22.39 100,50 C 100,77.61 77.61,100 50,100 C 22.39,100 0,77.61 0,50 C 0,22.39 22.39,0 50,0 Z M 50,15 C 32.88,15 19,28.88 19,46 C 19,63.12 32.88,77 50,77 C 67.12,77 81,63.12 81,46 C 81,28.88 67.12,15 50,15 Z M 60,60 L 80,80 L 70,90 L 50,70 Z');
}

/* Ensure Q shape is visible in all animation states */
.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
  /* Keep Q shape during animation */
  -webkit-clip-path: path('M 50,0 C 77.61,0 100,22.39 100,50 C 100,77.61 77.61,100 50,100 C 22.39,100 0,77.61 0,50 C 0,22.39 22.39,0 50,0 Z M 50,15 C 32.88,15 19,28.88 19,46 C 19,63.12 32.88,77 50,77 C 67.12,77 81,63.12 81,46 C 81,28.88 67.12,15 50,15 Z M 60,60 L 80,80 L 70,90 L 50,70 Z');
          clip-path: path('M 50,0 C 77.61,0 100,22.39 100,50 C 100,77.61 77.61,100 50,100 C 22.39,100 0,77.61 0,50 C 0,22.39 22.39,0 50,0 Z M 50,15 C 32.88,15 19,28.88 19,46 C 19,63.12 32.88,77 50,77 C 67.12,77 81,63.12 81,46 C 81,28.88 67.12,15 50,15 Z M 60,60 L 80,80 L 70,90 L 50,70 Z');
}
.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
  /* Keep Q shape when active */
  -webkit-clip-path: path('M 50,0 C 77.61,0 100,22.39 100,50 C 100,77.61 77.61,100 50,100 C 22.39,100 0,77.61 0,50 C 0,22.39 22.39,0 50,0 Z M 50,15 C 32.88,15 19,28.88 19,46 C 19,63.12 32.88,77 50,77 C 67.12,77 81,63.12 81,46 C 81,28.88 67.12,15 50,15 Z M 60,60 L 80,80 L 70,90 L 50,70 Z');
          clip-path: path('M 50,0 C 77.61,0 100,22.39 100,50 C 100,77.61 77.61,100 50,100 C 22.39,100 0,77.61 0,50 C 0,22.39 22.39,0 50,0 Z M 50,15 C 32.88,15 19,28.88 19,46 C 19,63.12 32.88,77 50,77 C 67.12,77 81,63.12 81,46 C 81,28.88 67.12,15 50,15 Z M 60,60 L 80,80 L 70,90 L 50,70 Z');
}
.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
  /* Keep Q shape when previous */
  -webkit-clip-path: path('M 50,0 C 77.61,0 100,22.39 100,50 C 100,77.61 77.61,100 50,100 C 22.39,100 0,77.61 0,50 C 0,22.39 22.39,0 50,0 Z M 50,15 C 32.88,15 19,28.88 19,46 C 19,63.12 32.88,77 50,77 C 67.12,77 81,63.12 81,46 C 81,28.88 67.12,15 50,15 Z M 60,60 L 80,80 L 70,90 L 50,70 Z');
          clip-path: path('M 50,0 C 77.61,0 100,22.39 100,50 C 100,77.61 77.61,100 50,100 C 22.39,100 0,77.61 0,50 C 0,22.39 22.39,0 50,0 Z M 50,15 C 32.88,15 19,28.88 19,46 C 19,63.12 32.88,77 50,77 C 67.12,77 81,63.12 81,46 C 81,28.88 67.12,15 50,15 Z M 60,60 L 80,80 L 70,90 L 50,70 Z');
}

.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 40%;
  top: 40%;
}
.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 100px;
  color: #fff;
  word-spacing: 10px;
}
.fnc-slide__heading-line:nth-child(2) {
  padding-left: 30px;
}
.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}
.fnc-slide__heading-line span {
  display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}
.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}
.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1F2833;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}
.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
  background: #1F2833;
}
.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}



.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  perspective: 1500px;
  background: #000;
}
.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #303030;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  transition: transform 0.7s;
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}
.credits-active .demo-cont__credits {
  transition: transform 0.7s 0.2333333333s;
  transform: translate3d(0, 0, 0);
}
.demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
  box-sizing: border-box;
}
.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.demo-cont__credits-close:before, .demo-cont__credits-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.demo-cont__credits-close:before {
  transform: rotate(45deg);
}
.demo-cont__credits-close:after {
  transform: rotate(-45deg);
}
.demo-cont__credits-heading {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}
.demo-cont__credits-img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 10px;
}
.demo-cont__credits-name {
  margin-bottom: 20px;
  font-size: 30px;
}
.demo-cont__credits-link {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.demo-cont__credits-blend {
  font-size: 30px;
  margin-bottom: 10px;
}

.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/blackwidow.jpg");
}
.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/captainamerica.jpg");
}
.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/ironman-alt.jpg");
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/thor.jpg");
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* COLORFUL SWITCH STYLES 
   ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.1428571429px;
  margin: 0 auto;
  border-radius: 32.1428571429px;
  background: #cfcfcf;
}
.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.1428571429px;
  border-radius: 37.1428571429px;
  background: #314239;
  transition: background-color 0.3s;
}
.colorful-switch:hover:before {
  background: #4C735F;
}
.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.1428571429px;
  cursor: pointer;
}
.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
  transition: transform 0.5s;
  transform: translate3d(-360px, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
  transform: translate3d(0, 0, 0);
}
.colorful-switch__dot {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 5.1428571429px;
  height: 5.1428571429px;
  margin-left: -2.5714285714px;
  margin-top: -2.5714285714px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on {
  position: absolute;
  left: 104.1428571429px;
  top: 22.5px;
  width: 19.2857142857px;
  height: 36px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transform-origin: 100% 50%;
  transform: rotate(45deg) scale(0) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(45deg) scale(1) translateZ(0);
}
.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
  content: "";
  position: absolute;
  border-radius: 2.5714285714px;
  background: #fff;
}
.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.1428571429px;
}
.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.1428571429px;
  height: 100%;
}
.colorful-switch__off {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 41.1428571429px;
  height: 41.1428571429px;
  margin-left: -20.5714285714px;
  margin-top: -20.5714285714px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__off:before, .colorful-switch__off:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.1428571429px;
  margin-top: -2.5714285714px;
  border-radius: 2.5714285714px;
  background: #fff;
  transition: transform 0.25s 0.25s;
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-delay: 0s;
}
.colorful-switch__off:before {
  transform: rotate(45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
  transform: rotate(45deg) scaleX(0) translateZ(0);
}
.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(-45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-timing-function: ease;
  transform: rotate(-45deg) scaleX(0) translateZ(0);
}



    /* =========================
       BASIC RESET + GLOBAL
    ========================== */




    img {
      max-width: 100%;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: 100%;
      max-width: 1200px;
      padding: 0 16px;
      margin: 0 auto;
    }

    /* =========================
       HERO SLIDER
    ========================== */

       /* =========================
       BASIC RESET + GLOBAL
    ========================== */



    /* =========================
       HERO SLIDER
    ========================== */

    .views-element-container {
      position: relative;
    }

    .inner-banner {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
    }

    .slideWrap {
      position: relative;
    }

    .slide-show {
      /* Slick will overwrite with its own styles when initialized */
    }

    .slide-item {
      position: relative;
    }

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

    /* Dark gradient overlay to help text readability */
    .slide-item::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.55) 25%,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.85) 100%
      );
      z-index: 1;
    }

    .banner-content {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      color: #ffffff;
      pointer-events: none; /* keep content click-through except buttons */
    }

    .banner-content .container {
      pointer-events: auto;
    }

    .banner-content h2 {
      font-size: clamp(32px, 4vw, 44px);
      line-height: 1.2;
      margin-bottom: 16px;
      font-weight: 700;
    }

    .banner-content p.blogs-text {
      max-width: 520px;
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 24px;
      color: rgba(255, 255, 255, 0.86);
    }

    .site-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 22px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      border: 1px solid transparent;
      transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    }

    .site-btn.blue {
      background: #3b82f6;
      color: #ffffff;
      border-color: #3b82f6;
    }

    .site-btn.blue:hover {
      background: #16469D;
      border-color: #16469D;
    }

    /* =========================
       SLIDER TITLE NAV (KELLTON STYLE)
    ========================== */

    .slider-title-content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      padding: 32px 0 40px;
      background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.90),
        rgba(0, 0, 0, 0.0)
      );
    }

    .slider-title-content .container {
      display: flex;
      justify-content: center;
    }

    /* Root nav (Slick will wrap children) */
    .slider-nav {
      position: relative;
      width: 100%;
    }

    /* Let slick center the items */
    .slider-nav .slick-track {
      display: flex !important;
      justify-content: center;
      align-items: center;
      gap: 56px; /* spacing between navigation items */
    }

    /* Slick slides */
    .slider-nav .slick-slide {
      float: none;       /* override slick default */
      display: block;
    }

    /* Wrapper for each label */
    .slider-nav .views-row {
      cursor: pointer;
    }

    /* Text style */
    .slider-nav .views-field {
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0.02em;
      color: rgba(255, 255, 255, 0.7);
      white-space: nowrap;
      padding-top: 24px;                /* space above text for the line */
      border-top: 2px solid transparent; /* top line for active item */
    }

    /* ONLY ACTIVE ITEM GETS VISIBLE TOP BORDER */
    .slider-nav .slick-current .views-field,
    .slider-nav .views-row.active .views-field {
      color: #ffffff;
      border-top-color: #ffffff;
    }

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

    @media (max-width: 768px) {
      .banner-content h2 {
        font-size: 26px;
      }

      .banner-content p.blogs-text {
        font-size: 14px;
      }

      .slider-nav {
        overflow-x: auto;
        padding-bottom: 8px;
      }

      .slider-nav .slick-track {
        justify-content: flex-start;
        gap: 32px;
      }
    }




    .container {
      width: 100%;
      max-width: 1200px;
      padding: 0 16px;
      margin: 0 auto;
    }

    /* =========================
       HERO SLIDER
    ========================== */

    .views-element-container {
      position: relative;
    }

    .inner-banner {
      position: relative;
      min-height: 60vh;
      overflow: hidden;
    }

    .slideWrap {
      position: relative;
    }

    .slide-show {
      /* Slick will overwrite with its own styles when initialized */
    }

    .slide-item {
      position: relative;
    }

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

    /* Dark gradient overlay to help text readability */
    .slide-item::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.55) 25%,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.85) 100%
      );
      z-index: 1;
    }

    .banner-content {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      color: #ffffff;
      pointer-events: none; /* keep content click-through except buttons */
    }

    .banner-content .container {
      pointer-events: auto;
    }

    .banner-content h2 {
      font-size: clamp(32px, 4vw, 44px);
      line-height: 1.2;
      margin-bottom: 16px;
      font-weight: 700;
	    color:#fff;
    }

    .banner-content p.blogs-text {
      max-width: 520px;
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 24px;
      color: rgba(255, 255, 255, 0.86);
    }


    .banner-content .right-content p.blogs-text {
      text-align: right;
      float:right;
    }

     .banner-content .left-content p.blogs-text {
      text-align: left;
      float:left;
    }

    .site-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 22px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      border: 1px solid transparent;
      transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    }

    .site-btn.blue {
      background: #E01A22;
      color: #ffffff;
      border-color: #E01A22;
    }

    .site-btn.blue:hover {
      background: #16469D;
      border-color: #16469D;
    }

    /* =========================
       SLIDER TITLE NAV (KELLTON STYLE)
    ========================== */

    .slider-title-content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      padding: 32px 0 40px;
      background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.90),
        rgba(0, 0, 0, 0.0)
      );
    }

    .slider-title-content .container {
      display: flex;
      justify-content: center;
    }

    /* Root nav (Slick will wrap children) */
    .slider-nav {
      position: relative;
      width: 100%;
    }

    /* Let slick center the items */
    .slider-nav .slick-track {
      display: flex !important;
      justify-content: center;
      align-items: center;
      gap: 56px; /* spacing between navigation items */
    }

    /* Slick slides */
    .slider-nav .slick-slide {
      float: none;       /* override slick default */
      display: block;
    }

    /* Wrapper for each label */
    .slider-nav .views-row {
      cursor: pointer;
    }

    /* Text style */
    .slider-nav .views-field {
      display: inline-block;
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      color: rgba(255, 255, 255, 0.7);
      white-space: nowrap;
      padding-top: 24px;                /* space above text for the line */
      border-top: 2px solid transparent; /* top line for active item */
    }

    /* ONLY ACTIVE ITEM GETS VISIBLE TOP BORDER */
    .slider-nav .slick-current .views-field,
    .slider-nav .views-row.active .views-field {
      color: #ffffff;
      border-top-color: #ffffff;
    }

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

    @media (max-width: 768px) {
      .banner-content h2 {
        font-size: 26px;
      }

      .banner-content p.blogs-text {
        font-size: 14px;
      }

      .slider-nav {
        overflow-x: auto;
        padding-bottom: 8px;
      }

      .slider-nav .slick-track {
        justify-content: flex-start;
        gap: 32px;
      }
    }
	section.industries {
	padding-bottom: 0px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: #0b1b2b;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent); /* red underline */
}

.section-title p {
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    opacity: 0;
    transform: translateY(30px);
}

.service-card.animated {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-icon {
    height: 80px;
    /* blue → red gradient like logo */
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
}

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #0b1b2b;
}

/* Industries Section */
.industries-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.industry-item {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    opacity: 0;
    transform: translateY(30px);
}

.industry-item.animated {
    opacity: 1;
    transform: translateY(0);
}

.industry-item:hover {
    transform: translateY(-10px);
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
}

.industry-item:hover h3,
.industry-item:hover p {
    color: white;
}

.industry-item i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 20px;
}

.industry-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #0b1b2b;
}

.industry-item p {
    color: var(--gray);
}



.svc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.5fr);
  gap: 64px;
  align-items: flex-start;
}

.svc-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 32px;
  color: #16469D;
}


.svc-accent {
  color: #E01A22; /* purple accent like Kellton */
}

/* Accordion */

.svc-accordion {
  border-top: 1px solid #e5e7eb;
}

.svc-item {
  border-bottom: 1px solid #e5e7eb;
}

.svc-item-header {
  width: 100%;
  padding: 18px 0;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #020617;
  cursor: pointer;
}

.svc-item-header span:first-child {
  text-align: left;
  color:#fff;
}

/* chevron */
.svc-chevron {
  width: 18px;
  height: 18px;
  border-right: 2px solid #16469D;
  border-bottom: 2px solid #16469D;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.svc-item.active .svc-chevron {
  transform: rotate(-135deg);
}

/* body */

.svc-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding-bottom: 0;
}

.svc-item-body ul {
  list-style: none;
  padding: 0 0 16px 0;
}

.svc-item-body li {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

/* when open */
.svc-item.active .svc-item-body {
  max-height: 300px; /* large enough for your content */
}

/* RIGHT IMAGE PANEL */

.svc-right {
  display: flex;
  justify-content: flex-end;
}

.svc-image-frame {
  width: 100%;
  max-width: 360px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
}

.svc-image-frame img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* Responsive */

@media (max-width: 960px) {
  .svc-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .svc-right {
    justify-content: flex-start;
  }

  .svc-image-frame {
    max-width: 100%;
  }
}


/* ============================
   Facing a Challenge Section
============================ */

.challenge-section {
    position: relative;
    background: #f8f9fa; /* deep navy like Kellton */
    color: #ffffff;
    text-align: center;
    padding: 60px 20px 60px;
    overflow: hidden;
}

/* wave image behind content */
.challenge-wave {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1400px;
    max-width: none;
    transform: translateX(-50%);
    opacity: 0.25;
    pointer-events: none;
}

.challenge-inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
}

.challenge-title {
    font-size: 42px;
    margin-bottom: 16px;
    font-weight: 700;
	color:#0a142a;
}

.challenge-sub {
    font-size: 18px;
    opacity: 0.85;
    margin-bottom: 32px;
    color:#000;
}

/* CTA BUTTON */
.challenge-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #0a142a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.challenge-btn:hover {
    background: #e5e5e5;
}


.hero-style1 {
	background-color:#0a142a;
}

/* Responsive */
@media (max-width: 768px) {
    .challenge-title {
        font-size: 32px;
    }
    .challenge-sub {
        font-size: 16px;
    }
    .challenge-btn {
        font-size: 15px;
        padding: 10px 28px;
    }
    .challenge-wave {
        width: 1100px;
    }
}



/* BASIC BANNER WRAPPER */
.banner.banner-v2 {
    position: relative;
    min-height: 75vh;
    padding-top: 120px;
    padding-bottom: 80px;
    background: radial-gradient(circle at 0 0, #e1f1ff 0, #ffffff 40%, #e6edff 100%);
    overflow: hidden;
}

.banner-v2-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 15%, rgba(0, 86, 179, 0.18), transparent 55%);
    pointer-events: none;
}

/* SLIDER CONTAINER */
.banner-slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 480px;
}

/* INDIVIDUAL SLIDES */
.banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.banner-slide.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* LEFT/RIGHT GRID */
.banner-v2-grid {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.banner-v2-grid.reverse {
    flex-direction: row-reverse;   
}

.banner-v2-copy,
.banner-v2-visual {
    flex: 1;
    min-width: 0;
}

/* TEXT SIDE */
.banner-v2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(0, 86, 179, 0.06);
    color: #0056b3;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.banner-v2-kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff6b00;
}

.banner-v2-copy h1 {
    margin: 18px 0 14px;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #1a2b4c;
}

.banner-v2-highlight {
    display: inline-block;
    background: linear-gradient(90deg, #0056b3, #00a4e1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.banner-v2-copy p {
    color: #4b5563;
    max-width: 520px;
}

.banner-v2-actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.banner-v2-stats {
    display: flex;
    gap: 18px;
}

.banner-v2-stats .stat {
    text-align: left;
}

.banner-v2-stats .value {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #0056b3;
}

.banner-v2-stats .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
}

/* RIGHT VISUAL */
.banner-v2-visual {
    position: relative;
    min-height: 260px;
}

.visual-glow {
    position: absolute;
    inset: 12% 5%;
    background: radial-gradient(circle at 50% 40%, rgba(0, 86, 179, 0.35), transparent 60%);
    filter: blur(10px);
    opacity: 0.7;
}

/* core circle */
.visual-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 170px;
    transform: translate(-50%, -50%);
}

.core-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 1px rgba(0, 86, 179, 0.4);
    animation: ring-rotate 16s linear infinite;
}

.core-inner {
    position: absolute;
    inset: 28px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0, #0056b3 55%, #003471 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffbeb;
    font-size: 34px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.40);
    animation: core-pulse 2.4s ease-in-out infinite;
}

/* floating cards */
.visual-card {
    position: absolute;
    width: 220px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
    border-radius: 14px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(4px);
}

.visual-card .icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0056b3, #00a4e1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
}

.visual-card .text h4 {
    margin: 0;
    font-size: 13px;
    color: #1f2933;
    font-weight: 600;
}

.visual-card .text p {
    margin: 2px 0 0;
    font-size: 11px;
    color: #6b7280;
}

/* positions + float animation */
.vc-1 {
    top: 10%;
    left: 55%;
    animation: float-up 6s ease-in-out infinite;
}
.vc-2 {
    bottom: 14%;
    left: 45%;
    animation: float-up 7s ease-in-out infinite 0.3s;
}
.vc-3 {
    top: 25%;
    right: 2%;
    animation: float-up 6.5s ease-in-out infinite 0.6s;
}

/* SLIDE ENTER ANIMATIONS (copy vs visual, left/right) */
.banner-slide.active .banner-v2-grid:not(.reverse) .banner-v2-copy {
    animation: slide-in-left 0.8s ease forwards;
}
.banner-slide.active .banner-v2-grid:not(.reverse) .banner-v2-visual {
    animation: slide-in-right 0.9s ease forwards;
}
.banner-slide.active .banner-v2-grid.reverse .banner-v2-copy {
    animation: slide-in-right 0.8s ease forwards;
}
.banner-slide.active .banner-v2-grid.reverse .banner-v2-visual {
    animation: slide-in-left 0.9s ease forwards;
}

/* DOTS */
.banner-dots {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.banner-dots .dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.9);
    cursor: pointer;
    transition: 0.3s;
}

.banner-dots .dot.active {
    width: 26px;
    background: #0056b3;
    border-color: #0056b3;
}

/* KEYFRAMES */
@keyframes ring-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes core-pulse {
    0%,100% { transform: scale(1); box-shadow: 0 14px 32px rgba(15, 23, 42, 0.40); }
    50%     { transform: scale(1.06); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.55); }
}

@keyframes float-up {
    0%,100% { transform: translateY(0); }
    50%     { transform: translateY(-10px); }
}

@keyframes slide-in-left {
    from { opacity: 0; transform: translateX(-40px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes slide-in-right {
    from { opacity: 0; transform: translateX(40px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .banner-slider {
        height: auto;
    }
    .banner-slide {
        position: relative;
        padding-bottom: 40px;
    }
    .banner-v2-grid,
    .banner-v2-grid.reverse {
        flex-direction: column-reverse;
        text-align: left;
    }
    .banner-v2-visual {
        order: -1;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .banner.banner-v2 {
        padding-top: 110px;
        padding-bottom: 70px;
    }
    .banner-v2-copy h1 {
        font-size: 2.1rem;
    }
    .banner-v2-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .banner-v2-stats {
        gap: 14px;
    }
    .visual-card {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .banner-v2-copy h1 {
        font-size: 1.9rem;
    }
    .banner-dots {
        bottom: 18px;
    }
}


/* Category image card (optional) */
.category-image-card {
    display: flex;
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    min-height: 90px;
}

.category-image-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.category-image {
    width: 40%;
    background-size: cover;
    background-position: center;
}

.category-image-content {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-image-content h5 {
    margin: 0 0 4px;
    font-size: 14px;
    color: #0b1b2b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.category-image-content h5 i {
    color: var(--primary);
    font-size: 13px;
}

.category-image-content p {
    margin: 0;
    font-size: 12px;
    color: var(--gray);
}

/* Optional highlight using blue→red */
.mega-menu-highlight {
    grid-column: 1 / -1;
    display: flex;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 8px;
    padding: 30px;
    margin-top: 20px;
    align-items: center;
    color: white;
}

.mega-menu-highlight i {
    font-size: 40px;
    color: white;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 50%;
}

.mega-menu-highlight h4 {
    font-size: 18px;
    color: white;
    margin-bottom: 8px;
    border: none;
    padding: 0;
}

.mega-menu-highlight p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #0b1b2b;
    cursor: pointer;
}

/* Mobile Mega Menu */
.mobile-mega-menu {
    display: none;
    padding: 0;
    background: #f8f9fa;
    width: 100%;
}

.mobile-mega-menu.active {
    display: block;
}

.mobile-mega-menu h4 {
    padding: 15px 20px;
    margin: 0;
    background: rgba(0, 86, 179, 0.1);
    color: var(--primary);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.mobile-mega-menu h4 i {
    transition: var(--transition);
}

.mobile-mega-menu h4.active i {
    transform: rotate(180deg);
}

.mobile-mega-menu ul {
    list-style: none;
 
  
    transition: max-height 0.3s ease;
}

.mobile-mega-menu ul.active {
    max-height: 3000px;
}

.mobile-mega-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-mega-menu ul li a {
    display: block;
    padding: 12px 20px 12px 30px;
    text-decoration: none;
    color: #0b1b2b;
    font-size: 14px;
    transition: var(--transition);
}

.mobile-mega-menu ul li a:hover {
    background: rgba(0, 86, 179, 0.05);
    color: var(--primary);
}

.mobile-mega-menu ul.sub-list {
    background: rgba(0, 0, 0, 0.02);
}

.mobile-mega-menu ul.sub-list li a {
    padding-left: 45px;
    font-size: 13px;
    color: var(--gray);
}

/* ===== HERO / BANNER v2 ===== */

.banner-v2 {
    position: relative;
    padding: 120px 0 90px;      /* space for fixed header */
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* soft gradient + waves */
.banner-v2-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 0% 0%, rgba(0, 86, 179, 0.22) 0, transparent 55%),
        radial-gradient(circle at 100% 0%, rgba(255, 0, 0, 0.16) 0, transparent 55%),
        linear-gradient(135deg, #e8f2ff 0%, #f9fbff 45%, #ffffff 100%);
    z-index: 0;
}

/* keep your floating bubbles, just a bit softer */
.floating-elements {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.floating-element {
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
    animation: float 26s infinite linear;
}

/* layout */
.banner-v2-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

/* LEFT COPY BLOCK */

.banner-v2-copy {
    max-width: 560px;
}

.banner-v2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0f172a;
    background:
        linear-gradient(90deg, #0056b3, #ff0000);
    color: #fff;
}

.banner-v2-copy h1 {
    margin: 18px 0 14px;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #0f172a;
}

.banner-v2-highlight {
    display: inline-block;
    position: relative;
    padding: 2px 10px;
    margin-left: 4px;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(0, 86, 179, 0.14), rgba(255, 0, 0, 0.14));
    overflow: hidden;
}

.banner-word {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    white-space: nowrap;
    font-weight: 700;
    color: #0056b3;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.banner-word.active {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.banner-v2-copy p {
    font-size: 0.99rem;
    color: #4b5563;
    max-width: 520px;
}

/* CTA + small stats */

.banner-v2-actions {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

/* reuse but restyled */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ff0000, #ff6b00);
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(255, 107, 0, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cta-button i {
    font-size: 13px;
}

.cta-button:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ff6b00, #ff0000);
    box-shadow: 0 18px 40px rgba(255, 107, 0, 0.55);
}

.banner-v2-stats {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.banner-v2-stats .stat {
    min-width: 70px;
}

.banner-v2-stats .value {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0056b3;
}

.banner-v2-stats .label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
}

/* RIGHT VISUAL BLOCK */

.banner-v2-visual {
    position: relative;
    min-height: 260px;
}

/* big glowing circle */
.visual-glow {
    position: absolute;
    inset: 10% 5%;
    border-radius: 30px;
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 86, 179, 0.45) 0, transparent 60%),
        radial-gradient(circle at 80% 100%, rgba(255, 0, 0, 0.32) 0, transparent 55%),
        linear-gradient(145deg, #04132f, #001a47);
    opacity: 0.95;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.75);
}

/* central orbital animation */
.visual-core {
    position: absolute;
    inset: 18% 18%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-ring {
    width: 180px;
    height: 180px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 0.7),
        0 0 50px rgba(59, 130, 246, 0.5);
    position: relative;
    animation: spinRing 16s linear infinite;
}

.core-ring::before,
.core-ring::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(96, 165, 250, 1);
}

.core-ring::before {
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.core-ring::after {
    bottom: -4px;
    left: 10%;
}

/* inner core */
.core-inner {
    position: absolute;
    inset: 35px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0%, #ffffff 0, #93c5fd 40%, #1e3a8a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 -8px 20px rgba(15, 23, 42, 0.6);
    animation: pulseCore 3.2s ease-in-out infinite;
}

.core-inner i {
    font-size: 32px;
    color: #0b1120;
}

/* floating mini cards */

.visual-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.55);
    font-size: 12px;
    max-width: 210px;
}

.visual-card .icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0056b3, #00a4e1);
    color: #fff;
    font-size: 14px;
}

.visual-card h4 {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 600;
}

.visual-card p {
    margin: 0;
    font-size: 11px;
    color: #6b7280;
}

/* positions + animations */
.vc-1 {
    top: 6%;
    right: 4%;
    animation: floatCard1 6.5s ease-in-out infinite;
}

.vc-2 {
    bottom: 4%;
    right: 16%;
    animation: floatCard2 7.2s ease-in-out infinite;
}

.vc-3 {
    bottom: 18%;
    left: -4%;
    animation: floatCard3 7.8s ease-in-out infinite;
}

/* animations */

@keyframes spinRing {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes pulseCore {
    0%, 100% { transform: scale(1); box-shadow: inset 0 -8px 20px rgba(15, 23, 42, 0.6); }
    50%      { transform: scale(1.03); box-shadow: inset 0 -2px 10px rgba(15, 23, 42, 0.4); }
}

@keyframes floatCard1 {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

@keyframes floatCard2 {
    0%, 100% { transform: translateY(0) translateX(0); }
    50%      { transform: translateY(-6px) translateX(4px); }
}

@keyframes floatCard3 {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(8px); }
}

/* you already have @keyframes float in your CSS for bubbles – keep that */

/* ===== Responsive tweaks for banner ===== */

@media (max-width: 992px) {
    .banner-v2-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .banner-v2-visual {
        min-height: 260px;
        order: -1; /* visual on top for tablets */
    }
}

@media (max-width: 768px) {
    .banner-v2 {
        padding: 110px 0 70px;
    }
    .banner-v2-copy h1 {
        font-size: 2.1rem;
    }
}

@media (max-width: 576px) {
    .banner-v2-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .banner-v2-stats {
        width: 100%;
        justify-content: space-between;
    }
}

.cta-button {
    display: inline-block;
    background: var(--accent); /* red button */
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s forwards 0.9s;
}

.cta-button:hover {
    background: #b91c1c;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(224, 36, 36, 0.3);
}

/* Floating Elements Animation */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.floating-element {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 20s infinite linear;
}

/* Section Styles */
section {
    padding: 10px 0;
}

section.industries {
	padding-bottom: 80px;
	background-color:#ecf0f0;
}

.section-title {
    text-align: center;
    margin-bottom: 0px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: #16469D;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent); /* red underline */
}

.section-title p {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}


.industries .section-title p {
    color: #16469D;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
	margin-bottom:50px;
}


/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    opacity: 0;
    transform: translateY(30px);
}

.service-card.animated {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-icon {
    height: 80px;
    /* blue → red gradient like logo */
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
}

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #0b1b2b;
}

/* Industries Section */
.industries-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.industry-item {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    opacity: 0;
    transform: translateY(30px);
}

.industry-item.animated {
    opacity: 1;
    transform: translateY(0);
}

.industry-item:hover {
    transform: translateY(-10px);
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
}

.industry-item:hover h3,
.industry-item:hover p {
    color: white;
}

.industry-item i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 20px;
}

.industry-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #0b1b2b;
}

.industry-item p {
    color: var(--gray);
}

/* Client Success Section */
.client-success {
    background-color: #f8f9fa;
}

.client-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-top: 50px;
}

.client-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-slide.active {
    opacity: 1;
}

.client-testimonial {
    max-width: 800px;
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.client-logo {
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo img {
    max-height: 100%;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: var(--transition);
}

.client-slide.active .client-logo img {
    filter: grayscale(0);
    opacity: 1;
}



/* Insights & News Section */
.insights-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.insight-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.insight-card:hover {
    transform: translateY(-10px);
}

.insight-img {
    height: 200px;
    background-size: cover;
    background-position: center;
}



.insight-date {
    font-size: 0.9rem;
    color: var(--gray);
    margin-bottom: 10px;
}

/* Careers Section */
.careers {
    background: linear-gradient(rgba(26, 43, 76, 0.9), rgba(26, 43, 76, 0.9)), url('https://images.unsplash.com/photo-1551836026-d5c2c727331f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    color: white;
}

.career-opportunities {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.career-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.career-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

/* Contact Form */
.contact-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    margin-top: 50px;
}

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #0b1b2b;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.1);
}

/* Footer */
footer {
    background: var(--dark);
    color: white;
    padding: 70px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-column h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-column h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--accent); /* red line */
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: var(--transition);
}

.social-icons a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #bbb;
    font-size: 0.9rem;
}

/* Animations */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(-15px, 15px);
    }
    75% {
        transform: translate(10px, -10px);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    /* flex mega panel already responsive */
}

@media (max-width: 992px) {
    .banner h1 {
        font-size: 2.8rem;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .nav-links > li > a {
        font-size: 14px;
    }

    .nav-links li {
        margin-left: 25px;
    }

    .mega-menu {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
   
    .nav-links {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        transition: var(--transition);
        z-index: 999;
        max-height: 80vh;
        overflow-y: auto;
    }

    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
    }

    .nav-links li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav-links > li > a {
        padding: 15px 20px;
        font-size: 16px;
    }

    .nav-links > li > a:after {
        display: none;
    }

    .mega-menu {
        display: none !important;
    }

    .banner h1 {
        font-size: 2.3rem;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .metric-item {
        background: transparent;
    }

 
}

@media (max-width: 576px) {
    .banner h1 {
        font-size: 2rem;
    }

    .service-card, .industry-item {
        min-width: 100%;
    }
}



/* ==== SOLUTIONS (EDAG-style) SECTION ==== */
.services.solutions {
    background: #ffffff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 45px;
}

/* main card */
.solution-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 320px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    background: #000;
    cursor: pointer;
    transform: translateY(20px);
    opacity: 0;
    transition:
        transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 0.6s ease,
        box-shadow 0.4s ease;
}

/* if you animate on scroll, JS will add .animated */
.solution-card.animated {
    transform: translateY(0);
    opacity: 1;
}

/* background image */
.solution-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

/* darker overlay at left / bottom */
.solution-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.7) 30%,
        rgba(0, 0, 0, 0.3) 60%,
        transparent 100%
    );
    opacity: 0.9;
    transition: opacity 0.35s ease, background 0.35s ease, transform 0.35s ease;
}

/* bottom text + button bar */
.solution-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.solution-text {
    max-width: 75%;
}

.solution-text h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
}

.solution-text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

/* ===== Q logo wedge button (right bottom) ===== */
.solution-arrow {
    border: none;
    outline: none;
    padding: 0;
    width: 72px;
    height: 52px;
    background: #fff; /* red from logo */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* wedge shape similar to EDAG */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.45);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.solution-arrow-logo {
    width: 26px;
    height: auto;
}

/* hover effects – closer to EDAG behaviour */
.solution-card:hover .solution-image {
    transform: scale(1.08);
}

.solution-card:hover .solution-gradient {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.8) 35%,
        rgba(0, 0, 0, 0.4) 65%,
        transparent 100%
    );
    opacity: 1;
    transform: translateX(-4px);
}

.solution-card:hover .solution-bottom {
    transform: translateY(-6px);
}

.solution-card:hover {
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.solution-card:hover .solution-arrow {
    background: var(--primary);  /* switch to blue on hover */
    transform: translateX(3px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.55);
}

/* responsive tweaks */
@media (max-width: 992px) {
    .solution-card {
        min-height: 280px;
    }
}

@media (max-width: 576px) {
    .solutions-grid {
        gap: 20px;
    }

    .solution-text h3 {
        font-size: 16px;
    }

    .solution-text p {
        font-size: 12px;
    }

    .solution-arrow {
        width: 64px;
        height: 44px;
    }
}


.site-footer {
  background: #021333;       /* almost black like Indium */
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding-top: 0px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* top layout */

.footer-top {
  padding-bottom: 32px;
   background: 
        linear-gradient(#021333cc, #021333cc),  /* dark overlay */
        url("../images/shapes/case-two-bg.png") no-repeat center center/cover;
}

.footer-top .footer-container {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1.5fr));
  gap: 40px;
}

/* brand column */

.footer-brand .footer-logo {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #e5e7eb;
  margin-bottom: 16px;
  max-width: 320px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #f9fafb;
  margin-bottom: 8px;
}

.footer-contact-icon {
  margin-top: 2px;
}

.footer-subheading {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #f59e0b; /* orange accent */
}

/* link columns */

.footer-col {
  font-size: 14px;
}

.footer-heading {
  font-size: 16px;
  font-weight: 600;
 color: #E01A22;
  margin-bottom: 10px;
  text-decoration: underline;
}

.mt-24 {
  margin-top: 24px;
}

.footer-link {
  display: block;
  font-size: 14px;
  color: #f9fafb;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer-link:hover {
  color: #E01A22;
}

/* bottom bar */

.footer-bottom {
  border-top: 1px solid #111827;
  padding: 14px 0 18px;
  font-size: 12px;
  color: #9ca3af;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy-link {
  color: #9ca3af;
  text-decoration: none;
}

.footer-copy-link:hover {
  color: #f59e0b;
}

/* socials */

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #9ca3af;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #f9fafb;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.footer-social:hover {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #050505;
}

/* responsive */

@media (max-width: 960px) {
  .footer-top .footer-container {
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 1.2fr);
    row-gap: 32px;
  }
}

@media (max-width: 720px) {
  .footer-top .footer-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}


.footer-icon svg {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.15s ease, background 0.15s ease;
}

.footer-social:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
}

.wrapper-imgs h6 {
	color:#fff!important;
}




/* Header layout */
.svc-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: none;
  background: none;
  cursor: pointer;
}

/* RED ICONS */
.svc-icon i {
  color: #E01A22;
  font-size: 20px;
}

/* Title text */
.svc-title-text {
  flex: 1;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color:#021333;
  text-transform: uppercase;
}

/* Chevron */
.svc-chevron::after {
  content: "›";
  font-size: 0px;
  color: #444;
  transition: transform 0.2s ease;
}

.svc-item.active .svc-chevron::after {
  transform: rotate(90deg);
}

/* Accordion body structure */
.svc-item-body {
  padding: 15px 20px;
  border-left: 3px solid #E01A22;
  margin-bottom: 10px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Top row: title + desc + button */
.svc-body-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}

.svc-inner-title {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
}

.svc-desc {
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  max-width: 420px;
  color: #021333;
}

/* Learn More button */
.svc-learn-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #16469d;
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.25s ease;
  white-space: nowrap;
 
}

/* Button hover */
.svc-learn-btn:hover {
  background: #E01A22;
  transform: translateY(-2px);
   color: #fff;
}

/* Learn More animation when accordion opens */
.svc-item.active .svc-learn-btn {
  animation: learnPulse 0.45s ease-out;
}

@keyframes learnPulse {
  0% { transform: scale(0.85); opacity: 0; }
  60% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); }
}


/* Initial collapsed state */
.svc-item-body {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: 
    padding 0.25s ease,
    max-height 0.35s ease;
}

/* After accordion is opened */
.svc-item.active .svc-item-body {
  padding: 12px 18px;
  max-height: 600px;   /* big enough to fit content */
}

.svc-item-body ul {
  list-style-type: circle;   /* dotted bullet */
  padding-left: 20px;
}

.svc-item-body ul li {
  margin-bottom: 6px;
  color: #444;
  font-size: 14px;
}


.svc-item-body ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.svc-item-body ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #021333;
}

.svc-item-body ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e53935;   /* 🔴 Use your brand red */
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}



.svc-bg-logo {
  position: absolute;
  bottom: 300px;
  right: 0;
  width: 260px;             /* adjust size */
  opacity: 0.08;            /* light watermark */
  pointer-events: none;     /* logo is not clickable */
  user-select: none;
  z-index: 1;               /* behind content */
}



.svc-bg-logo {
  animation: fadeInQ 1.6s ease-out;
}

@keyframes fadeInQ {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to   { opacity: 0.08; transform: translateY(0) scale(1); }
}



/* ====== layout helpers ====== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ====== testimonial section ====== */
.tp-testimonial-area {
  position: relative;
  padding: 130px 0 120px;
  background-color: #ffffff;
  overflow: visible;
}

/* dark polygon background at top */
.tp-testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px; /* height of dark area like Invena */
  background: #060606 url("assets/img/bg/testimonial-bg.jpg") center/cover no-repeat;
  z-index: 1;
}

/* keep content above background */
.tp-testimonial-area .container {
  position: relative;
  z-index: 5;
}

/* ====== heading row ====== */
.tp-testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}

.tp-testimonial-subtitle {
  display: block;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f1f1f1;
  margin-bottom: 6px;
}

.tp-testimonial-title {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}

.tp-testimonial-btn-wrap {
  flex-shrink: 0;
}

.tp-testimonial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}
.tp-testimonial-btn:hover {
  transform: translateY(-2px);
}

/* ====== slider ====== */
.tp-testimonial-slider {
  padding-bottom: 60px; /* for dots */
}

.tp-testimonial-slider .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

/* ====== card ====== */
.tp-testimonial-card {
  background-color: #ffffff;
  border-radius: 28px;
  padding: 35px 40px 30px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.10);
  width: 360px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* top: avatar + name */
.tp-testimonial-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.tp-testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.tp-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-testimonial-name {
  margin: 0 0 3px;
  font-size: 18px;
  color: #111111;
}

.tp-testimonial-role {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #999999;
}

/* text */
.tp-testimonial-text {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.9;
  color: #555555;
}

/* bottom: company + rating */
.tp-testimonial-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #eeeeee;
  padding-top: 18px;
}

.tp-testimonial-company img {
  max-height: 26px;
  display: block;
}

.tp-testimonial-rating span {
  font-size: 16px;
  color: #ffb400;
}

/* ====== dots ====== */
.tp-testimonial-area .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7c7c7;
  opacity: 1;
}
.tp-testimonial-area .swiper-pagination-bullet-active {
  background: #111111;
  transform: scale(1.2);
}

/* ====== responsive ====== */
@media (max-width: 992px) {
  .tp-testimonial-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .tp-testimonial-btn-wrap {
    align-self: flex-end;
  }
  .svc-right-mobile {
    display:none;
  }
   .mobile-menu-btn {
        display: block;
    }

}

@media (max-width: 575px) {
  .tp-testimonial-area {
    padding: 110px 0 100px;
  }
  .tp-testimonial-card {
    padding: 28px 22px 26px;
  }
}

    .tp-testimonial-area {
      position: relative;
      padding: 130px 0 120px;
      background-color: #ffffff;
      overflow: visible;
    }

    /* dark polygon background at top */
    .tp-testimonial-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 330px; /* height of dark area like Invena */
      background: #060606 url("assets/img/bg/testimonial-bg.jpg") center/cover
        no-repeat;
      z-index: 1;
    }

    /* keep content above background */
    .tp-testimonial-area .container {
      position: relative;
      z-index: 5;
    }

    /* heading row */
    .tp-testimonial-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 60px;
    }

    .tp-testimonial-subtitle {
      display: block;
      font-size: 14px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #f1f1f1;
      margin-bottom: 6px;
    }

    .tp-testimonial-title {
      font-size: 36px;
      line-height: 1.2;
      color: #ffffff;
      margin: 0;
    }

    .tp-testimonial-btn-wrap {
      flex-shrink: 0;
    }

    .tp-testimonial-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 28px;
      border-radius: 999px;
      background: #ffffff;
      color: #111111;
      font-size: 15px;
      font-weight: 500;
      text-decoration: none;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      transition: all 0.25s ease;
    }

    .tp-testimonial-btn:hover {
      transform: translateY(-2px);
    }

    /* slider */
    .tp-testimonial-slider {
      padding-bottom: 60px; /* space for dots */
    }

    .tp-testimonial-slider .swiper-slide {
      height: auto;
      display: flex;
      justify-content: center;
    }

    /* testimonial card */
    .tp-testimonial-card {
      background-color: #ffffff;
      border-radius: 28px;
      padding: 35px 40px 30px;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
      width: 360px;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .tp-testimonial-card-head {
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 20px;
    }

    .tp-testimonial-avatar {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
    }

    .tp-testimonial-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .tp-testimonial-name {
      margin: 0 0 3px;
      font-size: 18px;
      color: #111111;
    }

    .tp-testimonial-role {
      margin: 0;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: #999999;
    }

    .tp-testimonial-text {
      margin: 0 0 28px;
      font-size: 14px;
      line-height: 1.9;
      color: #555555;
    }

    .tp-testimonial-card-foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      border-top: 1px solid #eeeeee;
      padding-top: 18px;
    }

    .tp-testimonial-company img {
      max-height: 26px;
      display: block;
    }

    .tp-testimonial-rating span {
      font-size: 16px;
      color: #ffb400;
    }

    /* dots */
    .tp-testimonial-area .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #c7c7c7;
      opacity: 1;
    }

    .tp-testimonial-area .swiper-pagination-bullet-active {
      background: #111111;
      transform: scale(1.2);
    }

    /* responsive */
    @media (max-width: 991px) {
      .tp-testimonial-top {
        flex-direction: column;
        align-items: flex-start;
      }

      .tp-testimonial-btn-wrap {
        align-self: flex-end;
      }
    }

    @media (max-width: 575px) {
      .tp-testimonial-area {
        padding: 110px 0 100px;
      }

      .tp-testimonial-card {
        padding: 28px 22px 26px;
      }
    }

    /* -------------------------
       CSS ANIMATIONS (NO AOS)
    -------------------------- */

    @keyframes tp-fade-up {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes tp-card-enter {
      0% {
        opacity: 0;
        transform: translateY(60px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .tp-anim {
      opacity: 0;
      animation-fill-mode: forwards;
      animation-play-state: paused;
    }

    .tp-anim-up {
      animation-name: tp-fade-up;
    }

    .tp-anim-card {
      animation-name: tp-card-enter;
    }

    .tp-anim-fast {
      animation-duration: 0.6s;
    }

    .tp-anim-normal {
      animation-duration: 0.9s;
    }

    .tp-delay-1 {
      animation-delay: 0.1s;
    }

    .tp-delay-2 {
      animation-delay: 0.2s;
    }

    .tp-delay-3 {
      animation-delay: 0.3s;
    }

    .tp-delay-4 {
      animation-delay: 0.4s;
    }
	
	
	.tp-testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}

.tp-testimonial-top-left {
    display: flex;
    flex-direction: column;
}

.tp-testimonial-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #f1f1f1;
}

.tp-testimonial-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 6px;
    color: #ffffff;
}

.tp-testimonial-btn-wrap {
    flex-shrink: 0;
}

.tp-testimonial-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    background: #fff;
    color: #111;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.tp-testimonial-btn:hover {
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .tp-testimonial-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .tp-testimonial-btn-wrap {
        align-self: flex-start;
    }
}


.animated-bg {
  position: absolute;
  inset: 0;
  background: url("../images/bg/solution-bg.png") no-repeat center center/cover;
  animation: bgMove 25s ease-in-out infinite alternate;
  opacity: 0.6;
  z-index: 0;
}

.tj-service-section.service-2 {
  position: relative;
  overflow: hidden;
}

.tj-service-section.service-2 .container,
.tj-service-section.service-2 .row,
.tj-service-section.service-2 .col-lg-4,
.tj-service-section.service-2 .col-lg-8 {
  position: relative;
  z-index: 2; /* content above background */
}

@keyframes bgMove {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.2) translate(-40px, -30px); }
}



.bg-client-r-h2 {
    background-image: url(../images/testimonials/02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}


.hero-style1 {
	 background-image: url(../images/shapes/what-we-do.png);
    background-repeat: no-repeat;
    background-position: top right;

}








/* Fade + slide-up initial state */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

/* When visible */
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Delay for staggered job cards */
.reveal.delay-1 {
    transition-delay: 0.2s;
}
.reveal.delay-2 {
    transition-delay: 0.4s;
}
.reveal.delay-3 {
    transition-delay: 0.6s;
}
.reveal.delay-4 {
    transition-delay: 0.8s;
}


/* Background Particles */
.particles {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.05) 2px, transparent 2px);
    background-size: 40px 40px;
    animation: moveDots 12s linear infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes moveDots {
    0% { background-position: 0 0; }
    100% { background-position: 200px 200px; }
}

.banner-style1__right-box {
    padding: 30px;
    border-radius: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #fff;
}

.btn-submit {
    background: #fff; /* contrasting button for red bg */
    color: #ff0000; /* red text */
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #ffe5e5;
}



.banner-style1__inner select,.banner-style1__inner .nice-select,.banner-style1__inner input[type=search],.banner-style1__inner input[type=tel], .banner-style1__inner input[type=text],.banner-style1__inner input[type=email],.banner-style1__inner input[type=url], textarea {
    outline: none;
    background-color: #1e1d1d;
}

.brochure-popup-overlay textarea {
    outline: none;
    background-color: transparent;
}


/* Product Engineering Banner - Lightweight Gradient with Dots */
.eng-banner-section {
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
    
    /* Main Gradient Background */
    background: linear-gradient(135deg, 
        #f8fafc 0%, 
        #f1f5f9 25%, 
        #e2e8f0 50%, 
        #f1f5f9 75%, 
        #f8fafc 100%);
    
    /* Subtle radial gradients for depth */
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(26, 115, 232, 0.08) 0%, transparent 25%),
        radial-gradient(circle at 90% 30%, rgba(0, 230, 118, 0.06) 0%, transparent 25%),
        radial-gradient(circle at 30% 80%, rgba(156, 39, 176, 0.05) 0%, transparent 20%),
        radial-gradient(circle at 70% 70%, rgba(255, 193, 7, 0.04) 0%, transparent 20%);
    
    /* Abstract dot pattern overlay */
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(26, 115, 232, 0.1) 2px, transparent 3px),
        radial-gradient(circle at 85% 25%, rgba(0, 230, 118, 0.1) 2px, transparent 3px),
        radial-gradient(circle at 25% 75%, rgba(156, 39, 176, 0.1) 2px, transparent 3px),
        radial-gradient(circle at 75% 85%, rgba(26, 115, 232, 0.1) 2px, transparent 3px),
        radial-gradient(circle at 50% 50%, rgba(255, 193, 7, 0.05) 3px, transparent 4px);
    
    background-size: 
        400px 400px, 
        350px 350px, 
        300px 300px, 
        350px 350px,
        500px 500px;
    
    background-position: 
        10% 20%, 
        90% 30%, 
        30% 80%, 
        70% 70%,
        center center;
}

/* Animated floating dots */
.eng-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 40%, rgba(26, 115, 232, 0.07) 1px, transparent 2px),
        radial-gradient(circle at 40% 60%, rgba(0, 230, 118, 0.06) 1px, transparent 2px),
        radial-gradient(circle at 60% 30%, rgba(156, 39, 176, 0.05) 1px, transparent 2px),
        radial-gradient(circle at 80% 70%, rgba(255, 193, 7, 0.04) 1px, transparent 2px);
    
    background-size: 200px 200px;
    animation: floatBackground 20s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes floatBackground {
    0% {
        background-position: 
            0px 0px,
            0px 0px,
            0px 0px,
            0px 0px;
    }
    100% {
        background-position: 
            200px 200px,
            -200px 100px,
            100px -200px,
            -100px 200px;
    }
}

/* Ensure content is above background */
.eng-banner-section > .container {
    position: relative;
    z-index: 1;
}

/* Title Styles */
.eng-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a237e;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
}

.eng-main-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #1a73e8, #00e676);
    border-radius: 2px;
}

.eng-subtitle {
    font-size: 1.2rem;
    color: #546e7a;
    font-weight: 500;
    max-width: 800px;
    margin: 25px auto 0;
    line-height: 1.5;
}

/* Headline */
.eng-headline {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0d47a1;
    line-height: 1.3;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

.eng-headline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: linear-gradient(to bottom, #1a73e8, #00e676);
    border-radius: 3px;
}

/* Description */
.eng-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #455a64;
    margin-bottom: 30px;
    padding-right: 20px;
}

/* Highlights */
.eng-highlights span {
    font-weight: 500;
    color: #37474f;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.eng-highlights .d-flex {
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.eng-highlights .d-flex:hover {
    background: rgba(26, 115, 232, 0.05);
    transform: translateX(5px);
}

.eng-highlights .d-flex:hover span {
    color: #1a73e8;
}

/* Visual Container */
.eng-visual-container {
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    border: 1px solid rgba(226, 232, 240, 0.5);
}

/* Layered Visual */
.layered-visual {
    position: relative;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-final {
    position: absolute;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #1a73e8, #4fc3f7);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 10;
    box-shadow: 
        0 15px 35px rgba(26, 115, 232, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    animation: float 3s ease-in-out infinite;
}

.product-icon {
    font-size: 2.8rem;
    margin-bottom: 10px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.product-label {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Layers */
.layer {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    opacity: 0.9;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.layer:hover {
    transform: scale(1.15) translateY(-5px);
    opacity: 1;
    z-index: 20 !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.layer i {
    font-size: 2rem;
    margin-bottom: 10px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}

.layer-info {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Layer positions and colors */
.layer-design {
    background: linear-gradient(135deg, #4a148c, #7b1fa2);
    top: 15%;
    left: 5%;
    z-index: 1;
    animation: slideInLeft 1s ease-out;
}

.layer-electronics {
    background: linear-gradient(135deg, #1b5e20, #388e3c);
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 2;
    animation: slideInRight 1s ease-out 0.2s;
}

.layer-software {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    bottom: 15%;
    left: 15%;
    z-index: 3;
    animation: slideInUp 1s ease-out 0.4s;
}

/* Legend */
.visual-legend {
    background: rgba(248, 250, 252, 0.7);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(226, 232, 240, 0.5);
    backdrop-filter: blur(5px);
}

.legend-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease;
}

.legend-item:hover {
    transform: translateY(-3px);
}

.legend-color {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.legend-color.design { 
    background: linear-gradient(135deg, #4a148c, #7b1fa2); 
}
.legend-color.electronics { 
    background: linear-gradient(135deg, #1b5e20, #388e3c); 
}
.legend-color.software { 
    background: linear-gradient(135deg, #0d47a1, #1976d2); 
}

.legend-item small {
    font-weight: 600;
    color: #37474f;
    font-size: 0.85rem;
}

/* CTA Button */
.eng-cta-btn {
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
    color: white;
    padding: 16px 40px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 8px 25px rgba(26, 115, 232, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    overflow: hidden;
}

.eng-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

.eng-cta-btn:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 35px rgba(26, 115, 232, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    color: white;
}

.eng-cta-btn:hover::before {
    left: 100%;
}

.eng-cta-btn i {
    transition: transform 0.3s ease;
    margin-left: 8px;
}

.eng-cta-btn:hover i {
    transform: translateX(8px);
}

/* Animations */
@keyframes float {
    0%, 100% { 
        transform: translateY(0) rotate(0deg); 
    }
    50% { 
        transform: translateY(-20px) rotate(5deg); 
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px) scale(0.9);
    }
    to {
        opacity: 0.9;
        transform: translateX(0) scale(1);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px) scale(0.9);
    }
    to {
        opacity: 0.9;
        transform: translateX(0) scale(1);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
    }
    to {
        opacity: 0.9;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .eng-banner-section {
        padding: 60px 0 40px;
    }
    
    .eng-main-title {
        font-size: 2rem;
    }
    
    .eng-headline {
        font-size: 1.8rem;
        padding-left: 15px;
    }
    
    .layered-visual {
        height: 240px;
    }
    
    .product-final {
        width: 100px;
        height: 100px;
    }
    
    .layer {
        width: 80px;
        height: 80px;
    }
    
    .layer i {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .eng-banner-section {
        padding: 50px 0 30px;
        background-size: 
            300px 300px, 
            250px 250px, 
            200px 200px, 
            250px 250px,
            400px 400px;
    }
    
    .eng-main-title {
        font-size: 1.7rem;
    }
    
    .eng-subtitle {
        font-size: 1rem;
    }
    
    .eng-headline {
        font-size: 1.6rem;
        text-align: center;
        padding-left: 0;
    }
    
    .eng-headline::before {
        display: none;
    }
    
    .eng-description {
        text-align: center;
        padding-right: 0;
    }
    
    .eng-highlights .d-flex {
        padding: 8px 12px;
    }
    
    .layered-visual {
        height: 200px;
        margin-top: 30px;
    }
    
    .layer {
        width: 70px;
        height: 70px;
    }
    
    .layer i {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
    
    .eng-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 1rem;
    }
    

    .svc-title {
  font-size: 20px;

}

}


/* SolidPro Method Section */
.solidpro-method-section {
    padding: 80px 0;
    background: linear-gradient(135deg, 
        #ffffff 0%, 
        #f8fafc 30%, 
        #f1f5f9 70%, 
        #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.solidpro-method-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(26, 115, 232, 0.05) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgba(0, 230, 118, 0.05) 0%, transparent 25%);
    pointer-events: none;
}

/* Header */
.method-header {
    position: relative;
    margin-bottom: 60px;
}

.method-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a237e;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.method-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #16469D, #E01A22);
    border-radius: 2px;
}

.method-subtitle {
    font-size: 1.2rem;
    color: #546e7a;
    max-width: 700px;
    margin: 25px auto 0;
    line-height: 1.6;
}

/* Horizontal Timeline Container */
.method-timeline-container {
    overflow-x: auto;
    padding: 30px 0;
    position: relative;
}

.method-timeline {
    display: flex;
    min-width: 1200px;
    padding: 0 50px;
    position: relative;
}

/* Timeline Line */
.method-timeline::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 50px;
    right: 50px;
    height: 3px;
    background: linear-gradient(90deg, 
        #1a73e8 0%, 
        #4fc3f7 25%, 
        #00e676 50%, 
        #4fc3f7 75%, 
        #1a73e8 100%);
    z-index: 1;
    border-radius: 3px;
}

/* Method Step */
.method-step {
    flex: 1;
    position: relative;
    padding: 0 20px;
    min-width: 240px;
}

.step-number {
    position: absolute;
   
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1a73e8, #4fc3f7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 
        0 8px 20px rgba(26, 115, 232, 0.3),
        0 0 0 4px white,
        0 0 0 6px rgba(26, 115, 232, 0.1);
    transition: all 0.3s ease;
}

.method-step:hover .step-number {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 
        0 12px 30px rgba(26, 115, 232, 0.4),
        0 0 0 4px white,
        0 0 0 6px rgba(26, 115, 232, 0.2);
}

.step-content {
    background: white;
    padding: 100px 25px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 380px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(226, 232, 240, 0.5);
    overflow: hidden;
}

.method-step:hover .step-content {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: rgba(26, 115, 232, 0.2);
}

.step-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #1a73e8, #4fc3f7);
    border-radius: 20px 20px 0 0;
}

.step-icon {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #1a73e8;
    z-index: 3;
}

.step-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
}

.step-description {
    color: #546e7a;
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    min-height: 70px;
}

.step-details {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    margin-top: 15px;
    border: 1px solid #e2e8f0;
}

.step-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-details li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #37474f;
}

.step-details li:last-child {
    margin-bottom: 0;
}

.step-details li i {
    color: #00e676;
    margin-right: 10px;
    font-size: 0.9rem;
    margin-top: 3px;
}

/* Step Connectors */
.step-connector {
    position: absolute;
    top: 95px;
    right: -10px;
    width: 20px;
    height: 3px;
    background: linear-gradient(90deg, #4fc3f7, #00e676);
    z-index: 1;
    transition: all 0.3s ease;
}

.method-step:hover .step-connector {
    width: 30px;
    background: linear-gradient(90deg, #1a73e8, #00e676);
}

/* Progress Bar */
.method-progress-container {
    max-width: 800px;
    margin: 50px auto 0;
    padding: 0 20px;
}

.progress-bar {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background: linear-gradient(90deg, #1a73e8, #00e676);
    border-radius: 3px;
    transition: width 0.5s ease;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.progress-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 10px;
    border-radius: 20px;
}

.progress-label:hover {
    color: #1a73e8;
    background: rgba(26, 115, 232, 0.1);
}

.progress-label.active {
    color: #1a73e8;
    background: rgba(26, 115, 232, 0.1);
}

.progress-label::after {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #e2e8f0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.progress-label.active::after {
    background: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.2);
}

/* CTA Button */
.method-cta-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
    color: white;
    padding: 18px 45px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 10px 30px rgba(26, 115, 232, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    overflow: hidden;
}

.method-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

.method-cta-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(26, 115, 232, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    color: white;
}

.method-cta-btn:hover::before {
    left: 100%;
}

.method-cta-btn i {
    transition: transform 0.3s ease;
    margin-left: 12px;
}

.method-cta-btn:hover i {
    transform: translateX(10px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .method-timeline {
        min-width: 1000px;
        padding: 0 30px;
    }
    
    .method-step {
        min-width: 200px;
    }
    
    .step-content {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .method-title {
        font-size: 2.2rem;
    }
    
    .method-subtitle {
        font-size: 1.1rem;
        padding: 0 20px;
    }
    
    .method-timeline-container {
        padding: 20px 15px;
    }
    
    .method-timeline::before {
        top: 70px;
        left: 30px;
        right: 30px;
    }
    
    .step-number {
        top: 60px;
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .step-content {
        padding: 80px 15px 20px;
        height: 420px;
    }
    
    .step-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .step-title {
        font-size: 1.2rem;
    }
    
    .step-description {
        font-size: 0.9rem;
        min-height: 90px;
    }
    
    .step-details {
        padding: 15px;
    }
    
    .step-details li {
        font-size: 0.85rem;
    }
    
    .progress-label {
        font-size: 0.8rem;
        padding: 5px;
    }
    
    .method-cta-btn {
        padding: 16px 35px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .solidpro-method-section {
        padding: 60px 0;
    }
    
    .step-content {
        height: 450px;
    }
    
    .step-description {
        min-height: 110px;
    }
    
    .progress-labels {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .progress-label {
        text-align: center;
        min-width: 150px;
    }
    
    .progress-label::after {
        display: none;
    }
}


/* SolidPro Method Section - Fixed Layout */
.solidpro-method-section {
    padding: 80px 0;
    background: linear-gradient(135deg, 
        #ffffff 0%, 
        #f8fafc 50%, 
        #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.solidpro-method-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(26, 115, 232, 0.03) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgba(0, 230, 118, 0.03) 0%, transparent 25%);
    pointer-events: none;
}

.loader-wrap{
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation-preloader{
  text-align: center;
}

.logo-loader{
  width: 90px;
  margin: 0 auto 14px;
  animation: logoSpin 1.6s linear infinite;
}

.logo-loader img{
  width: 100%;
}

/* Percentage text */
.loader-percentage{
  font-size: 16px;
  font-weight: 600;
  color: #0b3c8c;
  letter-spacing: 1px;
}

/* Logo spin */
@keyframes logoSpin{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}





.banner-gif.right-gif{
  transition: transform .45s ease, filter .45s ease;
}

.banner-gif.right-gif:hover{
  transform: translateY(-10px) scale(1.03);
  filter: drop-shadow(0 22px 55px rgba(0,0,0,.25));
}


.banner-gif.right-gif.svg-hero-anim{
  animation: floatY 4s ease-in-out infinite;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.18));
  transform-origin: center;
}

.banner-gif.right-gif.svg-hero-anim svg{
  animation: slowSpin 14s linear infinite;
  transform-origin: 50% 50%;
}

/* Make the white strokes feel “alive” */
.banner-gif.right-gif.svg-hero-anim path{
  animation: glowPulse 2.2s ease-in-out infinite;
}

@keyframes floatY{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-14px); }
}

@keyframes slowSpin{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

@keyframes glowPulse{
  0%,100%{ opacity: .85; filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
  50%{ opacity: 1; filter: drop-shadow(0 0 12px rgba(255,255,255,.65)); }
}




.banner-gif.left-gif{
  transition: transform .45s ease, filter .45s ease;
}

.banner-gif.left-gif:hover{
  transform: translateY(-10px) scale(1.03);
  filter: drop-shadow(0 22px 55px rgba(0,0,0,.25));
}


.banner-gif.left-gif.svg-hero-anim{
  animation: floatY 4s ease-in-out infinite;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.18));
  transform-origin: center;
}

.banner-gif.left-gif.svg-hero-anim svg{
  animation: slideLR 14s linear infinite;
  transform-origin: 50% 50%;
}

/* Make the white strokes feel “alive” */
.banner-gif.left-gif.svg-hero-anim path{
   animation: slideLR 6s ease-in-out infinite;
}

@keyframes floatY{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-14px); }
}

@keyframes slowSpin{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

@keyframes glowPulse{
  0%,100%{ opacity: .85; filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
  50%{ opacity: 1; filter: drop-shadow(0 0 12px rgba(255,255,255,.65)); }
}

@keyframes slideLR {
  0%   { transform: translateX(-20px); opacity: 0.7; }
  50%  { transform: translateX(0);     opacity: 1; }
  100% { transform: translateX(20px);  opacity: 0.7; }
}


.small-logo{
  width: 400px;     /* change size هنا */
  height: 400px;
}

.small-logo svg{
  width: 100%;
  height: 100%;
  display: block;
}





.scroll-line{ background: red !important; height: 6px !important; }








/* Toggle Switch Styles */
.view-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.toggle-container {
  display: inline-flex;
  background: #f1f5f9;
  border-radius: 50px;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

.toggle-btn {
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.toggle-btn i {
  font-size: 16px;
  z-index: 2;
  position: relative;
}

.toggle-btn span {
  z-index: 2;
  position: relative;
}

.toggle-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: all 0.3s ease;
  z-index: 1;
}

.toggle-btn.active {
  color: white;
  box-shadow: 0 4px 15px rgba(23, 71, 158, 0.3);
}

.toggle-btn.active::before {
  background: linear-gradient(135deg, #16469D, #16469D);
}

#viewBefore.active::before {
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

#viewAfter.active::before {
  background: linear-gradient(135deg, #16469D, #16469D);
}

.toggle-btn:hover:not(.active) {
  color: #16469D;
}

/* Animated Background Effects */
.engineering-transformation-section {
  position: relative;
  overflow: hidden;
}

.background-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* Problem Background Effect */
.problem-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.03) 0%, rgba(220, 38, 38, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.problem-bg.active {
  opacity: 1;
}

/* Broken chain animation */
.broken-chain {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ef4444'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  animation: floatBroken 20s linear infinite;
}

.broken-chain:nth-child(1) {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  width: 80px;
  height: 80px;
}

.broken-chain:nth-child(2) {
  top: 25%;
  right: 8%;
  animation-delay: 2s;
  width: 120px;
  height: 120px;
}

.broken-chain:nth-child(3) {
  bottom: 15%;
  left: 12%;
  animation-delay: 4s;
  width: 90px;
  height: 90px;
}

.broken-chain:nth-child(4) {
  bottom: 30%;
  right: 15%;
  animation-delay: 6s;
  width: 70px;
  height: 70px;
}

@keyframes floatBroken {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(90deg);
  }
  50% {
    transform: translateY(0) rotate(180deg);
  }
  75% {
    transform: translateY(20px) rotate(270deg);
  }
}

/* Crack lines */
.crack-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.1), transparent);
  height: 1px;
  animation: crackFlow 8s linear infinite;
}

.crack-line:nth-child(5) {
  top: 20%;
  left: 0;
  width: 30%;
  animation-delay: 0s;
}

.crack-line:nth-child(6) {
  top: 60%;
  right: 0;
  width: 25%;
  animation-delay: 2s;
}

.crack-line:nth-child(7) {
  bottom: 40%;
  left: 10%;
  width: 40%;
  animation-delay: 4s;
}

@keyframes crackFlow {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Solution Background Effect */
.solution-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(23, 71, 158, 0.03) 0%, rgba(16, 185, 129, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.solution-bg.active {
  opacity: 1;
}

/* Connected dots animation */
.connected-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(23, 71, 158, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: pulseGrid 8s ease-in-out infinite;
}

@keyframes pulseGrid {
  0%, 100% {
    opacity: 0.3;
    background-size: 40px 40px;
  }
  50% {
    opacity: 0.6;
    background-size: 45px 45px;
  }
}

/* Floating nodes */
.floating-node {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(23, 71, 158, 0.1);
  border: 2px solid rgba(23, 71, 158, 0.2);
  animation: floatNode 15s ease-in-out infinite;
}

.floating-node:nth-child(9) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.floating-node:nth-child(10) {
  top: 25%;
  right: 15%;
  animation-delay: 3s;
  width: 80px;
  height: 80px;
}

.floating-node:nth-child(11) {
  bottom: 20%;
  left: 20%;
  animation-delay: 6s;
  width: 40px;
  height: 40px;
}

.floating-node:nth-child(12) {
  bottom: 35%;
  right: 10%;
  animation-delay: 9s;
  width: 70px;
  height: 70px;
}

@keyframes floatNode {
  0%, 100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.3;
  }
  25% {
    transform: translateY(-30px) translateX(20px) scale(1.1);
    opacity: 0.5;
  }
  50% {
    transform: translateY(0) translateX(40px) scale(1);
    opacity: 0.3;
  }
  75% {
    transform: translateY(30px) translateX(20px) scale(0.9);
    opacity: 0.5;
  }
}

/* Connection lines */
.connection-line {
  position: absolute;
  background: linear-gradient(90deg, rgba(23, 71, 158, 0.1), rgba(16, 185, 129, 0.1));
  height: 1px;
  animation: connectFlow 12s linear infinite;
}

.connection-line:nth-child(13) {
  top: 30%;
  left: 0;
  width: 100%;
  animation-delay: 0s;
}

.connection-line:nth-child(14) {
  top: 50%;
  left: 0;
  width: 100%;
  animation-delay: 4s;
}

.connection-line:nth-child(15) {
  top: 70%;
  left: 0;
  width: 100%;
  animation-delay: 8s;
}

@keyframes connectFlow {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Phase visibility control */
.timeline-phase {
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: relative;
  z-index: 2;
}

.phase-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  width: 100%;
  visibility: hidden;
}

.phase-visible {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  visibility: visible;
}

/* Ensure proper stacking */
.transformation-timeline {
  position: relative;
  min-height: 600px;
}

/* Enhanced workflow hub for solution */
.workflow-hub {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16469D, #16469D);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  z-index: 9999;
  box-shadow: 0 20px 40px rgba(23, 71, 158, 0.3);
  animation: hubGlow 3s ease-in-out infinite;
}

@keyframes hubGlow {
  0%, 100% {
    box-shadow: 0 20px 40px rgba(23, 71, 158, 0.3);
  }
  50% {
    box-shadow: 0 20px 60px rgba(23, 71, 158, 0.5);
  }
}

/* Enhanced discipline cards for solution */
.discipline-card {
  position: relative;
  overflow: hidden;
}

.discipline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(23, 71, 158, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.discipline-card:hover::before {
  opacity: 1;
}

/* Enhanced pain points for problem */
.pain-point {
  position: relative;
  overflow: hidden;
}

.pain-point::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pain-point:hover::before {
  opacity: 1;
}

/* Make sure content is above background */
.container, .transformation-header, .view-toggle, .timeline-phase {
  position: relative;
  z-index: 10;
}





@keyframes orbFloat {
    0% { transform: translateY(0px) scale(1); }
    100% { transform: translateY(-30px) scale(1.1); }
}

.tech-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    perspective: 1000px;
}

.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #16469D, #E01A22);
    transform: scaleX(0);
    transition: transform 0.6s ease;
    transform-origin: left;
}

.tech-card:hover {
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgba(23, 71, 158, 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 100px rgba(23, 71, 158, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.05);
}

.tech-card:hover::before {
    transform: scaleX(1);
}

.tech-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #16469D, #1e4aa8);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: white;
    position: relative;
    overflow: hidden;
}

.tech-icon::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        transparent 30%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.tech-card:nth-child(2) .tech-icon {
    background: linear-gradient(135deg, #E01A22, #f03a3a);
}

.tech-card:nth-child(3) .tech-icon {
    background: linear-gradient(135deg, #2d3748, #4a5568);
}

.tech-card h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.tech-card h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #16469D, #E01A22);
    border-radius: 2px;
}

.tech-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    font-size: 16px;
}



/* Light Version Overrides */
.tech-gradient-section.light-version {
    background: linear-gradient(135deg, #f4f7fb 0%, #e9eef6 100%);
}

.tech-gradient-section.light-version .tech-grid-pattern {
    background-image: 
        linear-gradient(rgba(23, 71, 158, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 71, 158, 0.03) 1px, transparent 1px);
}

.tech-gradient-section.light-version .glow-orb:nth-child(2) {
    background: radial-gradient(circle, rgba(96, 165, 250, 0.15) 0%, transparent 70%);
    opacity: 0.2;
}

.tech-gradient-section.light-version .glow-orb.red {
    background: radial-gradient(circle, rgba(225, 27, 34, 0.12) 0%, transparent 70%);
    opacity: 0.15;
}

.tech-gradient-section.light-version .section-title {
    color: #1e293b;
}

.tech-gradient-section.light-version .title-gradient {
    background: linear-gradient(90deg, #3b82f6, #ef4444);
    -webkit-background-clip: text;
    background-clip: text;
}

.tech-gradient-section.light-version .tech-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(8px);
}

.tech-gradient-section.light-version .tech-card::before {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.08) 0%, rgba(239, 68, 68, 0.04) 100%);
}

.tech-gradient-section.light-version .tech-card:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(148, 163, 184, 0.4);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 0 40px rgba(96, 165, 250, 0.15);
    transform: translateY(-8px);
}

.tech-gradient-section.light-version .tech-card h3 {
    color: #1e293b;
}

.tech-gradient-section.light-version .tech-card p {
    color: #475569;
}

/* Light version icon colors */
.tech-gradient-section.light-version .tech-card:nth-child(1) .tech-icon {
    background: linear-gradient(135deg, #16469D, #16469D);
}

.tech-gradient-section.light-version .tech-card:nth-child(2) .tech-icon {
    background: linear-gradient(135deg, #ef4444, #f87171);
}

.tech-gradient-section.light-version .tech-card:nth-child(3) .tech-icon {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.tech-gradient-section.light-version .tech-icon {
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments for light version */
@media (max-width: 991px) {
    .tech-gradient-section.light-version {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .tech-gradient-section.light-version {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    .tech-gradient-section.light-version {
        padding: 40px 0;
    }
}


.utility-link i {
    font-size: 13px;
    transform: scaleX(-1)!important;
}



  
    /* Mobile-first adjustments */
    @media (max-width: 768px) {
      .container {
        padding: 0 20px;
      }
    }

    @media (max-width: 480px) {
      .container {
        padding: 0 15px;
      }
      
      .btn-primary, .btn-outline {
        width: 100%;
        justify-content: center;
        padding: 14px 20px !important;
      }
    }

    
    @media (max-width: 640px) {
      .badge {
        white-space: normal;
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
      }
    }
    
    
    
    @media (max-width: 992px) {
      .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
      }
      
      .hero-left {
        order: 1;
      }
      
      .hero-right {
        order: 2;
        max-width: 500px;
        margin: 0 auto;
      }
      
      .hero-cta-group {
        justify-content: center;
      }
    }
    
    
    
    @media (max-width: 768px) {
      .grid-2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }
    }
    
   
    @media (max-width: 640px) {
      .approach-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
      }
    }
    
    
    
    @media (max-width: 560px) {
      .value-chip {
        width: 100%;
        justify-content: center;
        padding: 0.8rem 1rem;
        font-size: 0.85rem;
      }
    }
    
   
    
    @media (max-width: 768px) {
      .card {
        padding: 1.5rem;
        border-radius: 1.5rem;
      }
    }
    
    
    
    @media (max-width: 768px) {
      .card-lead-text {
        font-size: 1rem;
      }
    }
    
  
    
    @media (max-width: 768px) {
      .approach-card {
        padding: 1.3rem;
      }
      .approach-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
      }
    }
    
   
    @media (max-width: 768px) {
      .split-panel {
        padding: 1.5rem;
      }
    }
    
   
    
    @media (max-width: 480px) {
      .check-list li {
        font-size: 0.85rem;
        gap: 0.6rem;
        align-items: flex-start;
      }
    }
    
   
    @media (max-width: 768px) {
      .ve-hero {
        padding: 40px 0 40px;
      }
    }
    
    
    

    
   
    @media (max-width: 768px) {
      .final-tagline {
        padding: 1.5rem;
        border-radius: 1.5rem;
        font-size: 1rem;
      }
    }
    
   
    
    @media (max-width: 480px) {
      .logo-loader img {
        max-width: 100px;
      }
    }
    
 
  
 
    
   
    @media (max-width: 768px) {
      .scroll-top-inner {
        width: 38px;
        height: 38px;
      }
      .scroll-top-inner:before {
        content: "↑";
        font-size: 20px;
      }
      .scroll-bar-text {
        display: none;
      }

      .svc-body-top {
        display: block!important;
      }

      .svc-learn-btn {
        margin-top:10px;
      }
    }
    
   
    
    @media (max-width: 768px) {
      .hero-right img {
        max-height: 280px;
        object-fit: cover;
      }
    }
    
   
    @media (max-width: 992px) {
      .hero-cta-group {
        flex-direction: column;
        align-items: stretch;
      }
      .btn-primary, .btn-outline {
        justify-content: center;
      }
    }




  










