/* ============================================
   GLOBAL STYLES
   ============================================ */

:root {
    --primary-color: #0052CC;
    --primary-dark: #003D99;
    --secondary-color: #E8F0FF;
    --accent-color: #FF6B35;
    --text-dark: #1F2937;
    --text-light: #6B7280;
    --border-color: #E5E7EB;
    --bg-light: #F9FAFB;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
ul,li,p{
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}


.stellarnav ul {
	justify-content: end;
	padding: 5px 50px 0px 0px;
	gap: 27px;
}
.stellarnav .submenu{
padding: 5px 0px 0px 0px;
}

.exp-left img {
    width: 100%;
}

.themeBTn {
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    align-items: center;
    background: #002E75;
    color: rgba(255, 255, 255, 1);
    justify-content: center;
    display: flex;
    min-width: max-content;
    gap: 16px; 
    border-radius: 30px;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}

.themeBTn:hover{
    background: #002E75;
    color: rgba(255, 255, 255, 1);
}
a.themeBTn.withoutBg {
    background: unset;
    border: 1px solid var(--Primary-PR300, rgba(182, 209, 251, 1));
    color: rgba(20, 99, 255, 1);
}
.bg-border {
    background-color: #ffffff !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.bg-light {
    
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* ============================================
   NAVIGATION
   ============================================ */

.navbar {
    padding: 1rem 0;
    justify-content: space-between;
}

.brand-logo {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-brand {
    font-size: 1.5rem;
    color: var(--text-dark) !important;
}

.nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.nav-buttons {
    display: flex;
    gap: 0.5rem;
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.nav-rightbar{
    display: flex;
    align-items: center;
    gap: rem;
}
.stellarnav > ul > li > a {
    padding: 10px 13px;
    font-size: 16px;
    line-height:24px;
}
img.logo-img {
 
}
/* ============================================
   HERO SECTION
   ============================================ */

.hero-section {

background: url("https://shyamfuture.in/shyamfuture-newweb/wp-content/themes/sft/assets/home-new/images/backgoround.png") no-repeat center center;
  background-size: cover; /* Ensures full coverage */
margin-top: -4.375rem;
padding: 11rem 0 0 0;
   
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    font-size: 0.75rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-image {
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.custom-img-wrapper {
    position: relative;
    width: fit-content;
    display: inline-block;
}

.custom-bg-img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    pointer-events: none;
}



.hero-span {
   background: linear-gradient(90deg, #d745b1 0%, #3F5EFB 100%);
  -webkit-background-clip: text;    /* makes background clip to text */
  -webkit-text-fill-color: transparent; /* hides actual text color */
  background-clip: text;
  color: transparent; /* for browsers that support only standard syntax */
}
.hero-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
    text-transform: capitalize;
    color: rgba(29, 47, 111, 1);
}
.hero-title img {
    max-width: 51px;
}
h2.hero-subheding {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    color: rgba(52, 56, 68, 1);
    text-transform: capitalize;
    
}
.hero-subtitle {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
     max-width: 804px;
    margin: 0 auto;
    color: #434D56;

}
.hero-image {
    text-align: center;
    padding-left: 54px;
}



section {
  padding: 0;
  /*background: #f9f9fc;*/ /* Light gradient or subtle background */
}

/* 3 element section */

.row.align-items-center.three-section {
    margin-top: -58px;
}


.info-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.05);

}

.info-card:hover {
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.05);

}

.info-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.info-card h6 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1D2F6F;

}

.info-card h6 span {
    font-weight: 700;
}

.info-card small {
  font-family: Plus Jakarta Sans;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0px;

}

.main-image {
  max-width: 100%;
  height: auto;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.warehouse-card {
  background: linear-gradient(131.78deg, #8486E0 0%, #4B4CFA 98.46%);
  color: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.warehouse-card h5 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;

}

.warehouse-card p {
    margin-bottom: 8px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Bold;
    font-size: 21px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
}

.warehouse-card span {
  font-weight: 700;
}


.warehouse-card p:last-child {
      /* Slightly bigger for emphasis 
  font-weight: 600;      /* Make it bold */
  margin-top: 10px;   /* Space after first paragraph */
  border-top: 1px solid #fff;
  padding-top: 8px;   /* Space before the line */
}



 /* ==we are connected with======  */
 .connected-card h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: rgba(28, 31, 37, 1);
    max-width: 100%;
}
.connected-card p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(75, 81, 98, 1);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 104px;
}

.bg-lightblue {
    background: rgba(209, 233, 251, 0.75);
}
.bg-orange {
    background: rgba(255, 247, 217, 1);
}
.bg-geen{
   background: rgba(233, 255, 252, 1); 
}
.bg-yellow{
background-color: rgba(244, 255, 213, 1);
}
.bg-pink{
background: rgba(255, 227, 237, 1);

}
.bg-cream{
background: rgba(255, 253, 203, 1);

}

.connected-card {
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.connected-card h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: rgba(28, 31, 37, 1);
    padding: 0px 20px 10px 20px;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* .we-connected {
    padding: 100px 0;
} */

/*---sliding crad---*/

.space {
     height: 10vh;
    }

    .cards {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      display: grid;
      grid-template-rows: repeat(var(--cards-count), var(--card-height));
      gap: 50px 0;
      position: relative;
    }

    .card {
      position: sticky;
      top: 0;
      border-radius: 24px;
      /*overflow: hidden;*/
      color: #fff;
    }
 
.sliding-card .card::before {
    content: "";
    position: absolute;
    height: 85px;
    width: 78%;
    background: #E9EAFF;
    top: -17px;
    left:61px;
    border-radius: 30px 0 0 0;

    /* No fade — always visible */
    opacity: 1;

    /* Start lower */
    transform: translateY(50px) rotateZ(3deg);

    /* Slow slide movement */
    transition: transform 1.2s ease;
    pointer-events: none;
}

/* Slide UP on hover */
.sliding-card .card:hover::before {
    transform: translateY(0) rotateZ(5deg);
}



.sliding-card .card .hover-btn {
    position: absolute;
    top: 13px;
    right: 171px;
    transform: translateX(-50%) translateY(20px);
    width: 124px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Show on hover */
.sliding-card .card:hover .hover-btn {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}


    .card__inner {
         position: relative;
    z-index: 999;
      padding: 34px 40px ;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 24px;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
      transform-origin: center top;
      transition: transform 0.2s ease, filter 0.2s ease;
    }

    /* Background colors for each card */
    .card:nth-child(1) .card__inner { background-color: #0b3d91; } /* blue */
    .card:nth-child(2) .card__inner { background-color: #b8822a; } /* gold */
    .card:nth-child(3) .card__inner { background-color: #1B1155; } /* nevi blue */
    .card:nth-child(4) .card__inner { background: rgba(18, 101, 40, 1); } /* nevi blue */
     .card:nth-child(5) .card__inner { background-color: #25316b; } /* semi blue */  
     .card:nth-child(6) .card__inner { background-color: #8b1415; } /* Dark red */  
     


    .card__content {
      flex: 1;
      max-width: 64%;
    }

    .card__title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 17px;
    line-height: 43px;
    }
    
    .card__title span {
    color: #FFC200;
}

    .card__desc {
     font-size: 18px;
    font-weight: 400;
    color: #f4f4f4;
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: left;
    }
    
    .highlight-section {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.cards .card {
    border: none !important;
}

.highlight-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 15px 20px;
  flex: 1;
  display: flex; /* ✅ Make icon and text inline */
  align-items: center; /* ✅ Vertically center */
  gap: 15px; /* Space between icon and text */
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.highlight-box img {
  /*width: 80px;*/
  /*height: 80px;*/
  flex-shrink: 0; /* Prevent icon from shrinking */
}

.highlight-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 9px;
  font-family: Montserrat;
  
}

.highlight-box p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

.highlight-box div {
  display: flex;
  flex-direction: column; /* Stack title and description */
}


   .card__btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 28px;
    transition: 0.3s;
    position: absolute;
    top: 40px;
    right: 25px;
    z-index: 2;
}

    .card__btn:hover {
      background: #fff;
      color: #000;
    }

    .card__btn svg {
      width: 18px;
      height: 18px;
      margin-left: 8px;
    }

    .card__image {
      flex-shrink: 0;
      width: 32%;
      text-align: right;
    }

    .card__image img {
    width: 100%;
    max-width: 300px;
    position: absolute;
    /* top: 200px; */
    right: 25px;
    z-index: 2;
    height: max-content;
    bottom: 0;
}
    
    
    

    @media (max-width: 768px) {
      .card__inner {
        flex-direction: column;
        padding: 50px 30px;
        text-align: center;
      }
      .card__content {
        max-width: 100%;
      }
      .card__image {
        margin-top: 30px;
        width: 70%;
      }
    }
    
    .cards {
  height: calc((var(--cards-count) - 1) * var(--card-height));
}

 /* ==we are connected with======  */
 
 /* sft warehouse section */
 
 
 
 .sft-warehouse {
  background: #FBFBFF !important;
}

.text-purple {
  color: #6A45FF;
}

.sft-warehouse .image-wrapper img {
  border-radius: 20px;
  max-width: 821px;
  height: auto;
}

section.sft-warehouse h2 {
    font-family: Montserrat;
    font-size: 45px;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
}

.text-purple {
    color: #665ACA;
    font-style: italic;
}
 p.text-muted.mb-5.w-75.mx-auto.sftware {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}

section.sft-warehouse .card h6 {
    color: #170F49;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 14.9px;
    line-height: 16.56px;
}

section.sft-warehouse .card p {
    text-align: left;
}
 
 
 h4.section-title-sub {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 4px;
    color: rgba(29, 47, 111, 1);
}


.unifying-section {
      background: url(https://shyamfuture.in/shyamfuture-newweb/wp-content/themes/sft/assets/home-new/images/Frame36492.png) no-repeat center center;
    background-size: cover;
  position: relative;
  margin: 0px auto;
}


.icon-wrapper img {
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: rotate(315deg);
}

.gradient-text {
    background: linear-gradient(90deg, #e84170, #8b3dfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    line-height: 43px;
    font-weight: 800 !important;
    margin-top: 20px;
}


section.unifying-section.py-5.text-center p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}

/* private section */

/* ===== Privacy Section ===== */
.privacy-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* Left Main Card */
.privacy-card {
  background: #f7f9ff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-radius: 24px;
}
.privacy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

    .privacy-card h3 {
        font-family: Montserrat;
        font-weight: 700;
        font-style: Bold;
        letter-spacing: 0px;
        color: #1D2F6F;
}

/* ===== Right Features Section ===== */
.right-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Individual Feature Card */
.feature-card {
  display: flex;
  align-items: flex-start;
  background: var(--card-bg);
  border-radius: 20px;
  padding: 25px 30px;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* Colored Icon Boxes */
.icon-box {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  margin-right: 20px;
  flex-shrink: 0;
  transform: rotate(5deg);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.bg-blue {
  background: linear-gradient(145deg, #b8e6ff, #d9f6ff);
}
.bg-yellow {
  background: linear-gradient(145deg, #fff7b3, #fff9d6);
}
.bg-purple {
  background: linear-gradient(145deg, #e7d9ff, #f3ebff);
}

/* Text Styles */
.feature-content h5 {
  font-weight: 700;
  color: #1D2F6F;
  margin-bottom: 6px;
  font-size: 1.05rem;
}
.feature-content p {
  color: #434D56;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  font-family: Plus Jakarta Sans;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .privacy-card {
    text-align: center;
  }
  .privacy-icon {
    margin: 0 auto 15px;
  }
  .feature-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .icon-box {
    margin: 0 0 12px 0;
  }
}

/* footer */

.footer-section {
  background: linear-gradient(135deg, #081C3A 55%, #0E244C 100%);
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  color: #fff;
  padding-bottom: 60px;
  position: relative;
}

/* Heading */
.footer-heading {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

/* Divider line */
.footer-divider {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 5px;
}

/* Newsletter */
.footer-title {
   
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
        line-height: 51px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.3px;
    color: #ffffff;
}


h5.footer-title-1 {
    padding-bottom: 76px;
}

.newsletter-wrapper {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 8px;
  width: 100%;
}

.newsletter-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
}

.newsletter-input::placeholder {
  color: rgba(255,255,255,0.7);
}

.newsletter-btn {
  background: #FFCA28;
    border: none;
    padding: 20px 20px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0;
}

.newsletter-btn i {
  font-size: 18px;
  color: #000;
}



.footer-link:hover {
  color: #fff;
}

/* Get Started Button */
.get-started-btn {
    background: #fff;
    color: #0E244C;
    border-radius: 8px;
    font-weight: 700;
    font-size: 17px;
}

.get-started-btn:hover {
  opacity: 0.9;
}

/* Bottom row wrapper */
.footer-bottom-row {
    width: 100%;
    padding: 40px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Bottom links */
.footer-bottom-links a {
    margin-right: 40px;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-bottom-links a:last-child {
    margin-right: 0;
}

.footer-bottom-links a:hover {
    color: #fff;
}

/* Social icons (image version) */
.footer-bottom-social a img {
    width: auto;
    height: 22px;
    margin-left: 25px;
    transition: 0.3s ease;
}

.footer-bottom-social a:first-child img {
    margin-left: 0;
}

.footer-bottom-social a img:hover {
    opacity: 0.8;
}


.footer-bottom-social {
    display: flex;
}



/* ============================================
   TRUSTED SECTION
   ============================================ */
   .trusted-text {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;

}

.trusted-section {
    padding: 4rem 0;
}
.trusted-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px;
}
.trusted-text {
    margin-bottom: 40px;
}
.trusted-logos img {
    max-width: 315px;
}

.trusted-logos.mintak {
    gap: 0px;
}

.trusted-logos.mintak img  {
    max-width: 186px;
}


.valueCardBanner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(20, 99, 255, 1);
    padding: 25px 40px 25px 40px;
    border-radius: 0 0 40px 40px;
    margin-top: -13px;
    z-index: 99;
    position: relative;
}
.valueCard h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 115.99999999999999%;
    color: rgba(255, 255, 255, 1);
}
.valueCard p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: rgba(236, 238, 244, 1);
}
.valueCard {
    padding-right: 30px;
    border-right: 1px solid rgb(255 255 255 / 52%);
}
.valueCardBanner .valueCard:last-child{
    border-right: none;
}
/* ============================================
   VALUE SECTION
   ============================================ */

.value-section {
    padding: 5rem 0;
}

.value-card {
    background-color: var(--secondary-color);
    padding: 3rem;
    border-radius: 16px;
}

.value-title {
    color: var(--Neutral-1000, rgba(28, 31, 37, 1));
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 39px;
    max-width: 413px;
}
.value-text {
    color: var(--text-light);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}


.value-list {
    list-style: none;
    padding: 0;
}

.value-list li {
    padding: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgba(28, 31, 37, 1);
    gap: 10px;
}
.value-list li svg {
    color: rgba(20, 99, 255, 1);
    font-size: 19px;
}
.value-image {
    position: relative;
    bottom: -34px;
}

.value-image img{
    max-width: 512px;
}



.value-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.btn-link:hover {
    color: var(--primary-dark);
}

.value-image {
    text-align: center;
}

.value-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* ============================================
   EXPERIENCE SECTION
   ============================================ */


.section-subtitle {

    font-family: Montserrat;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}
.testimonial-card > img {
    max-width: 48px;
    margin: 0 auto 30px auto;
}
.experience-section  .owl-carousel .owl-item img {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}


.experience-section {
    padding: 5rem 0;
    overflow: hidden;
}

.section-title {
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 39px;
    line-height: 115.99999999999999%;
    text-align: center;
    color: var(--Neutral-1000, rgba(28, 31, 37, 1));
    margin-top: 15px;
}
.testimonial-card {
            background: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 20px;
            padding: 48px 40px;
            max-width: 380px;
            width: 100%;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }

.testimonial-text {
    margin-bottom: 32px;
    letter-spacing: -0.3px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    color: var(--Neutral-1000, rgba(28, 31, 37, 1));
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 104px;
}

        .avatar-container {
            margin-bottom: 24px;
            display: flex;
            justify-content: center;
        }

        .avatar {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #f0f0f0;
        }

  .author-name {
    color: #1a1a1a;
    margin-bottom: 4px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
}
        .author-title {
            font-size: 14px;
            color: #666666;
            font-weight: 400;
        }

/* ============================================
   CTA SECTION
   ============================================ */

.cta-section {
    padding: 5rem 0;
}

    .experience-center {
    width: 100%;
    max-width: 1200px;
    background: linear-gradient(135deg, #0052FF 0%, #0066FF 100%);
    border-radius: 40px;
    padding: 80px 60px 0 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
section.experience-center-top {
    padding: 3rem 0;
}

        .experience-center__content {
            max-width: 700px;
        }

      .experience-center__heading {
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 47px;
    line-height: 50px;
    text-align: left;
}
span.breaker-span {
    display: block;
}
        .experience-center__highlight {
            color: #FFD700;
            display: inline;
        }

  .experience-center__cta {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: po"Plus Jakarta Sans", sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    width: 227px;
    margin-right: auto;
    border-radius: 10px;
}
.experience-center-innr {
    padding-left: 71px;
}
      

        
        .experience-center__icon {
            font-size: 18px;
        }


/* blue cta section */

/* ===== Digital Section ===== */
.digital-section {
  background: #fff;  
  font-family: 'Inter', sans-serif;
}

.digital-card {
    background: url('https://shyamfuture.in/shyamfuture-newweb/wp-content/themes/sft/assets/home-new/images/Bg.png') center/cover no-repeat;

  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 40px;
  padding: 80px 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
      position: relative;
    overflow: hidden;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 55px;
    letter-spacing: 0px;
    text-align: center;
}

/* Optional animated network effect overlay */
.digital-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('<?php echo get_template_directory_uri();?>/assets/home-new/images/network-lines.svg') center/cover no-repeat;
  opacity: 0.2;
}

/* Text Styles */
.digital-card h2 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 15px;
}

.digital-card .highlight {
  color: #5474FF;
}

.digital-card p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
  .digital-card {
    padding: 60px 30px;
  }
  .digital-card h2 {
    font-size: 1.8rem;
  }
  .digital-card p {
    font-size: 0.95rem;
  }
}


/* ===== Service Section ===== */
.service-section {
  background-color: #fff;
  font-family: 'Inter', sans-serif;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  height: 100%;
}



/* Title and Icon */
.service-card.text-start.position-relative h5 {
    color: #1D2F6F;
    font-size: 17px;
    padding: 0px 76px 3px 0px;
}

.service-card img.card-top-image {
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 2;
}

.service-icon img {
  padding: 10px;
  border-radius: 12px;
}

/* Paragraph */
.service-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
      margin-top: 36px;
}

/* Responsive */
@media (max-width: 991px) {
  .service-card {
    padding: 30px 20px;
  }
  .service-card h5 {
    font-size: 1.1rem;
  }
  .service-card p {
    font-size: 0.9rem;
  }
}


/* footer section */

.footer-section {
  background-color: #071428;
     background: url('https://shyamfuture.in/shyamfuture-newweb/wp-content/themes/sft/assets/home-new/images/Dark Section.png') center/cover no-repeat;

  background-size: cover;
  background-position: center;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.footer-link {
    
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px !important;
    leading-trim: NONE;
    /* line-height: 100%; */
    letter-spacing: -0.23px;
    color: rgba(255, 255, 255, 0.75) !important;
}

.footer-link:hover {
  color: #fff;
}


footer .foot-wrap {
    padding-left: 26px;
}

.newsletter-form input {
  background-color: #0d1b33;
  border: 1px solid #23314b;
  color: #fff;
}

.newsletter-form input::placeholder {
  color: #b0b7c2;
}

.newsletter-form input:focus {
  box-shadow: none;
  border-color: #ffc107;
}

.footer-social {
  font-size: 1.2rem;
  color: #bfc9d2;
  transition: color 0.3s ease;
}

.footer-social:hover {
  color: #fff;
}

  
  
  
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
  
  
  
/* ============================================
   FEATURES SECTION
   ============================================ */

.features-section {
    padding: 5rem 0;
    background: url("https://shyamfuture.in/shyamfuture-newweb/wp-content/themes/sft/assets/home-new/images/dotted-bg.png") no-repeat center center;
    background-size: cover; /* Ensures full coverage */
}

.section-label {
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
    width: fit-content;
    margin: 8px auto;
    padding: 6px 10px;
    border-radius: 20px;
    background: rgba(255, 194, 0, 1);
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: 0;
}
.features-section .section-subtitle {
    max-width: 804px;
    margin: 0 auto;
}
.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: left;
    height: 100%;
}

.feature-card:hover {
    box-shadow: 0 10px 30px rgba(0, 82, 204, 0.1);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.feature-icon-box {
    font-size: 2.5rem;
    margin-bottom: 0;
}
.feature-title {
    margin-bottom: 1rem;
    color: var(--text-dark);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.feature-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 74px;
    text-align: left;
    color: var(--Neutral-N800, rgba(75, 81, 98, 1));
}
span.feature-icon img {
    max-width: 30px;
}
/* ============================================
   FAQ SECTION
   ============================================ */
    /* Left Column Styles */
        .faq-header {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .faq-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            width: fit-content;
            padding: 8px 16px;
            border: 1px solid #e0e0e0;
            border-radius: 20px;
            background-color: #f5f5f5;
            font-size: 14px;
            font-weight: 500;
            color: #0066cc;
        }

        .faq-badge svg {
            width: 16px;
            height: 16px;
        }
.faq-title {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 39px;
    line-height: 115.99999999999999%;
}
.faq-description {
    color: #666;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    max-width: 410px;
}

        /* Right Column - Accordion Styles */
    .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 30px;
}
        .faq-item {
            border-bottom: 1px solid #e0e0e0;
            padding: 20px 0;
        }

        .faq-item:first-child {
            padding-top: 0;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-question {
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: po"Plus Jakarta Sans", sans-serif;
            padding: 0;
            background: none;
            border: none;
            width: 100%;
            text-align: left;
            font-size: 18px;
            font-weight: 600;
            color: #000;
            transition: color 0.3s ease;
        }

        .faq-question:hover {
            color: #0066cc;
        }

    .faq-question::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background-color: rgba(56, 127, 245, 1);
    margin-right: 12px;
    flex-shrink: 0;
    border-radius: 10px;
}

        .faq-question-text {
            flex: 1;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 142%;
            vertical-align: middle;
            color: rgba(28, 31, 37, 1);
        }

        .faq-icon {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .faq-icon svg {
            width: 20px;
            height: 20px;
            stroke: #0066cc;
            stroke-width: 2;
            fill: none;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding-left: 16px;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding-top: 16px;
        }

        .faq-answer-text {
            color: #666;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
        }

    .faq-header    h3.section-label {
    margin: 0 auto 0 0;
}



/* ============================================
   ANIMATIONS
   ============================================ */

[data-aos] {
    opacity: 0;
}

[data-aos].aos-animate {
    opacity: 1;
}

/* Smooth transitions */
a,
button,
.nav-link {
    transition: all 0.3s ease;
}

.themeBTn.withoutBg:hover{
    background: #1463FF;
    transition: 0.3s ease-in-out;
    color: #fff;
}



/* go-to */
.go-top {
    position: fixed;
    cursor: po"Plus Jakarta Sans", sans-serif;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #3332E8;
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    color: #000000;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #3332E8;
    border: 1px solid #3332E8;
}
.go-top.active svg {
    font-size: 19px;
}


.sparkel-bg {
    filter: invert(98%) sepia(98%) saturate(9%) hue-rotate(184deg) brightness(103%) contrast(203%);
}

.faq-section {
    padding: 3rem 0 0 0;
}

a.navbar-brand.fw-bold {
    display: flex;
    width: 100%;
    align-items: center;
}


/* after animation */


.sliding-card .card:hover::after {
    transform: translateY(36px) rotateZ(
9deg);
    opacity: 1;
}

.sliding-card .card::after {
    content: "";
    position: absolute;
    height: 79px;
    width: 91%;
    background: #E9EAFF;
    bottom: 137px;
    right: 38px;
    border-radius: 0px 0px 30px 0px;
    opacity: 0;
    transform: translateY(0px) rotateZ(1deg);
    transition: transform 1.2s ease, opacity 0.6s ease;
    pointer-events: none;
}


 
/*.sliding-card .card::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 105px;*/
/*    width: 91%;*/
/*    background: #E9EAFF;*/
/*    bottom: -42px;*/
/*    right: 89px;*/
/*    border-radius: 0px 32px 30px 30px;*/
/*    opacity: 1;*/
/*     transform: translateY(0px) rotateZ(*/
/*1deg); */
/*    transition: transform 1.2s ease;*/
/*    pointer-events: none;*/
/*     z-index: 999; */
/*    opacity: 0;*/
/*}*/