/*--------- global css ---------*/
@font-face {
  font-family:NotoSans-CondensedMedium;
  src: url("../fonts/NotoSans-CondensedMedium.ttf");
}
@font-face {
  font-family:NotoSans-Medium;
  src: url("../fonts/NotoSans-Medium.ttf");
}
@font-face {
  font-family: Inter-Bold;
  src: url("../fonts/Inter-Bold.ttf");
}
@font-face {
  font-family:Inter-SemiBold;
  src: url("../fonts/Inter-SemiBold.ttf");
}
@font-face {
  font-family: Inter-Bold;
  src: url("../fonts/Inter-Bold.ttf");
}
@font-face {
  font-family: Inter-Regular;
  src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family:Inter-Bold;
  src: url("../fonts/Inter-Bold.ttf");
}
@font-face {
  font-family: Inter-Black;
  src: url("../fonts/Inter-Black.ttf");
}
@font-face {
  font-family: Inter-Bold;
  src: url("../fonts/Inter-Bold.ttf");
}
@font-face {
  font-family:Inter-ExtraBold;
  src: url("../fonts/Inter-ExtraBold");
}
@font-face {
  font-family: Inter-ExtraLight;
  src: url("../fonts/Inter-ExtraLight.ttf");
}
@font-face {
  font-family: Inter-Light;
  src: url("../fonts/Inter-Light.ttf");
}
@font-face {
  font-family: Inter-Medium;
  src: url("../fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: Inter-Regular;
  src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: Inter-SemiBold;
  src: url("../fonts/Inter-SemiBold.ttf");
}
@font-face {
  font-family: Inter-Thin;
  src: url("../fonts/Inter-Thin.ttf");
}
@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins-SemiBold.ttf");
}

/*------------ Global CSS -----------*/
html,body{scroll-behavior: smooth;}
.w_80{
  width: 80%;
}
.w_90{
  width: 90%;
}
.mx-8 {
  margin-right: 8rem!important;
  margin-left: 8rem!important;
}
.mx-14{
  margin-right: 13rem!important;
  margin-left: 14rem!important;
}
.mt-7{
  margin-top: 6rem!important;
}
.mt-6{
  margin-top: 4rem;
}
.ps-6{
  padding-left: 6rem;
}
.right-auto{
  margin-left: 17.5rem;
  margin-right: auto;
}
p {
  font: clamp(12px, 1vw, 16px) 'Inter-Regular';
  color: #000000;
  margin: 0;
  line-height: 25px;
}
h1 {
  color: #1e1e1e;
  font: clamp(42px, 6vw, 63px) 'Inter-Bold';
  text-align: center;
  line-height: clamp(26px, 6vw, 80px);
}
h2 {
  color: #ffffff;
  font: clamp(26px, 3.1vw, 59px) 'Inter-Bold';
} 
h3 {
  color: #000000;
  font: clamp(20px, 4.2vw, 40px) 'Inter-Bold';
  line-height: 50px;
}
h4 {
  font:clamp(28px, 2.2vw, 35px) 'Inter-Bold';
  line-height: clamp(36px, 5.2vw, 70px);
  color: #000000;
  line-height: 45px;
}
h5 {
  color: #1e1e1e;
  font: clamp(17px, 1.3vw, 24px) 'Inter-Bold';
  line-height: clamp(24px, 1.4vw, 30px);
  text-align: center;
}
h6 {
  font: clamp(18px, 1.2vw, 20px) 'Inter-Bold';
  color: #252525;
}
.font-14 {
    font: clamp(13px, .9vw, 14px) 'Inter-Regular';
}
.font-15 {
    font: 15px 'Inter-Regular';
}
.font-16 {
    font: clamp(14px, .9vw, 16px) 'Inter-Light';
}
.font-19{
  font: clamp(12px, 1.1vw, 19px) 'Inter-Regular';
}
.font-26{
  font: clamp(18px, 1.4vw, 26px) 'Inter-Regular';
}
.font-32 {
    font: clamp(24px, 2.4vw, 32px) 'Inter-Bold';
}
.font-38 {
    font: clamp(26px, 2.4vw, 38px) 'Inter-Bold';
}
.font-52 {
    font: clamp(26px, 2.8vw, 52px) 'Inter-Bold';
}
.grey{
  color: #99A1AF;
}
.grey-1{
  color: #B5BDCA;
}
.black{
  color:#162637 !important;
}
.blue{
  color: #4C43EC;
}
.dark-grey{
  color: #6B7280 !important;
}
hr{
  opacity: 1;
}

/*===============================
-------- Nav Bar Style -------------------
==================================================*/


header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 0px 10px;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.logo-container {
  flex: 1;
  display: flex;
  align-items: center;
}

.nav-btn {
  flex: 3;
  display: flex;
}

.nav-links {
    flex: 1;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
}
.log-sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0;
}
.log-sign a.button {
    width: 140px;
    background: linear-gradient(90deg, #689FD5 0%, #CC3694 100%);
    font-family: 'Inter-Medium';
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding: 10px 2px;
    border-radius: 35px;
}
.btn {
  display: inline-block;
  padding: .5rem 1.3rem;
  font-size: .8rem;
  border: 2px solid var(--clr-light);
  border-radius: 2rem;
  line-height: 1;
  margin: 0 .2rem;
  transition: .3s;
  text-transform: uppercase;
}

.nav-links > ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.nav-link {
  position: relative;
  padding: 40px 0;
  cursor: pointer;
}
.nav-link > a {
  line-height: 3rem;
  color: #1e1e1e;
  padding: 0 20px;
  letter-spacing: 0;
  font: 18px 'Inter-Medium';
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  text-decoration: unset;
}
.nav-link > a > i {
  margin-left: .5rem;
  font: normal normal normal 22px / 1 FontAwesome;
  margin-top: 5px;
}
.nav-link:hover > a {
  transform: scale(1.1);
}
.dropdown {
  position: absolute;
  top: 90%;
  left: 0;
  width: 250px;
  transform: translateX(-20%) !important;
  border: 2px solid #f1f1f1;
  opacity: 0;
  pointer-events: none;
  transition: .5s;
  border-radius: 10px;
  background: #ffffff;
}
.dropdown:after {
  content: '';
  border-color: #dddddd transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -15px;
}
.dropdown ul {
  position: relative;
  list-style: none;
  padding: 0;
}
.dropdown-link > a {
  display: flex;
  color: #1e1e1e;
  padding: .8rem 1rem;
  font: 15px 'Inter-Regular';
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  text-decoration: unset;
}
.dropdown-link:hover > a {
  background-color: var(--clr-dropdown);
  color: var(--clr-light);
}
.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid #fcfcfc;
}
.dropdown-link i {
  transform: rotate(-90deg);
}
.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: var(--clr-light);
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}
.dropdown-link:first-child:hover ~ .arrow {
  background-color: var(--clr-dropdown);
}
.dropdown-link {
  position: relative;
}
.nav-link:hover > .dropdown,
.dropdown-link:hover>.dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
  top: 80%;
}
.nav-link .fa.fa-angle-down {
  transition: transform .2s ease;
}
.nav-link:hover .fa.fa-angle-down {
  transform: rotate(180deg);
  transition: transform .2s ease;
}
.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #000000;
  position: relative;
  z-index: 1001;
  transition: .5s;
}
.hamburger-menu div:before,
.hamburger-menu div:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #000000;
  border-radius: 3px;
  transition: .5s;
}
.hamburger-menu div:before {
  transform: translateY(-7px);
}
.hamburger-menu div:after {
  transform: translateY(7px);
}
#check {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}
#check:checked ~ .hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}
#check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
}
#check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
}
@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}


/*============== -- [Home Page Style] -- ======================*/


/*===============================
-------- Banner Section Style ----------
==================================================*/

.banner-sec {
  background: url(../img/home/bg-vid.mp4) no-repeat;
  background-position: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 11rem 0 8rem;
  position: relative;
}
.banner-sec h1 {
    color: #1e1e1e;
    font: clamp(35px, 4vw, 96px) 'Inter-Bold';
    text-align: center;
    line-height: clamp(42px, 6vw, 120px);
}
.banner-sec p {
    font: clamp(12px, 1.4vw, 21px) 'Inter-Regular' !important;
    line-height: 28px !important;
}

.counter-row{
   width: 30%;
}
.rocket-img {
    margin: 0 10px 15px;
    animation: slide_2 10s ease-in-out alternate infinite;
    width: clamp(6%, 4.2vw, 100%);
    position: absolute;
    right: 90px;
    top: 90px;
}
h1 span {
  font: clamp(40px, 6vw, 94px) 'Inter-Bold';
  letter-spacing: -2.8px;
}
.counter-box {
  text-align: center;
  padding: 5px;
}

.counter-wrapper {
  display: inline-flex;   /* number + horizontal line */
  align-items: baseline;  /* same height */
  gap: 5px;               /* space between number and + */
}

.counter {
  font-size: clamp(28px, 2.6vw, 50px) ;
  font-weight: 700;
  color: #6A666C;
}

.counter-sign {
  font-size: clamp(28px, 2.6vw, 50px) ;      /* same size as number */
  font-weight: 700;
  color: #6A666C;
}

.banner-sec .counter-text {
  margin-top: 5px;       /* space between number+ and text */
  font-size: clamp(13px, 1.7vw, 18px) !important;
  color: #132737;
}
.cta a.button{
    background: linear-gradient(90deg, #689FD5 0%, #CC3694 100%);
    font:clamp(15px, 1vw, 21px) 'Inter-Medium';
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 35px;
}
.btn-arrow{
  margin-left: 5px;
}
.scroll-icon {
  position: absolute;
  bottom: -100px;      /* banner end */
  left: 50%;
  transform: translateX(-50%);
}


.banner-sec {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

.banner-sec .container-fluid {
    position: relative;
    z-index: 2;
}


/*===============================
--------  Partners Section Style ----------
==================================================*/


.partners{
 background: linear-gradient(180deg,rgba(21, 23, 28, 1) 0%, rgba(34, 54, 109, 1) 100%);
  background-position: 100%;
  background-size: cover;
  padding: 60px 0 85px;
}
.partners h3 {
  font: clamp(20px, 3vw, 31px) 'Inter-Bold' ;
}
.partners h4 {
  font: clamp(12px, 1.4vw, 25px) 'Inter-SemiBold';
  margin-top: -26px;
  color: #99A1AF;
  padding: 0px 15px 0 15px;
}

/* Product Section Style */

/* Container adjustments */
.product-suite {
    padding: 60px 0px 75px 0px;
    background: #fff;
    overflow: hidden;
}

.rounded-pill {
  background-color: #ebf4f5 !important;
  border: none !important;
  font: clamp(12px, 1.5vw, 16px) 'Inter-Regular';
  color: #000000 !important;
  padding: 10px 30px !important;
}

.bk-slider {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 150px;
}

/* ================= PRODUCT SLIDER (SCOPED) ================= */

.bk-slider .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: visible !important; /* Vital for side cards to show */
}

.bk-slider .swiper-slide {
  width: 70%; /* Shows a large center and pieces of sides */
  max-width: 800px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter: blur(1px); /* Stronger blur for that depth look */
  opacity: 0.4;
  transform: scale(0.85);
  pointer-events: none; /* Side slides won't block clicks */
}

.bk-slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.swiper-slide .slide-cont{
  visibility: hidden;
}
.swiper-slide-active .slide-cont{
  visibility: visible;
}
.swiper-slide h4{
  visibility: hidden;
}
.swiper-slide-active h4{
  visibility: visible !important;
}

/* The Active Center Slide */
.bk-slider .swiper-slide-active {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1.5) !important; /* Pop forward */
  z-index: 9;
  pointer-events: auto;
}

.slide-media {
  position: relative;
}

.bk-slider .swiper-slide-active .slide-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;

  top: 100%;          /* 🔥 image keela exact */
  margin-top: 0px;

  width: 100%;
  height: 80px;      /* 🔥 height decrease pannina keela side-lendhu reduce aagum */

  background: linear-gradient(
    to bottom,
    var(--shadow-color) 0%,
    var(--shadow-color) 60%,
    rgba(255,255,255,0) 100%
  );

  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}

.bk-slider .swiper,
.bk-slider .swiper-wrapper {
  overflow: visible;
}


/* Navigation Arrow Positioning */
.bk-slider .swiper-button-prev,
.bk-slider .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff !important;
  z-index: 100; /* Ensure they stay on top */
  top: 36% !important;
  transform: translateY(-50%);
}

.bk-slider .swiper-button-prev::after,
.bk-slider .swiper-button-next::after {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
}

/* Pagination Pills */
.bk-slider .swiper-pagination {
  bottom: -70px !important;
}

.bk-slider .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  transition: all 0.3s ease;
}

.bk-slider .swiper-pagination-bullet-active {
  width: 40px !important;
  border-radius: 9px !important;
  background: #4F46E5 !important; /* Brand Blue */
}
.btn-arrow-s {
    width: 13px !important;
    height: auto;
    margin-left: 4px;
}
.bk-slider .swiper a.button {
    background: linear-gradient(90deg, #689FD5 0%, #CC3694 100%);
    font-family: 'Inter-Medium';
    color: #fff;
    text-decoration: none;
    padding: 11px 17px;
    border-radius: 7px;
}
.bk-slider .swiper .text-muted {
    font-size: clamp(8px, 1vw, 12px) !important;
    line-height: 19px;
    color: #99A1AF !important;
}
.bk-slider h4{
  font: clamp(14px, 2vw, 20px) 'Poppins-Bold';
color: #101828 !important;
}
.bk-slider h5{
  font: clamp(12px, 1.1vw, 14px) 'Inter-Regular';
  color: #6A7282;
}
.title-badge {
  font: clamp(9px, 1.1vw, 11.5px) 'Inter-Regular';
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 20px;
  background: #E9D4FF;
  color: #8200DB;
  border: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 1;
  margin-left: 5px;
}
.bk-slider .swiper-button-next:after,
.bk-slider .swiper-button-prev:after {
  font-size: clamp(12px, 1.5vw, 15px) !important;
  font-weight: 900;
}
.bk-slider .swiper-button-prev {
  left: 20px !important;
}
.bk-slider .swiper-button-next{
  right: 20px !important;
}
.bk-slider .swiper {
  padding: 0px 50px 30px !important;
  margin-bottom: 5rem;
}




/*===============================
--------  AI SERVICES SECTION ----------
==================================================*/


.services-section {
  background: linear-gradient(180deg,rgba(21, 23, 28, 1) 0%, rgba(34, 54, 109, 1) 100%);
  color: #fff;
  padding: 90px 20px;
  overflow: hidden;
}


/* Hide radios */
input[type="radio"] {
  display: none;
}

/* ---------- Headings ---------- */

.services-badge {
  display: inline-block;
  background: #1e1d43;
  color: #fff;
  font: clamp(12px, 1.1vw, 16px) 'Inter-Regular';
  padding: 10px 50px;
  border-radius: 999px;
}

.services-title {
  font: clamp(32px, 3.6vw, 64px) 'Inter-SemiBold';
  color: #fff;
}

.services-subtitle {
  font: clamp(12px, 1.3vw, 19px) 'Inter-Regular';
  color: #99a1af;
  max-width: 720px;
  margin: auto;
  line-height: 1.5;
  padding: 0px 25px;
}

/* ---------- Desktop Tabs ---------- */

.desktop-tabs {
  margin: 20px 0 40px 0;
}

.tab-ser {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  font: clamp(12px, 1.2vw, 18px) 'Inter-Medium';
  color: #99A1AF;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: 0.25s ease;
  gap: 18px;
}

.tab-ser img {
  width: 50px;
}

.tab-ser:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(96, 92, 255, 0.45);
}

/* Active Tab */
#tab-ai:checked ~ .services-desktop label[for="tab-ai"],
#tab-gen:checked ~ .services-desktop label[for="tab-gen"],
#tab-ml:checked ~ .services-desktop label[for="tab-ml"],
#tab-dev:checked ~ .services-desktop label[for="tab-dev"],
#tab-data:checked ~ .services-desktop label[for="tab-data"],
#tab-marketing:checked ~ .services-desktop label[for="tab-marketing"] {
  background: linear-gradient(180deg, #2B25F7 0%, #4133da 100%);
  color: #fff;
  box-shadow: 0 0 35px rgba(105, 100, 255, 0.65);
}

/* ---------- Desktop Content ---------- */

.desktop-content .content {
  display: none;
}

#tab-ai:checked ~ .services-desktop .content-ai,
#tab-gen:checked ~ .services-desktop .content-gen,
#tab-ml:checked ~ .services-desktop .content-ml,
#tab-dev:checked ~ .services-desktop .content-dev,
#tab-data:checked ~ .services-desktop .content-data,
#tab-marketing:checked ~ .services-desktop .content-marketing {
  display: flex;
}

.content {
  margin-bottom: 80px;
}

/* ---------- Left Panel ---------- */

.left-panel {
  max-width: 480px;
}

.icon-box {
  margin-bottom: 26px;
}

.icon-box img {
  width: 100px;
}

.left-panel h3 {
  font: clamp(16px, 1.7vw, 26px ) 'Inter-Regular';
  color: #fff;
  margin-bottom: 14px;
}

.left-panel p {
  font:clamp(12px, 1.3vw, 24px) 'Inter-Regular';
  color: #9ca3b8;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* ---------- Buttons ---------- */

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5046eb;
  color: #fff;
  padding: 15px 22px;
  border-radius: 999px;
  font: clamp(10px, 0.9vw, 14px) 'Inter-SemiBold';
  text-decoration: none;
  transition: 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 22px rgba(96, 92, 255, 0.6);
  color: #ffffff;
}

/* ---------- Right Panel ---------- */

.right-panel {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 22px;
  padding: 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 0 60px rgba(95, 90, 255, 0.18);
}

.right-panel h4 {
  font: clamp(14px, 1.4vw, 21px) 'Inter-Regular';
  color: #fff;
  margin-bottom: 6px;
}

.offer-sub {
  font: clamp(11px, 1.1vw, 16px) 'Inter-Regular';
  color: #EDEDED;
  margin-bottom: 22px;
}

/* ---------- Offer List ---------- */

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 12px;
  font: clamp(10px, 1vw, 16px) 'Inter-Regular';
  color: #fff;
}

.offer-list li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 33px;
    height: 33px;

    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #5046EB;

    border-radius: 50%;
    margin-right: 10px;
}

/* ---------- Mobile Accordion ---------- */

.mobile-accordion {
  display: none;
  margin-top: 50px;
}

.accordion-head {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 18px;
  font: 14px 'Inter-Medium';
  color:#99A1AF;
  cursor: pointer;
  margin-bottom: 12px;
}

.accordion-head img {
  width: 20px;
}

.accordion-head .arrow {
  margin-left: auto;
  transition: 0.3s ease;
}

.accordion-body {
  display: none;
  padding: 22px 0 40px;
}

.content-inner {
  display: grid;
  gap: 28px;
}

/* Mobile open */
#tab-ai:checked ~ .mobile-accordion .content-ai,
#tab-gen:checked ~ .mobile-accordion .content-gen,
#tab-ml:checked ~ .mobile-accordion .content-ml,
#tab-dev:checked ~ .mobile-accordion .content-dev,
#tab-data:checked ~ .mobile-accordion .content-data,
#tab-marketing:checked ~ .mobile-accordion .content-marketing {
  display: block;
}

#tab-ai:checked ~ .mobile-accordion label[for="tab-ai"] .arrow,
#tab-gen:checked ~ .mobile-accordion label[for="tab-gen"] .arrow,
#tab-ml:checked ~ .mobile-accordion label[for="tab-ml"] .arrow,
#tab-dev:checked ~ .mobile-accordion label[for="tab-dev"] .arrow,
#tab-data:checked ~ .mobile-accordion label[for="tab-data"] .arrow,
#tab-marketing:checked ~ .mobile-accordion label[for="tab-marketing"] .arrow {
  transform: rotate(180deg);
}

/* ---------- CTA ---------- */

.center-btn {
  margin-top: 70px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #689FD5 0%, #CC3694 100%);
  color: #fff;
  padding: 15px 22px;
  border-radius: 999px;
  font: clamp(10px, 0.8vw, 14px) 'Inter-SemiBold';
  text-decoration: none;
  transition: 0.25s ease;
}

.btn-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 26px rgba(96, 92, 255, 0.65);
  color:#ffffff ;
}



/*===============================
--------  help SECTION ----------
==================================================*/


  .help-section {
    background: url(../img/home/help-bg.png) no-repeat 100% / cover;
    padding: 60px 0;
    text-align: center;
    margin: auto;
  }
  .help-badge {
    display: inline-block;
    background: #eef5f7;
    color: #99A1AF;
    padding: 10px 30px;
    border-radius: 999px;
    font: clamp(12px, 0.8vw, 15px) 'Inter-Regular';
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  h3 {
    font:  clamp(32px, 3.6vw, 64px) 'Inter-SemiBold';
    color: #000;
  }

  .help-subtitle {
    font: clamp(12px, 1.3vw, 21px) 'Inter-Regular'; 
    color: #99A1AF;
    max-width: 720px;
    margin: auto;
    line-height: 1.5;
    padding: 0px 35px;
    }

  /* ===== DESKTOP GRID ===== */
  .grid-desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /* ===== CARD ===== */
  .help-card {
    background: #ffffff ;
    border-radius: 14px;
    padding: 20px 30px;
    text-align: left;
    transition: 0.3s ease;
    border: 1px solid #e7e7e7;
  }

  .help-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  }

  .help-card-img{
    height: 65px;
  }

  .help-card h4 {
    font: clamp(15px, 1.5vw, 21px) 'Inter-Regular';
    margin: 25px 5px 10px;
    color: #0d0d0d;
  }

  .help-card p {
    font: clamp(12px, 1.3vw, 18px) 'Inter-Regular';
    color: #2E333C;
    line-height: 1.5;
    margin: 5px;
  }

  /* ===== COLORS ===== */
  .help-card.card-purple { border-top: 3px solid #7c7cff; }
  .help-card.card-pink { border-top: 3px solid #ff6ad5; }
  .help-card.blue1 { border-top: 3px solid #5da9ff; }
  .help-card.card-lavender { border-top: 3px solid #b693ff; }
  .help-card.card-coral { border-top: 3px solid #ff7a7a; }
  .help-card.card-sky { border-top: 3px solid #69b7ff; }

  /* ===== MOBILE SWIPER ===== */
  .help-grid-mob {
    display: none;
  }

  .help-section .swiper {
    width: 100%;
    padding-bottom: 50px;
  }

  .help-section .swiper-slide {
    display: flex !important;
    justify-content: center !important;
  }

  /* Navigation buttons */
  .help-section .swiper-button-prev:after,
  .help-section .swiper-button-next:after {
    display: none;
  }

  .help-section .swiper-button-prev {
    top: 45%;
    left: 5px !important;
  }
  .help-section .swiper-button-next {
    top: 45%;
    right: 5px !important;
  }

  .help-section .swiper-button-prev img,
  .help-section .swiper-button-next img {
    width: 35px;
    height: 35px;
  }

  /* Pagination */
  .help-section .swiper-pagination-bullet {
    background: #6a63ff !important;
    opacity: 0.4 !important;
    border-radius: 10px !important;
    transition: 0.3s !important;
  }

  .help-section .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 32px !important;
  }

  

/*===============================
--------  Industry Section (Isolated) ----------
==================================================*/


  .industry-section {
    background: linear-gradient(180deg,rgba(21, 23, 28, 1) 0%, rgba(34, 54, 109, 1) 100%);
    color: #cfd3ff;
    padding: 60px 0px 60px 0;
    overflow-x: hidden;
  }

  .industry-container {
    margin: auto;
    text-align: center;
  }

  /* ===== HEADING ===== */

  .industry-badge {
    display: inline-block;
    background: rgba(92, 156, 255, 0.15);
    color: #d1d5dc;
    padding: 10px 30px;
    border-radius: 20px;
    font: clamp(12px, 1vw, 16px) 'Inter-Regular';
  }

  .industry-head h3 {
    font: clamp(32px, 3.6vw, 64px) 'Inter-SemiBold';
    color: #ffffff;
  }

  .industry-head p {
    margin: auto;
    font: clamp(16px, 1.5vw, 21px) 'Inter-Regular';
    color: #99A1AF;
    max-width: 720px;
    padding: 0px 25px;
  }

  /* ===== CARD ===== */

  .industry-card {
    position: relative;
    /* margin-top: 60px; */
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255, 255, 255, 0.148));
    backdrop-filter: blur(18px);
    box-shadow: 0 0 50px rgba(120,120,255,0.15);
  }
  .industry-card hr{
    position: absolute;
    top: 0;
    z-index: 10;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, #ff4ecd, #6a6cff, #4aa3ff)  1;
  }

  .industry-image {
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  .industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .industry-image-label {
    position: absolute;
    bottom: 14px;
    left: 18px;
    background: #00000066;
    padding: 12px 415px 12px 25px;;
    border-radius: 14px;
    font: clamp(11px, 0.8vw, 14px) 'Inter-Regular';
    color: #ffffff;
  }

  .industry-image-tlabel {
    position: absolute;
    bottom: 10px;
    left: 15px;
    border-radius: 14px;
    font: clamp(11px, 0.8vw, 14px) 'Inter-Regular';
    color: #ffffff;
  }

  .industry-content {
    padding: 48px 44px;
    text-align: left;
  }

  .industry-content h3 {
    font: clamp(12px, 1vw, 16px) 'Inter-Regular';
    color: #ffffff;
    margin-bottom: 6px;
  }

  .industry-sub {
    font: clamp(14px, 1.2vw, 20px) 'Inter-Regular';
    color: #d1d5dc;
    margin: 22px 0;
  }

  .industry-points {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
  }

  .industry-points li {
    font: clamp(11px, 1.4vw, 14px) 'Inter-Regular';
    color: #99a1af;
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
  }

  .industry-points li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #7b61ff;
  }

  .industry-tags span {
    background: rgba(255,255,255,0.08);
    color: #d1d5dc;
    padding: 6px 14px;
    border-radius: 20px;
    font: clamp(10px, 0.7vw, 12px) 'Inter-Regular';
    margin: 4px 6px 6px 0;
    display: inline-block;
  }

  /* ===== BUTTON ===== */

  .industry-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 24px;
    background: #000;
    color: #ffffff;
    text-decoration: none;
    font: clamp(12px, 0.9vw, 14px) 'Inter-Regular';
    transition: 0.3s ease;
  }

  .industry-btn:hover {
    background: linear-gradient(135deg, #7b61ff, #5a3cff);
    box-shadow: 0 10px 25px rgba(92, 76, 255, 0.4);
    color: #fff;
  }

  /* ===== PAGINATION (FIXED & SCOPED) ===== */

  .industry-section .swiper-pagination {
    position: relative !important;
    margin-top: clamp(16px, 3vw, 28px);
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: clamp(6px, 1vw, 10px);
    width: 100%;
  }

  .industry-section .swiper-pagination-bullet {
    width: clamp(8px, 1vw, 10px);
    height: clamp(8px, 1vw, 10px);
    background: #94a3b8;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .industry-section .swiper-pagination-bullet-active {
    width: clamp(20px, 3vw, 28px);
    border-radius: 999px;
    background: #5c9cff;
  }

  /* ===== THUMBS ===== */

  .thumbs {
    margin-top: 8px;
  }

  .thumbs .swiper-slide {
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s ease;
    margin-top: 5px;
  }

  .thumbs .swiper-slide img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
    padding: 2px;
    border-radius: 20px;
  }

  .thumbs .swiper-slide-thumb-active {
    opacity: 1;
    background: linear-gradient(135deg, #7b61ff, #5a3cff);
    box-shadow: 0 0 0 2px #7b61ff;
  }

  /* ===== MOBILE ===== */

  .desktop-view { display: block; }
  .mobile-view { display: none; }

  @media (max-width: 768px) {
    .desktop-view { display: none; }
    .mobile-view { display: block; }

  }

/*===============================
--------  Blog-(index) css ----------
==================================================*/


  .experts-section {
      background: white;
      display: flex;
      text-align: center;
      padding: 50px 0;
  }

  .experts-container {
    margin: auto;
    text-align: center;
  }

  /* --Top Content-- */

  .experts-pill {
    display: inline-block;
    background: #BBD8DC4D;
    color: #162637;
    font-size: clamp(12px, 1vw, 16px);
    padding: 10px 30px;
    border-radius: 999px;
    
  }

  .experts-title {
    font: (32px, 3.6vw, 64px)'Inter-SemiBold';
    color: #0b0d17;
    text-align: center;
  }

  .experts-subtitle {
    font: clamp(13px, 1.3vw, 21px) 'Inter-Regular' !important;
    color: #6A666C;
    margin: 0 auto 48px;
    line-height: 37px;
    padding: 0 20px;
  }

  /* --Cards-- */

  .expert-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    text-align: left;
  }

  .expert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  }

  /* ---------- Image ---------- */

  .expert-img {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .expert-img img {
    object-fit: cover;
    display: block;
  }

  /* ---------- blog-Badge ---------- */

  .blog-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 4px 10px;
    font: clamp(9px, 1.1vw, 11px) 'Inter-Regular';
    border-radius: 999px;
    color: #fff;
    margin-bottom: 15px;
  }

  .badge-blue1{
    background: linear-gradient(135deg, #6366f1, #4f46e5);
  }

  .badge-pink {
    background: linear-gradient(135deg, #ec4899, #db2777);
  }

  .badge-indigo {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
  }

  /* ---------- Card Content ---------- */

  .expert-content {
    padding: 25px 50px 25px 30px;
    margin-bottom: 10px !important;
  }

  .expert-content h4 {
    font: clamp(20px, 1.7vw, 26px) 'Inter-SemiBold' !important;
    font-weight: 700;
    color: #0b0d17;
    line-height: 1.4;
    margin-top: 11px;
  }

  .expert-content p {
    font:clamp(14px, 1.4vw, 18px) 'Inter-Regular';
    color: #99A1AF;
    line-height: 1.6;
    margin-top: 18px !important;
    margin-bottom: 25px;
  }

  /* ---------- Meta Row ---------- */

  .expert-meta {
    display: flex;
    gap: 16px;
    font:clamp(11px, 1vw, 14px)'Inter-Regular';
    color: #9ca3af;
    margin-bottom: 14px;
  }

  .expert-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .expert-meta img {
    width: 14px;
    height: 14px;
  }

  /* ---------- Link ---------- */

  .expert-card  a {
    font: clamp(13px, 1vw, 18px) 'Inter-SemiBold';
    color: #99A1AF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease, color 0.3s ease;
    margin-top: 10px;
  }

  .expert-card a:hover {
    gap: 10px;
    color: #99A1AF;
    box-shadow: none;
  }

  /* ---------- Bottom Button ---------- */

  .experts-btn-wrap {
    margin-top: 48px;
  }

  .experts-btn {
    display: inline-block;
    padding: 15px 22px;
    font:clamp(15px, 1.1vw, 21px) 'Inter-SemiBold';
    font-weight: 600;
    background: linear-gradient(90deg, #689FD5 0%, #CC3694 100%);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .experts-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(79, 70, 229, 0.45);
    color: #ffffff;
  }
  .blog-single{
  text-align: left;
}
.blog-sec{
  height: 300px;
  background: #0D0D23;
    margin-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}

  /* ================= BLOG MOBILE SLIDER (SCOPED) ================= */

  .blog-grid-mob {
    display: none;
  }

  .experts-section .swiper {
    width: 100%;
    padding-bottom: 50px;
  }

  .experts-section .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .experts-section .swiper-slide {
    flex-shrink: 0 !important;
    display: flex !important;
    justify-content: start !important;
  }

  .experts-section .swiper-pagination-bullet {
    background: #5C9CFF !important;
    opacity: 0.4 !important;
    border-radius: 10px !important;
    transition: 0.3s !important;
    bottom: 0px !important;
  }

  .experts-section .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 32px !important;
  }


/*=======================-----  [Footer style] -----=========================*/



.footer-main {
  background: radial-gradient(circle at 20% 20%, #1b1d2d, #0a0b12 70%);
  padding: 80px 20px 30px;
  color: #cfd3ff;
  position: relative;
}

.footer-wrapper {
  max-width: 1400px;
  margin: auto;
}

/* ---------- Top Section ---------- */

.footer-top {
  display: grid;
  grid-template-columns: 2.2fr repeat(4, 1fr);
  gap: 50px;
  margin-bottom: 70px;
}

.footer-brand {
  max-width: 420px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 18px;
}

.footer-desc {
  font: clamp(14px, 1.2vw, 20px) 'Inter-Light';
  line-height: 1.7;
  color: #99A1AF;
  margin-bottom: 20px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(10px, 1vw, 16px);
  margin-bottom: 10px;
  color: #99A1AF;
}

.footer-contact i {
  color: #99A1AF;
}

/* ---------- Social Icons ---------- */

.footer-socials {
  display: flex;
  gap: 14px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfd3ff;
  font-size: clamp(13px, 1vw, 16px);
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
} 

.footer-socials a:hover {
  background: linear-gradient(135deg, #7b61ff, #5a3cff);
  transform: translateY(-3px);
}

/* ---------- Links ---------- */

.footer-title {
  font: clamp(14px, 1.2vw, 20px) 'Inter-SemiBold';
  color: #ffffff;
  margin-bottom: 18px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font: clamp(12px, 1vw, 16px) 'Inter-Light';
  color: #99A1AF;
  text-decoration: none;
  transition: 0.25s;
}

.footer-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* ---------- Newsletter Card ---------- */

.footer-newsletter {
  background-color: #16171f;
  border-radius: 22px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 50px;
}

.footer-newsletter h3 {
  font: clamp(18px, 1.8vw, 30px) 'Inter-SemiBold';
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-newsletter p {
  font: clamp(14px, 1vw, 20px) 'Inter-Light';
  color: #99A1AF;
  margin-bottom: 22px;
}

/* ---------- Newsletter Form ---------- */

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.newsletter-form input {
  width: 260px;
  height: 46px;
  border-radius: 30px;
  border: none;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: clamp(10px, 0.9vw, 14px) 'Inter-Light';
  outline: none;
}

.newsletter-form input::placeholder {
  color: #99A1AF;
}

.newsletter-form button {
  height: 46px;
  padding: 0 28px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(90deg, #689FD5 0%, #CC3694 100%);
  color: #ffffff;
  font: clamp(12px, 0.9vw, 15px) 'Inter-SemiBold';
  cursor: pointer;
  transition: 0.3s ease;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(92, 76, 255, 0.4);
}

/* ---------- Bottom Bar ---------- */

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  font: clamp(8px, 0.7vw, 12px) 'Inter-Light';
  color: #99A1AF;
}

/* ================ MOBILE ACCORDION ONLY =============== */

@media (max-width: 768px) {

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-links {
    position: relative;
  }

  /* Title row */
  .footer-links .footer-title {
    margin-bottom: 0;
    padding: 14px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  /* Arrow icons */
  .footer-links .footer-title::after {
    content: "⌄";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("./build/img/icons/f-downarrow.svg") no-repeat center/contain; /* down arrow */
    transition: 0.3s ease;
  }

  /* Hide all lists */
  .footer-links ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  /* First section always open */
  .footer-links:first-child ul {
    max-height: 500px;
  }

  .footer-links:first-child .footer-title::after {
    background: url("./build/img/icons/f-uparrow.svg") no-repeat center/contain; /* up arrow */
  }

  /* Open on tap */
  .footer-links:focus-within ul,
  .footer-links:hover ul {
    max-height: 500px;
  }

  .footer-links:focus-within .footer-title::after,
  .footer-links:hover .footer-title::after {
    background: url("./build/img/icons/f-downarrow.svg") no-repeat center/contain;
  }

  .footer-links li {
    margin: 14px 0 10px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* =========footer end ============ */

/*============================================== ------ contact page-----================================================= */

/* ------ section-1 ------ */

.contact-sec {
    padding: 80px 0;
    text-align: center;
    margin-top: 100px;
}

/* ---------- Badge ---------- */

.contact-sec .badge-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-sec .badge-wrap::before{
  content: "";
  height: 2px;
  background: #cfe0ff;
  justify-self: flex-end;
  width: 120px;
}

.contact-sec .badge-wrap::after {
  content: "";
  height: 2px;
  background: #cfe0ff;
  width: 120px;
}


.contact-sec .badge {
  padding: 10px 18px;
  background: #eaf2ff;
  color: #2f6cff;
  font: clamp(9px, 1.1vw, 11px) 'Inter-Regular';
  border-radius: 40px;
  letter-spacing: 1px;
  border: 2px solid #b9d2ff;
}

/* ---------- Title ---------- */

.contact-sec h3 {
  font: clamp(20px, 3.2vw, 32px) 'Inter-Bold';
  margin-bottom: 12px;
  color: #1C2933;
}

/* ---------- Subtitle ---------- */

.contact-sec .subtitle {
  max-width: 520px;
  margin: 0 auto 50px;
  font: clamp(11px, 1.4vw, 14px) 'Inter-Regular';
  color: #6B7280;
  line-height: 1.6;
}

/* ---------- Card ---------- */

.contact-sec .card-box {
  background: #eaf2ff;
  padding: 20px 20px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.contact-sec .card-box:hover {
  transform: translateY(-5px);
}

/* ---------- Icon ---------- */

.contact-sec .cont-icon {
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.8vw, 18px);
}

.contact-sec .email { background: #e0edff; color: #3b82f6; }
.contact-sec .call  { background: #f3e8ff; color: #a855f7; }
.contact-sec .visit { background: #ffe4e6; color: #F6339A; }

/* ---------- Text ---------- */

.contact-sec h5 {
  font: clamp(12px, 1.5vw, 15px) 'Inter-Medium';
  margin-bottom: 10px;
  color: #111827;
}

.contact-sec a {
  display: block;
  color: #2563eb;
  text-decoration: none;
  font: clamp(10px, 1.3vw, 13px) 'Inter-Medium';
  margin-bottom: 4px;
}

.contact-sec span {
  font: clamp(9px, 1.1vw, 11px) 'Inter-Regular';
  color: #6b7280;
}

/* ----- section- 2 ----- */

.contact-form-sec {
    padding: 80px 0px;
    background: radial-gradient(circle at 20% 20%, #0b0b15, #04040a 70%);
    color: #ffffff;
}
.contact-form {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 21px 26px -5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}
.form-title{
  font: clamp(20px, 1.3vw, 25px) 'Inter-Regular';
  color: #ffffff;
  text-align: start;
  margin-bottom: 10px;
}
.contact-form .form-group {
    margin-bottom: 10px;
}
.contact_btn{
    background: #4C43EC;
    border: unset;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
}
/* ---------- Layout Wrapper ---------- */

.contact-form-sec .wrap {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
}

/* ---------- Panels ---------- */

.contact-form-sec .panel {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 21px 26px -5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

/* ---------- Headings ---------- */

.contact-form-sec h3 {
    font: clamp(14px, 1.8vw, 18px) 'Inter-Regular';
    color: #FFFFFF;
    margin-bottom: 20px;
}

/* =========================================================
   FORM STYLES
========================================================= */

.contact-form-sec label {
    display: block;
    font: clamp(10px, 1.2vw, 12px) 'Inter-Medium';
    color: #9ca3af;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
    margin-top: 14px;
}

.contact-form-sec input,
.contact-form-sec textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px 14px;
    color: #ffffff;
    font: clamp(10px, 1.2vw, 12px) 'Inter-Regular';
    outline: none;
}

.contact-form-sec textarea {
    resize: none;
    height: 110px;
}

.contact-form-sec input::placeholder,
.contact-form-sec textarea::placeholder {
    color: #9ca3af;
}

/* ---------- Two Column Inputs ---------- */

.contact-form-sec .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* ---------- Button ---------- */

.contact-form-sec .btn-send {
    margin-top: 20px;
    width: 100%;
    background: #4f46e5;
    border: none;
    color: #ffffff;
    padding: 13px;
    border-radius: 10px;
    font: clamp(10px, 1.3vw, 13px) 'Inter-Medium';
    cursor: pointer;
    transition: 0.25s ease;
}

.contact-form-sec .btn-send:hover {
    background: #4338ca;
}

/* ---------- Small Note ---------- */

.contact-form-sec .form-note {
    margin-top: 12px;
    font: clamp(8px, 1vw, 10px) 'Inter-Regular';
    color: #9ca3af;
    text-align: center;
}

/* =========================================================
   OFFICE SECTION
========================================================= */

.contact-form-sec .office {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-form-sec .office:last-child {
    border-bottom: none;
}

.contact-form-sec .office i {
    width: 34px;
    height: 34px;
    background: #4f46e5;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: clamp(11px, 1.4vw, 14px);
}

.contact-form-sec .office h5 {
    font: clamp(11px, 1.4vw, 14px) 'Inter-Medium'!important;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.contact-form-sec .office span {
    font: clamp(10px, 1.2vw, 12px) 'Inter-Regular';
    color: #9ca3af;
}

/* =========================================================
   BUSINESS HOURS
========================================================= */

.contact-form-sec .hours-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font: clamp(11px, 1.4vw, 14px) 'Inter-Regular';
    color: #e5e7eb;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-form-sec .hours-row:last-child {
    border-bottom: none;
}

.contact-form-sec .hours-note {
    margin-top: 12px;
    font: clamp(8px, 1vw, 10px) 'Inter-Italic';
    color: #9ca3af;
}

/* ---------- Utility ---------- */

.contact-form-sec .mb-20 {
    margin-bottom: 20px;
}

/* ------CONNECT SECTION------- */

.connect-sec {
    background: #f3f4f6;
}

.connect-title {
    font:clamp(20px, 3.2vw, 32px) 'Inter-Bold';
    font-weight: 600;
    color: #1f2937;
}

.connect-subtitle {
    font:clamp(13px, 1.6vw, 16px) 'Inter-Regular';
    color: #6b7280;
}

/* Social Icons */

.social-icon {
    width: 50px;
    height: 50px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: clamp(11px, 1.4vw, 14px);
}

.social-icon:hover {
    background: #4f46e5;
    color: #ffffff;
}

/* ====================================-----[contact page Ends]------========================  */


/* ---------------blogs page---------------- */
.blog-hero-section  {
    padding: 120px 0px 0 0;
}
 
.blog-hero-section .hero-box {
    background: #f5f5ff;
    padding: 60px 0px;
    border-radius: 25px;
    overflow: hidden;
    position: relative !important;
}
 
 
.blog-hero-section .hero-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #5b5df0, #6c63ff);
    border-bottom-left-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.blog-hero-section .hero-corner i {
    color: white;
    font-size: 18px;
    margin-top: -20px;
    margin-right: -20px;
}
 
.blog-hero-section .hero-title {
    font: clamp(20px, 2.4vw, 38px) 'Inter-SemiBold';
    color: #1A1A2E;
}
 
.blog-hero-section .hero-subtitle {
    font: clamp(12px, 1vw, 16px) 'Inter-Regular';
    color: #6B7280;
}
 
.blog-hero-section .search-wrapper {
    background: white;
    border-radius: 50px;
    padding: 6px;
    gap: 190px;
    border: 2px solid #995bfe41;
}
 
.blog-hero-section .search-wrapper input {
    border-radius: 50px;
    padding-left: 20px;
}
 
.blog-hero-section .btn-search {
    display: flex;
    gap: 5px;
    background: #5b5df0;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 13px;
}
 
.blog-hero-section .btn-search:hover {
    background: #4f46e5;
}
 
.blog-hero-section .blog-category{
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 20px;
}
 
/* -----------below blog----------- */
.blog-dark {
    background-color: #0A0A0F;
}
 
.blog-feature {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 15px;
    color: #121217;
    padding: 25px;
    overflow: hidden;
}
 
/* Dark overlay */
.blog-feature::before {
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(30,41,59,0.85), rgba(15,23,42,0.85));
    z-index: 0;
}
 
.blog-feature * {
    position: relative;
    z-index: 1;
}
 
.blog-dark .blog-feature .btn-blg {
    background-color: #5b5cff;
    color: #ffffff;
    font: clamp(11px, 1.4vw, 14px) 'Inter-Medium';
    text-decoration: none;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 25px;
}
 
/* Hover Effect */
.blog-dark .blog-feature .btn-blg:hover {
    background-color: #4a4be0;
    color: #ffffff;
}
 
.blog-dark .blog-feature h4 {
    color: #ffffff;
    font: clamp(18px, 2.5vw, 25px) 'Poppins-SemiBold';
}
 
.blog-dark .blog-feature p {
    color: #D1D5DC;
    font: clamp(11px, 1.4vw, 14px) 'Inter-Regular';
    padding: 5px 150px 5px 0px;
    line-height: 2;
}
 
.blog-dark .blog-report {
    background: #111827;
    border: none;
    border-radius: 15px;
    padding: 25px 0px;
}
 
.blog-dark .blog-report h6 {
    color: #ffffff;
    font: clamp(15px, 2.2vw, 22px) 'Inter-SemiBold';
}
 
.blog-dark .blog-report p {
    color: #9CA3AF;
    font: clamp(11px, 1.4vw, 14px) 'Inter-Regular';
}
 
.blog-dark .blog-report .btn-blog {
    background-color: #5b5cff;
    color: #ffffff;
    font: clamp(11px, 1.4vw, 14px) 'Inter-Medium';
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 25px;
}
 
.blog-dark .blog-report .btn-blog:hover {
    background-color: #4a4be0;
    color: #ffffff;
}
 
.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
 
.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aa3b2;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
 
.social-icons a:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
}
 
.blog-dark .blog-report .blogimg-fluid{
    border-radius: 20px;  
}
 
.blog-dark .blog-card {
    background: #151520;
    border: none;
    border-radius: 15px;
    transition: 0.3s;
}
 
.blog-dark .blog-card:hover {
    transform: translateY(-5px);
}
.blog-dark .blog-card .blog-card-body{
  padding: 15px 15px 30px 15px;;
}
.blog-dark .blog-card .blog-card-body p {
    font: clamp(10px, 0.8vw, 12px) 'Inter-Regular';
    color: #9CA3AF;
    line-height: 1.5;
}
 
.blog-dark .blog-card .blog-card-body h6 {
    font: clamp(13px, 1vw, 16px) 'Inter-SemiBold';
    color: #ffffff;
    line-height: 1.5;
}
 
.blog-dark .blog-card .blog-card-body a {
    font: clamp(11px, 0.9vw, 14px) 'Inter-Medium';
    color: #ffffff;
}
 
.blog-dark .blog-card .blog-card-body img {
    border-radius: 15px 15px 0 0;
}
 
.blog-dark .blog-card .blog-card-body .read-more {
    font: clamp(10px, 0.8vw, 13px) 'Inter-Medium';
    color: #ffffff;
    text-decoration: none;
}
 
.blog-dark .read-more:hover {
    text-decoration: underline;
}
 
/* Category Buttons */
.category-btn {
  background: #ffffff;
  color: #6B7280;
  border-radius: 50px;
  padding: 12px 22px;
  font: clamp(10px, 0.8vw, 13px) 'Inter-Medium';
  transition: 0.3s ease;
  border: 2px solid #5b9cfe37;
}
 
.category-btn:hover {
  background: #6366f1;
  color: #fff;
}
.category-btn.active {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
 
/* .nav-pills .nav-link.active {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
} */
 
/* Hide tabs */
.tab-section {
    display: none;
}
 
.tab-section.active {
    display: block;
}
 
/* ================= CATEGORY BUTTONS ================= */
/* .category-btn {
  border-radius: 50px;
  padding: 8px 18px;
  border: 2px solid #5b5efe5c;
  cursor: pointer;
  color: #6B7280;
}
 
 
} */
 
/* ================== Newsletter Section ================== */
.nl-section{
  padding: 90px 0;
}
 
.nl-card {
    background: linear-gradient(135deg, #f2f3ff, #e9ebff);
    border-radius: 25px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    overflow: hidden;
}
 
.nl-card::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(91,93,240,0.08);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
}
 
.nl-title {
    font:clamp(20px, 3vw, 30px) 'Inter-SemiBold';
    margin-bottom: 15px;
    color: #1f2937;
}
 
.nl-subtitle {
    font: clamp(12px, 1.5vw, 15px) 'Inter-Regular';
    color: #6b7280;
    margin-bottom: 35px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
 
/* ===== Input Wrapper ===== */
 
.nl-input-wrapper {
    position: relative;
    max-width: 500px;
    margin: auto;
}
 
.nl-input-wrapper input {
    width: 100%;
    padding: 15px 150px 15px 25px;
    border-radius: 50px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    outline: none;
}
 
.nl-input-wrapper input::placeholder{
    color:#9ca3af;
}
 
.nl-input-wrapper button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 28px;
    border-radius: 50px;
    border: none;
    background: #5b5df0;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}
 
.nl-input-wrapper button:hover {
    background: #4f46e5;
}
 
.nl-small {
    display: block;
    margin-top: 20px;
    font:clamp(10px, 1.2vw, 12px) 'Inter-Regular';
    color: #9ca3af;
}
 
.nl-small a {
    color: #5b5df0;
    text-decoration: none;
}
 
.nl-small a:hover {
    text-decoration: underline;
}

/* =====================================----------[blog ends]-----------========================== */

/*----------------------- About Us Page Style------------------------------------------------ */

 /* About Section */
 
.about-sec {
    height: 610px;
    background: #0D0D23;
    margin-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}
.about-bg {
    background: rgba(92, 156, 255, 0.15);
    font: 12px 'Inter-Regular';
    color: #D1D5DC;
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid rgba(92, 156, 255, 0.3);
}
 
/* Leadership Section */
 
.leader-sec{
  padding: 70px 0 90px;
}
.ceo-img {
    /* box-shadow: rgba(43, 37, 247, 0.3) 0px 25px 70px -13px; */
    /* background: #ffffff; */
    border-radius: 30px;
    padding: 45px;
}
.ceo-name{
font: clamp(18px, 1.4vw, 25px) 'Inter-Bold';
color: #ffffff;
}
.ceo-box {
    margin-top: -10.5rem;
    padding-inline: 25px;
}
.leader-box {
    border: 1px solid #312C52;
    font: clamp(18px, 1.4vw, 25px) 'Inter-Light';
    color: #9692B2;
    border-radius: 10px;
    padding: 7px 15px;
    letter-spacing: 1.5px;
}
.count {
    font: clamp(150px, 14vw, 277px) 'Inter-Bold';
    color: #4C43EC;
}
.plus {
    font: clamp(37px, 2.8vw, 57px) 'Inter-Bold';
    vertical-align: top;
    margin-left: -15px;
}
.count-text{
 font: clamp(16px, 1.1vw, 18px) 'Inter-Medium';
 line-height: clamp(24px, 1.8vw, 30px);
}
.ceo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 10px 0;
}
.ceo-grid .grid-items{
  padding-inline: 25px;
}
.border-rt {
    border-right: 1px solid #212529;
}
.ceo-list li {
    display: flex;
    gap: 12px;
    font: clamp(14px, 1.1vw, 18px) 'Inter-Medium';
    color: #6A666C;
    margin-top: 10px;
}
.ceo-list li::before {
    content: url("../img/icons/tick.svg");
    display: grid;
    place-items: center;
}
.ceo-btn {
    background: linear-gradient(90deg, #689FD5 0%, #CC3694 100%);
    font: clamp(14px, 1.1vw, 18px) 'Inter-SemiBold';
    padding: 15px 25px;
    border-radius: 30px;
    color: #ffffff !important;
    text-decoration: none;
}
 
/* Our Journey Section */
 
.journey-sec{
  background: linear-gradient(180deg,rgba(21, 23, 28, 1) 0%, rgba(34, 54, 109, 1) 100%);
  padding: 90px 0;
  text-align: center;
}
/* Timeline Wrapper */
.timeline-wrapper {
    position: relative;
    padding: 4rem;
}
 
/* Horizontal Line */
.timeline-wrapper::before {
    content: "";
    position: absolute;
    top:190px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(71, 63, 238, 0.3);
}
 
/* Grid Row */
.time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  position: relative;
}
 
/* Timeline Item */
.timeline-item {
  text-align: center;
  position: relative;
}
 
/* Year */
.year {
    display: inline-block;
    font: 16px 'Inter-SemiBold';
    padding: 12px 18px;
    border-radius: 25px;
}
/* Year Glow Colors */
.year-1 { background:rgba(71, 63, 238, 0.1); border: 1px solid rgba(71, 63, 238, 0.3); color: #ffffff;}
.year-2 { background:rgba(147, 51, 234, 0.1); border: 1px solid rgba(147, 51, 234, 0.3); color: #9333EA; }
.year-3 { background:rgba(236, 72, 153, 0.1); border: 1px solid rgba(236, 72, 153, 0.3); color: #EC4899; }
.year-4 {background:rgba(249, 115, 22, 0.1); border: 1px solid rgba(249, 115, 22, 0.3); color: #F97316; }
 
.year-title {
    font: clamp(14px, 1.4vw, 17px) 'Inter-SemiBold';
    color: #ffffff;
    padding-block: 10px;
}
/* Circle */
.circle {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin: 15px auto 30px;
    font: 18px 'Inter-Bold';
    position: relative;
    z-index: 2;
    border:2px solid rgba(255, 255, 255, 0.2);
}
/* Glow Colors */
.circle-1 { background:#5046EB; box-shadow:0 0 30px -5px #5046EB; }
.circle-2 { background:#9333EA; box-shadow:0 0 30px -5px #9333EA; }
.circle-3 { background:#EC4899; box-shadow:0 0 30px -5px #EC4899; }
.circle-4 { background:#F97316; box-shadow:0 0 30px -5px #F97316; }
 
/* Card */
.time-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s ease;
  height: 170px;
}
 
.time-card:hover {
  transform: translateY(-10px);
}
.border-1{border-top-width: 2px; border-top-color: #473FEE;}
.border-2{border-top-width: 2px; border-top-color: #9333EA;}
.border-3{border-top-width: 2px; border-top-color: #EC4899;}
.border-4{border-top-width: 2px; border-top-color: #F97316;}
 
/* Responsive */
@media (max-width: 992px) {
  .time-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
 
  .timeline-wrapper::before {
    display: none;
  }
}
 
 
 
.journey-title{
  font: clamp(22px, 1.8vw, 30px) 'Inter-SemiBold';
  text-align: center;
  color: #ffffff;
}
.column {
  float: left;
  width: 50%;
  margin-top: 3rem;
}
.counter-no{
font: clamp(45px, 1.8vw, 59px) 'Inter-SemiBold';
color: #F59E0B;
}
.counter-title{
font: clamp(17px, 1.8vw, 19px) 'Inter-SemiBold';
color: #ffffff;
}
.counter-text{
font: 15px 'Inter-Regular';
color: #B5BDCA;
}
 
/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-top: 2rem;
  }
}
/* Style the counter cards */
.counter-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 50px;
    text-align: center;
    background-color: rgba(71, 63, 238, 0.1);
    border: 1px solid rgba(71, 63, 238, 0.3);
    border-top-width: 3px;
    border-top-color: #473FEE;
    border-radius: 25px;
}
 
/* Our Philosophy Section */
 
.value-sec{
  background: url(../img/about/value-bg.png) no-repeat 100% / cover;
  padding: 90px 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 12px;
    margin-top: 4rem;
}
.value-grid .grid-items{
  border: 1px solid #E5E7EB;
  border-radius: 15px;
  padding: 20px 25px;
}
.value-title {
    font: clamp(16px, 1.1vw, 19px) 'Inter-SemiBold';
    margin-block: 1rem;
}
.value-text {
    color: #6B7280;
    font: clamp(14px, 1.1vw, 16px) 'Inter-Regular';
    line-height: 24px;
}
 
/* Innovation Hub Section */
 
.hub-sec{
  background: linear-gradient(180deg,rgba(21, 23, 28, 1) 0%, rgba(34, 54, 109, 1) 100%);
  padding-block: 90px;
}
.hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-block: 2.5rem;
}
.hub-grid .grid-items{
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 25px;
}
.hub-title {
    font: clamp(16px, 1.1vw, 19px) 'Inter-Bold';
    margin-block: 15px;
}
.hub-text {
    color: #99A1AF;
    font: clamp(14px, 1.4vw, 16px) 'Inter-Regular';
    line-height: 24px;
}
.hub-btn {
    background: linear-gradient(90deg, #689FD5 0%, #CC3694 100%);
    font: clamp(14px, 1.4vw, 17px) 'Inter-SemiBold';
    padding: 15px 25px;
    border-radius: 30px;
    color: #ffffff !important;
    text-decoration: none;
}
.hub-img {
    box-shadow: rgba(43, 37, 247, 0.3) 0px -25px 70px -20px;
    border-radius: 25px;
}
.hub-box-1 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 26px 52px -12px;
    border-radius: 16px;
    background: rgb(255 255 255 / 10%);
    padding: 30px;
    position: absolute;
    right: -13px;
    top: -22px;
}
.hub-box-2 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 26px 52px -12px;
    border-radius: 16px;
    background: rgb(255 255 255 / 10%);
    padding: 30px;
    position: absolute;
    left: -13px;
    bottom: -22px;
}
 
/* Form Section */
 
.form-sec{
  background: url(../img/about/form-bg.png) no-repeat 100% / cover;
  padding: 90px 0;
}
.form-list{
  background: #ffffff;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 11px 16px -3px;
  border-radius: 16px;
  border: 1px solid #E5E7EB;
}
.form-list li {
    display: flex;
    gap: 12px;
    font: clamp(14px, 1.5vw, 18px) 'Inter-Regular';
    color: #1A1A2E;
    margin-top: 20px;
}
.form-list li::before {
    content: url("../img/icons/tick-2.svg");
    display: grid;
    place-items: center;
}
.my-form {
    background: #473FEE;
    background: linear-gradient(180deg,rgba(71, 63, 238, 1) 0%, rgba(91, 79, 238, 1) 50%, rgba(110, 95, 238, 1) 100%);
    padding: 50px;
    border-radius: 25px;
}
 form :is(input, textarea, select).errorform {
    border: 2px solid red !important;
}
/* Form UI Global Style Start */
 
.form-control {
    display: block;
    padding: 15px 40px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
    border-radius: 15px;
   
}
.submit_btn{
 background-color: #ffffff;
 border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
   padding: 15px 10px;
   border-radius: 15px;
  color: #473FEE;
  font: 16px 'Inter-Regular';
  margin-top: 25px;
}
input::placeholder, textarea::placeholder {
  color: #9CA3AF !important;
  font: 15px 'Inter-Regular';
}
.form-group {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
}
.icon {
    position: absolute;
    left: 25px;
    top: 20px;
    color: #9CA3AF;
    pointer-events: none;
}
 
 
/* =========================--About us Ends----============================  */


/* =========== product page starts ======================= */

/* Product page */
.product-banner {
    height: 460px;
    background: #0D0D23;
    margin-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}

.about-bg {
    background: rgba(92, 156, 255, 0.15);
    font: clamp(12px, 0.8vw, 15px) 'Inter-Regular';
    color: #D1D5DC;
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid rgba(92, 156, 255, 0.3);
}
.ai-section {
  background: #fff;
}

.ai-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.subtitle {
  font: clamp(12px, 1.3vw, 21px) 'Inter-Regular';
  color: #6b7280;
}

.ai-section h6 {
    font: clamp(18px, 1.3vw, 20px) 'Inter-Bold';
    color: #000;
}

.stat {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.stat h6 {
  font-weight: 700;
  margin-bottom: 4px;
}

.stat p {
  font-size: clamp(11px, 0.9vw, 14px);
  color: #6b7280;
  margin-bottom: 4px;
}

.stat small {
  font-size: clamp(10px, 0.9vw, 12px);
  color: #8b5cf6;
  font-family: 'Inter-Regular';
}

.line {
  width: 4px;
  border-radius: 10px;
}

.ai-blue { background: #6A5FE4; }
.ai-pink { background: #D04FF9; }
.ai-purple { background: #5C9CFF; }
.ai-violet { background: #C27AFF; }
.ai-hotpink { background: #FB64B6; }

/* Right side */
.pill {
  padding: 8px 16px;
  background: #eef2ff;
  color: #6366f1;
  border-radius: 20px;
  font-size: 12px;
}

.ai-title {
  font-size: 38px;
  line-height: 1.3;
}

.ai-title span {
  color: #6366f1;
}

.ai-desc {
  font-size: clamp(11px, 1.2vw, 16px);
  color: #6b7280;
  max-width: 480px;
}

/* Mobile tweak */
@media (max-width: 768px) {
  .ai-title {
    font-size: 28px;
  }
}

/* Services section */
.services-mob{
  display: none;
}
.ai-services{
  padding:80px 60px 120px;
  background: linear-gradient(180deg,rgba(21, 23, 28, 1) 0%, rgba(34, 54, 109, 1) 100%);
}

.ai-services .subtitle{
  text-align:center;
  color:#9aa0c3;
  margin-bottom:60px;
}

.services-wrapper{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:40px;
}

.services-menu{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.tab{
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  padding:16px;
  color:#ffffff;
  text-align:left;
  border-radius:12px;
  cursor:pointer;
  position:relative;
    display: flex;
  align-items: center;
  gap: 10px;
}
.tab.active{
  background: #12152F;
  border: 1px solid #2A297B; 
}

.tab span{
  position:absolute;
  bottom:8px;
  left:16px;
  height:2px;
  width:0;
  background:#5046EB;
  transition:.3s;
}

.tab.active span{width:calc(100% - 32px);}

.services-content{
   background: linear-gradient(90deg, #0D0D23 85%, #0D0D23 75%, #0D0D23 90%);
  padding:40px;
  border-radius:20px;
}

.tab-content{display:none;}
.tab-content.active{display:block;}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.service-item{
  background:#ffffff03;
  border: 1px solid #ffffff10;
  border-radius:16px;
  padding: 35px 25px;
  text-align:center;
}

.service-item img{
  width:42px;
  margin-bottom:12px;
}

.service-item p{
  font-size:clamp(11px, 0.9vw, 14px);
  color:#D1D5DC;
}
.tab-des{
  margin-top: 40px;
  color: #fff;
}
.divider{
  border: none;
  height: 2px;
  background: #99a1af1f; /* dark UI ku */
  margin: 40px 0;
}
.tab-footer {
    display: flex;
    justify-content: space-between;
}


/* Tech we use scetion */
.tech-we-use{
  display: none;
}
.tech-weuse{
  padding:80px 60px;
  background-color: #ffffff;
}

.tech-weuse .subtitle{
  color:#2B7FFF;
  font-size: clamp(11px, 0.9vw, 14px);
  margin-bottom:60px;
}

.tech-wrapper{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:40px;
}

.tech-menu{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.tech-tab{
  background:#ffffff;
  border: 1px solid #2B7FFF;
  padding:16px;
  color:#99A1AF;
  text-align:left;
  border-radius:12px;
  cursor:pointer;
  position:relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tech-tab.active{
  background: linear-gradient(
    180deg,
    #2B7FFF1F 0%,
    #2B7FFF0F 100%
  );
  border: 1px solid #2B7FFF30; 
  color: #000;
  padding: 20px 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.tech-tab span{
  position:absolute;
  bottom:11px;
  left:14px;
  height:2.5px;
  width:0;
  background: linear-gradient(
  180deg,
  #2B7FFF 0%,
  #00000000 100%
);
  transition:.3s;
}

.tech-tab.active span{width:calc(100% - 32px);}

.tech-content{
  padding:0px 40px;
  border-radius:20px;
}

.tech-tab-content{display:none;}
.tech-tab-content.active{display:block;}

.tech-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.tech-item{
  background:#ffffff03;
  border: 1px solid #2B7FFF;
  border-radius:16px;
  padding: 35px 25px;
  text-align:center;
}

.tech-item img{
  width:42px;
  margin-bottom:12px;
}

.tech-item p{
  font-size:clamp(11px, 1vw, 16px);
  color:#1A1A2E;
}
.tech-des{
  font-size: clamp(11px, 0.9vw, 15px);
  margin-bottom: 30px;
  color: #99A1AF;
}
.active-dot{
  position: absolute;
  top: 30px;
  right: 15px;
  width: 10px;
  height: 10px;
  display: none;
}
.tech-tab.active .active-dot{
  display: block;
}

/* Industry Solutions Scetion */

.industry-solution {
  background: #fff;
}

.industry-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: clamp(22px, 2.4vw, 38px);
  color: #4C43EC;
}

.industry-subtitle {
  color: #6B7280;
  margin-bottom: 60px;
  margin-top: 20px;
}

/* Tabs */
.industry-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.industry-tab {
  padding: 10px 20px;
  border-radius: 15px;
  border: 1.3px solid #2b80ff30;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
      color: #6B7280;
}


.industry-tab.active {
  background: linear-gradient(
    180deg,
    #2B7FFF1F 0%,
    #2B7FFF0F 100%
  );
  border: 1px solid #2B7FFF30; 
  color: #000;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border-top: 3px solid #4e6bff;
}

/* Content */
.industry-pane {
  display: none;
}

.industry-pane.active {
  display: block;
}

/* Capability Box */
.capability-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #c0cdff73;
  background: #2B7FFF04;
  transition: 0.3s;
}

.capability-box:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Blue Check Circle */

.industry-tab {
  position: relative;
}

.industry-tab .tab-icon{
   width: 30% !important;
}

.industry-solution .badge-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
 
.industry-solution .badge-wrap::before{
  content: "";
  height: 2px;
  background: #cfe0ff;
  justify-self: flex-end;
  width: 120px;
}
 
.industry-solution .badge-wrap::after {
  content: "";
  height: 2px;
  background: #cfe0ff;
  width: 120px;
}
 
.industry-solution .badge {
  padding: 10px 18px;
  background: #eaf2ff;
  color: #2f6cff;
  font: clamp(12px, 0.8vw, 15px) 'Inter-Regular';
  border-radius: 40px;
  letter-spacing: 1px;
  border: 2px solid #b9d2ff;
}

.industry-solution h5{
   font-family: 'Inter-Medium';
   text-align: left;
   font-size: 23px;
   margin-top: 40px;
}
.industry-solution button{
  font-family: 'Inter-Regular';
  font-size: 15px;
}
.industry-solution span{
  font-family: 'Inter-Regular';
  font-size: 14px;
  color: #505865;
}
.solutions-badge{
  color: #6B7280;
  padding: 12px 20px;
  background-color: #eef5ff;
  border-radius: 200px;
  border: 1px solid #b9d2ff;
  width: 565px;
  margin-top: 50px;
}


/* Solve Problems Section */

.problems{
  padding: 60px 0px;
  background: linear-gradient(180deg,rgba(21, 23, 28, 1) 0%, rgba(34, 54, 109, 1) 100%);
}

.problems-container {
  margin: auto;
  width: 80%;
}

.problems-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 10px;
}

.problems-subtitle {
  text-align: center;
  color: #aaa;
  margin-bottom: 60px;
}

/* ACCORDION */
.problems-accordion {
    margin-top: 60px;
}
.problems-accordion-item {
  background: linear-gradient(145deg, #0b0f1f, #0d1326);
  border: 1px solid rgba(124, 77, 255, 0.3);
  border-radius: 16px;
  margin-bottom: 25px;
  overflow: hidden;
  transition: 0.3s ease;
}

.problems-accordion-item.active {
  border: 1px solid #3e65a3;
}

.problems-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  cursor: pointer;
  gap: 15px;
}

.problems-accordion-header p{
  color: #B5BDCA;
  margin-top: 35px;
}

.problems-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.problems-icon-box {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.problems-icon-box img{
  height: 80px;
  width: 80px;
}

.problems-title-wrap h3 {
  margin: 0;
  font-family: 'Inter-Regular';
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}

.problems-title-wrap {
    display: flex;
}

.problems-step {
  font-size: 45px;
  font-weight: 600;
  color: #4D45B9;
  margin-right: 10px;
}

.problems-toggle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}

.problems-toggle img{
  width: 50px;
  height: 50px;
}

/* CONTENT */

.problems-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 25px;
}

.list p {
  font-size: 16px !important;
  color: #B5BDCA !important;
}

.problems-accordion-item.active .problems-accordion-content {
  max-height: 800px;
  padding-bottom: 30px;
}

.problems-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 20px;
}

.problems-info-box {
  margin-bottom: 20px;
}

.problems-info-box h4 {
  color: #7c4dff;
  margin-bottom: 5px;
}

.problems-info-box ul {
  padding-left: 18px;
}

.problems-deliver-title {
  margin-bottom: 15px;
  color: #b388ff;
}

.problems-deliver-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* ACTIVE TOGGLE ROTATION */

.problems-accordion-item.active .problems-toggle {
  transform: rotate(180deg);
}

.problems-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.problems-heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.problems-heading-desc {
  margin-top: 11px;
  font-size: 16px;
  color: #B5BDCA;
  margin-left: -63px;
}

/* GRID */
.problems-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 30px;
}

/* LEFT DETAIL ROW */
.problems-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.problems-detail-icon {
  /* width: 40px;
  height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.problems-detail-label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #99A1AF;
  display: block;
  margin-bottom: 6px;
  font-family: 'Inter-Regular';
}

.problems-detail-text p {
  margin: 0;
  font-size: 17px;
  color: #fff;
}

.problems-detail-text ul {
  padding-left: 18px;
  margin: 0;
}

/* RIGHT SIDE */
.problems-deliver-pill {
  display: inline-block;
  background: #4d45b9;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Inter-Regular';
}

/* DELIVER ITEMS */
.problems-deliver-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.04);
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 12px;
  color: #fff;
}

.problems-number {
  width: 26px;
  height: 26px;
  background: #4d45b9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
 .acc-divider{
  border: none;
  height: 3.5px;
  background: #4D45B9; /* dark UI*/
  margin: 40px 0;
 }

.problems-accordion-item {
  position: relative;
  overflow: hidden;
}

/* ROUND CENTER GLOW */
.problems-accordion-item.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 65%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(124, 77, 255, 0.214) 0%,
    rgba(124, 77, 255, 0.185) 25%,
    rgba(124, 77, 255, 0.085) 45%,
    rgba(124, 77, 255, 0.051) 60%,
    transparent 75%
  );
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

/* Keep content above glow */
.problems-accordion-header,
.problems-accordion-content {
  position: relative;
  z-index: 1;
}

/* RESPONSIVE */

@media(max-width:768px){
  .problems-content-grid{
    grid-template-columns: 1fr;
  }
}
 

/* POP-UP Form Content */
div#modalform {
    background: #0a0a0f96;
}
.modal-content {
    background: linear-gradient(180deg, rgb(83 79 236) 0%, rgba(106, 95, 228, 1) 50%);
    border: unset;
}
.pop-form .form-control {
    display: block;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: unset;
    border-radius: 10px;
    margin-top: 8px;
    color: #ffffff;
}
.pop-form input::placeholder, .pop-form textarea::placeholder {
  color: #ffffff !important;
  font: 13px 'Inter-Regular';
}
.pop-form label{
  color: #D1D5DC;
  font: 13px 'Inter-Regular';
}
.pop_btn {
    background: #ffffff;
    border: unset;
    padding: 10px;
    border-radius: 10px;
    color: #1710e2;
}
#modalform .modal-dialog button.close {
    position: absolute !important;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: 0;
}
#modalform .iti__selected-dial-code {
    margin-left: 6px;
    color: #ffffff !important;
}
#modalform .iti__arrow {
    border-top: 4px solid #ffffff;
}