/* Fonts */
body {
font-family: 'Inter', sans-serif;
overflow-x: hidden;
}

ul,
li {
margin: 0;
padding: 0;
}

a,
a:hover {
text-decoration: none;
}

@media (min-width: 1600px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1440px;
}
}

/* Navbar */

.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
transition: top 0.3s ease;
}

.navbar {
background-color: #471d76;
padding: 0;
transition: top 0.3s ease;
}

.navbar a {
color: white !important;
font-family: 'Inter', sans-serif;
font-size: 15px;
font-weight: 300;
align-items: center;
display: flex;
}

.navbar-brand {
font-family: 'Inter', sans-serif;
font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 20px;
padding-left: 20px;
margin: 20px 0;
}

.dropdown-toggle::after {
font-weight: 900;
content: "\f078";
font-family: "Font Awesome 6 Free";
border: none;
font-size: 10px;
}

/* Hero Section */
.hero-section {
position: relative;
color: white;
padding: 75px 0px 170px;
text-align: center;
background: url(../img/banner.webp) no-repeat center/cover;
z-index: 0;
}

.hero-section::before {
content: "";
background-color: rgba(71,29,118,0.9);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
height: 100%;
width: 100%;
}

.hero-section h1 {
font-size: 4.5rem;
font-weight: 500;
font-family: 'Inter', sans-serif;
color: #ae8bd5;
line-height: 5rem;
}

.hero-section h1 em {
font-family: 'Instrument Serif', serif;
font-style: italic;
font-weight: 400;
font-size: 5rem;
}

.hero-section p {
margin-top: 15px;
font-size: 1.3rem;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
font-family: 'Inter', sans-serif;
line-height: 36px;
font-weight: 400;
}

.hero-section .btn-demo {
margin-top: 30px;
color: #fff;
border-color: #fff;
background-color: transparent;
}

.cta-warea .btn-demo {
color: #fff;
border-color: #fff;
background-color: transparent;
}

.hero-section .btn-demo:hover,
.cta-warea .btn-demo:hover {
color: #fff;
border: 1px solid #c1a2e3;
background-color: #c1a2e3;
}

.hero-image {
margin-top: 50px;
}

.hero-image img {
border-radius: 20px;
width: 100%;
}

/* Button */
.btn-demo {
background-color: transparent;
color: #471d76;
border: 1px solid #471d76;
border-radius: 30px;
padding: 10px 25px;
font-weight: 600;
font-family: 'Inter', sans-serif;
transition: all 0.3s ease-in-out;
}

.btn-demo:hover {
background-color: #c1a2e3;
color: #fff;
border: 1px solid #c1a2e3;
}

/* Hero Video */
.hero-video {
margin-top: 80px;
}

.hero-video video {
border-radius: 20px;
max-width: 100%;
height: auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
display: block;
}

.navbar-collapse {
margin-left: 15%;
}

/* Mega Menu */
.mega-menu {
width: 100%;
left: 0;
right: 0;
border-radius: 0;
border: none;
background-color: transparent;
margin: 0 auto;
}

.mega-menu h6 {
color: #471d76;
margin-bottom: 15px;
border-bottom: 1px solid #c1a2e3;
padding: 10px 0;
font-size: 15px;
}

.mega-menu .dropdown-item {
padding: 5px 0;
color: #333 !important;
}

.mega-menu .dropdown-item:hover {
background: transparent;
}

.sub-menu .dropdown-item.active,
.sub-menu .dropdown-item:active {
color: #333;
text-decoration: none;
background-color: #f5f5f5;
}

.sub-menu {
position: relative;
background: #fff;
box-shadow: 0 22px 44px 0 rgba(0, 0, 0, .3);
border: .1rem solid #e6e6e6;
border-radius: 1rem;
}

.sub-menu::before {
position: absolute;
content: "";
width: 0;
height: 0;
border-color: #e6e6e6;
bottom: 100%;
left: 50%;
margin-bottom: 0;
margin-left: -12px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #fff;
}

.sub-menu li {
padding: 15px;
transition: 0.3s all ease-in-out;
}

.sub-menu li:hover {
background-color: #f5f5f5;
}

.sub-menu li a {
align-items: flex-start;
display: flex;
justify-content: flex-start;
font-size: 13px;
padding: 0 !important;
}

.sub-menu li span {
margin-right: 20px;
}

.sub-menu li strong {
display: block;
font-weight: 600;
margin-bottom: 5px;
color: #000;
}

.sub-menu li p {
margin: 0;
color: #7d7d7d;
}

.sub-menu li:hover p {
color: #000;
}

.dropdown-item {
white-space: inherit;
}

.dropdown-menu a {
color: #333 !important;
}

.phn-icon {
margin-right: 8px;
width: 20px;
height: 20px;
}

/*trusted section*/
.mt-100 {
margin-top: 50px;
}

.logo-slider {
position: relative;
overflow: hidden;
mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
-webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.logo-track {
display: flex;
width: calc(250px * 14);
/* 7 logos x 2 sets = 14 */
animation: scroll 40s linear infinite;
}

.logo-track img {
width: auto;
height: 40px;
margin: 0 30px;
filter: grayscale(100%);
transition: filter 0.3s ease;
/* filter: sepia(1) saturate(5) hue-rotate(250deg); 
opacity: 0.8;
transition: filter 0.3s ease, opacity 0.3s ease; */
}

.logo-track img:hover {
filter: grayscale(0%);
}
.brand-logos{
position: relative;
z-index: 2;
margin-top:-100px;
padding:50px;
background-color: #fff;
border-radius: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.brand-logos h2 {
font-size: 28px;
margin-bottom: 50px;
line-height: 28px;
}

.brand-logos h2 em {
font-family: 'Instrument Serif', serif;
font-style: italic;
font-weight: 400;
font-size: 32px !important;
}

@keyframes scroll {
from {
transform: translateX(0);
}

to {
transform: translateX(-50%);
}
}

.rtl-marquee {
animation: marquee-ltr 40s linear infinite !important;
}

@keyframes marquee-ltr {
0% {
transform: translateX(-50%);
}

100% {
transform: translateX(0);
}
}

/*About*/
.about-us {
border-radius: 20px;
}
.about-img{
width: 100%;
border-radius: 20px;
}
.ptb-100 {
padding: 50px 0;
}

.pb-100 {
padding-bottom: 50px;
}
section.about-us h2{
width: 100%;
}
.about-bg{
background-color:#edecec;
border-radius: 20px;
}
.experience-number h1 {
font-size: 160px;
font-weight: 900;
background: url(../img/hd-bg.webp) no-repeat center/cover;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin: 0;
line-height: 160px;
}

.experience-number p {
font-size: 22px;
font-weight: 600;
margin: 0;
text-align: left;
color: #000;
}
.carousel-text{
padding-left:50px;
}
section h2 {
font-size: 3.3rem;
font-weight: 400;
color: #190c28;
margin: 0 auto 30px;
line-height: 3.8rem;
width: 85%;
}

section h2 em {
font-family: 'Instrument Serif', serif;
font-style: italic;
font-weight: 400;
font-size: 3.7rem;
}

.content p {
font-size: 17px;
line-height: 1.7;
color: #404040;
}

.btn-custom {
display: inline-block;
margin-top: 20px;
padding: 12px 28px;
background: #9d75e6;
color: #fff;
font-weight: 600;
border-radius: 30px;
text-decoration: none;
transition: all 0.3s ease;
}

.btn-custom:hover {
background: #7b4ed8;
color: #fff;
}

/* Owl Nav */
.about-us .owl-nav {
margin-top: 15px;
text-align: left;
}

.about-us .owl-nav button {
background: #fff;
border: 1px solid #ddd;
padding: 8px 14px;
border-radius: 6px;
margin-right: 5px;
transition: 0.3s;
}

.about-us .owl-nav button:hover {
background: #f2f2f2;
}

.text-warea {
width: fit-content;
}

.about-us .owl-prev span {
background: url(../img/left-arw.webp) no-repeat;
width: 56px;
height: 55px;
text-indent: -9999px;
display: inline-block;
margin: 0;
border: 0;
}

.about-us .owl-next span {
background: url(../img/right-arw.webp) no-repeat;
width: 56px;
height: 55px;
text-indent: -9999px;
display: inline-block;
margin: 0;
border: 0;
}

.about-us .owl-prev,
.about-us .owl-next {
margin: 0 !important;
}

.about-us .btn-demo {
margin-top: 30px;
}

/*Service*/
#my-carousel .item {
overflow: hidden;
position: relative;
cursor: pointer;
}

#my-carousel .item img {
width: 100%;
height: auto;
overflow: hidden;
position: relative;
border-radius: 1rem;
}

.card-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
padding:80px 10px 20px;
transition: all 0.4s ease;
text-align: center;
border-radius: 1rem;
overflow: hidden;
}

.card-overlay h3 {
font-size: 30px;
font-weight: 300;
}

.card-overlay h3 em {
font-size: 35px;
font-family: 'Instrument Serif', serif;
font-style: italic;
}

.card-title {
margin-bottom: 0;
font-size: 1.2rem;
transition: transform 0.4s ease;
}

.card-desc {
font-size: 0.9rem;
opacity: 0;
margin-bottom: 0;
max-height: 0;
overflow: hidden;
transition: opacity 0.4s ease, max-height 0.4s ease;
}

/* Hover Effect */
/* #my-carousel .item:hover img {
transform: scale(1.1);
overflow: hidden;
} */

#my-carousel .item:hover .card-title {
transform: translateY(-10px);
}

#my-carousel .item:hover .card-desc {
opacity: 1;
max-height: 100px;
margin-top: 8px;
}

@keyframes scroll {
from {
transform: translateX(0);
}

to {
transform: translateX(-50%);
}
}

small {
margin-bottom: 15px;
display: inline-block;
letter-spacing: 1.8px;
color: #190c28;
font-size: 13px;
text-transform: uppercase;
}



/*Case studies*/
.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
gap: 20px;
}

.grid-item {
position: relative;
border-radius: 15px;
overflow: hidden;
transition: all 0.3s ease-in-out;
}

.grid-item a>img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: all 0.3s ease-in-out;
}

.grid .btn {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
width: fit-content;
margin: 0 auto;
}

.tags {
position: absolute;
bottom: 20px;
left: 20px;
text-align: center;
}

.tags span {
border: 1px solid #fff;
color: #fff;
padding: 5px 10px;
border-radius: 12px;
font-size: 10px;
margin: 0 4px;
}

.arw-icon {
position: absolute;
right: 50px;
bottom: 20px;
opacity: 0;
transition: all 0.3s ease-in-out;
}

.grid-item:hover .arw-icon {
opacity: 1;
right: 30px;
}

.grid-item:hover a>img {
transform: scale(1.1);
}

/* Layout customization */
.grid-item:nth-child(1) {
grid-column: span 1;
}

.grid-item:nth-child(2) {
grid-column: span 1;
}

.grid-item:nth-child(3) {
grid-column: span 1;
grid-row: span 2;
}

.grid-item:nth-child(4) {
grid-column: span 2;
}

/* Responsive */
@media(max-width: 900px) {
.grid {
grid-template-columns: 1fr 1fr;
}

.grid-item:nth-child(3) {
grid-row: auto;
grid-column: span 2;
}

.grid-item:nth-child(4) {
grid-column: span 2;
}
}

@media(max-width: 600px) {
.grid {
grid-template-columns: 1fr;
}

.grid-item:nth-child(3),
.grid-item:nth-child(4) {
grid-column: span 1;
}
}

.footer {
background: #1a082e;
}

.cta-warea {
text-align: center;
}

.cta-warea h2 {
font-size: 4.5rem;
font-weight: 400;
color: #fff;
line-height: 5.2rem;
}

.cta-warea em {
font-family: 'Instrument Serif', serif;
font-style: italic;
font-weight: 400;
font-size: 5rem;
}

.cta-warea p {
color: #fff;
margin: 30px 0 50px;
font-size: 18px;
}


.pr-5 {
padding-right: 50px;
}

.pl-5 {
padding-left: 50px;
}

.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
padding: 1rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu::before {
left: 18%;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
min-width: 400px;
}
}

.navbar-expand-lg .navbar-nav li .dropdown-menu {
visibility: hidden;
opacity: 0;
margin-top: 40px;
transition: all 0.5s ease-in-out;
display: block;
}

.navbar-expand-lg .navbar-nav li:hover .dropdown-menu {
visibility: visible;
opacity: 1;
margin-top: 0;
}

.bg-area {
background-color: #ececec;
padding: 0 10px 10px;
border-radius: 8px;
}

/*Mobile Menu*/
/*css nav*/
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 2;
/* Above overlay */
top: 0;
right: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}

.sidenav a {
border-bottom: 1px solid #ddd;
text-decoration: none;
font-size: 16px;
color: #000;
display: block;
transition: 0.3s;
padding-bottom: 10px;
margin: 0 30px 15px;
}

.sidenav a:hover {
color: #471d76;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
border: none;
margin-right: 0;
}

/* Overlay background */
#overlay {
position: fixed;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
/* Below sidenav */
}

@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}

.sidenav a {
font-size: 18px;
}
}

.mobile-nav {
color: #fff;
font-size: 25px;
}

/* Dropdown container (hidden by default) */
.dropdown-container {
display: none;
background-color: #ae8bd5;
padding: 0 20px 16px 20px;
margin: 0 30px;
}

.dropdown-btn.active {
margin-bottom: 0;
}

.dropdown-container hr {
margin: 15px 0 0;
}

.dropdown-container li {
position: relative;
padding-left: 15px;
list-style-type: none;
}

.dropdown-container li::after {
content: "\f061";
font-family: "Font Awesome 6 Free";
font-weight: 900;
font-size: 10px;
position: absolute;
left: 0;
top: 2px;
color: #fff;
}

.dropdown-container a {
font-size: 16px;
margin-left: 0;
margin-right: 0;
color: #fff;
border-bottom: none;
margin-bottom: 0;
padding-top: 0;
font-size: 13px;
padding-bottom: 4px;
}

.dropdown-container h3 {
font-size: 15px;
font-weight: 600;
padding-top: 20px;
}

.dropdown-btn {
position: relative;
padding: 0px;
text-decoration: none;
font-size: 18px;
color: #000;
display: block;
border: none;
background: none;
text-align: left;
cursor: pointer;
outline: none;
}

.dropdown-btn::before {
font-weight: 900;
content: "\f078";
font-family: "Font Awesome 6 Free";
border: none;
font-size: 12px;
position: absolute;
right: 0;
top: 3px
}

.dropdown-btn.active::before {
transform: rotate(-180deg);
}

.pd-10 {
padding-top: 20px;
}

.inner-banner-content {
padding-top: 250px;
padding-bottom: 100px;
}

.inner-hero {
text-align: left;
color: #fff;
padding: 0;
}

.inner-hero small {
color: #fff;
margin-bottom: 30px;
}

.inner-hero h1 {
color: #fff;
}

.inner-hero h2 {
width: 100%;
margin: 0;
color: #fff;
font-size: 25px;
line-height: 40px;
}

.inner-hero p {
font-size: 18px;
line-height: 24px;
font-weight: 300;
}

.inner-hero::before {
height: auto !important;
}

/*inner case study*/

.svc-case-card {
background: #fff;
border-radius: 16px;
height: 100%;
}

.svc-case-card .svc-card-media {
position: relative;
overflow: hidden;
}

.svc-case-card .svc-card-media img {
width: 100%;
height: 100%;
display: block;
/* object-fit: cover; 
filter: brightness(0.55);  */
}

.svc-case-card .svc-card-media .svc-brand-logo {
position: absolute;
right: 30px;
top: 40px;
height: auto;
width: auto;
filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .3));
}

.svc-card-body {
padding: 2.5rem;
text-align: left;
}

.svc-card-title {
font-size: 40px;
margin: 0px 0 22px;
font-weight: 400;
color: #190c28;
}

.svc-card-title em {
font-size: 45px;
font-style: italic;
color: #190c28;
font-family: 'Instrument Serif', serif;
}

.svc-card-desc {
color: #190c29;
line-height: 1.6;
margin-bottom: 18px;
}

.svc-tags {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 40px;
}

.svc-tag {
display: inline-block;
padding: 3px 10px;
border-radius: 20px;
border: 1px solid #471d76;
color: #471d76;
background: transparent;
font-size: 11px;
}

.svc-btn-case {
display: inline-block;
padding: 14px 35px;
background: #471d76;
color: #fff;
border-radius: 28px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease-in-out;
}

/* Optional hover / interaction */
.svc-btn-case:hover {
background-color: #caa3e6;
color: #fff;
}

/*inner case study*/

.cta-area {
position: relative;
background: url(../img/cta-image.webp) no-repeat center/cover;
border-radius: 20px;
z-index: 0;
padding: 80px 0;
}

.cta-area::before {
content: "";
background-color: rgba(25, 12, 40, 0.75);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
border-radius: 20px;
}

.cta-area h2 {
color: #fff;
margin-bottom: 20px;
}

.cta-area p {
color: #fff;
margin: 0 15%;
}

.cta-area .btn-demo {
margin-top: 50px;
color: rgb(255, 255, 255);
background-color: transparent;
border-color: rgb(255, 255, 255);
font-weight: 400;
font-size: 13px;
transition: all 0.3s ease-in-out;
}

.cta-area .btn-demo:hover {
color: #fff;
border: 1px solid #c1a2e3;
background-color: #c1a2e3;
}

.mb-100 {
margin-bottom: 50px;
}

/* FAQ / Accordion (matches service.php markup) */
.svc-faq-warea {
background: #fff;
padding: 70px 0;
color: #2a2130;
}

.svc-faq-warea .container {
max-width: 1200px;
margin: 0 auto;
}

.svc-faq-warea small {
display: block;
color: #7f6e84;
font-size: 12px;
letter-spacing: 1px;
margin-bottom: 12px;
text-transform: uppercase;
}

.svc-faq-warea h2 {
font-size: 34px;
line-height: 1.15;
margin: 6px 0 28px;
font-weight: 400;
color: #1f1520;
}

.svc-faq-warea h2 em {
font-style: italic;
font-weight: 300;
color: #4b3a4e;
}

/* list container */
.svc-faq-list {
margin: 0;
}

/* each item */
.svc-faq-item {
border-bottom: 1px solid #ddd;
padding: 20px 0;
display: block;
}

/* question button */
.svc-faq-q {
background: transparent;
border: none;
width: 100%;
text-align: left;
font-size: 21px;
color: #190c28;
padding: 0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
outline: none;
}

/* plus / minus toggle */
.svc-faq-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 999px;
color: #6d4a8a;
font-weight: 200;
font-size: 38px;
line-height: 1;
transition: transform .25s ease, background .2s ease, color .2s ease;
}

/* answer area */
.svc-faq-a {
margin-top: 12px;
color: #6b6470;
line-height: 1.7;
font-size: 15px;
/* JS toggles hidden attribute — keep display:block when visible */
}

.svc-faq-a[hidden] {
display: none;
}

/* open state styling using aria-expanded on button */
.svc-faq-q[aria-expanded="true"] .svc-faq-toggle {

color: #6d4a8a;
}

/* small visual divider spacing */
.svc-faq-item+.svc-faq-item {
padding-top: 18px;
}

/* Responsive */
@media (max-width: 767px) {
.svc-faq-warea {
padding: 40px 0;
}

.svc-faq-warea h2 {
font-size: 24px;
}

.svc-faq-q {
font-size: 16px;
}

.svc-faq-toggle {
width: 32px;
height: 32px;
font-size: 25px;
}
}

/* Optional subtle hover */
.svc-faq-q:hover .svc-faq-toggle {
transform: translateY(-1px);
}

.svc-faq-a p {
text-align: left;
}

.inner-about-content {
padding-top: 75px;
padding-bottom: 50px;
}

.inner-about-content h1 {
margin-bottom: 20px;
}

.inner-about {
background: #f9f9f9;
}

.inner-about h2 {
width: 100%;
margin: 0 0 30px;
}

.content-left {
margin-right: 50px;
}

.inner-about img {
border-radius: 20px;
}

/*About team css*/

.team-box {
position: relative;
width: 100%;
margin-bottom: 50px;
}

.team-img-box {
width: 100%;
height: 480px;
position: relative;
overflow: hidden;
border-radius: 15px;
}

.team-img {
width: 100%;
height: 100%;
border-radius: 15px;
position: relative;
z-index: 0;
}

.team-social {
position: absolute;
bottom: -40px;
left: 0;
width: 100%;
text-align: center;
font-size: 0;
line-height: 1;
opacity: 0;
transition: 0.3s;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
}

.team-box:hover .team-social {
bottom: 0px;
opacity: 1;
padding: 20px;
}

.team-social p {
color: #fff;
font-size: 15px;
line-height: 25px;
}

.team-social a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #471d76;
border-radius: 50%;
font-size: 16px;
color: #ffffff;
margin: 0 7px;
position: relative;
transition: 0.3s;
}

.team-social a:hover {
color: #471d76;
background-color: #ffffff;
}

.team-social a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* background-color: #ffffff; */
border-radius: 50%;
opacity: 0;
transition: 0.3s;
z-index: 0;
}

.team-social a:hover:before {
opacity: 1;
}

.team-social a {
position: relative;
top: 40px;
opacity: 0;

}

.team-box:hover .team-social a,
.team-box:hover .team-social a:nth-child(1) {
position: relative;
top: 0;
opacity: 1;

}

/* 
.team-box:hover .team-social a:nth-child(2) {
transition-delay: 0.2s;
}

.team-box:hover .team-social a:nth-child(3) {
transition-delay: 0.3s;
} */

.team-box:hover .team-social a:hover {
transition-delay: 0s;
}

.team-text {
position: relative;
text-align: center;
padding-top: 23px;
}

.team-text .h3-title {
margin-bottom: 0;
}

.team-text p {
text-transform: uppercase;
margin-bottom: 0;
transition: 0.3s;
}

.team-box:hover .team-text p {
color: #471d76;
}

.img_hover {
position: relative;
overflow: hidden;
background-position: top center;
}

.img_hover::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
z-index: 2;
}

.img_hover:hover::before {
-webkit-animation: img_hover 0.75s;
animation: img_hover 0.75s;
}

@-webkit-keyframes img_hover {
0% {
opacity: 1;
}

40% {
opacity: 1;
}

100% {
width: 200%;
height: 200%;
opacity: 0;
}
}

@keyframes img_hover {
0% {
opacity: 1;
}

40% {
opacity: 1;
}

100% {
width: 200%;
height: 200%;
opacity: 0;
}
}

/* Values section: fixed left / scrollable right */
.values-section {
padding: 0;
}

.values-section h2 {
width: 100%;
}

/* LEFT (sticky) */
.values-left {
position: -webkit-sticky;
position: sticky;
top: 100px;
/* adjust if header height differs */
align-self: start;
margin-right: 50px;
}

/* RIGHT (scrollable) */
.values-right {
height: auto;
/* makes right column scroll inside viewport */
overflow-y: auto;
padding-right: 8px;
/* small gap for scrollbar */
}

.value-title {
font-size: 35px;
color: #190c28;
margin-bottom: 20px;
}

.values-right small {
margin-bottom: 20px;
}

.value-desc {
margin-bottom: 50px;
}

.thank-you{
width: 100%;
height: 100vh;
background-color: #1a082e;
color:#fff;
}

.thank-you .btn-demo {
margin-top: 50px;
color: rgb(255, 255, 255);
background-color: transparent;
border-color: rgb(255, 255, 255);
font-weight: 400;
font-size: 13px;
transition: all 0.3s ease-in-out;
}
.thank-you h2{
font-size: 150px;
font-weight: 600;
}

#case-study .owl-dots{
text-align: center;
}
#case-study.owl-carousel .owl-nav button.owl-next, #case-study.owl-carousel .owl-nav button.owl-prev, #case-study.owl-carousel button.owl-dot{
background-color:#b3b3b3;
width: 10px;
height: 10px;
border-radius: 10px;
margin:10px 3px 0;
}
#case-study.owl-carousel button.owl-dot.active{
background-color:#471d76;
}
#case-study.owl-carousel img, #case-study.owl-carousel .item, #case-study.owl-carousel .owl-item, #case-study.owl-carousel .owl-stage-outer{
border-radius: 10px;
}

/*tab css*/
.services .nav-item {
width: 25%;
text-align: center;
margin-bottom: -1px;
}
.nav-tabs .nav-link{
width: 100%;
}
.nav-tabs {
border-bottom: 2px solid #dbdbdb;
}

.nav-tabs .nav-link {
border: none;
color: #878787;
font-weight: 600;
padding: 15px 30px;
background: transparent;
position: relative;
font-size: 16px;
}

.nav-tabs .nav-link:hover {
border: none;
color: #471d76;
}

.nav-tabs .nav-link.active {
color: #471d76;
background: transparent;
border: none;
border-bottom: 2px solid #471d76;
}
.nav-tabs .nav-link.active::before{
content:"";
position: absolute;
bottom: -8px;
left: 0;
right:0;
margin: 0 auto;
width: 0; 
height: 0; 
border-left: 8px solid transparent;
border-right: 8px solid transparent;  
border-top: 8px solid #471d76;
}
.service-item {
padding: 25px 0;
border-bottom: 1px solid #e9ecef;
}

.service-item:last-child {
border-bottom: none;
}

.service-icon {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #6c5ce7;
font-size: 20px;
}

.service-title {
font-weight: 600;
color: #212529;
margin-bottom: 8px;
font-size: 16px;
}

.service-description {
color: #6c757d;
font-size: 14px;
margin: 0;
}

.service-image {
border-radius: 10px;
width: 100%;
height: 100%;
object-fit: cover;
}

.tab-content {
padding: 30px 0 0;

}
.tab-content ul {
width: 49%;
display: inline-block;
vertical-align: top;
}
.tab-content li {

padding: 15px;
transition: 0.3s all ease-in-out;
}
.tab-content li .dropdown-item {
align-items: flex-start;
display: flex;
justify-content: flex-start;
font-size: 15px;
padding: 0 !important;
color: #333 !important;
font-weight: 300;
}
.dropdown-item {
white-space: inherit;
}
.tab-content li span {
margin-right: 20px;
}
.tab-content li p {
margin: 0;
color: #7d7d7d;
}
.tab-content li p strong {
display: block;
font-weight: 600;
margin-bottom: 5px;
color: #000;
}
/* tab css*/
.ai-chat-warea{
padding:50px 0 0;
overflow: hidden;
position: relative;
}
.ai-chat-warea::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 93%;
background-color: #ebebeb;
z-index: -1;
}
.ai-chat-warea h2{
margin-left:0;
margin-right:0;
width: 100%;
}
.chatbot-warea{
position: relative;  
}
.chatbot-warea > img{
text-align: center;
margin:0 auto;
display: block;
}
.lft-warea{
position: absolute;
left: 0;
top:100px;
width: 300px;
}
.lft-warea img, .rgt-warea img{
margin-bottom: 10px;
}
.rgt-warea{
position: absolute;
right: 0;
top:30px;
width: 204px;
}
.ai-text{
padding-left:70px;
}
.clr-bg{
background-color: #471d76;
padding:50px;
border-radius: 20px;
}
.case-warea{
margin-right:-35%;
}
/*vertical tabs css*/
.vertical-tabs-container {
background: white;           
overflow: hidden;
}

.nav-pills {
}

.nav-pills .nav-link {
background: white;
border: 2px solid #e5e7eb;
border-radius: 50px;
padding: 20px 35px;
margin-bottom: 20px;
color: #6b7280;
font-weight: 500;
font-size: 17px;
display: flex;
align-items: center;
justify-content: space-between;
transition: all 0.3s ease;
position: relative;
line-height: 18px;
}

.nav-pills .nav-link:hover {
border-color: #471d76;
color: #471d76;
transform: translateX(5px);
}

.nav-pills .nav-link.active {
background: #471d76;
color: white;
border-color: #471d76;
}

.nav-pills .nav-link .arrow {
opacity: 0.6;
transition: all 0.3s ease;
}
.nav-pills .nav-link.active img{
filter: brightness(0) invert(1);
}

.nav-pills .nav-link:hover .arrow,
.nav-pills .nav-link.active .arrow {
opacity: 1;
transform: translateX(3px);
}

.tab-number {
margin-right: 15px;
font-weight: 600;
}


.content-wrapper {
display: flex;
height: 100%;
gap: 30px;
}

.image-section {
flex: 0 0 45%;
display: flex;
align-items: center;
justify-content: center;
}

.image-section img, .image-section-footer img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}

.text-section {flex: 1;background: #ede9fe;padding: 80px 40px;display: flex;align-items: center;border-radius: 20px;}
.nav-pills .nav-link:last-child {
margin-bottom: 0;
}

.text-section p {font-size: 20px;line-height: 1.8;margin-bottom: 0;}

.explore-button {display: inline-flex;align-items: center;gap: 15px;font-weight: 600;font-size: 24px;justify-content: space-between;cursor: pointer;color:#000;}

.explore-icon {width: 60px;height: 60px;background: #471d76;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: white;font-size: 24px;/* box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4); */transition: all 0.3s ease; transform: rotate(-45deg)}

.explore-button:hover .explore-icon {
transform: scale(1.1) rotate(0deg);
}

@media (max-width: 768px) {
.content-wrapper {
flex-direction: column;
}

.image-section,
.text-section {
flex: 1;
}
}
/*vertical tabs css*/

/*new footer*/
.contact-card {
background: white;
border-radius: 30px;
/* overflow: hidden; */
margin: 0 auto;
}

.contact-row {
display: flex;
flex-wrap: wrap;
}

.image-section-footer {
flex: 0 0 40%;
background: #f8f9fa;
position: relative;
 border-radius: 30px;
}
.image-section-footer img{
  border-radius: 27px 0 0 27px;
}
.form-section {
flex: 1;
padding: 60px 50px;
}

.form-header {
margin-bottom: 40px;
}

.form-label-small {
font-size: 12px;
font-weight: 600;
letter-spacing: 2px;
color: #6b7280;
margin-bottom: 15px;
text-transform: uppercase;
}

.form-title {
font-size: 2.5rem;
font-weight: 300;
color: #1a1a2e;
line-height: 1.2;
margin-bottom: 0;
}
button {
border: none;
}

.form-title .together {
font-family: 'Georgia', serif;
font-style: italic;
font-weight: 400;
}

.contact-form .form-label {
font-weight: 600;
color: #1a1a2e;
margin-bottom: 8px;
font-size: 14px;
}

.contact-form .form-control {
border: none;
border-bottom: 2px solid #e5e7eb;
border-radius: 0;
padding: 0px 0 12px;
font-size: 15px;
background: transparent;
transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
box-shadow: none;
border-bottom-color: #5b21b6;
background: transparent;
}

.contact-form .form-control::placeholder {
color: #9ca3af;
font-size: 14px;
}

.contact-form textarea.form-control {
min-height: 100px;
resize: vertical;
}

.btn-submit {
background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
color: white;
border: none;
padding: 15px 40px;
border-radius: 30px;
font-weight: 600;
font-size: 16px;
margin-top: 30px;
transition: all 0.3s ease;
box-shadow: 0 8px 20px rgba(91, 33, 182, 0.3);
}

.btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 12px 30px rgba(91, 33, 182, 0.4);
}

.footer-content {
display: flex;
align-items: end;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
margin-top:50px;
}

.footer-logo {
font-size: 24px;
font-weight: 700;
letter-spacing: 1px;
}

.social-icons {
display: flex;
gap: 15px;
}

.social-icon {
width: 45px;
height: 45px;
border: 2px solid white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
transition: all 0.3s ease;
text-decoration: none;
}

.social-icon:hover {
background: white;
color: #1a0b2e;
transform: translateY(-3px);
}

.footer-links {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 10px;
}

.footer-links a {
color: white;
text-decoration: none;
font-size: 14px;
transition: opacity 0.3s ease;
}

.footer-links a:hover {
opacity: 0.8;

}

.footer-links .divider {
color: #fff;
}

.copyright {
font-size: 14px;
color:#fff;
margin-bottom: 10px;
}

@media (max-width: 768px) {
.image-section {
flex: 0 0 100%;
min-height: 300px;
}

.form-section {
padding: 40px 30px;
}

.form-title {
font-size: 2rem;
}

.footer-content {
flex-direction: column;
text-align: center;
}
}
.footer h2{
margin-left: 0;
margin-right:0;
width: 100%;
}
.footer-center-block{
  display: flex;
  flex-direction: column;
}
.footer-center-block img{
  width: 170px;
  margin: 0 auto 10px;
}
/*new footer*/

.pri-page h2 {
  font-size: 35px;
  text-align: left;
  margin: 0 0 30px 0;
  font-weight: 600;
}

.pri-page h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 30px;
}

.pri-page h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

.pri-page ul li {
  margin-bottom: 8px;
  list-style-type: none;
  position: relative;
  padding-left: 13px;
}

.pri-page ul li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 11px;
}
.pbmit-img-animation {
	animation: animationimg 4s infinite alternate;
}
@keyframes animationimg {
	0% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(20px);
	}
}
.pbmit-img-animation1 {
	animation: animationimg1 4s infinite alternate;
}
@keyframes animationimg1 {
	0% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(30px);
	}
}