body {
  overflow-x: hidden;
}


/* Intro Section Styling */
.intro-section {
  background: #000;
  padding: 70px 0;
  text-align: left;
  position: relative;
  z-index: 0;
}

.intro-content {
  margin: 0 auto;
}

.intro-heading .intro-title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  text-transform: capitalize;
  font-family: 'GT Super Display';
  font-weight: 600;
  letter-spacing: .5px;
}

.intro-subtitle {
  font-size: 26px;
  font-weight: 600;
  color: #ccc;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.highlight {
  background-color: #e32a22;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
}

/* Optional animation classes */
.word {
  display: inline-block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.intro-paragraph {
  font-size: 17px;
  color: #bbb;
  max-width: 900px;
  line-height: 1.6;
}

/* Responsive row layout for paragraph columns */
.row.two-column-text {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 15px;
}

.col {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .col {
    flex: 0 0 48%;
  }
}

/* Left and right paragraph styles */
.par_left,
.par_right {
  color: #bbb;
  font-size: 17px;
  max-width: 900px;
  line-height: 1.6;
}


/*=================SERVICES CSS 26 OCT 2024*/

.servicesBoxDesign {
    background: #000;
}

.sboxbg_color1 {
    background: linear-gradient(89deg, #0b070b, #2a0c31);
    border: 1px solid #481155;
}
.sboxbg_color2 {
    background: linear-gradient(89deg, #070a0c, #0b1d2d);
    border: 1px solid #103352;
}
.sboxbg_color3 {
    background: linear-gradient(89deg, #1a1a1a, #014d44);
    border: 1px solid #ffffff80;
}

.sboxbg_color4 {
    /*background: linear-gradient(89deg, #5a4a00, #b88a00);
    background: linear-gradient(145deg, #004c8c, #006cb3);*/
    background: linear-gradient(145deg, #003366, #0066cc, #3399ff, #66ccff);    
    border: 1px solid #ffffff80;
}

.sboxbg_color5 {
    background: linear-gradient(89deg, #000000, #8b0000);
    border: 1px solid #ffffff80;
}

.sboxbg_color6 {
    background: linear-gradient(89deg, #4b2e00, #d2691e);
    border: 1px solid #ffffff80;
}

.sboxbg_color7 {
    background: linear-gradient(89deg, #8b0033, #e6004c);
    border: 1px solid #ffffff80;
}

.sboxbg_color8 {
    background: linear-gradient(89deg, #b00028, #ff3366); /* Green to Red */
    border: 1px solid #ffffff80;
}

.sboxbg_color9 {
    background: linear-gradient(89deg, #800000, #d22919); /* Green to Red */
    border: 1px solid #ffffff80;
}

.sboxbg_color {
    border-radius: .75rem;
    max-width: 1200px;
    margin: 0 auto;
}

/*
.sboxbg_color .heading {
    margin: 0;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3.5rem;
}
*/

.sboxbg_color .heading {
    margin: 0;
}

.subserv .row {
    display: flex;
}

.subserv {
    position: relative;
    z-index: 1;
}

.subserv .row .col-sm-4 {
    padding: 4px 15px;
}

.sb_S-boxTxt {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sb_s-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sboxbg_color1 .sb_s-icon{
    background-color: #bc22e340;
    color: #bc22e3;
}
.sboxbg_color2 .sb_s-icon{
    background-color: rgb(34 134 227 / 25%);
    color: #2286e3;
}
.sb_s-Title {
    font-weight: 700;
    color: #fff;
    font-size: 17px;
}

.ssimage {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}

.ssimage img {
    width: 100%;
}

.sboxbg .heading h2 {
    color: #fff;
    font-size: 32px;
}

.sboxbg .heading p {
    color: #f0f0f0;
}
.subserv h4 {
    font-size: .75rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 30px;
    color:#fff;
}
.sboxbg_color1 .subserv h4{color: #bc22e3;}
.sboxbg_color2 .subserv h4{color: #2286e3;}

    /* Learn more Button */
    .learn-more {
      padding: 10px 20px;
      background-color: #f54fff;
      color: white;
      text-decoration: none;
      font-size: 14px;
      border-radius: 5px;
      transition: background 0.3s, transform 0.3s;
      outline: none;
    }

    .learn-more:hover {
      background-color: #fff;
      color: #2c0c39;
      transform: scale(1.05);
    }
.carddesign {
    position: sticky;
    border-radius: 15px;
    margin-bottom: 0;
}

/*Below is code for bottom card slider*/

    .section {
      padding: 100px 20px;
      background-color: #000;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .left, .right {
      flex: 1 1 50%;
      padding: 20px;
      box-sizing: border-box;
    }

    .left h2 {
    }

    .left h3 {
    }

    .slideCardDesign .heading p {
      font-size: 18px;
      margin-bottom: 0;
      margin-top: 10px;
    }
/*
    .buttons {
      display: flex;
      gap: 20px;
      margin-bottom: 80px;
    }
*/

    .buttons {
      display: flex;
      gap: 20px;
    }

    .btn {
      padding: 15px 25px;
      border-radius: 8px;
      line-height: 18px;
      font-size: 18px;
      text-decoration: none;
      display: inline-block;
      position: relative;
      overflow: hidden;
      transition: background-color 0.3s ease;
    }

    .slideCardDesign .buttons .btn-primary {
      background-color: #052351;
      color: #fff;
    }

    .slideCardDesign .buttons .btn-outline {
      border: 2px solid #052351;
      color: #052351;
      background: transparent;
      font-weight: 600;
    }

    .partners {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      align-items: center;
    }

    .partners img {
      max-height: 40px;
    }

    .swiper {
      width: 100%;
      max-width: 350px;
      margin: auto;
    }

    .swiper-slide {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
    }

    .swiper-slide img {
      width: 100%;
      height: auto;
      border-radius: 12px;
    }

    .slide-label {
      position: absolute;
      top: 16px;
      left: 16px;
      background-color: rgba(0,0,0,0.75);
      color: #fff;
      padding: 6px 12px;
      font-size: 14px;
      border-radius: 999px;
    }
    
    /*=================SERVICES CSS BY RAJEEV*/
    .carddesign .buttons a:hover {
    border-color: #fff;
    color: #fff;
}
.servicesCardDe #card1 {
    top: 3%;
}
.servicesCardDe #card2 {
    top: 4%;
}
.servicesCardDe #card3 {
    top: 5%;
}
.servicesCardDe #card4 {
    top: 6%;
}
.servicesCardDe #card5 {
    top: 7%;
}
.servicesCardDe #card6 {
    top: 8%;
}
.servicesCardDe #card7 {
    top: 16%;
}
.servicesCardDe {
    padding-bottom: 60px;
}
.servicesCardDe .sboxbg_color {
    max-width: 1250px;
    padding: 35px;
}
.servicesCardDe .sboxbg_color .row {
    margin: 0;
}
.servicesCardDe .sboxbg_color .row .col-sm-8 {
    width: 70%;
    padding: 0;
    padding-right: 25px;
}
.servicesCardDe .sboxbg_color .row .col-sm-4 {
    width: 30%;
    padding: 0;
}
.servicesCardDe .sboxbg_color .row .col-sm-12 {
    padding: 0;
}
.servicesCardDe .sboxbg_color p {
    line-height: 1.4;
}
.servicesCardDe .sboxbg_color .buttons {
    padding-top: 20px !important;
}
.servicesCardDe .sboxbg_color .buttons a.btn {
    padding: 12px 25px;
    line-height: 18px;
}
.servicesCardDe .sboxbg_color .subserv {
    margin-top: 35px;
}
.servicesCardDe .sboxbg_color .subserv .row {
    margin: 0 -15px;
}
.servicesCardDe .sboxbg_color .subserv .row .col-sm-4 {
    padding: 4px 15px;
}
.servicesCardDe .sboxbg_color .subserv a {
    gap: 10px;
}
.servicesCardDe .sboxbg_color .subserv a .sb_s-Title {
    line-height: 22px;
}
.servicesCardDe .sboxbg_color .subserv h4 {
    margin-bottom: 12px;
}
.slideCardDesign .row {
    align-items: center;
}
.slideCardDesign .heading {
    margin: 0;
}
.slideCardDesign .heading h2 br {
    display: none;
}
.slideCardDesign .heading h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.slideCardDesign .buttons {
    margin-top: 35px;
}
.slideCardDesign .left h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 35px 0 20px;
}
.servicesCardDe .buttons a.btn {
    color: #fff;
    border-color: #fff;
}
@media only screen and (max-width: 991px) {
    .row.two-column-text {
    gap: 0;
    margin: 0;
}
    .col {
        flex: 0 0 100%;
    }
    .services-section-1 .col-lg-5{
    display: none;
}
.services-section-1 .col-lg-5 {
    display: none;
}
.servicesCardDe .sboxbg_color .row:first-child {
    flex-direction: column;
}
.servicesCardDe .sboxbg_color .row .col-sm-8 {
    width: 100%;
    padding: 35px 0 0;
}
.servicesCardDe .sboxbg_color .row>.col-sm-4 {
    width: 100%;
    margin-top: 0;
}
.servicesCardDe .sboxbg_color .row .col-sm-4 .ssimage {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicesCardDe .sboxbg_color .subserv .row .col-sm-4 {
    margin: 0;
    width: 50%;
    padding: 7px 15px;
}
.servicesCardDe .carddesign {
    padding-bottom: 30px;
}
.servicesCardDe {
    padding-bottom: 40px;
}
.swiper {
    max-width: 300px;
}
}
@media only screen and (max-width: 850px) {
        .swiper {
        max-width: 250px;
    }
    .slideCardDesign .heading h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 15px;
}
.left {
    flex: 1 1 60%;
    padding: 0 15px;
}
.right {
    flex: 1 1 40%;
    padding: 0 15px;
}
}

@media only screen and (max-width: 767px) {
    .servicesCardDe {
        padding-bottom: 30px;
    }
        .left {
        flex: 1 1 100%;
        text-align: center;
        margin-top: 30px;
    }
        .right {
        flex: 1 1 100%;
    }
        .slideCardDesign .heading h3 {
        font-size: 15px;
        line-height: 15px;
    }
    .slideCardDesign .heading p {
    font-size: 16px;
    line-height: 1.3;
}
.slideCardDesign .buttons {
    margin-top: 20px;
}
.slideCardDesign .buttons a {
    padding: 12px 22px;
}
.slideCardDesign .buttons {
        margin-top: 25px;
        gap: 10px;
        justify-content: center;
    }
    .partners {
    justify-content: center;
}
.slideCardDesign .left h4 {
    font-size: 17px;
    line-height: 17px;
    margin: 25px 0 15px;
}
    .servicesCardDe {
        padding: 60px 0 40px;
    }
    .intro-section {
    padding: 60px 0;
}
    .delv.delv2 {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 600px) {
    .servicesCardDe .carddesign {
    padding-top: 0;
}
}
@media only screen and (max-width: 550px) {
    .intro-heading .intro-title {
    font-size: 35px;
}
.intro-subtitle {
    font-size: 18px;
    gap: 5px;
}
    .servicesCardDe .sboxbg_color {
    max-width: 100%;
    padding: 15px;
}
    .servicesCardDe .sboxbg_color .row .col-sm-4 .ssimage {
        max-width: 350px;
    }
        .servicesCardDe .sboxbg_color .row .col-sm-8 {
        padding: 20px 0 0;
    }
    .sboxbg .heading h2 {
    font-size: 25px;
}
    .servicesCardDe .sboxbg_color .subserv .row .col-sm-4 {
        width: 100%;
        padding: 5px 15px;
    }
    .sb_s-Title {
    font-weight: 600;
    font-size: 16px;
}
.servicesCardDe .sboxbg_color .subserv a {
    gap: 0;
}
.servicesCardDe .sboxbg_color .subserv a i {
    width: 30px;
}
.servicesCardDe .sboxbg_color p {
    line-height: 1.4;
}
}