/* ===============================================
   BASE IMPORTS & GLOBAL STYLES
   =============================================== */
@import url("/wp-content/themes/unicon/assets/css/casestudy.css");
/* @import url("/wp-content/themes/unicon/assets/css/solutioncapability.css"); */
@import url("/wp-content/themes/unicon/assets/css/aimusigns.css");

.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;

}
.btn{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.home h1 {
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif !important;
}

.home h2 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif !important;
}

.home h3 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif !important;
}

.home h4 {
  font-size: 1.25rem ;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif !important;
}

.home p {
  font-size: 1rem;
  line-height: 1.6;
}
.case-study-item p{
    font-size: 12px;
}

a {
  text-decoration: none;
  color: inherit;
}

body{
  margin: 0;
  background-color: #0f172a;
  font-size: 16px;
}

.home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 24px;
  border-radius: 9999px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.home .btn-primary {
  background-color: #4fa5e4;
  color: #ffffff;
}

.home .btn-primary:hover {
  opacity: 1;
  color: #fff;
}

.home .btn-secondary {
  background-color: #178ece;
  color: #ffffff;
  box-shadow:
    0px 4px 6px -4px rgba(88, 28, 135, 0.5),
    0px 10px 15px -3px rgba(88, 28, 135, 0.5);
}

.home .btn-secondary:hover {
  opacity: 0.9;
}



#breadcrumbs{
    width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 15px;
    margin-left: 0;
}
.home .titlebar{
    display: none;
}
#fulltitle #title{
    display: none;
}
#breadcrumbs{
    margin-top: 15px !important;
}
#fulltitle {
    background: transparent !important;
    border-bottom: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    display: none;
}
#breadcrumbs a:hover{
    color: #178ECE !important;
    text-decoration: underline;
}
#breadcrumbs, #breadcrumbs a{
    color: #fff;
}
.breadcrumbs__current{
    color: #178ECE;
}
#casestudy .breadcrumb{
    display: none;
}
.wrapall{
  background: #0F172A !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===============================================
   HEADER STYLES
   =============================================== */
.header-icons {
    display: none;
}

.header-v1 #navigation {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===============================================
   HERO SECTION
   =============================================== */
.hero {
    /* min-height: 100vh; */
    /* display: flex;
    align-items: center;
    position: relative;
    overflow: hidden; */
    /* background: #0F172A; */
    position: relative;
    min-height: auto;   /* height adjusts based on content */
    padding: 0;    /* add spacing top & bottom if needed */
    background-size: contain !important;
    background-position: center -71px;
    background: url("/wp-content/uploads/2025/12/banner_line.png") no-repeat;
}
h1.slide_1{
    font-size: 50px;
}

section.hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(/wp-content/uploads/2025/07/banner_shade.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    width: 920px;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    padding: 90px 0px 100px 0px;
}

.hero-text {
  flex: 1;
  max-width: 100%;
}
.hero-text p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 100%;
    margin: 0;
}
.slide_2 .hero-text{
    text-align: center;
}
.slide_2 .hero-text p{
    min-width: 100%;
}
.slide_2{
    padding: 50px 0px !important;
}
.slide_2 .hero-cta{
    margin: 0px auto;
}
.slide_2{
    flex-direction: column;
}
.slide_2 .hero-title{
    margin-bottom: 0;
}
.slidetwo_bottom{
    text-align: left;
    width: 100%;
    margin-top: 40px;
}
.slide_card_inn{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.slide_card_inn:last-child .slide_card_sub{
    width: auto;
}
.slide_card_inn img{
    max-width: 40px;
    margin-right: 10px;
}
.slidetwo_bottom h3{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0;
    position: relative;
}
.slidetwo_bottom h3::after{
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background: #0F172A;
    background: linear-gradient(280deg, rgba(15, 23, 42, 1) 0%, rgba(17, 119, 136, 1) 100%);
    left: 192px;
    top: 16px;
}
.slidetwo_bottom p{
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.slide_card{
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}
.slide_card h4{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.slide_card_sub{
    width: 260px;
}
.slide_card_sub p{
    line-height: normal;
    padding-right: 25px;
    margin-top: 5px;
}
.sl_plus{
    width: 30px;
    position: relative;
}
.sl_plus::before{
    content: "+";
    position: absolute;
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    top: 8px;
    line-height: 20px;
}
.hero-slide ul{
    margin: 0;
    padding: 0;
    display: flex;
}
.hero-slide ul li{
    list-style: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    line-height: normal;
    margin-right: 50px;
    font-weight: 500;
    /* margin-top: 10px; */
}
.hero-slide ul li img{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.hero-slide ul li span{
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    margin-left: 10px;
}
.hero-badge {
    display: inline-block;
    padding: 0;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
    background: #44A9DF;
    background: linear-gradient(119deg, rgba(68, 169, 223, 1) 0%, rgba(129, 211, 255, 1) 100%);
    padding: 3px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #ffffff;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
}

.hero-title span {
    color: #178ECE;
      animation: typing 3.5s steps(28, end) forwards,
             blink 0.7s step-end infinite;
}
@keyframes typing {
  from { width: 0; }
  to { width: 28ch; }
}

@keyframes blink {
  50% { border-color: transparent; }
}

.text-highlight{
    background: linear-gradient(135deg, #3E57DA, #ffffff, #3E57DA);
    background-clip: text;
    color: transparent;
    background-size: 200% 100%;
    animation: shimmer 10s linear infinite;
    font-optical-sizing: auto;
}
@keyframes shimmer {
  0%{
     background-position: 200% 0;
  }
  100%{
     background-position: -200% 0;
  }
}

.letsbtn{
    position: absolute !important;
    right: 0px;
    color: white;
    padding: 0px !important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    font-size: 14px;
    width: 100px;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #178ECE;
    top: 10px;
    font-weight: 600;

}
.hero-cta {
    display: inline-block;
    color: white;
    padding: 5px 11px 5px 20px;
    border-radius: 41px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    font-size: 16px;
    width: fit-content;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #178ECE;
    margin: 20px auto;
    gap: 10px;
}
.hero-cta img{
    margin-left: 10px;
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.hero-visual {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: auto;       /* remove fixed height */
  min-height: 550px;  /* optional: control minimum height */
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  /* Instead of centering everything */
  display: flex;
  align-items: center;         /* vertical align */
  justify-content: space-between; /* text left, image right */
  padding: 0;             /* add breathing space */
}

        
.hero-slide.active {
  opacity: 1;
  transform: translateX(0);
}

.hero-slide.prev {
    transform: translateX(-100%);
}

.case-category {
    display: inline-block;
    background: #202D4C;
    color: #38BDF8;
    padding: 2px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 12px;
}

.case-metric {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #2bb0ff;
    margin: 0;
}

.case-metric-title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.case-metric-desc {
    color: #bfc7d5;
    font-size: 14px;
    line-height: 1.6;
}
.short-notes{
    color: #D1D5DB;
    line-height: 20px !important;
    font-size: 13px !important;
    margin-top: 15px;
    font-weight: normal;
        overflow: hidden;
    margin-bottom: 10px;
    min-height: 101px;
}

.view_all_casestudy{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    background: #0f172a;
    padding: 0px 15px;
    color: #178ece;
    display: flex;
    align-items: center;
    gap: 10px;
}


/*banner 3 css */

#expertise .intro-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}
#expertise .container {
  max-width: 1265px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
#expertise .pre-title {
  background: linear-gradient(126deg, rgba(68, 169, 223, 0.7) 0%, rgba(129, 211, 255, 0.7) 120.7%);
  border-radius: 30px;
  padding: 15px;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
}

#expertise .title {
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
}

#expertise .description {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  max-width: 640px;
}

#expertise  .cta-button {
  background-color: var(--primary-accent);
  border-radius: 6px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

#expertise .cta-button:hover {
    background-color: #127ab8;
}

#expertise .cta-button span {
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: var(--text-light);
}

#expertise .cta-button img {
  width: 24px;
  height: 24px;
}

#expertise .details-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#expertise .details-list::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 45px;
  width: 1px;
  height: 189px;
  background-color: var(--primary-accent);
}

#expertise .detail-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

#expertise .item-number-container {
  flex-shrink: 0;
  background: #178ECE;
    color: #fff;
    border-radius: 20px;
}

#expertise .item-number {
  width: 30px;
  height: 30px;
  background-color: var(--primary-accent);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 12px;
  color: var(--text-light);
}

#expertise .item-text-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex-grow: 1;
}

#expertise .item-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#expertise .item-title {
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: var(--primary-accent);
  color: #fff;
  margin: 0;
}

#expertise .item-subtitle {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-light);
  color: #fff;
  margin: 0;
}
#expertise .detail-item:nth-child(2) .item-subtitle {
    color: #fff;
}

#expertise .item-divider {
  border: none;
  height: 1px;
  background-color: var(--border-light-20);
  margin: 0;
  width: 100%;
}

#expertise .item-description {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

#expertise .item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

#expertise .tag {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 139.39%);
  border: 1px solid var(--border-light-20);
  border-radius: 21px;
  padding: 10px 15px;
  font-family: var(--font-jakarta);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: var(--text-light);
  text-align: center;
  color: #fff;
  border: 1px solid #44627c;
}

@media (min-width: 1024px) {
  #expertise .container {
    grid-template-columns: 550fr 620fr;
    gap: 40px;
    align-items: center;
  }
  #expertise .intro-content {
    padding-right: 20px;
  }
}


/* Navigation */
        .slider_nav {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
            z-index: 100;
        }

        .nav-dot {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .nav-dot.active {
            background: #178ECE;
            border-color: #178ECE;
            transform: scale(1.2);
        }

        .nav-dot:hover {
            background: rgba(255, 255, 255, 0.7);
            transform: scale(1.1);
        }

        /* Arrow Navigation */
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 100;
        }

        .slider-arrow:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-50%) scale(1.1);
        }

        .slider-arrow.prev {
            left: 30px;
        }

        .slider-arrow.next {
            right: 30px;
        }

        .slider-arrow::before {
            content: '';
            width: 12px;
            height: 12px;
            border-right: 2px solid #fff;
            border-top: 2px solid #fff;
            transform: rotate(45deg);
        }

        .slider-arrow.prev::before {
            transform: rotate(-135deg);
        }

        /* Animations */
        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-20px);
            }
        }

        /* Progress Bar */
        .progress-bar {
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 4px;
            background: linear-gradient(45deg, #178ECE, #178ECE);
            transition: width 0.1s ease;
            z-index: 100;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 2rem;
                padding-top: 20px;
            }
            .hero-text p{
                min-width: 100%;
            }
            .hero-text{
                padding: 0px 20px;
            }
            .hero-content .hero-cta{
                margin: 0px auto;
            }
            .recent_works_action .slider-arrow{
                text-align: center;
            }

            .hero-title {
                font-size: 2.5rem;
            }

            .hero-content p {
                font-size: 1rem;
            }

            .banner_data {
                justify-content: center;
                flex-wrap: wrap;
            }

            .slider-arrow {
                display: none;
            }
        }
/* ===============================================
   SERVICE POINTS SECTION
   =============================================== */
.service-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 30px;
    background: #0F172A;
}

.service_container {
    margin-bottom: 25px;
}

.service_container h4 {
    color: #fff;
    font-size: .9rem;
    letter-spacing: 1px;
    position: relative;
}

.service_container h4::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #178ECE;
    left: 0px;
    top: 10px;
}

.service_container h4 span {
    background-color: #0F172A;
    position: relative;
    padding-right: 10px;
    font-size: 14px;
}

.service-point {
    padding: 0;
    position: relative;
}

.service-point::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #475569;
}

.service-point:last-child:after {
    display: none;
}

.service-point:last-child::before {
    display: none;
}

.service-icon {
    margin-bottom: 10px;
}

.service-title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    line-height: 22px;
    min-height: 80px;
}
.service-title p{
    line-height: 21px;
    font-size: 13px;
    min-height: 150px;
}
.service-link {
    color: #38BDF8;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.service-link img {
    margin-left: 10px;
}


.service-slider-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    width: 100%;
    margin: 30px 0;
}
.recent_works_action{
    position: absolute;
    z-index: 99;
    width: 40px;
    left: 50%;
    /* right: auto; */
    transform: translate(-50%, -50%);
    margin-top: 0;
    bottom: 10px;
}
.recent_works_action .slider-arrow::before{
    display: none;
}
.recent_works_action .slider-arrow::after{
    display: none;
}
.service-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease-in-out;
    width: max-content;
    will-change: transform;
    padding-bottom: 60px;
}
.recent_works_action .slider-arrow{
        max-width: 20px;
    max-height: 20px;
    background: #38BDF8;
    padding: 0px;
    margin: -6px;
    font-size: 10px;
}

.case-study-item {
     /* 5 items visible */
    box-sizing: border-box;
    flex-shrink: 0;
    margin-right: 20px;
    width: 250px;
}
.case-study-item:last-child {
    margin-right: 0;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.slider-arrow.left {
    left: 0;
}

.slider-arrow.right {
    right: 0;
}


/* ===============================================
   CLIENT LOGOS SECTION
   =============================================== */
.clients {
    background: #0f172a;
    padding: 20px 0px;
    border-top: 1px solid #475569;
    border-bottom: 1px solid #475569;
    margin-top: 70px;
}

.client-container {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    overflow: hidden;
}

.client-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    min-width: 140px;
}

.client-scroll-wrapper {
    overflow: hidden;
    flex: 1;
}

.client-track {
    display: flex;
    gap: 80px;
    animation: scrollLeft 25s linear infinite;
    width: max-content;
    align-items: center;
}

.client-track img {
    height: auto;
    opacity: 1;
    transition: opacity 0.3s;
}

.client-track img:hover {
    opacity: 1;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}




/*new css*/
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tag {
  display: inline-block;
  padding: 0px 12px;
  border-radius: 9999px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
}

.sticky-layout {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
}


.sticky-wrapper {
  position: relative;
}

/* .sticky-element {
  position: sticky;
  top: 100px;  /* adjust based on your header 
} */
 

#stickyCards {
  position: sticky !important;
  min-height: 120px;
}
.sticky-end {
  position: relative;
  top: auto;
}


.pathway-card {
  position: sticky;
  top: 120px;      /* adjust based on header height */
  z-index: 1;
  transition: opacity .3s ease;
}

.pathway-card.is-active {
  opacity: 2;
}

.pathway-card:nth-child(1) { z-index: 1; }
.pathway-card:nth-child(2) { z-index: 2; }
.pathway-card:nth-child(3) { z-index: 3; }
.pathway-card:nth-child(4) { z-index: 4; }
.pathway-card:nth-child(5) { z-index: 5; }




.pathways-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #0f172a;
}
.pathways-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.pathways-header {
  text-align: center;
  max-width: 850px;
}
.pathways-header h2 {
  margin-bottom: 20px;
  color: #fff;
}
.pathways-header p{
    color: #fff;
}
/* .pathways-header .text-highlight {
  color: #4fa5e4;
} */
.pathways-content {
  display: flex;
  gap: 50px;
  width: 100%;
  align-items: flex-start;
  position: relative;
}
.pathways-intro {
  flex: 1;
  max-width: 490px;
  margin-top: 100px;
  padding-left: 30px;
  position: relative;
}
.sticky-left{
    position: sticky;
    top: 160px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sticky-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sticky-visible {
  opacity: 1;
  visibility: visible;
}

.pathways-intro h3{
    color: #fff;
    font-size: 30px !important;
    margin-bottom: 20px;
}
.pathways-intro h2 {
  margin-bottom: 15px;
  color: #fff;
}
.pathways-intro p{
    color: #fff;
    width: 80%;
}
.pathways-cards-container {
  flex: 1.5;
  position: relative;
}
.pathways-bg-svg {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 997px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
.pathways_cards_section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.pathway-card {
  background-color: #ffffff;
  color: #222222;
  /* border: 0.65px solid #374151; */
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0px 0px 10px #40517a;
  min-height: 200px;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.card-title-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pathway-card a.btn-primary span{
    white-space: nowrap;
}
.card-icon {
  width: 42px;
  height: 42px;
}
.card-title-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-title-text h3 {
  font-size: 1.3rem;
}
.time-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #4fa5e4;
  color: #ffffff;
  padding: 0px 8px;
  border-radius: 9999px;
  font-size: 0.8rem;
  width: fit-content;
}
.time-tag img {
  width: 11px;
  height: 11px;
}
.card-body h4 {
  margin-bottom: 10px;
}
.card-body p {
  font-size: 0.95rem;
  line-height: 1.5;
}
.tag-light {
  background-color: rgba(23, 142, 206, 0.1);
  border: 1px solid rgba(23, 142, 206, 0.5);
  color: #0069b7;
}

@media (max-width: 1024px) {
  .pathways-content {
    flex-direction: column;
    align-items: stretch;
  }
  .pathways-intro {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.programs-section {
  position: relative;
  background-color: #111827;
  padding: 80px 0;
  /* border-top: 1px solid #e5e7eb; */
  /* border-bottom: 1px solid #e5e7eb; */
}
.programs-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.programs-bg-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1588px;
  height: auto;
  opacity: 1;
}
.programs-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.programs-header {
  text-align: center;
  max-width: 925px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.programs-header h2{
    color: #fff;
}
.programs-header p{
    color: #fff;
}
/* .programs-header .text-highlight {
  color: #4fa5e4;
} */
.strategic-tag {
  background-color: #292f3c;
  border: 1px solid #425276;
  color: #d1d5db;
  padding: 6px 20px;
  border-radius: 29px;
  font-size: 1rem;
}
.programs-cards {
  display: flex;
  gap: 40px;
  width: 100%;
  justify-content: center;
}
.program-card {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 32px;
  width: 100%;
  max-width: 573px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  box-shadow: inset 0px 4px 18px 0px rgba(255, 255, 255, 0.06);
}
.program-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.program-card-header h3{
    color: #fff;
}
.program-card-num {
  background-color: #178ece;
  border-radius: 625px;
  width: 50px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
.program-card-desc {
  color: #bbc2ce;
  line-height: 1.7;
}
.tag-dark {
  background-color: #292f3c;
  border: 1px solid #425276;
  color: #d1d5db;
  padding: 4px 20px;
}
.btn-secondary {
  padding: 8px 10px 8px 25px;
}
.btn-icon-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
}
.btn-icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-icon-bg {
  width: 100%;
  height: 100%;
}
.btn-icon-arrow {
  width: 60%;
  height: 60%;
}

@media (max-width: 1024px) {
  .programs-cards {
    flex-direction: column;
    align-items: center;
  }
}

.services-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: #111827;
  /* background: url("/wp-content/uploads/2025/12/our_service_bg.png") no-repeat #111827;
  background-position: center;
  background-size: cover; */
}
.services-bg-container {
  position: absolute;
  top: 35px;
  left: -240px;
  width: 1920px;
  height: 933px;
  z-index: -1;
  pointer-events: none;
  background: url("");
}
.services-bg-container .bg-img {
  position: absolute;
  opacity: 0.2;
}
.services-bg-container .bg-blur {
  filter: blur(92px);
  opacity: 1;
}
.services-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.services-header {
  text-align: center;
  max-width: 750px;
}
.services-header h2 {
  margin-bottom: 20px;
  color: #fff;
}
.services-header p {
  color: #d1d5db;
}
/* .services-header .text-highlight {
  color: #4fa5e4;
} */
.service-cards-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.service-card {
  background: linear-gradient(178.56deg, #519FFF -121.56%, rgb(237 240 246) 23.14%);
  color: #222222;
  border-radius: 16px;
  width: 100%;
  max-width: 390px;
  box-shadow:
    0px 8px 48px 0px rgba(24, 24, 27, 0.08),
    0px 4px 8px 0px rgba(24, 24, 27, 0.04),
    0px 0px 2px 0px rgba(24, 24, 27, 0.25);
  display: flex;
  flex-direction: column;
}
.service-card-img-container {
  background-color: #def6ff;
  border: 1px solid #b5dae7;
  border-radius: 10px;
  margin: 32px 32px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-img-container img {
  max-width: 100px;
  height: auto;
}
.service-card-content {
  padding: 24px 32px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-grow: 1;
}
.service-card-content h3 {
  font-size: 1.7rem;
}
.service-card-content p {
  font-size: 1rem;
  line-height: 1.5;
}
.tag-service-category {
  background-color: #178ece;
  border: 1px solid #178ece;
  color: #fff;
  padding: 3px 20px;
  font-weight: 500;
}
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.checklist li img {
  margin-top: 2px;
}
.stats-container {
  display: flex;
  gap: 24px;
  text-align: left;
}
.stat-item {
  display: flex;
  flex-direction: column;
}
.stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #178ECE;
line-height: normal;
}
.stat-label {
  font-size: 0.9rem;
  color: #222222;
}
.highlight-box {
  border-left: 2px solid #178ece;
  padding-left: 12px;
}
.highlight-box p {
  color: #178ece;
  font-weight: 500;
}
.enables-section {
  font-size: 0.95rem;
}
.enables-section strong {
  display: block;
}
.enables-section p {
  margin-top: 4px;
  font-size: 0.95rem;
}
.service-card .btn-secondary {
  margin-top: auto;
}

@media (max-width: 1280px) {
  .service-cards-grid {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .service-cards-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* build pathway css */
.build_pathway{
    background: #111827;
    padding: 50px 0px 0px 0px;
}
.build_pathwayheader{
        width: 1240px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 30px;
}
.build_pathwayheader h2{
    color: #fff;
}
/* .build_pathwayheader .text-highlight {
    color: #4fa5e4;
} */
.build_pathwayheader p{
    width: 75%;
    margin: 0px auto;
    font-size: 18px;
    color: #D1D5DB;
    padding: 15px 0px;
}
.pathway_graphic{
    width: 1240px;
    margin: 0px auto;
    overflow: hidden;
}
.pathway_graphic img{
    max-width: 100%;
}


/* ===============================================
   Blueprints css start
   =============================================== */

/* .blueprints-section {
    padding: 80px 24px;
    background: #0f172a;
  }

  #blueprints .container {
    max-width: 1133px;
    margin: 0 auto;
  }

  #blueprints .section-header {
    text-align: center;
    margin-bottom: 64px;
  }

  #blueprints .section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 24px 0;
    color: #ffffff;
  }

  #blueprints .section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 848px;
    margin: 0 auto;
  }

  #blueprints .blueprints-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  #blueprints .card {
    border: 1px solid #475569;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

 #blueprints .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  #blueprints .card-style-1 {
    background-color: #1e293b;
  }

  #blueprints .card-style-2 {
    background-color: #0f172a;
  }

  #blueprints .card-bg-blur {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
  }

  #blueprints .card-content {
    position: relative;
    z-index: 1;
    flex-grow: 1;
  }

  #blueprints .card-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 0px;
  }

  #blueprints .card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-top: 5px;
  }

  #blueprints .card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    width: 80%;
  }

  #blueprints .card-description {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 10px 0px 0px 0px;
    padding-left: 60px; 
  }

  #blueprints .card-arrow {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 18px;
    height: 16px;
    z-index: 1;
  }

  #blueprints .full-width {
    grid-column: 1 / -1;
  } */


/* ===============================================
   CAPABILITY PATHWAY SECTION
   =============================================== */
/* .capability-pathway {
    padding: 80px 0;
    background: #0F172A;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #ffffff 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pathway-visual {
    background: #000;
    border-radius: 20px;
    padding: 30px 40px 70px 40px;
    position: relative;
    overflow: hidden;
}

.pathway-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("/wp-content/uploads/2025/07/banner_shade.png") no-repeat;
    background-position: left top;
    width: 100%;
    height: 100%;
}

.pathway-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
}

.pathway-text {
    background: #182232;
    padding: 30px;
    border-radius: 15px;
}

.pathway-text span {
    font-weight: 700;
}

.pathway-text h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.pathway-chart {
    position: relative;
    height: 300px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}

.pathway-line {
    position: absolute;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6 0%, #10b981 100%);
    border-radius: 2px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.pathway-points {
    display: flex;
    justify-content: space-between;
    width: 80%;
    position: relative;
    z-index: 2;
}

.pathway-point {
    width: 12px;
    height: 12px;
    background: #3b82f6;
    border-radius: 50%;
    position: relative;
}

.pathway-point::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
} */

/* ===============================================
   SOLUTION CAPABILITIES SECTION
   =============================================== */
/* .solution-capabilities {
    padding: 50px 0;
    background: #0F172A;
}

.solution-capabilities .section-title {
    text-align: left;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.capability-card {
    background: #1E293B;
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 4px;
}

.capability-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.capability-description {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 24px;
    min-height: 75px;
}

.capability-link {
    color: #38BDF8;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    justify-content: flex-end;
    font-size: 16px;
}

.capability-link::after {
    content: '';
    transition: transform 0.3s ease;
    background: url("/wp-content/uploads/2025/07/arrow_angle.png") no-repeat;
    width: 28px;
    height: 30px;
    background-size: contain;
}

.capability-link:hover::after {
    transform: translateX(5px);
} */

/* ===============================================
   TECH DOMAINS SECTION
   =============================================== */
/* .tech-domains {
    padding: 80px 0;
    background: #0F172A;
}

.tech-domains h2.section-title {
    text-align: left;
    margin-bottom: 30px;
}

.domains-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.domain-card {
    background: #1E293B;
    padding: 25px;
    border-radius: 6px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.domain-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.domain-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.domain-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #F8FAFC;
}

.domain-description {
    color: #CBD5E1;
    font-size: 0.9rem;
    line-height: 22px;
} */

/* ===============================================
   AI MUSINGS SECTION
   =============================================== */
    ul.category_aimusings{
        display: flex;
        gap: 20px;
        margin: 0px 0px 30px 0px;
    }
    ul.category_aimusings li{
        list-style: none;
    }
    ul.category_aimusings li a{
            background: rgba(59, 130, 246, 0.1);
            border: 1px solid rgba(59, 130, 246, 0.3);
            color: #93c5fd;
            padding: 0.4rem 1.25rem;
            border-radius: 9999px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 0.85rem;
    }
    .ai-filter-form{
        display: flex;
    align-items: center;
    gap: 20px;
    }
    .ai-filter-form input{
        margin: 0px;
    }
    .musing-types {
    margin: 8px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.musing_tabs{
    display: flex;
    gap: 10px;
}
.musing-filters{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.musing-filters a.filter-btn{
    padding: 3px 15px;
    border: 1px solid #465780;
    border-radius: 17px;
    background: #0f172a;
    color: #fff;
}
.musing-filters a.filter-btn.active{
    background: #178ECE;
}
.musing-type-label {
    font-size: 12px;
    background: #1b2335;
    color: #fff;
    padding: 2px 15px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid #7183ab;
}
   .ai-musings-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
   }
   .ai-musing-item{
    background: #1E293B;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
   }
   .ai-musing-item h2 a{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #fff;
    padding: 0px 15px;
    display: block;
    margin-top: 15px;
   }
   .ai-musing-item a img{
    width: 100%;
    border-radius: 0;
   }
   .aimusing_container h1{
    text-align: center;
    margin: 40px 0px;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
   }
   .ai-musing-item a.musing-link{
        margin: 0px 0px 15px 15px;
   }
   .aim_thumnail_img{
    height: 202px;
    overflow: hidden;
    display: block;
   }
.ai-musings {
    padding: 80px 0;
    background: #0F172A;
}

.ai-musings .section-title {
    text-align: left;
    margin-bottom: 40px;
    color: #fff;
}
/* .ai-musings span.text-highlight {
    color: #4fa5e4;
} */

.musings-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 30px;
    align-items: start;
}

.musing-card:first-child {
    grid-row: span 2;
}

.musigns_rightgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.musing-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, background 0.3s ease;
    height: fit-content;
}

.musing-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.musing-card:first-child .musing-image {
    width: 100%;
    height: 515px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.musigns_rightgrid .musing-card .musing-image {
    width: 100%;
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.musing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.musing-content {
    padding: 25px;
}

.musing-card:first-child .musing-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
    line-height: 1.4;
}

.musigns_rightgrid .musing-card:first-child {
    grid-row: span 1;
}

.musigns_rightgrid .musing-card:first-child .musing-title {
    font-size: 1rem;
    font-weight: 600;
}

.musigns_rightgrid .musing-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
    line-height: 1.4;
    min-height: 65px;
}

.musing-description {
    color: #CBD5E1;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

.musing-link {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.musing-link::after {
    content: '→';
    transition: transform 0.3s ease;
}

.musing-link:hover::after {
    transform: translateX(5px);
}

/* ===============================================
   SUCCESS STORIES SECTION
   =============================================== */


   .ss_right {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .stories-cards {
            overflow-x: auto;
            overflow-y: visible;
            padding: 10px 0;
            scrollbar-width: none;
            -ms-overflow-style: none;
            scroll-behavior: smooth;
        }

        .stories-cards::-webkit-scrollbar {
            display: none;
        }

        .cards-wrapper {
            display: flex;
            gap: 24px;
            padding-bottom: 20px;
            min-width: min-content;
            margin-right: 100px;
        }

        .story-card {
            flex: 0 0 320px;
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            border-radius: 16px;
            padding: 10px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            overflow: hidden;
        }

        .story-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            border-color: rgba(59, 130, 246, 0.3);
        }

        .card-image {
            height: 208px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

        .card-image svg {
            width: 48px;
            height: 48px;
            color: white;
            opacity: 0.9;
        }

        .card-content {
            padding: 15px;
        }

        .card-title {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #ffffff;
            line-height: 1.3;
        }

        .card-description {
            color: #d5dbe4;
            line-height: 1.6;
            margin-bottom: 16px;
            font-size: 0.9rem;
        }

        .card-link {
            display: inline-flex;
            align-items: center;
            color: #3b82f6;
            text-decoration: none;
            font-weight: 600;
            gap: 8px;
            transition: color 0.3s ease;
        }

        .card-link:hover {
            color: #60a5fa;
        }

        .card-link::after {
            content: '→';
            transition: transform 0.3s ease;
        }

        .card-link:hover::after {
            transform: translateX(4px);
        }

        .scroll-indicators {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 20px;
        }

        .scroll-indicator {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(148, 163, 184, 0.3);
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
        }

        /* .scroll-indicator:hover {
            background: rgba(148, 163, 184, 0.5);
            transform: scale(1.2);
        } */

        .scroll-indicator.active {
            background: #3b82f6;
            transform: scale(1.3);
            box-shadow: 0 0 12px rgba(59, 130, 246, 0.4);
        }

        /* Different card backgrounds */
        /* .story-card:nth-child(1) .card-image {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
        }

        .story-card:nth-child(2) .card-image {
            background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
        }

        .story-card:nth-child(3) .card-image {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        }

        .story-card:nth-child(4) .card-image {
            background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
        }

        .story-card:nth-child(5) .card-image {
            background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
        } */

        /* Smooth dragging cursor states */
        .stories-cards.grabbing {
            cursor: grabbing !important;
        }

        .stories-cards.grabbing * {
            cursor: grabbing !important;
        }

        /* Mobile optimizations */
        @media (max-width: 768px) {
            .story-card {
                flex: 0 0 280px;
            }

            .card-image {
                height: 160px;
            }

            .scroll-indicator {
                width: 10px;
                height: 10px;
            }
        }
        
.success-stories {
    padding: 80px 0;
    background: #0F172A;
    overflow: hidden;
}

.success-stories .section-title {
    text-align: left;
}

.stories-content {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 60px;
    align-items: flex-start;
}

.stories-text {
    max-width: 100%;
    position: sticky;
    top: 50px;
}

.stories-description {
    color: #94a3b8;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 0.9rem;
}

.stories-text .stories-cta {
    display: flex;
    color: white;
    padding: 8px 25px;
    border-radius: 32px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #ccc;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.stories-text .stories-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.stories-cards {
    overflow-x: auto;
    overflow-y: visible;
    padding: 10px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.stories-cards::-webkit-scrollbar {
    display: none;
}

.cards-wrapper {
    display: flex;
    gap: 24px;
    padding-bottom: 20px;
    min-width: min-content;
    margin-right: 100px;
}

.story-card {
    flex: 0 0 320px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 16px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    padding: 10px;
}

.story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(59, 130, 246, 0.3);
}

.card-image {
    height: 208px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.card-content {
    padding: 15px;
}

.card-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
    line-height: 1.3;
}

.card-description {
    color: #d5dbe4;
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 0.9rem;
}

.card-link {
    display: inline-flex;
    align-items: center;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    gap: 8px;
    transition: color 0.3s ease;
}

.card-link:hover {
    color: #60a5fa;
}

.card-link::after {
    content: '→';
    transition: transform 0.3s ease;
}

.card-link:hover::after {
    transform: translateX(4px);
}

.scroll-indicators {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.scroll-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(148, 163, 184, 0.3);
    transition: background 0.3s ease;
    cursor: pointer;
}

.scroll-indicator.active {
    background: #3b82f6;
}

/* ===============================================
   FOOTER SECTION
   =============================================== */
.footer {
    background-color: #182232 !important;
    padding: 80px 0 40px !important;
    position: relative;
    overflow: hidden;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.footer .footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 50px;
}

.footer .brand-column {
    display: flex;
    flex-direction: column;
}

.footer .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.footer .logo-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #3498db, #2980b9);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    transform: rotate(-8deg);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.footer .logo-text-container {
    display: flex;
    flex-direction: column;
}

.footer .logo-text {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    line-height: 1;
}

.footer .logo-subtext {
    font-size: 14px;
    color: #95a5a6;
    margin-top: 2px;
}

.footer .hero-text {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin-bottom: 35px;
    width: auto;
}

.footer .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    width: fit-content;
    border: 1px solid #F8FAFC;
    line-height: normal;
    color: #F8FAFC !important;
}

.footer .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
}

.footer .footer-section h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.footer .footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-section ul li {
    margin: 0;
}

.footer .footer-section ul li a {
    color: #bdc3c7 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 0px;
    position: relative;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}

.footer .footer-section ul li a:hover {
    color: #3498db;
    transform: translateX(8px);
}

.footer .footer-section ul li a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background-color: #3498db;
    transition: width 0.3s ease;
}

.footer .footer-section ul li a:hover::before {
    width: 12px;
}

.footer .contact-column h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.footer .contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #bdc3c7;
    font-size: 15px;
}

.footer .contact-item i {
    color: #3498db;
    width: 20px;
    font-size: 16px;
}

.footer .social-links {
    display: flex;
    gap: 0px;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.footer .social-links a:hover {
    background: #3498db;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

.footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .copyright {
    color: #7f8c8d;
    font-size: 14px;
    text-align: center;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    z-index: 1000;
    font-size: 18px;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.back-to-top span {
    font-size: 9px;
    margin-top: 2px;
    text-align: center;
}

/* ===============================================
   ANIMATIONS & KEYFRAMES
   =============================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer .footer-content > * {
    animation: fadeInUp 0.6s ease-out;
}

.footer .brand-column { animation-delay: 0.1s; }
.footer .footer-content > .footer-section:nth-child(2) { animation-delay: 0.2s; }
.footer .footer-content > .footer-section:nth-child(3) { animation-delay: 0.3s; }
.footer .contact-column { animation-delay: 0.4s; }


@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .wrapall{
        min-width: inherit !important
    }
    .container{
        max-width: 100% !important;
        width: 100%;
        padding: 0px;
    }
    #mobile-header .container .sixteen.columns{
        max-width: 100%;
        width: 100%;
        margin: 0px !important;
    }
    .footer .footer-content{
         grid-template-columns: 1fr !important;
    }

    .blueprints-section {
      padding: 60px 20px;
      background: #0f172a;
    }
    
    .section-title {
      font-size: 32px;
    }

    .section-subtitle {
      font-size: 18px;
    }

    .card {
      padding: 32px;
    }

    .card-arrow {
      top: 32px;
      right: 32px;
    }
    
    .card-description {
        padding-left: 0;
        margin-top: 16px;
    }
    
    .card-header {
        margin-bottom: 0;
    }
    #mobile-header .logo{
        margin-left: 10px;
    }
    #mobile-navigation-btn{
        margin-right: 10px;
    }
    .service_container{
        padding: 0px 20px;
    }
    .service-title p{
        min-height: inherit;
    }

}

/* ===============================================
   RESPONSIVE DESIGN - DESKTOP & TABLET
   =============================================== */
@media (max-width: 1024px) {
    .musings-grid {
        grid-template-columns: 1fr !important;
    }
    
    
    .musigns_rightgrid {
        gap: 15px;  
        grid-template-columns: 1fr;
    }

    .footer .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer .brand-column {
        grid-column: 1 / -1;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .hero-text {
        font-size: 40px;
    }

    @media (min-width: 1024px) {
        .stories-cards {
            scrollbar-width: thin;
            scrollbar-color: rgba(59, 130, 246, 0.5) transparent;
        }

        .stories-cards::-webkit-scrollbar {
            display: block;
            height: 6px;
        }

        .stories-cards::-webkit-scrollbar-track {
            background: rgba(148, 163, 184, 0.1);
            border-radius: 3px;
        }

        .stories-cards::-webkit-scrollbar-thumb {
            background: rgba(59, 130, 246, 0.5);
            border-radius: 3px;
        }

        .stories-cards::-webkit-scrollbar-thumb:hover {
            background: rgba(59, 130, 246, 0.7);
        }
    }
}

  @media (max-width: 992px) {
    .blueprints-grid {
      grid-template-columns: 1fr !important;
    }
  }

/* ===============================================
   RESPONSIVE DESIGN - TABLET
   =============================================== */
@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }
    .stories-content{
        grid-template-columns: 100% !important;
    }
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .case-study-item {
        width: calc(100vw - 60px); /* Full width minus arrow space */
        margin-right: 15px;
    }
    
    .slider-arrow {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .slider-arrow.left {
        left: 5px;
    }
    
    .slider-arrow.right {
        right: 5px;
    }
    .pathway-content{
        grid-template-columns: 1fr !important;
    }
        .stories-content{
        grid-template-columns: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .case-study-item {
        width: calc(90vw - 25px);
        margin-right: 10px;
    }
    
    .slider-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .pathway-content{
        grid-template-columns: 1fr !important;
        padding: 20px !important;
    }
    .pathway-chart{
        padding: 20px !important;
    }
        .stories-content{
        grid-template-columns: 100% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .case-study-item {
        width: 280px;
    }
}

@media screen and (min-width: 1025px) {
    .case-study-item {
        width: 250px;
    }
}
.entry-title a{
    color: #fff;
}
.ai-grid{
    display: grid;
    gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-top: 30px;
}

h3.ai-card-title{
    color: #fff !important;
}









.ai-musing-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

/* TOP SECTION */
.ai-musing-top {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

.featured-musing {
    flex: 2;
    background: #f6fbff;
    border-radius: 20px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: auto;
}

.featured-content {
    padding: 30px;
}

.featured-content h2 {
    font-size: 28px;
}

.badge {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
}

/* LATEST */
.latest-musing {
    flex: 1;
}

.latest-card img {
    width: 100%;
    border-radius: 16px;
}

.latest-card h5 {
    font-size: 18px;
}

/* GRID */
/* .ai-musing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.musing-card {
    background: #f6fbff;
    border-radius: 20px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
}

.card-content {
    padding: 20px;
}

.card-content h4 {
    font-size: 18px;
}

.card-meta {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.card-meta span {
    margin-right: 10px;
} */

/*contact form*/

.ai_contact_form{
      padding: 80px 0px;
    border-top: 1px solid #303E5F;
}

.en_ai_form{
  width: 800px;
}
.ai_form-head span{
    /*background: #178ECE; */
    font-size: 16px;
    width: fit-content;
    padding: 0;
    /* border-radius: 32px; */
    line-height: normal;
    font-weight: 600;
    color: #178ECE;
}
.ai_form-head h2{
    color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
}
.ai_form_inn{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ai_form_inn .form-group input{
    background: transparent !important;
    border: 1px solid #4A546E;
    border-radius: 4px;
}
.ai_form_inn textarea{
      max-height: 100px;
    background-color: transparent !important;
    border: 1px solid #4A546E;
}
.ai_contact_form .wpcf7-form .wpcf7-submit{
      background: #178ece;
      border-radius: 43px;
}
.ai_form_inn .form-group label{
  color: #fff;
}
@media (max-width: 768px) {
  .en_ai_form{
    max-width: 100%;
  }
}

form.invalid .wpcf7-not-valid-tip{
    display: block !important;
}