/* 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 0px;
  text-align: center;
}

.hero-section::before {
  content: "";
  background-color: #471d76;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 91vh;
  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: 50px;
  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 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 {
  background: #f9f9f9;
  padding: 100px;
  border-radius: 20px;
}

.ptb-100 {
  padding: 50px 0;
}

.pb-100 {
  padding-bottom: 50px;
}

.experience-number h1 {
  font-size: 175px;
  font-weight: 900;
  background: url(../images/hd-bg.jpg) no-repeat center/cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 175px;
}

.experience-number p {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-align: right;
  color: #000;
}

section h2 {
  font-size: 3.3rem;
  font-weight: 400;
  color: #190c28;
  margin: 0 auto 40px;
  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(../images/left-arw.png) no-repeat;
  width: 56px;
  height: 55px;
  text-indent: -9999px;
  display: inline-block;
  margin: 0;
  border: 0;
}

.about-us .owl-next span {
  background: url(../images/right-arw.png) 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;
}

/*Difference*/
.diff-area {
  background-color: #e9e3f0;
}

.bg-purple {
  background-color: #5e2b97 !important;
  color: #fff !important;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1.5px;
  padding: 11px 30px 10px;
  text-transform: uppercase;
}

.custom-card {
  background: #fff;
  padding: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.custom-card svg {
  color: #5e2b97;
  /* purple icon */
}

.custom-card h5 {
  text-align: left;
  margin-top: 30px;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 18px;
}

.custom-card h5 em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
}

.custom-card p {
  text-align: left;
  font-size: 18px;
  color: #404040;
  margin-top: 18px;
}

.content-warea {
  padding-left: 150px;
}

.content-warea h2,
.content-warea1 h2,
.content h2 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.content-warea1 {
  padding-right: 150px;
}

.content-warea small,
.content-warea1 small {
  text-transform: uppercase;
}

.bg-img p.sub-hd {
  font-size: 22px;
  color: #190c28;
  letter-spacing: 0;
  line-height: 40px;
}

.bg-img p.sub-hd em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 25px;
}

.bg-img p {
  font-size: 16px;
  color: #404040;
}

.bdr-btm {
  border-bottom: 1px solid #190c28;
  margin-bottom: 35px;
  padding-bottom: 15px;
  display: block;
}

.bg-img .btn-demo {
  margin-top: 30px;
}

/*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;
}

footer h3 {
  font-size: 22px;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.pr-5 {
  padding-right: 50px;
}

.pl-5 {
  padding-left: 50px;
}

footer h4 {
  font-size: 20px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}

footer h4 img {
  margin-left: 8px;
}

footer .listing {
  margin: 0;
  padding: 0;
}

footer .listing li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 12px;
  border-bottom: none;
}

footer .listing li a {
  color: #c1a2e3;
  text-decoration: none;
}

.social-icon {
  text-align: right;
}

.social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.social-icon li a {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  position: relative;
  color: #fff;
  transition: all .25s;
}

.social-icon li a i {
  position: relative;
  z-index: 1;
}

.social-icon li a::before,
.social-icon li a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(0);
  border-radius: 50%;
  z-index: 0;
  transition: all .25s;
}

.social-icon li a.active::before,
.social-icon li a.active::after {
  transition: all .25s;
}

.social-icon li a.active::before,
.social-icon li a:hover::before {
  background-color: #fff;
  transform: scale(1.1);
}

.social-icon li a.active::after {
  background-color: #fff;
  z-index: -2;
  transform: scale(100);
}

.social-icon li a.active.fb::after {
  background-color: #3b5998;
}

.social-icon li a.fb:hover,
.social-icon li a.active.fb {
  color: #3b5998;
}

.social-icon li a.active.twitter::after {
  background-color: #55acee;
}

.social-icon li a.twitter:hover,
.social-icon li a.active.twitter {
  color: #55acee;
}

.social-icon li a.active.instagram::after {
  background-color: #8441e0;
}

.social-icon li a.instagram:hover,
.social-icon li a.active.instagram {
  color: #8441e0;
}

.social-icon li a.active.linkedin::after {
  background-color: #0070c3;
}

.social-icon li a.linkedin:hover,
.social-icon li a.active.linkedin {
  color: #0070c3;
}

.btm-footer p {
  margin-top: 8px;
  color: #c1a2e3;
  margin: 0;
}

.btm-listing li {
  display: inline-block;
  margin: 0 15px;
}

.btm-listing li a {
  color: #c1a2e3;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.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(../images/cta-image.jpg) 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;
}


/* Contact form design matching provided screenshot */
.contact-warea h3 {
  font-size: 35px;
  margin-bottom: 50px;
  color: #190c28;
  font-weight: 400;
}

.contact-warea h3 em {
  font-size: 40px;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
}

.contact-form {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 40px;
}

.form-row {
  margin-bottom: 20px;
  display: block;
}

.form-row label {
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 8px;
}

.form-row label .req {
  color: #e05a4f;
  margin-left: 6px;
  font-weight: 700;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  background: #fbfdfe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  font-size: 14px;
  color: #1b1b1b;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #d6b8f0;
  box-shadow: 0 4px 18px rgba(214, 184, 240, 0.12);
}

/* checkbox group */
.checkbox-group .checkbox-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0px;
  padding-left: 6px;
}

.checkbox-list label {
  font-size: 14px;
  color: #2b2b2b;
  position: relative;
  padding-left: 6px;
  cursor: pointer;
}

.checkbox-list input[type="checkbox"] {
  margin-right: 8px;
  transform: translateY(1px);
}

/* right column contact info */
.contact-info {
  padding: 8px 24px;
  border-left: 1px solid #f1eaf4;
  height: 100%;
}

.contact-info h3 {
  margin-top: 0;
  font-size: 22px;
  color: #161420;
}

.contact-info p {
  color: #5a555d;
  line-height: 1.6;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  color: #5a555d;
}

.info-list li {
  margin-bottom: 12px;
}

.form-row>label {
  font-size: 16px;
  font-weight: 500;
}

button {
  border: none;
}

/* responsive */
@media (max-width: 991px) {
  .contact-form {
    max-width: 100%;
  }

  .contact-info {
    border-left: none;
    padding-left: 0;
    margin-top: 28px;
  }
}

.contact-add {
  background-color: #f9f9f9;
  padding: 30px 40px 0px;
  margin-right: 50px;
  border-radius: 10px;
  height: 100%;
}

.contact-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.contact-card .bdr-btm {
  border-bottom: 1px solid #190c28;
  margin-bottom: 18px;
  padding-bottom: 5px;
  display: inline-block;
}

.card-left {
  width: 80%;
}

.card-right {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #471d76;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
}

.card-left h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: #190c28
}

.card-left h4 a {
  color: #190c28
}

iframe {
  margin-bottom: -6px;
}

.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;
}

.cta-footer {
  background-color: #1a082e;
}
.grid-item img {
    width: 100%;
}
.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;
}
.image-warea{
  position: sticky;
  top: 100px;
  text-align: right;
}
#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;
}