h2{
    font-size: 36px;
    margin-top: 32px;
    margin-bottom: 32px;
}
h3{
    font-size: 34px;
    margin-top: 32px;
    margin-bottom: 32px;
}
h4{
    font-size: 30px;
}
ol, ul li {
    line-height: 32px;
}
#myVideo{
    width: 100%;
}
#myVideo1{
    width: 100%;
}
.cta-text a {
    color: #a6d36e;
    text-decoration: underline;
    font-size: 18px;
}
.section1home{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
section#sectionall img {
    width: 100%;
}
.vpconbannerd{
    background: linear-gradient(to right, #ecf8f9, #ebf7f9) !important;
}
.mobile{
    display: none;
}
/* section 1 */
.section1 h2 {
  display: flex;
  align-items: center;
  gap: 8px; /* space between elements */
}
.bannerd {
      display: flex;
      align-items: center;
      background: linear-gradient(to right, #cedbde, #cedbde);
      padding: 20px 40px;
      border-top: 2px solid #333;
      border-bottom: 2px solid #333;
      width: fit-content;
      gap: 20px;
      margin: 0px auto;
    }

    /* Circles fade */
    .circlesd {
      display: flex;
      gap: 8px;
    }

    .circled {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #346173;
      opacity: 0.2;
    }
    .circled:nth-child(2) { opacity: 0.4; }
    .circled:nth-child(3) { opacity: 0.6; }
    .circled:nth-child(4) { opacity: 0.8; }
    .circled:nth-child(5) { opacity: 1; }

    /* Digital Marketing box */
    .highlightd {
      background: #a1c2cf;
      color: #306074;
      font-weight: bold;
      padding: 10px 25px;
      border-radius: 30px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    /* Divider line */
    .dividerd {
      height: 60px;
      width: 2px;
      background: #333;
    }

    /* Right text */
    .right-textd {
      text-transform: uppercase;
    }
    .right-textd strong {
      font-weight: bold;
    }
.section1 {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}
.section1 .highlight {
  background-color: #a5cde6; /* light blue background */
  color: #000;
  padding: 4px 10px;
  border-radius: 20px;
  /* font-weight: 900; */
}

.section1 .circle {
  width: 35px;
  height: 35px;
  background-color: #d9ecf5; /* lighter blue circle */
  border-radius: 50%;
  position: relative;
  display: inline-block;
  left: -16px;
  z-index: -1;
}
section#sectionall {
    padding-top: 80px;
    padding-bottom: 80px;
}

.stats-section {
  text-align: center;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
}

.stats-section h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #222;
}

.stats-section .highlight {
  color: #0a2ea4; /* Deep Blue */
  font-weight: 700;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 280px;
  margin-top: 3%;
  margin-bottom: 2%;
}

.stat-box {
  padding: 30px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.stat-box h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.stat-box h3 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 4px;
}

.stat-box p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  bottom: 55px;
}

/* Box 1 */
.light-gray {
  background: #becff1;
}

.stat-box.teal {
    background: #37c1b9;
}

.stat-box.dark {
    background: #004749;
}

.stat-box.dark h3 {
    color: #9ef49b;
}

.stat-box.dark p {
    color: white;
}

.stat-box.image-box img {
    width: 100%;
}

.stat-box.image-box {
    padding: 0;
}

/* section 2 */
.section2 h2 {
    text-align: center;
    color: #1b328e;
}
div#diadv {
    background: #7ccbbd;
}
.digital-marketing {
    margin-top: 20px;
    display: inline-block;
}
.stat-box.image-box .overlay-text {
    position: absolute;
    bottom: 55px;
    color: white;
    left: 28%;
}
.section2frm2 {
    display: inline-block;
}
.teamall {
    margin-top: 4%;
    margin-bottom: 4%;
    display: inline-block;
    width: 100%;
}
.team-section {
      text-align: center;
      padding: 50px 20px;
    }

    .team-section h2 {
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 40px;
    }

    .team-section h2 strong {
      font-weight: bold;
    }

    .team-container {
      display: block;
      width: 100%;
      text-align: center;
    }

    .team-member {
      display: inline-block;
      padding-left: 15px;
      padding-right: 15px;
    }

    .team-member img {
      width: 250px !important;
      height: 250px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .team-member h3 {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 2px;
      margin: 0;
      width: 100%;
      text-align: center;
    }
    @media (max-width: 768px) {
     
      .team-member {
        width: 140px;
      }
      .team-member img {
        width: 120px;
        height: 120px;
      }
    }
    
    /* section 3 */
    div#bannerdbclead {
    background: linear-gradient(to right, #fdeff4, #fceff4);
}
div#leadgenbc {
    background: #e05b65;
    color: white;
    font-size: 28px;
}
#right-textdb2blead {
    font-size: 28px;
}
div#circlesdb2bclead .circled {
    background: #e05b65;
}
.b2cblead {
    margin-bottom: 40px;
}
     .section3 {
      background: linear-gradient(to bottom, #e5f4f6, #f8fefe);
      padding: 40px 0;
    }
    .section3 .section31{
      text-align: center;
    }

    .header-container {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      position: relative;
      padding: 10px 0;
    }

    /* Top & bottom border lines */
    .header-container::before,
    .header-container::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background: #222;
    }
    .header-container::before {
      top: 0;
    }
    .header-container::after {
      bottom: 0;
    }

    /* Text styling */
    .header-text {
      font-weight: 400;
      letter-spacing: 1px;
      font-size: 35px;
    }
.tags {
    display: block;
    margin-top: 42px;
    position: relative;
    margin-bottom: 5px;
}
#tagsodd {
    background: #b0c7e6;
}
#tagseven {
    background: #b3dfd7;
}
    .tag {
   padding: 8px 20px;
   border-radius: 25px;
   font-weight: 600;
   display: inline-block;
   text-align: center;
   font-size: 17px;
   margin-right: 20px;
   width: auto;
}
.tag1 {
      background: #a6d36e;
      padding: 8px 20px;
      border-radius: 25px;
      font-weight: 700;
      font-size: 20px;
    }
    /* Circles */
    .circles {
      display: flex;
      gap: 8px;
      margin-left: 10px;
    }

    .circle {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #a6d36e;
      opacity: 0.9;
    }
    .circle.light {
      opacity: 0.6;
    }
    .circle.lighter {
      opacity: 0.4;
    }
    .circle.faded {
      opacity: 0.25;
      border-radius: 40% 60% 50% 70%; /* irregular last shape */
    }

    /* Responsive */
    @media (max-width: 600px) {
      .header-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .circles {
        margin-top: 8px;
      }
    }
    

    .consulting-questions p {
      font-size: 20px;
      margin: 25px 0;
    }

    /* Capsule highlights */
    .capsule {
      background: #0c4a4a;
      color: #fff;
      padding: 4px 12px;
      border-radius: 25px;
      font-weight: 600;
    }
    .capsule.green {
      background: #a6d36e;
      color: #000;
    }

    .consulting-questions hr {
      border: none;
      border-top: 1px solid #222;
      margin: 20px 0;
      width: 100%;
    }

    /* ---------- DESCRIPTION ---------- */
    .consulting-description {
      margin-top: 30px;
    }

    .consulting-description h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .consulting-description p {
      line-height: 1.6;
      margin-bottom: 12px;
    }

    /* ---------- RIGHT IMAGE ---------- */
    .consulting-image {
      flex: 1;
      text-align: center;
    }

    .consulting-image img {
      max-width: 260px;
      height: auto;
    }

    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 900px) {
      .consulting-section {
        flex-direction: column;
        text-align: center;
        align-items: center;
      }
      .consulting-questions hr {
        margin-left: auto;
        margin-right: auto;
      }
     
      .consulting-image {
        margin-top: 30px;
      }
    }
    
    .videomanu h2 {
    color: #1b328e;
    margin-bottom: 24px;
}
.videomanu h3 {
    color: #1b328e;
    margin-bottom: 24px;
}
.videomanu h4 {
    color: #1b328e;
    margin-bottom: 24px;
    line-height: inherit;
}
.videomanu video{
    margin-bottom: 15px;
}

/* section 4 */
div#right-textdcms {
    font-size: 24px;
}
img.TarunGurwaravp {
    left: 40px;
}
div#bannerdcms {
    background: linear-gradient(to right, #f2fbeb, #f1faea);
}
img.TarunGurwaravp {
    left: 0;
    margin-left: 25px;
}

div#circlesdcms .circled {
    background: #c1df3a;
}

div#cmstr {
    background: #bbdf45;
}
.section41 {
      background: url("../img/digital.webp") no-repeat center center/cover !important;
    }

 .section4 {
      position: relative;
      height: 100vh;
      background: url("../img/vptg.webp");
      background-repeat: no-repeat;
    background-size: cover;
      display: block;
      align-items: center;
      justify-content: flex-start;
      padding-left: 60px;
      color: #fff;
      background-position: bottom;
    }

    /* Green overlay */
    .section4::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 168, 120, 0.65);
      z-index: 0;
    }
    .TarunGurwaravp{
        width: auto !important;
    }
    .TarunGurwara{
        width: auto !important;
    }
    img.vpTarunGurwara {
    width: 15% !important;
}
.logotgvp img {
    position: relative;
    float: right;
        
}
    .hero-content {
      width: 85%;
    }
.section4 h2 {
      font-weight: 500;
      line-height: 1.2;
      font-size: 88px;
      text-shadow: 2px 2px #000;
    }
    .section4 h1 {
      font-weight: 500;
      line-height: 1.2;
      font-size: 88px;
      text-shadow: 2px 2px #000;
    }
    .cta-box {
      background: #0056b3;
      color: #fff;
      margin-top: 40px;
      padding: 20px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      width: 100%;
      vertical-align: middle;
      position: relative;
    }

    .cta-text {
      font-size: 16px;
      font-weight: 500;
      float: left;
    }

    .cta-icons {
      display: flex;
      gap: 10px;
      left: 35px;
      position: relative;
    }

    .cta-icons img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
      background: #fff;
      padding: 3px;
    }

    .cta-btn {
      background: transparent;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      padding: 0;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.3s;
      position: absolute;
      right: 26px;
      border: 0;
    }

    .cta-btn:hover {
      background: #fff;
      color: #0056b3;
    }
    
    img.TarunGurwara {
    position: relative;
    z-index: 1;
    float: right;
    width: auto !important;
}

.revolutionizing {
    position: absolute;
    bottom: 17%;
    left: 12%;
    display: inline-block;
    width: 50%;
}

    /* RESPONSIVE */
    @media (max-width: 768px) {
      .hero {
        padding: 20px;
        text-align: center;
        justify-content: center;
      }

      .cta-box {
        flex-direction: column;
        text-align: center;
      }

      .cta-text {
        flex: unset;
      }
    }
    /* section 5 */
    div#bannerdtechser {
    background: linear-gradient(to right, #edfef8, #edfef8);
}

div#circlesdtechser .circled {
    background: #8ffedc;
}


div#techser {
    background: #8efddb;
}

div#right-textdtechser {
    font-size: 24px;
}
    /* section 6 */
    
    div#bannerdbuful {
    background: linear-gradient(to right, #ffffff, #ffffff);
}

div#circlesdbuful .circled {
    background: #db5e65;
}

div#buful {
    background: #dd5d68;
    color: white;
}

div#right-textdbuful {
    font-size: 28px;
}
    .section6 {
    background: linear-gradient(to bottom, #cedbde, #d7e7e7);
}

.section61 {
      display: flex;
      align-items: center;
      padding: 20px 0px;
      gap: 20px;
    }
 .section61 .heading {
      font-size: 28px;
      font-weight: bold;
      color: #178d8c; /* teal */
      line-height: 1.2;
    }

    /* vertical divider */
    .section61 .divider {
      width: 2px;
      height: 60px;
      background: #000;
    }

    /* right text */
    .section61 .content {
      font-size: 20px;
      color: #000;
      line-height: 1.4;
    }

    .section61 .content strong {
      font-weight: bold;
    }
    
    div#cta-box1 {
    width: 75%;
    margin: 30px auto 0;
}


/* section 7 */

.section7 {
    background: linear-gradient(to bottom, #cedbde, #d7e7e7);
}
/* section 8 */

.section8 {
    background: linear-gradient(to bottom, #fdeff4, #f9f5f7);
}
/* section 9 */
.section9 {
    background: linear-gradient(to bottom, #f2fbeb, #f1fae9);
}
/* section 10 */
.section10 {
    background: linear-gradient(to bottom, #edfef8, #edfef8);
}
/* section 12 */
.section12 {
    background: linear-gradient(to bottom, #cedbde, #cedbde);
}
@media (min-width: 1680px) and (max-width: 1919px)  {
    .stat-box.image-box img {
    height: 280px;
    object-fit: cover;
}
img.vpTarunGurwara {
    width: 17% !important;
}
.team-member img {
    width: 200px !important;
    height: 200px !important;
}
.section6 .bannerd {
    font-size: 30px;
}
.section7 .bannerd {
    font-size: 30px;
}
div#leadgenbc {
    font-size: 24px;
}
.section9 .bannerd {
    font-size: 26px;
}
.section10 .bannerd {
    font-size: 30px;
}
.section11 .bannerd {
    font-size: 30px;
}
.section12 .bannerd {
    font-size: 30px;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
    .stat-box.image-box img {
    height: 280px;
    object-fit: cover;
}
.team-member img {
    width: 200px !important;
    height: 200px !important;
}
.section6 .bannerd {
    font-size: 30px;
}
.section7 .bannerd {
    font-size: 30px;
}
div#leadgenbc {
    font-size: 24px;
}
.section9 .bannerd {
    font-size: 26px;
}
.section10 .bannerd {
    font-size: 30px;
}
.section11 .bannerd {
    font-size: 30px;
}
.section12 .bannerd {
    font-size: 30px;
}
}


@media (min-width: 1530px) and (max-width: 1599px)  {
    .stat-box.image-box img {
    height: 280px;
    object-fit: cover;
}
.TarunGurwaravp {
    width: 10% !important;
}
.stat-box h3 {
    font-size: 28px;
}
.team-member img {
    width: 200px !important;
    height: 200px !important;
}
.section6 .bannerd {
    font-size: 30px;
}
.section7 .bannerd {
    font-size: 30px;
}
div#leadgenbc {
    font-size: 24px;
}
.section9 .bannerd {
    font-size: 26px;
}
.section10 .bannerd {
    font-size: 30px;
}
.section11 .bannerd {
    font-size: 30px;
}
.section12 .bannerd {
    font-size: 30px;
}
}


@media (min-width: 1440px) and (max-width: 1529px)  {
    .stat-box.image-box img {
    height: 280px;
    object-fit: cover;
}
img.vpTarunGurwara {
    width: 19% !important;
}
    .team-member img {
        width: 185px !important;
        height: 185px !important;
    }
.section6 .bannerd {
    font-size: 30px;
}
.section7 .bannerd {
    font-size: 30px;
}
div#leadgenbc {
    font-size: 24px;
}
.section9 .bannerd {
    font-size: 26px;
}
.section10 .bannerd {
    font-size: 30px;
}
.section11 .bannerd {
    font-size: 30px;
}
.section12 .bannerd {
    font-size: 30px;
}
.revolutionizing {
    width: 65%;
}
.section4 h1 {
    font-size: 76px;
}
.section4 h2 {
    font-size: 76px;
}
}


@media (min-width: 1366px) and (max-width: 1439px)  {
    .stat-box.image-box img {
    height: 280px;
    object-fit: cover;
}
div#cta-box1
 {
    width: 85%;
    margin: 30px auto 0;
}
.team-member img {
    width: 170px !important;
        height: 170px !important;
}
.section6 .bannerd {
    font-size: 30px;
}
.section7 .bannerd {
    font-size: 30px;
}
div#leadgenbc {
    font-size: 24px;
}
.section9 .bannerd {
    font-size: 26px;
}
.section10 .bannerd {
    font-size: 30px;
}
.section11 .bannerd {
    font-size: 30px;
}
.section12 .bannerd {
    font-size: 30px;
}
.revolutionizing {
    width: 65%;
}
.section4 h1 {
    font-size: 58px;
}
.section4 h2 {
    font-size: 58px;
}
img.vpTarunGurwara {
    width: 20% !important;
}
}


@media (min-width: 1024px) and (max-width: 1365px)  {
    .stat-box.image-box img {
    height: auto;
    object-fit: cover;
}
.stats-grid {
    display: block;
    min-height: auto;
}
.stat-box p {
    position: relative;
    bottom: 0;
}

.team-member {
            width: 30%;
        margin-bottom: 4%;
}
.section4 h1 {
    font-size: 58px;
}
img.TarunGurwaravp {
    width: 13% !important;
}
img.vpTarunGurwara {
    width: 21% !important;
}
.revolutionizing {
    position: relative;
    bottom: 17%;
    left: 0;
    display: inline-block;
    width: 100%;
}
img.TarunGurwara {
    width: 108px !important;
}
.bannerd {
        width: 100%;
    display: block;
            padding: 25px 0 25px 0;
}
.highlightd {
    margin-top: 3%;
    margin-bottom: 3%;
}
.cta-text {
    font-size: 12px;
}
.footer-logo img {
    margin-bottom: 5%;
}
div#cta-box1 {
    width: 100%;
}
.section4 h2 {
    font-size: 48px;
}
.dividerd {
    display: none;
}
.team-member img {
    width: 200px !important;
    height: 200px !important;
}
.dcsmc h4 br {
    display: none;
}
.containerdcs {
    display: block !important;
}
.section6 .bannerd {
    font-size: 30px;
}
.section7 .bannerd {
    font-size: 30px;
}
div#leadgenbc {
    font-size: 24px;
}
.section9 .bannerd {
    font-size: 26px;
}
.section10 .bannerd {
    font-size: 30px;
}
.section11 .bannerd {
    font-size: 30px;
}
.section12 .bannerd {
    font-size: 30px;
}
}

@media (min-width: 240px) and (max-width: 599px){
section#sectionall .col-md-10 {
    padding: 0;
}
.desktop{
    display: none;
}
.mobile{
    display: block;
}
.section1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.section1 .highlight {
    display: block;
    margin-top: 11px;
    margin-bottom: 16px;
}
.section1 br {
    display: none;
}
section#sectionall {
    padding-top: 40px;
    padding-bottom: 40px;
}
.stats-grid {
    display: block;
}
.stat-box {
    text-align: left;
    margin-bottom: 11%;
}
.stat-box p {
    position: relative;
    bottom: 0;
}
.stat-box.image-box {
    padding: 0;
}
.stat-box.image-box .overlay-text {
    position: relative;
    bottom: 0;
    color: black;
    left: 0;
}
    .team-member {
        width: 50%;
        height: 235px;
        padding-left: 0;
        padding-right: 0;
        display: block;
        float: left;
    }
    .consulting-questions h3 {
    text-align: center;
}

.consulting-questions span {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.consulting-image img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
h4.highlight-line {
    line-height: inherit;
    font-size: 25px;
}
h4.highlight-line br {
    display: none;
}
.videomanu h4 {
    line-height: inherit;
    font-size: 25px;
}
.section4 {
    position: relative;
        display: block;
        align-items: center;
        padding-left: 30px;
        color: #fff;
        background-size: cover;
        padding-right: 30px;
        background-position: right;
}
.hero-content {
    width: 100%;
}
.revolutionizing {
    position: relative;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
}
.section4 h1 {
    font-size: 36px;
}
.cta-box {
    margin-top: 40px;
    padding: 20px;
    border-radius: 6px;
    display: block;
    width: 100%;
    vertical-align: top;
    position: relative;
}
.cta-text {
    font-size: 26px;
    float: left;
}
.cta-icons {
    display: inline-block;
    gap: 0;
    left: 0;
    position: relative;
    margin-top: 9%;
}

img.TarunGurwara {
    width: 30% !important;
}
.section4 h2 {
    font-size: 40px !important;
}
ol, ul {
    padding-left: 24px;
}
div#cta-box1 {
    width: 100%;
}
    .team-member img {
        width: 120px !important;
        height: 120px;
    }
    
.section61 {
    display: block;
}
.section61 .divider {
    display: none;
}
.section61 .heading {
    margin-bottom: 25px;
    margin-top: 25px;
}
img.TarunGurwaravp {
    width: 25% !important;
}
img.vpTarunGurwara {
    width: 40% !important;
}
.cta-icons img {
    width: 40px !important;
}
.bannerd {
        width: 100%;
    display: block;
            padding: 25px 0 25px 0;
}
.highlightd {
    margin-top: 3%;
    margin-bottom: 3%;
}
.cta-text {
    font-size: 30px;
}
.dividerd {
    display: none;
}
}