 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: "Outfit", sans-serif;
/* 		font-family: 'Adelle Sans Devanagari'; */
      color: #1e293b;
      background-color: #ffffff;
      line-height: 1.5;
      overflow-x: hidden;
		font-weight: 300;
    }

    h1, h2, h3, h4, h5, h6 {
      font-weight: 500!important;
      color: #0f172a;
      /*font-family: "Outfit", sans-serif;*/
    }

    /* Section Spacing */
    .section {
      padding: 80px 0;
    }
    @media (max-width: 768px) {
      .section {
        padding: 60px 0;
      }
    }

    /* Section Title Styles */
    .section-title {
      text-align: center;
      margin-bottom: 48px;
    }
    .section-title h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 16px;
      color: #0f172a;
    }
    .section-title p {
      font-size: 1rem;
      color: #999999;
      max-width: 600px;
      margin: 0 auto;
    }
    @media (max-width: 768px) {
      .section-title h2 {
        font-size: 2rem;
      }
    }

    .text-primary{
      color: #f53038!important;
    }
    /* Button Styles */
    .btn{
      border-radius: 40px!important;
    }
    .btn-primary {
      background-color: #f53038;
      border-color: #f53038;
      padding: 12px 30px;
      font-weight: 500;
      border-radius: 8px;
      transition: all 0.3s ease;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
      background-color: #eb8407!important;
      border-color: #eb8407!important;
      transform: translateY(-2px)!important;
      box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2)!important;
    }
    .btn-outline-primary {
      color: #4F46E5;
      border-color: #4F46E5;
      padding: 12px 30px;
      font-weight: 500;
      border-radius: 8px;
      transition: all 0.3s ease;
    }
    .btn-outline-primary:hover, 
    .btn-outline-primary:focus, 
	.btn-outline-primary:active{
      background-color: #4F46E5!important;
      border-color: #4F46E5!important;
      transform: translateY(-2px)!important;
    }

    /* Navbar Styles */
    .navbar {
      padding: 20px 0;
      transition: all 0.3s ease;
     /* background-color: #ffffff;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);*/
    }
    .navbar-brand {
      font-size: 1.5rem;
      font-weight: 800;
      color: #0f172a;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
      color: #334155;
      margin: 0 8px;
      transition: color 0.3s ease;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #f53038;
    }

    .siteHeader.fixedheader .navbar.fixed-top {
      background-color: #fff !important;
      box-shadow: 0px 0px 10px 0px #ccc;
  }
.custom-logo-link img {
    width: 160px;
    height: auto;
}
ul#menu-main-menu .current-menu-item a {
    color: #f53038;
}

    /* Hero Section */
    .hero-section {
      padding: 150px 0 100px;
      background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
      position: relative;
    }
    .hero-section h1 {
      font-size: 48px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 24px;
    }
    .hero-section p {
      font-size: 1.125rem;
      color: #999999;
      margin-bottom: 32px;
		max-width: 98%;
    }

    .hero-section-enquiery a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    font-weight: 600;
}
.hero-section-enquiery span {
    color: #7e7e7e;
}
.hero-section-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: #f89823;
    border-radius: 62% 0px 0px 62%;
    width: 600px;
}
.hero-section-thumbs{
   overflow: hidden;
   width: 100%;
   height: 100%;
       display: flex;

}
.hero-section-thumbs img{
  width: 100%;
  height: auto;
  position: relative;
  bottom: -40px;
  object-fit: contain;
}
.hero-section-vector-1, 
.hero-section-vector-2, 
.hero-section-vector-3 {
    position: absolute;
    z-index: 9;
}
.hero-section-vector-1{
  left: -80px;
  top: 30%;
}
.hero-section-vector-2{
       right: 80px;
    bottom: 0;
    rotate: 180deg;
}
.hero-section-vector-3{
    left: 40px;
    bottom: 34px;
}

    /* Feature Card */
    .feature-card {
      text-align: center;
      padding: 32px 24px;
      border-radius: 16px;
      background-color: #ffffff;
      transition: all 0.3s ease;
      height: 100%;
      border: 1px solid #e2e8f0;
		
		    border-radius: 14px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    }
    .feature-card:hover {
      transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #f53038;
    }
    .feature-icon {
        width: 50px;
		height: 50px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 24px;
		background-color: #f2f7fe;
		padding: 10px;
	
    }
	.feature-icon img {
		width: 100%;
		height: 100%;
		object-fit: scale-down;
	}
    .feature-icon i {
      font-size: 32px;
      color: #4F46E5;
    }
    .feature-card h4, .feature-card h3 {
      font-size: 1.25rem;
      margin-bottom: 16px;
    }
.feature-card h4 a, .feature-card h3 a{
	text-decoration: none;
	color: inherit;
}
    .feature-card p {
      color: #999999!important;
      font-size: 0.95rem;
    }
.service-feature-card .feature-icon {
    background-color: #f53038;
}
.service-feature-card .feature-icon img {
    filter: brightness(0) invert(1);
}
.feature-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.feature-read {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
	opacity: 0;
	transition: all 0.3s;
}
.feature-read .btn.btn-primary {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.feature-card:hover .feature-read{
	opacity: 1;
}
/* Icon circle */
.feature-section .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  flex-shrink: 0;
	background-color: #040707;
}
.feature-section .icon img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    filter: brightness(1) invert(1);
}

/* Colors */
.feature-section .icon.pink {
  background-color: #f0627f;
}

.feature-section .icon.green {
  background-color: #22c55e;
}

.feature-section .icon.orange {
  background-color: #f59e0b;
}

/* Text styling */
.feature-box h4 {
  font-weight: 600;
  font-size: 22px;
  color: #1f2937;
}

.feature-box p {
  color: #999999;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
}

/* Spacing fix for alignment */
.feature-box {
  align-items: center;
}


/* Section */
.ux-why-sec {
  padding: 95px 0!important;
}

/* Image Wrapper */
.ux-why-img-wrap {
  position: relative;
  max-width: 100%;
    display: flex;
    gap: 30px;
    padding-right: 80px;
}

/* Image Boxes */
.ux-img-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.ux-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Positions */
.ux-img-1 {
    width: 350px;
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ux-img-3 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.ux-img-3 img{
  height: 400px;
}


/* Shapes */
.ux-shape {
  position: absolute;
  z-index: -1;
  z-index: 99;
}

.ux-yellow {
  width: 80px;
  height: 80px;
  background: #f53038;
  border-radius: 50%;
}
.ux-blue {
  width: 180px;
  height: 90px;
  background: #f53038;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.ux-yellow-2 {
    width: 80px;
    height: 49px;
    background: #f89823;
    clip-path: polygon(49% 0, 0% 100%, 100% 100%);
}
.ux-why-img-wrap .ux-yellow {
    left: -34px;
    top: -23px;
}
.ux-why-img-wrap .ux-blue {
    bottom: -54px;
    left: calc(100% - 51%);
}
.ux-why-img-wrap .shape_style_1 {
    left: calc(100% - 41%);
    top: -30px;
}


/* Text */
.ux-subtitle {
  color: #f53038;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.ux-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
}

.ux-text {
  color: #6b7280;
  margin-top: 15px;
  line-height: 1.7;
}

/* Play Button */
.ux-play-btn {
  width: 60px;
  height: 60px;
  background: #4f6df5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(79, 109, 245, 0.3);
}

.ux-play-label {
  font-size: 14px;
  color: #374151;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 991px) {
  .ux-why-img-wrap {
    margin: auto;
  }

  .ux-img-box {
    position: relative;
    margin-bottom: 15px;
  }

  .ux-img-3 {
    top: 0;
  }
}

    /* Team Card */
.team-card {
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    background-color: #ffffffe6;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e2e8f0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.team-card-thumbs {
    width: 100px;
	height: 100px;
    flex: none;
}
.team-card-thumbs img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	    border: 2px solid;
}
.team-card-dec {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
    .team-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
    }
    .team-img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 20px;
    }
    .team-card h4 {
      font-size: 1.25rem;
      margin-bottom: 8px;
		color: #f53038;
		    text-transform: uppercase;
    }
    .team-card p {
      color: #999999;
      font-size: 0.9rem;
      margin-bottom: 6px;
		text-align: left;
    }
.social-links{
	    display: flex;
    gap: 5px;
}
.social-links a {
    color: #94a3b8;
    font-size: 11px;
    margin: 0 0px;
    transition: color 0.3s ease;
    text-decoration: none;
    background-color: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 3px;
}
.social-links a svg {
    width: 16px;
    height: 16px;
    object-fit: scale-down;
}
    .social-links a:hover {
      background-color:#f53038;
    }

    .our-team .ux-yellow-2{
     left: 0;
    }
    .our-team .ux-blue{
       right: 0;
    }
    .our-team .shape_style_1{
      bottom: -133px;
    }
    .our-team .container{
      position: relative;
    }


    /* Pricing Card */
    .pricing-card {
      text-align: center;
      padding: 40px 24px;
      border-radius: 24px;
      background-color: #ffffff;
      transition: all 0.3s ease;
      height: 100%;
      border: 1px solid #e2e8f0;
    }
    .pricing-card.featured {
      border: 2px solid #4F46E5;
      box-shadow: 0 20px 25px -12px rgba(79, 70, 229, 0.15);
      transform: scale(1.02);
    }
    .pricing-card h3 {
      font-size: 1.5rem;
      margin-bottom: 16px;
    }
    .price {
      font-size: 3rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 16px;
    }
    .price span {
      font-size: 1rem;
      font-weight: 400;
      color: #64748b;
    }
    .pricing-card ul {
      list-style: none;
      padding: 0;
      margin: 24px 0;
    }
    .pricing-card ul li {
      padding: 8px 0;
      color: #475569;
    }
    .pricing-card ul li i {
      color: #10b981;
      margin-right: 8px;
    }

    /* Testimonial Card */
    .testimonial-card {
      text-align: center;
      padding: 40px 32px;
      border-radius: 24px;
      background-color: #ffffff;
      margin: 20px;
      border: 1px solid #e2e8f0;
    }
    .testimonial-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 20px;
    }
    .testimonial-card p {
      font-size: 1rem;
      color: #475569;
      margin-bottom: 20px;
      font-style: italic;
    }
    .testimonial-card h5 {
      font-size: 1.125rem;
      margin-bottom: 4px;
    }
    .testimonial-card span {
      color: #94a3b8;
      font-size: 0.875rem;
    }

    .testimonial-section .ux-yellow-2{
      right: 0;
    }
    .testimonial-section .ux-blue{
      bottom: 0px;
      rotate: 180deg;
      right: 0;
      width: 50px;
      height: 50px;
      border-radius: 100%;
    }
    .testimonial-section .shape_style_1{
        width: 70px;
        height: 40px;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 40px;
      height: 40px;
      background-color: #e2e8f0;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #4F46E5;
      border-radius: 50%;
      padding: 12px;
    }

    /* Stats Section */
    .stats-section {
    background: #fff;
    color: #040707;
    padding: 50px 0;
}
    .stats-item h3 {
      font-size: 2.5rem;
      font-weight: 800;
      color: #040707;
      margin-bottom: 8px;
    }
    .stats-item p {
      font-size: 1rem;
      opacity: 0.9;
      margin-bottom: 0;
		color: #999999;
    }

    /* Blog Card */
    .blog-card {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid #e2e8f0;
      transition: all 0.3s ease;
      height: 100%;
    }
    .blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
    }
    .blog-thumbs{
      width: 100%;
      height: 220px;
    }
    .blog-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .blog-hover{
        transition-duration: 300ms;
        transition-timing-function: linear;
        display: none;
    }
    .blog-card .card-body {
      padding: 24px;
    }
    .blog-card .card-title {
      font-size: 1.25rem;
      margin-bottom: 12px;
    }
    .blog-card .card-text {
      color: #999999;
      margin-bottom: 16px;
    }
    .blog-card a {
      color: #f53038;
      text-decoration: none;
      font-weight: 500;
    }
    .blog-card a:hover {
      color: #4338ca;
    }


    .callToaction .ux-yellow-2{
      right: 0;
      top: 0;
    }
    .callToaction .shape_style_1{
      top: 0px;
    }

    .callToaction .ux-blue{
        bottom: -80px;
        rotate: 180deg;
        width: 140px;
        height: 50px;
    }

    /* Contact Section */
    .contact-info {
      background-color: #f8fafc;
      padding: 40px;
      border-radius: 24px;
      height: 100%;
    }
    .contact-info h3 {
      margin-bottom: 24px;
    }
    .contact-item {
      display: flex;
		align-items: center;
		gap: 16px;
		margin-bottom: 24px;
		box-shadow: 0px 0px 7px 0px #dfdfdf;
		padding: 20px;
		border-radius: 10px;
		background-color: #fff;
		border-radius: 14px;
		
		border: 1px solid #eee;
		transition: all 0.3s ease;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    }
	.contact-item:hover {
		transform: translateY(-4px);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
		border-color: #f53038;
	}
    .contact-icon {
      width: 48px;
      height: 48px;
      background-color: #eef2ff;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
		flex: none;
    }
    .contact-icon i {
      font-size: 24px;
      color: #4F46E5;
    }
    .contact-item h5 {
      font-size: 1rem;
      margin-bottom: 4px;
    }
    .contact-item p {
      color: #64748b;
      margin-bottom: 0;
    }

    /* Footer */
    .footer {
      background-color: #0f172a;
      color: #040707;
      padding: 60px 0 30px;
    }
    .footer h5 {
      color: #040707;
      font-size: 1.125rem;
      margin-bottom: 24px;
    }
    .footer ul {
      list-style: none;
      padding: 0;
    }
    .footer ul li {
      margin-bottom: 12px;
    }
    .footer ul li a {
      color: #999999;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .footer ul li a:hover {
      color: #f53038;
    }
    .footer .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      background-color: #f53038;
      border-radius: 50%;
      color: #fff;
      margin-right: 12px;
      transition: all 0.3s ease;
		    padding: 8px;
    }
    .footer .social-icons a:hover {
      background-color: #000;
      color: white;
      transform: translateY(-2px);
    }
    .footer-bottom {
      border-top: 1px solid #ccc;
      padding-top: 20px;
      margin-top: 10px;
      text-align: center;
    }
.grid_service {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  gap: 4px 10px; /* row gap, column gap */
  padding: 0;
  list-style: none;
}
.footer_logo img{
  width: 160px;
  height: auto;
}


.ts-slider {
  padding: 0px 0;
  max-width: 900px;
  margin: auto;
}

.ts-card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  gap: 40px;
}

/* Left Image */
.ts-left img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

/* Right Content */
.ts-right {
  flex: 1;
  position: relative;
}

.ts-quote {
  font-size: 60px;
  color: #c7ccd6;
  margin-bottom: 10px;
}

.ts-text {
  font-size: 20px;
  color: #6c727f;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ts-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ts-role {
  color: #8a909b;
}

/* Navigation */
.ts-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.ts-prev,
.ts-next {
  width: 45px;
  height: 45px;
  border: 1px solid #cfd3da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: white;
  transition: 0.3s;
}

.ts-prev:hover,
.ts-next:hover {
  background: #e6e8ec;
}


.logo-marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
  }

  .logo-marquee .item {
    display: inline-block;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 0 10px;
  }

  .logo-marquee img {
    height: 80px;
    width: auto;
    vertical-align: middle;
  }

  /* Optional background shape like your original */
  .client_slider_mob {
    position: relative;
    padding: 20px 0;
  }

.shape_style_1 {
  width: 100px;
  height: 100px;
  background: #040707;
  /* SVG path converted to CSS */
  clip-path: path("M61.6,-57.2C78.1,-41.3,88.7,-20.6,87.6,-1.1C86.6,18.4,73.9,36.8,57.4,50.2C40.8,63.6,20.4,72,-1.3,73.3C-23,74.6,-46,68.8,-61.8,55.4C-77.5,42,-86,21,-84.7,1.3C-83.3,-18.3,-72.1,-36.6,-56.4,-52.5C-40.6,-68.4,-20.3,-81.8,0.2,-82C20.6,-82.2,41.2,-73.2,61.6,-57.2Z");
  transform: rotate(20deg);
}
.footer-notic p {
    color: #999999;
}
.footer-bottom p {
    color: #999999;
}
.the-contents h2, .the-contents h3, .the-contents h4, .the-contents h5, .the-contents h6 {
    font-size: 20px;
    margin-bottom: 15px;
}
.the-contents ul, .the-contents ol{
    padding:0;
    counter-reset: section;
    display:flex;
    gap:0px;
    flex-direction:column;
}
.the-contents ul li {
    list-style: none;
    position: relative;
    padding-left: 22px;
}
.the-contents ol li {
    list-style: none;
    position: relative;
    padding-left: 44px;
}
.the-contents ol li::before {
  counter-increment: section;
  content: "" counter(section) "";
}
.the-contents ol li::before {
    counter-increment: section;
    content: "" counter(section) "";
    width: 29px;
    display: inline-flex;
    height: 29px;
    position: absolute;
    left: 0;
    background: #BC002D;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
        top:0;
}
.the-contents ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    background: #BC002D;
    display: inline-block;
    position: absolute;
    top: 7px;
    border-radius: 20px;
}
.the-contents ul li::after {
    content: "";
    width: 5.4px;
    height: 5.4px;
    left: 3px;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    top: 10px;
    border-radius: 20px;
}

.ux-the-content p {
    color: #999999;
}
.contactUs .small{
	color: #999999;
}
.contactUs input[type="text"],
.contactUs input[type="email"],
.contactUs input[type="tel"],
.contactUs textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
	padding:12px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
} 
.contactUs .aside{
/*      background-image: url(https://base-tailwind.preview.uideck.com/images/shape-08.svg); */
    background-repeat: no-repeat;
    background-color: #ffffff;
        color: #000000 !important;
    background-size: 100% 100%;
}
.contactUs .contact-item h5{
  color: #000;
}
.contactUs .contact-item p{
   color: #999999;
}
.contactUs .contact-icon{
  background-color: #f53038;
  border-radius: 50px;
	    color: #fff;
}
.contactUs .contact-icon i {
    color: #ffffff;
}
.contactUs .contact-item a {
    text-decoration: none;
    color: inherit;
}

/**for inner pages**/
.inner-banner {
  height: 380px;
  overflow: hidden;
/*   border-radius: 0px 0px 85px 85px; */
  background: linear-gradient(135deg, #000000, #423939);	
}
.inner-banner:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    top: -100px;
    right: -100px;
	    animation: moveXY 6s ease-in-out infinite;
}


/* Image styling */
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}


/* Content above everything */
.inner-banner .container {
  z-index: 2;
}

/* Title */
.banner-title {
  font-size: 42px;
  font-weight: 700;
 color: #fff;
}

/* Subtitle */
.banner-subtitle {
  font-size: 16px;
  opacity: 0.9;
}
.banner-subtitle{
	color: #ccc;
}
.banner-subtitle a {
    text-decoration: none;
    font-weight: 600;
}
.the_post_content h2, .the_post_content h3, .the_post_content h4, .the_post_content h5, .the_post_content h6 {
    margin: 0 0 15px;
    font-size: 24px;
}
.the_post_content h3{
	font-size: 22px;
}
.the_post_content h4{
	font-size: 20px;
}
.the_post_content h5, .the_post_content h6{
	font-size: 18px;
}
.the_post_content p{
    line-height: 26px;
    font-size: 16px;
    color: #999999;
    margin: 0 0 15px;
}
.the_post_content ul,
.the_post_content ol {
  padding-left: 0;
  margin: 1.2em 0;
	margin-bottom: 30px!important;
}

.the_post_content li {
  list-style: none;
  margin: 13px 0;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
	color: #999999;
}
.the_post_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: #f53038;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.the_post_content ul li::after{
	content: "";
    position: absolute;
    top: 6px;
    left: 9px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    rotate: 45deg;
}
.the_post_content ol {
  counter-reset: custom-counter;
}
.the_post_content ol li {
  counter-increment: custom-counter;
}
.the_post_content ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background:#f53038;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.the_post_content li:hover::before {
  transform: scale(1.1);
  transition: 0.2s ease;
}
.footer .the_post_content li {
    margin: 5px 0;
}

/* Checkbox wrapper layout */
.contactForms p {
    margin: 0px;
}
.contactForms .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Hide default checkbox */
.contactForms .wpcf7-checkbox input[type="checkbox"] {
  display: none;
}

/* Each option */
.contactForms .wpcf7-list-item {
  margin: 0;
}

/* Label style (card UI) */
.contactForms .wpcf7-list-item label {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fafafa;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.25s ease;
  user-select: none;
}

/* Hover effect */
.contactForms .wpcf7-list-item label:hover {
  border-color: #111;
  background: #f2f2f2;
  transform: translateY(-1px);
}

/* Checked state */
.contactForms .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
  color: #f53038;
}
/* Text spacing fix */
.contactForms .wpcf7-list-item-label {
  padding-left: 6px;
}
/* Blog Layout Styling */
.blog-post {
  overflow: hidden;
}
/* Meta */
.blog-meta {
  font-size: 14px;
}
.blog-post a, .site-main a{
	color: #f53038;
}
/* Sidebar */
.sidebar .widget {
  border-radius: 14px;
  background: #fff;
}
.widget-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.sidebar a {
  text-decoration: none;
  color: #333;
}
.sidebar a:hover {
  color: #f53038;
}

/* Pagination */
.pagination .page-numbers {
  padding: 8px 14px;
  margin: 0 3px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.pagination .current {
  background: #f53038;
  color: #fff;
  border-color: #f53038;
}
.recent-posts .recent-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.recent-posts .recent-item:last-child {
  border-bottom: none;
}

.recent-posts .thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.recent-posts .post-title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}

.recent-posts .post-title:hover {
  color: #f53038;
}

.recent-posts .read-more {
  font-size: 12px;
  color: #f53038;
  text-decoration: none;
  font-weight: 500;
}

.recent-posts .read-more:hover {
  text-decoration: underline;
}
/**animation**/
.topTpbottom{
  animation: moveXY 6s ease-in-out infinite;
}

@keyframes moveXY {
  0% {
    transform: translate(0, 0); /* center */
  }
  25% {
    transform: translate(-30px, -30px); /* top-left */
  }
  50% {
    transform: translate(0, 0); /* back to center */
  }
  75% {
    transform: translate(30px, 30px); /* bottom-right */
  }
  100% {
    transform: translate(0, 0); /* back to center */
  }
}


.moveLeftRight{
   animation: moveLeftRight 6s ease-in-out infinite;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);   /* center (zero point) */
  }
  25% {
    transform: translateX(-30px); /* move left */
  }
  50% {
    transform: translateX(0);   /* back to zero */
  }
  75% {
    transform: translateX(30px); /* move right */
  }
  100% {
    transform: translateX(0);   /* back to zero */
  }
}

.rotating-box {
  animation: rotate 6s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ===== Animation Base ===== */
.fade {
  opacity: 0;
  transition: all 0.8s ease-out;
}
/* ===== Directions ===== */
.fade-top {
  transform: translateY(-50px);
}
.fade-bottom {
  transform: translateY(50px);
}
.fade-left {
  transform: translateX(-50px);
}
.fade-right {
  transform: translateX(50px);
}
/* ===== When visible ===== */
.fade.show {
  opacity: 1;
  transform: translate(0, 0);
}

	.hero-section-img {
    background-color: #fff2e3;
}
	.hero-section{
		padding: 0px;
	}	
	.hero-banner-contentB{
		padding-top: 150px;
		padding-bottom: 80px;
		min-height: 600px;
	}	
.hero-style-img {
    text-align: center;
}	
.hero-style-banner {
    position: relative;
	z-index: 99;
}	
.hero-style-img img.img-fluid {
    height: 500px;
}	
.growth-card {
  width: 160px;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      position: absolute;
    bottom: 80px;
	 box-shadow: 0px 0px 10px 0px #e5e5e5;
}

.growth-icon {
 width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    background: #f89823;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 32px;
}

.growth-value {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.growth-label {
  font-size: 14px;
  color: #3b3b3b;
}
	
.team-card-ux {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  width: fit-content;
	    position: absolute;
    right: 0;
    bottom: 80px;
    box-shadow: 0px 0px 10px 0px #e5e5e5;
}

.avatar-stack-ux {
  display: flex;
}

.avatar-ux {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  margin-left: -8px;
}

.avatar-ux:first-child {
  margin-left: 0;
}

.team-text-ux {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}	
	
.ux_style_pro_icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	align-items: center;
    justify-content: center;
	    left: 0;
    right: 0;
}
	.ux_style_pro_icons img{
		width: 60px; 
		height: auto;
		position: absolute;
	}	
.ux_style_pro_icons img:nth-child(1) {
       top: 50px;
    left: 80px;
}
.ux_style_pro_icons img:nth-child(2) {
   top: 30px;
    right: 120px;
}
.ux_style_pro_icons img:nth-child(3) {
 top: 150px;
    right: 40px;
}
.ux_style_pro_icons img:nth-child(4) {
       top: 280px;
    right: 60px;
}
.footer .the_post_content {
    text-align: justify;
	color: #999999;
}


  .portfolio-card {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      transition: all 0.4s ease;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      background: #fff;
    }

    .portfolio-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px rgba(0,0,0,0.18);
    }

    .portfolio-card img {
      height: 240px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .portfolio-card:hover img {
      transform: scale(1.08);
    }

    .portfolio-card .card-body {
      padding: 25px;
    }

    .portfolio-card .card-title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .portfolio-card .card-text {
      color: #666;
      font-size: 15px;
      line-height: 1.7;
    }

    .portfolio-btn {
      background: #0d6efd;
      color: #fff;
      border-radius: 50px;
      padding: 10px 24px;
      transition: 0.3s;
      text-decoration: none;
      display: inline-block;
      margin-top: 15px;
    }

    .portfolio-btn:hover {
      background: #000;
      color: #fff;
    }

@media only screen and (max-width: 1200px){
 .container, .container-lg, .container-md, .container-sm {
        max-width: 98%;
    }
.ux-why-img-wrap {
    padding-right: 0;
}	
.ux-blue {
    width: 133px;
    height: 64px;
}
.ux-yellow {
    width: 60px;
    height: 60px;
}
.ux-yellow-2 {
    width: 60px;
    height: 39px;
}
.ux_style_pro_icons img {
    width: 48px;
}	
	.hero-section-img{
		width: 40%;
	}	
}
@media only screen and (max-width: 991px){
	.hero-section-img{
		display: none;
	}
.hero-style-banner {
    max-width: 581px;
	width: 100%;
    margin: auto;
}	
header.siteHeader button.navbar-toggler {
    background: #f53038;
    color: #fff;
}
.hero-banner-contentB {
    padding-top: 150px;
    padding-bottom: 80px;
    text-align: center;
    max-width: 581px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.hero-banner-contentB .d-flex.gap-3.flex-wrap.align-items-center {
    justify-content: center;
}
.ux-why-sec {
    padding: 40px 0 10px !important;
}
	.stats-section{
		padding: 0px 0px 50px;
	}	
header.siteHeader span.navbar-toggler-icon {
    background-image: none;
}
header.siteHeader span.navbar-toggler-icon svg {
    width: 30px;
    height: auto;
}
.footer_logo img {
    width: 140px;
 }	
	.custom-logo-link img {
    width: 120px;
    height: auto;
}
	#navbarNav{
	  background: #fff;
        padding: 30px;	
	}	
.inner-banner {
    height: 250px;
}	
.inner-banner:after {
    width: 250px;
    height: 250px;
}
.single-post h1.banner-title {
    font-size: 26px;
}	
}
@media only screen and (max-width: 820px) {
.hero-banner-contentB{
		min-height: 300px;
	}		
    .ux-blue {
        width: 68px;
        height: 34px;
    }
    .ux-yellow-2 {
        width: 28px;
        height: 23px;
    }
.shape_style_1 {
    width: 30px;
	height: 30px;
	}	
	.ux-shape{
		display: none;
	}
.hero-banner-contentB {
    padding-top: 120px;
    padding-bottom: 10px;
}
.hero-section h1 {
    font-size: 32px;
    margin-bottom: 15px;
}	
.hero-section p {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 100%;
}	
    .hero-banner-contentB .d-flex.gap-3.flex-wrap.align-items-center {
        flex-direction: column;
    }	
.growth-card {
    width: 120px;
    padding: 10px;
    bottom: 80px;
    z-index: 9;
}
.growth-value {
    font-size: 22px;
}	
.growth-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    font-size: 26px;
}	
.team-card-ux {
    right: 0!important;
    bottom: 10px!important;
    left: 0px;
    margin: auto;
	z-index: 9;
}
.ux_style_pro_icons img:nth-child(1) {
    left: 1%;
}	
.ux_style_pro_icons img:nth-child(2) {
    right: 10%;
}
.hero-style-img img.img-fluid {
    height: auto;
}
.feature-section .icon {
    width: 50px;
    height: 50px;
}	
.feature-section .icon img {
    width: 30px;
    height: 30px;
}
.feature-box h4, .feature-box h2 {
    font-size: 18px;
}	
.feature-box p {
    margin-bottom: 0;
}	
	.ux-why-img-wrap, .ux-img-1{
		gap: 5px;
	}	
.ux-img-1 {
    height: 400px;
}	
.ux-title, .section-title h2 {
    font-size: 24px;
}
.feature-card {
	padding: 20px 24px;
}
.feature-card h4, .feature-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.btn-primary {
    padding: 10px 26px;
    font-size: 15px;
}
.team-card h4 {
    font-size: 16px;
}
.team-card {
    padding: 15px;
    gap: 10px;
}
.team-card-thumbs {
    width: 70px;
    height: 70px;
}	
.client_slider_mob {
    padding: 0;
}
.stats-item h3 {
    font-size: 30px;
}
.contactForms h3 {
    margin: 0 0 20px !important;
}
.contactUs input[type="text"], 
.contactUs input[type="email"], 
.contactUs input[type="tel"], 
.contactUs textarea {
    padding: 13px;
    font-size: 15px;
}
.blog-card .card-body {
    padding: 15px;
}
.blog-card .card-title {
    font-size: 18px;
}
	.callToaction, .our-team{
		    background-position: top center;
	}	

}	