
.service-development p span {
	font-weight: 700;
	font-size: 15px;
	color: #000;
}
.owl-carousel .owl-item .sbox-2 img {
	display: block;
	width: 60px;
	margin: auto;
}
.statistic-block {
	position: relative;
	top: 0;
	z-index: 1;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	/* padding: 70px 40px; */
	/* -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; */
}
.statistic-block {
	text-align: center;
	margin-bottom: 40px;
}
.statistic-card-block{
	position: relative;
	top: 0;
	z-index: 999;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	/* background-color: #ffff; */
	/* margin-bottom: 40px; */
	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
/*-----------------------Technology services css start--------------- */
#services-4 .services-boxes {
	padding: 0 30px;
}
.sbox-4,
.sbox-5,
.sbox-6 {
	margin-bottom: 40px;
}
.sbox-4 span,
.sbox-4 img,
.sbox-5 span,
.sbox-5 img {
	float: left;
	text-align: center;
	/* margin-top: 4px; */
}
.sbox-4-txt {
	overflow: hidden;
	padding-left: 25px;
	padding-right: 15px;
}
h5.h5-lg {
	font-size: 1.375rem;
}
.sbox-4 h5,
.sbox-5 h5,
.sbox-7 h5 {
	margin-bottom: 12px;
}
.owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
/*services banner css start*/
.service-page-banner-hero {
	background: rgb(19, 31, 57);
	background: linear-gradient(90deg, #878d9b 0%, #44587c 50%, #3a4f7e 100%);
	padding: 81px 0 1px 0;
}
.service-content h3 {
	font-weight: 600;
	font-size: 28px;
}
.service-content p {
	font-size: 14px;
	color: #c2c2c2;
}



.contact-form {
    background-color: #fff;
    box-shadow: 0 0 20px hsla(0, 0%, 62%, .16);
    margin-left: 15px;
    padding: 40px;
}
.contact-form form .form-group .form-control {
    border-radius: 0;
    height: 55px;
}
.default-btn {
    background-color: #bb0b0b;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    /* font-weight: 600; */
    overflow: hidden;
    padding: 12px 25px 12px 50px;
    position: relative;
    text-align: center;
    transition: .5s;
    z-index: 1;
}


.moretext {
	max-width: 600px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0;

  }
  .text-btn {
	appearance: none;
	/* border: 1px solid #000; */
	padding: 0.5em;
	color: #1c3aba;
	/* font-weight: 400; */
	cursor: pointer;
	width: fit-content;
	border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	-o-border-radius: 0.25em;
  }
  .text-btn::before {
	content: "see more";
	text-transform: capitalize;
  }
  .text-btn:checked::before {
	content: "see less";
  }
  .moretext:has(+ .text-btn:checked) {
	-webkit-line-clamp: initial;
  }
  .read-more{
	text-align: justify;
  }
  
  
  a.text-link{
	color: #888;
	text-decoration: none;
  }
  section.cta {
    padding: 80px 0 75px;
}
  .cta-sec {
    color: rgba(255, 255, 255, .72);
}.cta-sec h1, .cta-sec h2 {
    color: #fff;
}
 .cta-sec h3 {
    color: #fff;
}
/* a.btn.btn-cta {
    background: #fe2a5c;
    border: 1px solid #fe2a5c;
    border-radius: 2px;
    padding: .9em 2.5em;
    font-size: 16px;
    font-weight: 500;
    transition: all .4s;
} */
a.btn.btn-cta {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: .9em 2.5em;
    font-size: 16px;
    font-weight: 500;
    transition: all .4s;
}
a.btn.btn-cta:hover {
    background:#bb0b0b;
    border: 1px solid#bb0b0b;
	color: #fff;
   
}



/* calling  */

.button-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Common Animated Button */
.animated-button {
	  width: 23%;
	margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 26px;
    border: 3px solid transparent;
    font-size: 13px;
    background-color: #e5b786;
    border-radius: 60px;
    font-weight: 600;
    color: #1f387e;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}

.animated-button svg {
  position: absolute;
  width: 20px;
  fill: #1f387e;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #c5e5e4;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-10px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #1f387e;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
  width: 180px;
  height: 180px;
  opacity: 1;
}
/* breadcrumb */
ol.breadcrumb.mb-0 {
    /* text-align: center; */
    justify-content: center;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: .75rem 1rem; */
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: .25rem;
}
/* button */


.standard-btn {
    
   
    text-decoration: none;
    border: 2px solid #00374f;
    padding: 3px 32px 4px 24px;
    border-radius: 24px;
    color: #00374f;
    
}
.standard-btn-coloured {
  text-decoration:none;
  background:#00374f;
  border: 2px solid #00374f;
  padding:10px 20px 10px 20px;
  border-radius:2px;
  color:#FFFFFF;
  margin:5px;
}
.standard-btn:hover {
  color:#FFFFFF;
  background-color:#00374f;
}
.standard-btn-coloured:hover {
  color:#FFFFFF;
  background-color:#00374f;
}


/* header web development */
 .top-banner {
    background: #ffffff; /* dark navy background */
    color: #0b0202;
  }
  .phone-box {
    background-color: #f26531;
    color: #fff;
    padding: 0.2rem 0.6rem;
    border-radius: 0.25rem;
    font-weight: 600;
    text-decoration: none;
  }
  .phone-box:hover {
    opacity: 0.9;
    text-decoration: none
  }
  p.lead.mb-0 {
    margin-top: 72px;
}

/* faq */
.faq-section {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 40px;
      align-items: start;
    }
    /* Left column */
    .faq-left h6 {
      text-transform: uppercase;
      font-size: 12px;
      color: #aaa;
      margin-bottom: 10px;
    }
    .faq-left h2 {
      font-size: 32px;
      margin-bottom: 15px;
      font-weight: 700;
    }
    .faq-left p {
      font-size: 15px;
      color: #ccc;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .btn-custom {
      background: linear-gradient(90deg, #ff2e91, #ff875e);
      border: none;
      padding: 14px 28px;
      border-radius: 30px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer;
    }
    .btn-custom span {
      margin-left: 8px;
    }

    /* Right column */
    .faq-right h2 {
      font-size: 28px;
      margin-bottom: 20px;
      font-weight: 700;
    }
    .faq-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    .faq-item {
          margin: 12px;
      background: #ece8f5;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }
    .faq-question {
      width: 100%;
      text-align: left;
      background: none;
      border: none;
      padding: 16px 20px;
      font-size: 15px;
      font-weight: 600;
      color: #000000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      outline: none;
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s ease;
      padding: 0 20px;
      background: #261d3f;
      font-size: 14px;
      color: #ffffff;
    }
    .faq-item.active .faq-answer {
      max-height: 500px;
      padding: 15px 20px;
    }
    .faq-item .icon {
      transition: transform 0.3s ease;
    }
    .faq-item.active .icon {
      transform: rotate(45deg);
    }
    @media(max-width: 992px) {
      .faq-section {
        grid-template-columns: 1fr;
      }
      .faq-container {
        grid-template-columns: 1fr;
      }
    }




/* section faq */





        /* section kajal */
     /* Section Wrapper */
.service-section {
  padding: 60px 0;
  text-align: center;
}
.service-section h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.service-section p.lead {
  color: #555;
  margin-bottom: 50px;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  margin: 15px 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Icon Box */
.icon-box {
  width: 90px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}
.icon-box img{
  width: 60px;
  height: 70px;}
.bg-red { background: #ff4757; }
.bg-orange { background: #ffa502; }
.bg-green { background: #2ed573; }
.bg-blue { background: #1e90ff; }

/* Service Title & Description */
.service-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.service-desc {
  color: #666;
  font-size: 14px;
  min-height: 60px;
}

/* Inner Service Box */
.service-box {
  /* background: #f9f9f9; */
  padding: 25px 20px;
  border-radius: 10px;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}
.service-box h4 {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Service List */
.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}
.service-list li {
  color: #000;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 14px;
}
.service-list li:before {
  content: "\2713";
  color: #140c0c;
  background: #007bff;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

/* CTA Links */
.btn-link {
  color: #007bff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:after {
  content: "\00bb";
  margin-left: 5px;
}



/* card box */

  section {
      padding: 50px 0;
    }
    h2.section-title {
      font-weight: bold;
      margin-bottom: 40px;
      text-align: center;
    }
    .service-box {
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      height: 85%;
      color: #fff; /* Text will be white for better contrast */
      transition: all 0.3s ease;
    }
    .service-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    }
    .service-header {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }
    .service-header img {
      margin-right: 10px;
      width: 48px;
      height: 48px;
    }
    .service-header h4 {
      margin: 0;
      font-weight: 700;
      font-size: 18px;
    }
    .service-box p {
      font-size: 14px;
      line-height: 1.6;
    }

    /* Different Colors for Each Box */
    .box1 {background: linear-gradient(90deg, #77788e 0%, #44587c 50%, #3a4f7e 100%); color: #fff;} /* Green */
    .box2 { background: #ffffff; color: #1a237e;} /* Blue */
    .box3 { background: linear-gradient(90deg, #878d9b 0%, #44587c 50%, #3a4f7e 100%);  color: #fff;} /* Orange */
    .box4 { background: #ffffff; color: #1a237e; } /* Purple */
    .box5 {background: linear-gradient(90deg, #878d9b 0%, #44587c 50%, #3a4f7e 100%); color: #ffff;} /* Pink */
    .box6 { background: #ffffff; color: #1a237e;} /* Indigo */

    /* section image text */
    .service-section {
      padding: 60px 0;
    }
    .service-section h5 {
      color: #3a4f7e !important;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 15px;
      letter-spacing: 1px;
    }
    .service-section h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 40px;
      line-height: 1.4;
    }
    .feature-img img {
      margin-top: 50px !important;
      height: 75%;
      max-width: 100%;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .feature-text p {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 20px;
    }
    .feature-text strong {
      color: #000;
    }
    .col-md-6.feature-text {
    text-align: left;
 
}
/* award */
.about-agiletech {
  background:  linear-gradient(90deg, #77788e 0%, #44587c 50%, #3a4f7e 100%); ;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

.about-agiletech h4 {
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-agiletech h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-agiletech p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}

.images-row {
    margin: auto;
    justify-content: center;
    margin-top: 30px;
}

.images-row img {
  border: 3px solid #fff;
  border-radius: 8px;
  width: 100%;
  height: 220px; /* Equal height for all images */
  object-fit: cover;
  transition: transform 0.3s ease;
}

.images-row img:hover {
  transform: scale(1.05);
}

.item1{
  border-radius: 15px;
  width: 80%;
}
  

    /* about section photos */
     .about-section{
      background:  linear-gradient(90deg, #878d9b 0%, #44587c 50%, #3a4f7e 100%); color:#fff; text-align:center;
      color: #fff;
      text-align: center;
      padding: 60px 20px;
    }
    .about-section h5 {
      text-transform: uppercase;
      font-weight: bold;
      color: #0a0909;
      margin-bottom: 10px;
      letter-spacing: 1px;
    }
    .about-section h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .about-section p {
      font-size: 16px;
      max-width: 900px;
      margin: 0 auto 40px;
    }
    .about-images img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      transition: transform 0.3s ease-in-out;
    }
    .about-images img:ho.about-sectionver {
      transform: scale(1.05);
    }

         */
        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .hero {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            min-height: 600px;
        }
        .content-service{
           animation: fadeInLeft 1s ease-out 0.3s both;
          padding: 80px;
        }
        
        .content {
         
            animation: fadeInLeft 1s ease-out 0.3s both;
        }
        
        .form-section {
          border-radius: 15px;
             margin-top: 37px;
            height: 93%;
            width: 86%;
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            padding: 60px;
            color: white;
            position: relative;
            overflow: hidden;
            animation: fadeInRight 1s ease-out 0.3s both;
        }
        form#consultationForm {
    width: 550px !important;
}
.form-section h2{margin-top: 10px;
  /* padding: 10px; */
}

        
        .form-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
           
            height: 200%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
            animation: float 20s linear infinite;
        }
        
        @keyframes float {
            0% { transform: translate(0, 0); }
            100% { transform: translate(-50px, -50px); }
        }
        
        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
        .highlight {
            background: linear-gradient(120deg, #4facfe 0%, #00f2fe 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .subtitle {
            font-size: 1.25rem;
            color: #4a5568;
            margin-bottom: 30px;
        }
        
        .benefits {
            margin: 40px 0;
        }
        
        .benefit {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 15px;
            background: rgba(79, 172, 254, 0.05);
            border-radius: 10px;
            border-left: 4px solid #4facfe;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .benefit:hover {
            transform: translateX(10px);
            box-shadow: 0 10px 25px rgba(79, 172, 254, 0.15);
        }
        
        .check {
            width: 24px;
            height: 24px;
            background: linear-gradient(135deg, #4facfe, #00f2fe);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .form {
            position: relative;
            z-index: 2;
        }
        
        .form h2 {
            font-size: 2rem;
            margin-bottom: 10px;
        }
        
        .form-subtitle {
            margin-bottom: 30px;
            opacity: 0.9;
        }
        
         .form-group {
            margin-bottom: 20px;
        }
        
        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 15px;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }
        
        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            background: white;
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
            transform: scale(1.02);
        }
         
        .cta-button {
            width: 100%;
            padding: 18px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        a.cta-button {
    padding: 8px;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 36%); */
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 10.3s ease;
    position: relative;
    /* overflow: hidden; */
}
        
        .cta-button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            transition: all 0.6s ease;
            transform: translate(-50%, -50%);
        }
        
        .cta-button:hover::before {
            width: 300px;
            height: 300px;
        }
        
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);
        }
        
        .guarantee {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
            opacity: 0.8;
        }
        
        .stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 40px 0;
        }
        
        .stat {
            text-align: center;
            padding: 20px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }
        
        .stat-number {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 0.9rem;
            opacity: 0.8;
        }
        
        @media (max-width: 768px) {
            .hero {
                grid-template-columns: 1fr;
            }
            
           @media (max-width: 768px) {
    .content, .form-section {
        padding: 40px 30px;
        margin-left: 29px;
                   margin-top: -112px;

    }
}
            
            h1 {
                font-size: 24px;
            }
            
            .stats {
                grid-template-columns: 1fr;
            }
        }

        .section-image {
    width: 20px;
}

        /* service box */
         .service-box1 {
    
      padding: 30px 20px;
      border-radius: 10px;
      text-align: center;
      margin-bottom: 30px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .service-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.1);
    }
    .service-box h4 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .service-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;
      text-align: left;
    }
    .service-list li {
      font-size: 14px;
      margin-bottom: 12px;
      position: relative;
      padding-left: 28px;
    }
    .service-list li:before {
      content: "\2713";
      color: #007bff;
      background: #007bff;
      color: #fff;
      font-weight: bold;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      position: absolute;
      left: 0;
      top: 0;
    }
    .service-box a {
      color: #007bff;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
    }
    .service-box a:after {
      content: "\00bb";
      margin-left: 5px;
    }
  
    /* case study */
    .case-study-section {
      padding: 40px 0;
    }
    .case-study-section h2 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .case-study-section h3 {
      color: #000;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .case-study-section ul {
      list-style: none;
      padding: 0;
    }
    .case-study-section ul li {
      margin-bottom: 10px;
      font-size: 16px;
    }
    .case-study-section ul li:before {
      content: "\2714";
      color: #1DA1F2;
      margin-right: 8px;
      font-weight: bold;
    }
    .case-study-img img {
          margin-top: 36px;
         height: 45%;
         border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
         max-width: 100%;
    }
    .case-study-section p {
      font-size: 15px;
      color: #333;
    }
    .cta-text {
      font-weight: bold;
      margin-top: 20px;
    }
    .cta-text a {
      color: #1DA1F2;
      text-decoration: none;
    }

    /* table section */
    .metrics-section {
  padding: 50px 0;
  background: #f8f9fa;
}
.metrics-section h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.table {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.table > thead > tr > th {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.table > tbody > tr > td {
  vertical-align: middle;
  font-size: 16px;
}
.text-success {
  color: #28a745 !important;
  font-weight: bold;
}
img.service-img {margin-left: 40px;
    border-radius: 10px;
    width: 100%;
    height: 60%;
}
/* award section */


    .award-section {
      text-align: center;
      padding: 50px 0;
    }
    .award-section h2 {
      font-weight: 700;
      font-size: 2rem;
    }
    .award-section p {
      color: #333;
      margin-bottom: 40px;
      font-size: 1.1rem;
    }
    .award-section img {
    border-radius: 10px;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);

      width: 90%;
      max-height: 190px;
      margin: 10px 20px;
      transition: transform 0.3s ease;
    }
    .award-section img:hover {
      transform: scale(1.1);
    }
    /*web -desgin section  */

     .web-design-section {
      padding: 60px 0;
    }
    .web-design-section img {
      height: 400px;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    .web-design-section h2 {
      font-weight: 700;
      font-size: 2rem;
    }
    .web-design-section h4 {
      color: #007bff;
      font-weight: 600;
      font-size: 1.25rem;
      margin-bottom: 20px;
    }
    .web-design-section p {
      font-size: 1rem;
      line-height: 1.7;
      color: #333;
    }

    /* service section */


        .services-section2 {
      background-color: #f0f0f0;
      padding: 60px 0;
      text-align: center;
    }
    .services-section h2 {
      font-weight: 700;
      margin-bottom: 10px;
    }
    .services-section p.lead {
      color: #555;
      margin-bottom: 50px;
    }
    .service-card {
      background: #fff;
      border-radius: 10px;
      padding: 30px 20px;
      margin-bottom: 30px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .service-card img {
      max-width: 80px;
      margin-bottom: 20px;
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    .cta-btn {
      background: #ffcc33;
      color: #000;
      font-weight: bold;
      padding: 12px 30px;
      border-radius: 30px;
      border: none;
      text-transform: uppercase;
      transition: background 0.3s ease;
    }
    .cta-btn:hover {
      background: #e6b800;
    }



.process-heading {
      font-weight: 700;
    }
    .step-box {
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }
    
    .step-box img {
      width: 50px;
      height: 50px;
      margin-bottom: 10px;
    }
    .step-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }
    
    .device-img {
      max-width: 100%;
    }

       .why-section {
      padding: 60px 0;
      text-align: center;
    }
    .why-section h2 {
      font-weight: 700;
      font-size: 2rem;
    }
    .why-section h2 span {
      color: #ff3c00; /* Red color */
    }
    .why-section p {
      max-width: 800px;
      margin: 0 auto 40px;
      font-size: 16px;
      color: #555;
    }
    .feature-card {
      background: #fff;
      border-radius: 20px;
      padding: 30px 20px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      height: 100%;
    }
    .feature-card:hover {
      transform: translateY(-8px);
    }
    .icon-box {
       margin-top: -55px !important;
      width: 70px;
      height: 70px;
      background: #fff;
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .icon-box svg {
      width: 40px;
      height: 40px;
      stroke: #ff3c00;
    }
    .feature-card h5 {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .feature-card p {
      color: #333;
      font-size: 15px;
    }



    .process-card {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
}
.process-card:hover {
  border-color: #007bff;
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.process-card.active {
  border-color: #f44336; /* pehla card highlighted */
}
.process-icon {
  font-size: 48px;
  color: #007bff;
}
img.img-fluid.rounded.shadow {
    width: 80%;
}





