.f-30 {
  font-size: 30px !important;
}

.f-24 {
  font-size: 24px !important;
}

.why-leading .features-section {
  margin: 0 !important;
  max-width: 100% !important;
}

.why-leading .features-section .feature-box {
  flex-direction: row;
}

.why-lt-btn {
  border-radius: 13px;
  background: linear-gradient(103deg, #e9f3fb 9.82%, #fff 93.18%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 30px;
}

.why-lt-btn.b {
  flex-direction: row;
  justify-content: space-around;
}

.section-light-shade:after {
  content: "";
  background: linear-gradient(180deg, #fff 0%, #f2f8fe 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.tech-stack-box {
  margin-bottom: 55px;
}

.tech-stack-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.sliderContent {
  position: absolute;
  left: -70px;
  top: 0;
  width: 55%;
  z-index: 1;
  /* background: rgb(7 64 98 / 94%); */
  background: linear-gradient(115deg, #0c2972 -0.86%, #be3b3e 85.89%);
  height: 100%;
  padding-left: 6%;
  padding-left: 19%;
  transform: skew(-10deg);
  padding-top: 110px;
}

.sliderContentInner {
  transform: skew(10deg);
}

.section6 .line1 {
  font-size: 52px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 40px;
}

.bold {
  font-weight: 700;
}

.section6 .line2 {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  line-height: 46px;
  margin-bottom: 20px;
}

.ss-shape {
  position: absolute;
  top: 0;
  left: 37px;
  z-index: 1000;
  transform: skew(9deg);
}

.c-logo img {
  width: 200px !important;
}
.c-logo {
  margin-bottom: 16px;
}

.cta-ss-container {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 26px;
  z-index: 1;
}

.call-to-action.ss {
  background-size: cover;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(353deg, #0c2972 20.52%, #be3b3e 189.38%);
}

.cta-pattern {
  position: absolute;
  right: 180px;
  z-index: 0;
}

.call-to-action {
  padding: 30px 35px;
  border-radius: 18px;
  min-height: 184px;
}

body .owl-carousel.full-slider .owl-item img {
  width: inherit;
}

.c-logo.b img {
  width: 110px !important;
}

.section6 .owl-carousel .owl-next {
  border: 1px #fff solid !important;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 40%;
  right: 90px;
  display: block !important;
  background-color: rgb(255 255 255 / 37%) !important;
  border-radius: 50% !important;
  background-image: url(../imgs/sliderArrow-right.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 9px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.section6 .owl-carousel .owl-prev {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 40%;
  display: block !important;
  background-color: rgb(255 255 255 / 37%) !important;
  border-radius: 50% !important;
  background-image: url(../img/sliderArrow-left.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: 90px;
  background-size: 9px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Features Cards Section Styles */

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Base Feature Card Styles */
.feature-card {
  position: relative;
  padding: 20px 20px;
  border-radius: 20px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  box-shadow: 0 28px 8px 0 rgba(135, 135, 135, 0),
    0 18px 7px 0 rgba(135, 135, 135, 0.01),
    0 10px 6px 0 rgba(135, 135, 135, 0.05),
    0 4px 4px 0 rgba(135, 135, 135, 0.09), 0 1px 2px 0 rgba(135, 135, 135, 0.1);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Card Numbers */
.card-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 48px;
  font-weight: 600;
  opacity: 0.15;
  color: inherit;
}

/* Card Icons */
.card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: inherit;
}

.card-icon svg {
  width: 100%;
  height: 100%;
  color: inherit;
}

/* Card Title */
.card-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.3;
  color: inherit;
}

/* Card Subtitle */
.card-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  opacity: 0.9;
  line-height: 1.5;
  color: inherit;
}

/* Card Description */
.card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  opacity: 0.85;
  color: inherit;
}

/* Color Variants */

/* Card Green - Full-Stack + Integration Experts */
.card-green {
  border: 1px solid #bde0c0;
  background: linear-gradient(56deg, #f1fbf2 6.35%, #c8f0cc 95.57%);
}

.card-green .card-icon {
  background: rgba(26, 95, 74, 0.1);
  border-radius: 12px;
}

/* Card Beige - AI-Powered Productivity */
.card-beige {
  border-radius: 15px;
  border: 1px solid #daad62;
  background: #ffeecb;
}

.card-beige .card-icon {
  background: rgba(12, 41, 114, 0.08);
  border-radius: 12px;
}

/* Card Blue - 35-40% Cost Savings */
.card-blue {
  background: #d7f5fa;
  border: 1px #9fc7cd solid;
}

.card-blue .card-icon {
  background: rgba(0, 102, 204, 0.1);
  border-radius: 12px;
  border: 1px #9fc7cd solid;
}

/* Card Light Blue - 98% Client Retention */
.card-light-blue {
  background: #c3e7ff;
  border: 1px #b0cbdf solid;
}

.card-light-blue .card-icon {
  background: rgba(26, 77, 128, 0.1);
  border-radius: 12px;
}

/* Card Purple - ISO 27001 Certified */
.card-purple {
  background: linear-gradient(135deg, #ede7f6 0%, #ddd1e8 100%);
  border: 1px #b7b0cd solid;
}

.card-purple .card-icon {
  background: rgba(90, 58, 122, 0.1);
  border-radius: 12px;
}

.card-purple .card-description {
  display: none;
}

.section6 .owl-nav {
  position: static;
}

.digitalTransformationSec.b {
  background-image: url(../imgs/full-stack/ai-sf-triangle-shape.svg);
  background-repeat: no-repeat;
  background-position: 0 259px;
  background-size: 39%;
  position: relative;
}

.features-section.b .feature-box p {
  color: rgba(10, 18, 46, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
}

.full-stack-banner .hero-text p {
  margin-bottom: 20px !important;
}

.lts-girl img {
}

@media (min-width: 1800px) {
  .sliderItem > img {
    object-fit: cover;
    width: 100%;
    object-position: 190px;
    height: 720px;
  }
}

@media (min-width: 1701px) {
  .full-stack-banner .banner-title {
    font-size: 70px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 80px !important;
    margin-bottom: 24px;
  }
}

/* Responsive Design */

@media (min-width: 992px) and (max-width: 1200px) {
  .section6 .owl-carousel .owl-item .sliderItem > img {
    /* display: block; */
    /* object-fit: cover; */
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .heroSection.full-stack-banner .heroBanner > div > .row {
    height: auto;
    flex-direction: column;
  }

  .heroSection.full-stack-banner .heroBanner > div > .row > * {
    width: 100% !important;
  }

  .heroSection.full-stack-banner .banner-img {
    position: relative;
    bottom: 0;
    text-align: center;
  }
  .heroSection.full-stack-banner .banner-img img {
    width: 60%;
  }
  .heroSection.full-stack-banner .home-content {
    margin-top: 90px;
    padding: 20px;
  }

  .lts-girl {
    width: 100%;
    text-align: center;
    /* display: flex; */
    justify-content: center;
  }

  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 20px;
  }

  .call-to-action.ss {
    background-size: cover;
    margin-top: 0;
    border-radius: 24px;
  }

  .mob-text img {
    display: none;
  }

  .mob-text img + img {
    display: block !important;
    margin: 0 auto;
  }

  .f-card-shape {
    display: none;
  }

  .feature-card {
    padding: 35px 25px;
    min-height: 270px;
  }

  .card-number {
    font-size: 42px;
  }
  .section.ai-cap-section {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .features-cards-section {
    padding: 60px 16px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature-card {
    padding: 30px 20px;
    min-height: 250px;
  }

  .card-number {
    font-size: 36px;
    top: 15px;
    right: 20px;
  }

  .card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }

  .card-title {
    margin-bottom: 10px;
  }

  .card-subtitle {
    margin-bottom: 10px;
  }

  .card-description {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .features-cards-section {
    padding: 40px 12px;
  }

  .features-grid {
    gap: 16px;
  }

  .feature-card {
    padding: 24px 18px;
    min-height: auto;
    border-radius: 16px;
  }

  .card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .card-title {
    margin-bottom: 8px;
  }

  .card-subtitle {
    margin-bottom: 8px;
  }

  .card-description {
    font-size: 12px;
  }

  .card-number {
    font-size: 32px;
    opacity: 0.12;
  }
}

.f-card-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.feature-card.card-green {
  height: auto;
}
.feature-card.card-green .card-number {
  bottom: 20px;
}

@media (max-width: 1550px) {
  .cta-ss-container {
    position: relative;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1;
  }
  .call-to-action.ss {
    border-radius: 24px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .sliderItem > img {
    object-fit: cover;
    width: 100%;
    object-position: 190px;
    height: 650px;
  }
}

@media (min-width: 1441px) and (max-width: 1550px) {
  .sliderItem > img {
    object-fit: cover;
    width: 100%;
    object-position: 100px;
    height: 572px;
  }
}

@media (min-width: 1301px) and (max-width: 1440px) {
  .sliderItem > img {
    object-fit: cover;
    width: 100%;
    object-position: 190px;
    height: 540px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .sliderItem > img {
    object-fit: cover;
    width: 100%;
    object-position: 190px;
    height: 720px;
  }

  .features-section.b .feature-icon img {
    width: 70px !important;
  }
  .feature-box h3 {
    color: rgba(10, 18, 46, 0.8);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .features-section.b .feature-box p {
    color: rgba(10, 18, 46, 0.8);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
  }
  .why-leading > div > p {
    font-size: 24px !important;
  }
  .why-leading > div > p + p {
    font-size: 18px !important;
  }
  .why-leading .features-section .feature-box {
    flex-direction: row;
    width: 300px;
  }
  .features-section.b .feature-box p {
    font-size: 15px !important;
  }
  .full-stack-banner .col-xl-7 {
    flex: 0 0 auto;
    width: 50.333333%;
  }
  .full-stack-banner .banner-title {
    font-size: 50px !important;
    line-height: 55px !important;
  }
  .hero-text p {
    color: rgba(10, 18, 46, 0.8);
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
  }

  .feature-card.card-green {
    height: auto;
    width: 35%;
  }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    width: 65%;
  }
  .card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1.3;
    color: inherit;
  }
  .owl-carousel.full-slider .owl-item .sliderItem > img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 480px;
  }
  .section6 .line2 {
    font-size: 24px;
    line-height: 34px;
  }
  .cta-ss-container {
    position: relative;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1;
  }
  .call-to-action.ss {
    border-radius: 22px;
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .owl-carousel.full-slider .owl-item .sliderItem > img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 480px;
  }
  .techList .icon {
    width: 77px;
    height: 73px;
  }
}

.btnStarted {
  font-size: 24px;
}

.section6 .owl-stage-outer .owl-item {
  overflow: hidden;
}

.contact-header-section p {
  max-width: 900px;
  margin: 0 auto;
}

/* Footer CSS */

.footer-b {
  margin-top: -50px;
}

footer .container {
  padding-top: 15px;
}
.footerBox1 {
  position: relative;
}
.footerBox1 .map {
  position: absolute;
  left: 126px;
  top: 20px;
  z-index: -1;
}
.footerBox1 .map img {
  max-width: none;
}

.footerLeftLogo .companyLogo {
  margin-bottom: 15px;
}

.footerLeftLogo .details {
  /* display: flex; */
  gap: 20px;
}
.companyLogo img {
  width: 220px;
}

.emailDetails {
  margin-bottom: 15px;
}

.contactDetails,
.contactDetails ul {
  display: flex;
  align-items: start;
  gap: 10px;
}
.contactDetails ul {
  gap: 10px 30px;
  margin-bottom: 0;
  padding-left: 0;
}
.contactDetails ul li {
  /* color: #00458c; */
  font-weight: 600;
  list-style: none;
}

.footerTop .contactDetails img {
  margin-top: 3px;
}
/* Footer CSS */

@media (min-width: 1250px) and (max-width: 1550px) {
  .techList.gap-4 {
    gap: 12px !important;
  }
}

@media (min-width: 1501px) and (max-width: 1700px) {
  .full-stack-banner .banner-title {
    font-size: 49px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 62px !important;
    margin-bottom: 24px;
  }
}

@media (max-width: 1200px) {
  .cta-ss-container {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
  }
  .features-cards-section .d-flex {
    flex-direction: column;
    gap: 30px;
  }
  .sliderContent {
    position: absolute;
    left: -70px;
    top: 0;
    width: 55%;
    z-index: 1;
    /* background: rgb(7 64 98 / 94%); */
    background: linear-gradient(115deg, #0c2972 -0.86%, #be3b3e 85.89%);
    height: 100%;
    padding-top: 40px;
  }
}

@media (max-width: 1024px) {
  .sliderContent {
    width: 100%;
    position: static;
    transform: skew(0deg);
    padding-top: 20px;
    padding-bottom: 80px;
    min-height: 335px;
    height: auto;
    padding-left: 60px;
  }

  .ss-shape {
    position: absolute;
    top: 0;
    left: -3px;
    z-index: 1000;
    transform: skew(0deg);
  }
  .sliderContentInner {
    transform: skew(0deg);
  }
}

.mob-text img + img {
  display: none;
}

@media (max-width: 991px) {
  .call-to-action {
    flex-direction: column;
    gap: 30px;
  }
  .footerTop {
    flex-direction: column;
  }

  .mob-text {
    text-align: center !important;
  }

  .mob-text img {
    display: none;
  }
  .mob-text img + img {
    display: block;
    margin: 0 auto;
  }

  .section6 .owl-carousel .owl-item .sliderItem > img {
    display: block;
    object-fit: cover;
  }
  .sliderContent {
    padding-left: 56px;
  }
  .sliderContentInner {
    transform: skew(0deg) !important;
  }
  .cta-ss-container {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .call-to-action.ss {
    background-size: cover;
    margin-top: 0;
    border-radius: 24px;
  }

  .lts-girl {
    width: 100%;
    text-align: center;
    /* display: flex; */
    justify-content: center;
  }
  .lts-girl img {
    width: 50%;
  }
  .features-section {
    grid-template-columns: repeat(1, 1fr);
  }
  .subtitle {
    font-size: 26px;
    margin-bottom: 0 !important;
  }
  .features-cards-section .d-flex {
    flex-direction: column;
    gap: 30px;
  }
  .f-card-shape {
    display: none;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
  }
  .video-card img {
    height: 400px;
    width: 100% !important;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section6 .owl-carousel .owl-item .sliderItem > img {
    display: block;
    height: 370px;
    object-fit: cover;
    left: -220px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .video-card img {
    height: 250px;
    width: 100% !important;
    margin: 0 auto;
  }

  .feature-video-section {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .footer-b {
    margin-top: 0;
  }
  .contactDetails ul {
    flex-direction: column;
  }
  .footerLeftLogo .details {
    display: flex;
    gap: 0;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footerTop {
    flex-direction: column;
  }
  .section-title div {
    line-height: 50px;
  }

  .mob-text img + img {
    width: 100%;
  }
  .call-to-action.ss {
    margin-top: 20px;
  }

  .section6 .owl-carousel .owl-item .sliderItem > img {
    /* display: block; */
    height: 290px;
    object-fit: cover;
    margin: 0 auto;
    max-width: 430px;
    text-align: left;
    object-position: 100% 100%;
  }
  .section6 .owl-nav {
    z-index: 1000;
    position: relative;
  }
  .section6 .owl-carousel .owl-prev {
    top: -5px;
    left: 9px;
  }
  .section6 .owl-carousel .owl-next {
    top: -5px;
    right: 9px;
  }
  section.section6 .owl-dots {
    bottom: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
  }
  .section6 .line2 {
    font-weight: 600;
    font-size: 21px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .sliderContent {
    height: 415px !important;
  }
}
