a,
body,
button,
html,
p {
    color: #0e0a42;
}

body,
html,
ul {
    margin: 0;
    padding: 0;
}
.hover-link,
.main-btn,
.main-head {
    font-weight: 500;
    position: relative
}

.hover-link,
.logo,
.main-btn,
.main-head,
.section-heading-center,
body,
header,
html {
    position: relative
}

.about-item h4,
.product-item h4 {
    letter-spacing: .95px;
    margin-top: 15px;
    font-weight: 500
}

.pagination li a,
a,
a:focus,
a:hover,
button {
    text-decoration: none
}

.description ol,
.description ul,
.description ul li {
    list-style-type: disc
}

:root {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --theme-color: #ed7500;
    --bg-color: #F7F4F2;
    --white-color: #ffffff;
    --black-color: #231f20;
    --heading-font: "Geist", sans-serif;
    --transition: all .3s ease-in-out;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body,
html {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    color: #0e0a42;
    overflow-x: hidden;
    overflow-x: clip; /* instead of hidden */
}

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

.breadcrumb-content-title,
.main-head,
h1,
h2,
h3 {
    font-family: var(--heading-font)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

.form-check:last-child,
p:last-child {
    margin-bottom: 0
}

a,
button {
    cursor: pointer;
    transition: var(--transition)
}

a,
button,
img,
input,
textarea {
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

a:focus {
    outline: 0
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    height: auto
}

li {
    list-style: none;
    transition: var(--transition)
}

.form-control {
    padding: 0px 15px;
    height: 40px;
    color: #878787;
    outline: 0;
    border: 0;
    border-radius: 6px;
    background: rgb(255 255 255 / 82%)
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25)
}

.section-margin {
    margin: 50px 0
}

.margin-top {
    margin-top: 60px
}

.margin-bottom {
    margin-bottom: 60px
}



.mar-half-bottom,
.pad-half-bottom {
    padding-bottom: 40px
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-padding-2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad-top {
    padding-top: 60px
}

.pad-bottom {
    padding-bottom: 60px
}

.pad-half-top {
    padding-top: 40px
}

.section-heading-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column
}

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

.section-heading {
    margin-bottom: 20px
}
.form-group {
    margin-bottom: 15px
}

.main-head {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
}
.sub-heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000000;
}
.section-heading-center .main-head {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.inline-main-btn {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.main-btn {
    width: fit-content;
    height: 45px;
    padding: 10px 35px;
    border-radius: 6px;
    border: 1px solid;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    font-family: var(--heading-font);
}

.btn-1 {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-1:hover {
    color: var(--primary-color);
    background: var(--white-color);
    border-color: var(--primary-color);
}

.btn-2 {
    color: var(--white-color);
    background: linear-gradient(180deg, #393939 0%, #030303 100%);
    border-color: var(--primary-color);
    border: 0;
    border-radius: 50px;
    box-shadow: 0 15px 22px 0 #00000040;
}

.btn-2:hover{
    color: var(--white-color);
    background: linear-gradient(180deg, #393939 0%, #030303 100%);
    border-color: var(--white-color);
}

.btn-3 {
    color: var(--primary-color);
    background: var(--white-color);
    border-color: var(--primary-color);
}

.btn-3:hover{
    color: var(--white-color);
    background: var(--primary-color);;
    border-color: var(--primary-color);;
}

.btn-4 {
    color: var(--primary-color);
    background: var(--white-color);
    border-color: var(--primary-color);
}
.btn-4:hover {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-white {
    color: var(--primary-color);
    background: var(--white-color);
    border-color: var(--white-color);
}
.btn-white:hover {
    color: var(--white-color);
    background: transparent;
    border-color: var(--white-color);
}

.callbacks_tabs li.callbacks_here {
    background: #fff
}

.hover-link {
    display: inline-block;
    overflow: hidden;
    width: fit-content;
    color: #0e0a42
}
.hover-link:hover {
    color: #2e53e1;
}
.hover-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #0e0a42;
    transition: width .3s
}
.hover-link:hover::after {
    width: 0;
    transition: width .3s;
    background: #2e53e1;
}


.banner-content,
.center-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.container-fluid {
    padding: 0 145px
}

@media screen and (min-width:1024px) and (max-width:1600px) {
    .container-fluid {
        padding: 0 50px
    }
}

.bg-color {
    background: var(--bg-color)
}
textarea.form-control {
    min-height: 100px
}

option,
select {
    font-family: Montserrat, sans-serif
}

input[type=date]::placeholder,
input[type=text] {
    font-family: Montserrat, sans-serif
}

.banner-all-btn {
    gap: 10px;
    display: flex
}
.closed_modal {
    color: #000000;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 15px;
}
label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

/*---------- banner start ---------*/

.banner-section {
    width: 100%;
    background: #e9eef7;
    padding: 10px;
}
.enquire-form .main-btn {
    margin-top: 5px;
}
.banner .image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.banner .image video {
    width: 100%;
    height: 800px;
    object-fit: cover;
    border-radius: 16px;
}
.callbacks_tabs {
    display: none;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    z-index: 11;
    width: 100%;
    gap: 5px;
}
.top-text .main-head {
    font-size: 100px;
    line-height: 120px;
}
.banner-content .container, .banner-content .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    flex-direction: row;
    width: 100%;
    /* height: 100%; */
}
.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*.banner:before {
    position: absolute;
    width: 100%;
    height: 800px;
    opacity: 0.5;
    top: 0;
    background: #000000;
    content: "";
    left: 0;
    border-radius: 16px;
}*/
.top-text {
    width: 70%;
}

/*---------- banner end ---------*/

.padding-container {
    padding-left: 30px;
    padding-right: 30px;
}
/*---------- Footer Section Start ----------*/
.footer-section {
    padding-top: 60px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}
/*.footer-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: url(../images/map-bg.png);
    content: "";
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
}*/
.item-space {
    padding-left: 30px;
}
.footer-social-inline li {
    list-style: none;
    margin: 0;
}
.margin-left {
    margin-left: -25px;
}
.business-hours h4 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 5px;
}
.business-hours p {
    color: #fff;
}
.footer-widget h4 {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-family: var(--heading-font);
}
.footer-widget-menu li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
.footer-logo {
    height: 40px;
    margin-bottom: 10px;
}
.footer-item, .footer-bottom {
    z-index: 1;
}
.footer-title {
    color: rgba(68, 76, 121, 1);
    font-family: "Geist", sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: 1.25rem;
}
.footer-bottom p, .footer-widget a, .footer-widget p {
    color: #444c79;
    margin-bottom: 0;
}
.footer-social-inline {
    display: flex;
    align-items: center;
    column-gap: 30px;
    position: relative;
    z-index: 1;
}
.footer-social-list-icon {
    margin-bottom: 0 !important;
    transition: var(--transition);
}
.footer-widget a {
    width: fit-content;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #444c79;
    text-decoration: none;
    position: relative;
    transition: color .3s ease;
}

.footer-widget a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background:currentColor;
}

.footer-widget a:hover{
    color:#0e0a42;
}

.footer-widget a:hover::after{
    animation:underlineHover .6s ease-in-out forwards;
}

@keyframes underlineHover{
    0%{
        transform-origin:right;
        transform:scaleX(1);
    }
    50%{
        transform-origin:right;
        transform:scaleX(0);
    }
    51%{
        transform-origin:left;
        transform:scaleX(0);
    }
    100%{
        transform-origin:left;
        transform:scaleX(1);
    }
}
.footer-social-list-icon i {
    font-size: 20px;
    color: #444c79;
    display: flex;
    transition: var(--transition);
}
.footer-social-list-icon:hover i {
    background: #fff;
    color: var(--primary-color);
}
.footer-contact-icon i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    background: #ffffff24;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-contact-text a {
    color: #fff;
    font-weight: 500;
}
.footer-contact-text h5 {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 2px;
}
.footer-bottom {
    position: relative;
    border-top: 3px solid rgba(209, 220, 235, 1);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
}
.footer-bottom-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.footer-contact-info {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #444444;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
}
.item-space-2 {
    padding-left: 35px;
}
/*---------- Footer Section End ----------*/


/*----------------------- New Design Start -----------------------*/

.bg-2 {
    background: #d1dceb;
}
.sub-heading-2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.head-3 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: var(--heading-font);
}
.head-2 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: var(--heading-font);
}
.storie-item {
    border-radius: 16px;
    display: flex;
    background: #e9eef7;
    overflow: hidden;
    position: relative;
    transition: transform 1.5s ease;
}
.storie-left-img {
    flex: 0.4;
        overflow: hidden;
    position: relative;
    transition: transform 1.5s ease;
}
.storie-right-text {
    display: flex;
    flex: 0.6;
    padding: 50px;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}
.storie-right-text .cta-link-2 {
    position: absolute;
    bottom: 50px;
}
.owl-item.active .storie-item {
    transform: scale(1) !important;
    margin-top: 0;
    filter: blur(0px);
}
.owl-item.cloned.active .storie-item {
    transform: scale(0.85) !important;
    transition: all 0.8s ease;
    margin-top: 20px;
    filter: blur(2px);
}
.owl-item.cloned .storie-item {
    transform: scale(0.85) !important;
    transition: all 0.8s ease;
    margin-top: 20px;
    filter: blur(2px);
}
.storie-left-img img {
    border-radius: 16px 0 0 16px;
    width: 100%;
    height: 315px;
    object-fit: cover;
}
.storie-item:hover .storie-left-img img {
    transform: scale(1.1);
    transition: transform 1.5s ease;
}

    
.storie-owl.owl-carousel .owl-dots.disabled, .storie-owl.owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    top: -95px;
    left: auto;
    right: auto;
    transform: translate(0, 0);
}
.storie-owl.right-dots .owl-nav .owl-prev span {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: url(../images/icon/left-big-arrow.png) center / contain no-repeat;
}
.storie-owl.right-dots .owl-nav .owl-next span {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: url(../images/icon/right-big-arrow.png) center / contain no-repeat;
}
.storie-owl.right-dots .owl-nav .owl-prev {
    justify-content: center;
    align-items: center;
    right: 80px;
    left: auto;
}
.storie-owl.right-dots .owl-nav .owl-next {
    justify-content: center;
    align-items: center;
    right: 0;
}
.section-heading span {
    background: linear-gradient(90deg, #F7941D 0%, #F15A24 45%, #E6332A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-section-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    border-radius: 16px;
}
.card-content {
    background: #ffffff;
    box-shadow: 0px 15px 20px 0px #765fb840;
    border-radius: 10px;
    padding: 30px;
    z-index: 1;
    position: relative;
    margin: -35px 25px 25px 25px;
}
.card-img {
    overflow: hidden;
    position: relative;
    transition: transform 1.5s ease;
    border-radius: 15px;
}
.card-item:hover .card-img img {
    transform: scale(1.1);
    transition: transform 1.5s ease;
}
.card-img img {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}
.card-content .main-head {
    font-size: 24px;
    color: #0e0a42;
    margin-bottom: 10px;
}
.label-head {
    width: fit-content;
    line-height: 1;
    font-weight: 500;
    background-color: rgb(26, 21, 82);
    background: linear-gradient(90deg, #F7941D 0%, #F15A24 45%, #E6332A 100%);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
}
.box-section-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    border-radius: 16px;
}
.box-content {
    box-shadow: 0px 15px 20px 0px #765fb840;
    z-index: 1;
    margin: -35px 25px 25px 25px;
    min-height: 265px;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px 20px 70px;
}
.box-img {
    overflow: hidden;
    position: relative;
    transition: transform 1.5s ease;
    border-radius: 15px;
}
.box-item:hover .box-img img {
    transform: scale(1.1);
    transition: transform 1.5s ease;
}
.box-img img {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
}
.box-content .main-head {
    font-size: 24px;
    color: #0e0a42;
    margin-bottom: 10px;
}
.box-content .cta-link-3 {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/*----------swiper start-----------*/
.swiper {
    overflow: hidden;
}
.swiper-slide {
    height: auto;
}
.slider-nav {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 20px;
}
.prev-btn,
.next-btn {
    border: none;
    position: relative;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 20px;
    color: #ffffff;
    pointer-events: all;
    margin: 0;
    transition: all 0.5s ease;
    background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
    background: linear-gradient(90deg, #F7941D 0%, #f15a24 45%, #E6332A 100%);
    box-shadow: 0 15px 22px 0 #f15a2475;
}
.prev-btn.disabled,
.next-btn.disabled {
    opacity: .35;
    transform: scale(0.8);
    background: linear-gradient(90deg, #f7941d 0%, #f15a24 45%, #E6332A 100%);
    cursor: auto;
    pointer-events: none;
}
.swiper-button-nums {
    width: 50px;
    text-align: center;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #fff;
}
.current-slide {
    font-weight: 500;
    font-size: 24px;
}
/*----------swiper end-----------*/

.services-item {
    margin-bottom: 40px;
}
.services-item a.cta-link{
    font-size:18px;
    font-weight:500;
    position:relative;
    display:inline-flex;
    width:fit-content;
    text-decoration:none;
    color:inherit;
    padding-bottom:6px;
    transition:all .4s ease;
}

/* Gradient Underline */
.services-item a.cta-link::before{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background: linear-gradient(90deg, #F7941D 0%, #F15A24 45%, #E6332A 100%);
    transform:scaleX(1);
    transform-origin:left;
    transition:transform .4s ease;
}

/* Arrow */
.services-item a.cta-link::after{
    content:"\f061";
    font-family:"Font Awesome 6 Pro";
    font-weight:300;
    position:absolute;
    right:-24px;
    top:50%;
    transform:translate(-10px,-50%);
    opacity:0;
    color:#F15A24;
    font-size:18px;
    transition:all .5s ease;
}

/* Hover - TEXT GRADIENT */
.services-item a.cta-link:hover{
    background: linear-gradient(90deg, #F7941D 0%, #F15A24 45%, #E6332A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hover underline + arrow */
.services-item a.cta-link:hover::before{
    animation:underlineHover .4s ease-in-out forwards;
}

.services-item a.cta-link:hover::after{
    transform:translate(0,-50%);
    opacity:1;
}

/* Active (click state) */
.services-item a.cta-link:active{
    background: linear-gradient(90deg, #F7941D 0%, #F15A24 45%, #E6332A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Underline animation */
@keyframes underlineHover{
    0%{
        transform:scaleX(1);
        opacity:1;
    }
    50%{
        transform:scaleX(0);
        opacity:.6;
    }
    51%{
        transform:scaleX(0);
        opacity:.6;
    }
    100%{
        transform:scaleX(1);
        opacity:1;
    }
}

.bg-gradient-4 {
    position: relative;
    background: #e9eef7;
    background: none !important;
}
.bg-gradient-4::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e9eef7;
    background: linear-gradient(180deg, #ffffff 0%, #e9eef7 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.listing-section {
    background: #e9eef7;
    padding-top: 80px;
}
.services-item a:hover {
    color: #2e53e1;
}

/*----------------insights-section start-----------------*/
.insights-section{
    padding:80px 0;
}

.insights-section .news-card,
.insights-section .bottom-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    height:100%;
    transition: transform 1.5s ease;
}
.insights-section .card-img-top img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.insights-section .news-card-horizontal .news-card-img img{
    width:100%;
    height:100%;
    min-height:295px;
    object-fit:cover;
}
.insights-section .news-card-horizontal .news-card-img {
    width: 100%;
    height: 100%;
}
.insights-section .news-card-horizontal:hover .news-card-img img {
    transform: scale(1.1);
    transition: transform 1.5s ease;
}
.insights-section .bottom-card:hover .bottom-image img {
    transform: scale(1.1);
    transition: transform 1.5s ease;
}
.bottom-card:hover {
    box-shadow: 0px 15px 22px 0px #765fb84d;
}

.insights-section .card-content{
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: stretch;
    background: #ffffff;
    box-shadow: 0 0 #000;
    border-radius: 0;
    z-index: 1;
    position: relative;
    margin: 0;
    justify-content: space-between;
}

.insights-section .card-content h3,
.insights-section .bottom-content h3{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #0e0a42;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.insights-section .card-img-top {

}
.insights-section .news-card:hover {
    box-shadow: 0px 15px 22px 0px #765fb84d;
}
.insights-section .news-card:hover .card-img-top img {
    transform: scale(1.1);
    transition: transform 1.5s ease;
}

.insights-section .date{
    font-size: 16px;
    color: #0e0a42;
    margin-bottom: 20px;
}

.insights-section .bottom-item{
    display:flex;
    height:100%;
}

.insights-section .bottom-image{
    width:210px;
    flex-shrink:0;
    position: relative;
    overflow: hidden;
}

.insights-section .bottom-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.insights-section .bottom-content{
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
    position: relative;
}

.insights-section .bottom-right{
    border-left:1px solid #d7dce6;
}

@media (max-width:991px){

    .insights-section .bottom-item{
        flex-direction:column;
    }

    .insights-section .bottom-image{
        width:100%;
        height:240px;
    }

    .insights-section .bottom-right{
        border-left:0;
        border-top:1px solid #d7dce6;
    }

    .card-content,
    .bottom-content{
        padding:24px;
    }
}

@media (max-width:767px){
    .card-content h3,
    .bottom-content h3{
        font-size:20px;
    }

    .news-card-horizontal .card-img{
        min-height:250px;
    }
}
/*----------------insights-section end-----------------*/


.cta-link-2{
    color:#0e0a42;
    font-weight:500;
    display:inline-flex;
    align-items:center;
    gap:4px;
    text-decoration:none;
    transition:color .3s ease;
}

.cta-link-2 .cta-text{
    position:relative;
    display:inline-block;
    padding-bottom:5px;
}

.cta-link-2 .cta-text::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background:currentColor;
}

.cta-link-2 .cta-arrow{
    font-size: 14px;
    display: inline-block;
    padding-left: 2px;
}

.cta-link-2:hover{
    color:#2e53e1;
}

.cta-link-2:hover .cta-text::after{
    animation:underlineHover .6s ease-in-out forwards;
}

.cta-link-2:hover .cta-arrow{
    animation:textarrowani .8s ease-in-out;
}

@keyframes underlineHover{
    0%{
        transform-origin:right;
        transform:scaleX(1);
    }
    50%{
        transform-origin:right;
        transform:scaleX(0);
    }
    51%{
        transform-origin:left;
        transform:scaleX(0);
    }
    100%{
        transform-origin:left;
        transform:scaleX(1);
    }
}

@keyframes textarrowani{
    0%{
        opacity:1;
        transform:translate(0,0);
    }
    25%{
        opacity:0;
        transform:translate(8px,-8px);
    }
    26%{
        opacity:0;
        transform:translate(-8px,8px);
    }
    55%,100%{
        opacity:1;
        transform:translate(0,0);
    }
}
.news-card-btn {
    display: flex;
    justify-content: end;
}





.cta-btn {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
    text-decoration: none;
    transition: all 0.5s ease;
    position: relative;
    background-color: #000;
    z-index: 999;
    overflow: hidden;
}
.cta-btn::before {
    content: "";
    background: linear-gradient(180deg, #383838 26.47%, #000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
}
.cta-btn:focus, .cta-btn:hover {
    color: #ffffff;
    box-shadow: 0px 15px 22px 0px #775fb8a0;
}



.cta-link-3{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:12px 20px;
    border-radius:8px;
    color:#fff;
    text-decoration:none;
    font-weight:500;
    background:linear-gradient(180deg,#383838 26.47%,#000 100%);
    transition:all .3s ease;
}
.cta-link-3 .cta-arrow{
    font-size:14px;
    display:inline-block;
}
.cta-link-3:hover {
    color: #fff;
}
.cta-link-3:hover .cta-arrow{
    animation:textarrowani .8s ease-in-out;
}

@keyframes textarrowani{
    0%{
        opacity:1;
        transform:translate(0,0);
    }
    25%{
        opacity:0;
        transform:translate(8px,-8px);
    }
    26%{
        opacity:0;
        transform:translate(-8px,8px);
    }
    55%,100%{
        opacity:1;
        transform:translate(0,0);
    }
}

.bg-dark-2 {
    background: linear-gradient(90deg, #a71f38 0%, #f9b224 45%, #562052 100%);
    /*background: #141414 !important;*/
}


.career-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.career-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 18px;
}
.career-grid .main-head {
    font-size: clamp(24px, 5vw, 48px);
}
.career-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.career-bg {
    padding: 30px 0;
}

.cta-link-light{
    width: fit-content;
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:12px 20px;
    border-radius:8px;
    background:#fff;
    color:#0e0a42;
    font-weight:500;
    text-decoration:none;
    border:1px solid #e5e7eb;
    transition:all .3s ease;
}

.cta-link-light .cta-arrow{
    font-size:14px;
    display:inline-block;
}

.cta-link-light:hover{
    color:#0e0a42;
    background:#fff;
}

.cta-link-light:hover .cta-arrow{
    animation:textarrowani .8s ease-in-out;
}

@keyframes textarrowani{
    0%{
        opacity:1;
        transform:translate(0,0);
    }
    25%{
        opacity:0;
        transform:translate(8px,-8px);
    }
    26%{
        opacity:0;
        transform:translate(-8px,8px);
    }
    55%,100%{
        opacity:1;
        transform:translate(0,0);
    }
}
.sticky .main-menu .active-logo {
    display: block;
}
.sticky .main-menu .main-logo {
    display: none;
}
.active-logo {
    display: none;
}
.storie-slider{
    overflow:hidden;
}

.slider-nav .disabled{
    opacity:.4;
    pointer-events:none;
}
.storie-slider-blur{
    overflow: visible;
    padding-right: 10%;
}

.storie-slider-blur .swiper-slide{
    transition: all .6s ease;
}

/* Active slide */
.storie-slider-blur .swiper-slide-active{
    filter: blur(0);
    transform: scale(1);
}

/* Inactive slides */
.storie-slider-blur .swiper-slide:not(.swiper-slide-active){
    filter: blur(2px);
    transform: scale(0.8);
}

/* Optional softer image blur */
.storie-slider-blur .swiper-slide:not(.swiper-slide-active) img{
    filter: blur(1px);
}
.top-nav.slider-nav {
    position: absolute;
    right: 30px;
    top: 50px;
    margin-top: 0;
}
.top-nav.slider-nav .prev-btn, .top-nav.slider-nav .next-btn {
    border: 1px solid #0e0a42;
    width: 30px;
    height: 30px;
    color: #0e0a42;
    font-size: 16px;
    background: transparent;
    box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
}
.top-nav.slider-nav .swiper-button-nums {
    color: #0e0a42;
}

.ai-cta-btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 3px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.ai-cta-btn::before{
    content:"";
    position:absolute;
    inset:-100%;
        background-image: conic-gradient(from 358deg, transparent 15%, #E6332A, transparent 85%);

    opacity:0;
    transition:opacity .3s ease;
}

/* Hover Effect */
.ai-cta-btn:hover::before{
    opacity:1;
    animation:spinBorder 1.2s linear infinite; /* faster */
}

.AI-btn{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    gap:8px;
    padding:12px 26px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    box-shadow:
            inset 0 1px 0 rgba(255,255,255,.08),
            0 10px 25px rgba(0,0,0,.35);
}

.AI-btn img{
    width:18px;
    height:18px;
}

@keyframes spinBorder{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}






.hero-text-wrap{
    position:relative;
}

.hero-text{
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    transform:translate(-50%,-50%) scale(.7);
    opacity:0;
    text-align:center;
    color:#fff;
    font-size:clamp(42px,5vw,72px);
    font-weight:700;
    line-height:1.1;
}

.text-1{
    animation:hero1 4s forwards;
}

.text-2{
    animation:hero2 4s forwards;
    animation-delay:4s;
}

.text-3{
    animation:hero3 4s forwards;
    animation-delay:8s;
}

@keyframes hero1{

    0%{
        opacity:0;
        transform:translate(-50%,-50%) scale(.7);
    }

    20%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }

    70%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }

    100%{
        opacity:0;
        transform:translate(-50%,-50%) scale(1.15);
    }
}

@keyframes hero2{

    0%{
        opacity:0;
        transform:translate(-50%,-50%) scale(.7);
    }

    20%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }

    70%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }

    100%{
        opacity:0;
        transform:translate(-50%,-50%) scale(1.15);
    }
}

@keyframes hero3{

    0%{
        opacity:0;
        transform:translate(-50%,-50%) scale(.7);
    }

    30%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }

    100%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }
}




/*----------------------- New Design End -----------------------*/

:root{
    --hero-speed: 2.8s;
    --hero-total: calc(var(--hero-speed) * 3);
}

.hero-text-wrap{
    position:relative;
    width:100%;
    height:800px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.hero-text{
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    text-align:left;
    color:#fff;
    font-size:56px;
    font-weight:300;
    line-height:1.4;
    opacity:0;
    transform:translate(-50%, -50%) scale(2.5);
}

/* First Text */
.text-3{
    animation:heroMoveLoop var(--hero-total) linear infinite;
}

/* Second Text */
.text-2{
    animation:heroMoveLoop var(--hero-total) linear infinite;
    animation-delay: calc(var(--hero-speed) * -2);
}

/* Third Text */
.text-1{
    animation:heroMoveLoop var(--hero-total) linear infinite;
    animation-delay: calc(var(--hero-speed) * -1);
}

@keyframes heroMoveLoop{

    0%{
        opacity:0;
        transform:translate(-50%,-50%) scale(2.5);
    }

    8%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }

    25%{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }

    33.333%{
        opacity:0;
        transform:translate(-50%,-50%) scale(0.6);
    }

    100%{
        opacity:0;
        transform:translate(-50%,-50%) scale(0.6);
    }
}




.cta-link-white{
    color:#ffffff;
    font-weight:500;
    display:inline-flex;
    align-items:center;
    gap:4px;
    text-decoration:none;
    transition:color .3s ease;
}
.cta-link-white .cta-text {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    color: #fff;
}

.cta-link-white .cta-text::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background:currentColor;
}

.cta-link-white .cta-arrow{
    font-size: 14px;
    display: inline-block;
    padding-left: 2px;
}

.cta-link-white:hover{
    color:#ffffff;
}

.cta-link-white:hover .cta-text::after{
    animation:underlineHover .6s ease-in-out forwards;
}

.cta-link-white:hover .cta-arrow{
    animation:textarrowani .8s ease-in-out;
}

@keyframes underlineHover{
    0%{
        transform-origin:right;
        transform:scaleX(1);
    }
    50%{
        transform-origin:right;
        transform:scaleX(0);
    }
    51%{
        transform-origin:left;
        transform:scaleX(0);
    }
    100%{
        transform-origin:left;
        transform:scaleX(1);
    }
}

@keyframes textarrowani{
    0%{
        opacity:1;
        transform:translate(0,0);
    }
    25%{
        opacity:0;
        transform:translate(8px,-8px);
    }
    26%{
        opacity:0;
        transform:translate(-8px,8px);
    }
    55%,100%{
        opacity:1;
        transform:translate(0,0);
    }
}






























