.hero-content
{

}

@media screen and (min-width: 993px)
{
	.navbar .navbar-brand img
	{
		height: 80px;
	}
	.our-features .container
	{
		max-width: 90%;
	}
	.our-features .container .features-content
	{
		padding-right: 50px;
	}
}

.footer-contact-links ul li.first
{
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 20px;
}

/*
	=========================================
*/

footer .section-title
{
	margin-bottom: 30px;
}
footer .section-title h2
{
	font-size: 38px;
	font-weight: 500;
}
footer .section-title p
{
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
}
footer .container
{
	max-width: 95%;
}
/*
    ==========================================================
*/
.processing-steps-section {
    background-color: #fff;
    padding: 60px 0;
}

.processing-steps-section .sub-title {
    color: #832B79;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 12px;
}

.processing-steps-section .main-title {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
}
 .processing-steps-section .section-desc {
               color: #222;
                font-size: 17px;
                line-height: 1.5;
                text-align: center;
                margin-bottom: 35px;
        }

.processing-steps-section .step-card {
    padding: 10px;
}

.processing-steps-section .step-card
{
    transition: transform 0.3s ease-in-out;
}
.processing-steps-section .step-card:hover {
  transform: translateY(-10px);
}
.processing-steps-section .icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
}

.processing-steps-section .icon-circle {
    width: 100%;
    height: 100%;
    background-color: #6B2363;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 2px dashed #ffffff;
    outline-offset: -12px;
}


.processing-steps-section .icon-circle i {
    color: #ffffff;
    font-size: 36px;
}

.processing-steps-section .step-number {
    position: absolute;
    top: -12px;
    left: -12px;
    background-color: #6B2363;
    background-color: #E6ACDF;
    color: #6B2363;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border: 2px solid #ffffff;
}

.processing-steps-section h3 {
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .processing-steps-section {
        padding: 50px 0;
    }
    .processing-steps-section .main-title {
        font-size: 28px;
    }
}

/*
	=========================================
*/
.logo-section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; /* Extra logos ko hide karne ke liye */
    position: relative;
    padding: 20px 0;
}
/* Scroll wrapper jo continuous move karega */
.marquee-wrapper {
    display: flex;
    align-items: center;
    width: max-content; /* Content ke hisab se width automatic stretch hogi */
}
.row-logo {
    display: flex;
    align-items: center;
    grid-column-gap: 20px; /* Logos ke beech ka gap */
    padding-right: 20px;   /* Smooth loop transition ke liye margin/padding */
}

.logo-section .logo-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #cccccc9e;
    border-radius: 10px;
    padding: 5px 15px;
    transition: transform 0.3s ease-in-out;
    height: 100px; /* Card ki height fix rakhi hai responsive alignment ke liye */
    box-sizing: border-box;
}

.logo-section .logo-card:hover {
    transform: scale(1.05);
}

/* Image scaling aur responsive fix */
.logo-section .logo-card img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 95px; /* Image bina stretch hue box ke andar scale hogi */
    object-fit: contain; /* Image ki original shape kharab nahi hogi */
    display: block;
}

/* Mobile Devices Ke Liye Responsiveness */
@media (max-width: 768px) {
    .logo-section {
        max-width: 95%;
    }
    .logo-section .logo-card {
        height: 70px; /* Mobile par card thoda chota ho jayega */
        padding: 5px 10px;
    }
    .logo-section .logo-card img {
        max-height: 50px; /* Mobile par image ka size auto adjust hoga */
    }
    .row-logo {
        grid-column-gap: 12px;
        padding-right: 12px;
    }
}

/*
    ============================
*/

@media screen and (min-width: 993px)
{
    body.conatct .section-title h2
    {
        font-size: 44px;
    }
    body.clientss .page-faqs .container
    {
        max-width: 100%;
    }
    body.testimonials .page-testimonials .container
    {
        max-width: 90%;
    }
    .page-faqs,
    body.clientss .page-faqs 
    {
        padding: 70px 0;
    }
}

/*
    ==================================
*/


/*
    =========================================
*/

body.clientspage
{

}
body.clientspage .call-to-action-two89
{
    
}
body.clientspage .call-to-action-two89 .my_clietss
{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap:20px; 
    grid-row-gap:20px; 
    list-style-type: none;
    padding-left: 0;
}
body.clientspage .call-to-action-two89 .my_clietss
{

}
body.clientspage .call-to-action-two89 .my_clietss .slide-item
{
    background-color: #fff;
    padding: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    width: calc(25% - 20px);
}
body.clientspage .call-to-action-two89 .my_clietss .slide-item:hover
{
      transform: scale(1.01);
     box-shadow: 0 20px 30px rgba(0,0,0,0.3); /* stronger shadow */    
}

body.clientspage .call-to-action-two89 .my_clietss .slide-item .image-box
{
    margin-bottom: 0;
}

@media screen and (min-width: 993px)
{
  body.clientspage .call-to-action-two89 .my_clietss .slide-item .image-box img
  {
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 100px;
  }
}

/*
    ====================================
*/

.company-mission-vision {
  background-color: #f8f9fa;
  background-color: #fff;
  padding: 70px 0;
}

.company-mission-vision .mission-card,
.company-mission-vision .vision-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*
.company-mission-vision .mission-card {
  background-color: #ffffff;
  background-image: linear-gradient(30deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(150deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(30deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(150deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(60deg, #f1f5f9 25%, transparent 25.5%, transparent 75%, #f1f5f9 75.5%, #f1f5f9), linear-gradient(60deg, #f1f5f9 25%, transparent 25.5%, transparent 75%, #f1f5f9 75.5%, #f1f5f9);
  background-size: 40px 70px;
  background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px;
}

.company-mission-vision .vision-card {
  background-color: #ffffff;
  background-image: linear-gradient(30deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(150deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(30deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(150deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(60deg, #f1f5f9 25%, transparent 25.5%, transparent 75%, #f1f5f9 75.5%, #f1f5f9), linear-gradient(60deg, #f1f5f9 25%, transparent 25.5%, transparent 75%, #f1f5f9 75.5%, #f1f5f9);
  background-size: 40px 70px;
  background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px;
}
*/
/*
.company-mission-vision .mission-card,
.company-mission-vision .vision-card {
  background-color: #ffffff;
  background-image: linear-gradient(30deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(150deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(30deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(150deg, #e2e8f0 12%, transparent 12.5%, transparent 87%, #e2e8f0 87.5%, #e2e8f0), linear-gradient(60deg, #f1f5f9 25%, transparent 25.5%, transparent 75%, #f1f5f9 75.5%, #f1f5f9), linear-gradient(60deg, #f1f5f9 25%, transparent 25.5%, transparent 75%, #f1f5f9 75.5%, #f1f5f9), linear-gradient(135deg, #D40102, #09216A);
  background-size: 40px 70px, 40px 70px, 40px 70px, 40px 70px, 40px 70px, 40px 70px, 100% 100%;
  background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px, 0 0;
}*/

/*.company-mission-vision .mission-card,
.company-mission-vision .vision-card {
  background-color: #09216A;
  background-image: linear-gradient(30deg, rgba(212, 1, 2, 0.2) 12%, transparent 12.5%, transparent 87%, rgba(212, 1, 2, 0.2) 87.5%, rgba(212, 1, 2, 0.2)), 
                    linear-gradient(150deg, rgba(212, 1, 2, 0.2) 12%, transparent 12.5%, transparent 87%, rgba(212, 1, 2, 0.2) 87.5%, rgba(212, 1, 2, 0.2)), 
                    linear-gradient(30deg, rgba(212, 1, 2, 0.2) 12%, transparent 12.5%, transparent 87%, rgba(212, 1, 2, 0.2) 87.5%, rgba(212, 1, 2, 0.2)), 
                    linear-gradient(150deg, rgba(212, 1, 2, 0.2) 12%, transparent 12.5%, transparent 87%, rgba(212, 1, 2, 0.2) 87.5%, rgba(212, 1, 2, 0.2)), 
                    linear-gradient(60deg, rgba(255, 255, 255, 0.1) 25%, transparent 25.5%, transparent 75%, rgba(255, 255, 255, 0.1) 75.5%, rgba(255, 255, 255, 0.1)), 
                    linear-gradient(60deg, rgba(255, 255, 255, 0.1) 25%, transparent 25.5%, transparent 75%, rgba(255, 255, 255, 0.1) 75.5%, rgba(255, 255, 255, 0.1)), 
                    linear-gradient(135deg, #D40102, #09216A);
  background-size: 40px 70px, 40px 70px, 40px 70px, 40px 70px, 40px 70px, 40px 70px, 100% 100%;
  background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px, 0 0;
}
*/

.company-mission-vision .mission-card,
.company-mission-vision .vision-card {
  background-color: #09216A;
  background-image: linear-gradient(30deg, rgba(212, 1, 2, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(212, 1, 2, 0.08) 87.5%, rgba(212, 1, 2, 0.08)), 
                    linear-gradient(150deg, rgba(212, 1, 2, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(212, 1, 2, 0.08) 87.5%, rgba(212, 1, 2, 0.08)), 
                    linear-gradient(30deg, rgba(212, 1, 2, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(212, 1, 2, 0.08) 87.5%, rgba(212, 1, 2, 0.08)), 
                    linear-gradient(150deg, rgba(212, 1, 2, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(212, 1, 2, 0.08) 87.5%, rgba(212, 1, 2, 0.08)), 
                    linear-gradient(60deg, rgba(255, 255, 255, 0.04) 25%, transparent 25.5%, transparent 75%, rgba(255, 255, 255, 0.04) 75.5%, rgba(255, 255, 255, 0.04)), 
                    linear-gradient(60deg, rgba(255, 255, 255, 0.04) 25%, transparent 25.5%, transparent 75%, rgba(255, 255, 255, 0.04) 75.5%, rgba(255, 255, 255, 0.04)), 
                    linear-gradient(135deg, #D40102 0%, #09216A 100%);
  background-size: 40px 70px, 40px 70px, 40px 70px, 40px 70px, 40px 70px, 40px 70px, 100% 100%;
  background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px, 0 0;
}


.company-mission-vision .mission-card:hover,
.company-mission-vision .vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.company-mission-vision .icon-wrapper {
  color: #fff;
  border-radius: 12px;
  display: flex;
  font-size: 5rem;
}

.company-mission-vision .vision-card .icon-wrapper {

}

.company-mission-vision h2 {
  color: #fff;
  font-weight: 600;
}

.company-mission-vision p {
  line-height: 1.4;
  color: #fff;
  text-align: justify;
  font-size: 20px;
  font-style: italic;
}

/*
    ============================================
*/

.premium-mission-vision {
  background-color: #ffffff;
  position: relative;
}

.premium-mission-vision .small-heading {
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.premium-mission-vision .leading-relaxed {
  line-height: 1.75;
}

.premium-mission-vision .mission-premium-card {
  background-color: #fafafa;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background-image: linear-gradient(rgba(13, 110, 253, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 110, 253, 0.02) 1px, transparent 1px);
  background-size: 24px 24px;
}

.premium-mission-vision .vision-premium-card {
  background-color: #fafafa;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background-image: radial-gradient(circle, rgba(33, 37, 41, 0.03) 1px, transparent 1px);
  background-size: 16px 16px;
}

.premium-mission-vision .mission-premium-card::before,
.premium-mission-vision .vision-premium-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #0d6efd;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.premium-mission-vision .vision-premium-card::before {
  background-color: #212529;
}

.premium-mission-vision .mission-premium-card:hover::before,
.premium-mission-vision .vision-premium-card:hover::before {
  opacity: 1;
}

.premium-mission-vision .mission-premium-card:hover,
.premium-mission-vision .vision-premium-card:hover {
  transform: translateX(8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.premium-mission-vision .premium-icon-box {
  width: 64px;
  height: 64px;
  background-color: rgba(13, 110, 253, 0.06);
  color: #0d6efd;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-mission-vision .premium-icon-box.vision-icon {
  background-color: rgba(33, 37, 41, 0.05);
  color: #212529;
}

@media (max-width: 768px) {
  .premium-mission-vision .premium-icon-box {
    margin-bottom: 20px;
  }
}

/*
  =====================================
*/

body.productSinglePages
{

}
body.productSinglePages .page-service-single
{
   padding: 80px 0;
}
body.productSinglePages .page-service-single .container
{
  max-width: 93%;
}
body.productSinglePages .page-service-single
{

}

.page-single-sidebar .page-category-list > ul > li {

  font-weight: 600;
}
.page-single-sidebar .page-category-list > ul > li > a
{
  /*margin-bottom: 10px;*/
    font-size: 18px;
    color: #0B2366;
}
.page-single-sidebar .page-category-list > ul ul {
    padding-top: 12px;
    padding-bottom: 0px;
}
.page-single-sidebar .page-category-list > ul ul li {
    position: relative;
    padding-left: 30px !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.page-single-sidebar .page-category-list > ul ul li:last-child
{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.page-single-sidebar  .page-category-list > ul ul li > a
{
    font-size: 15px !important;
    font-weight: 500;
}


.page-single-sidebar .page-category-list > ul > li > a.active,
.page-single-sidebar .page-category-list > ul > li > a:hover
{
  color: var(--red-color);
}

.page-single-sidebar .page-category-list >ul ul li::before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}


body.productSinglePages .page-category-list .page-category-list-title
{
  background: #ce0100;
  font-weight: 600;
  font-size: 22px;
}
body.productSinglePages .service-entry-info-box
{
  margin-top: 25px;
}

/*
  =======================================
*/

.project-comp-container {
      max-width: 100%;
      margin: 20px auto;
      border: 1px solid #dee2e6;
      border-radius: 12px;
      overflow: hidden;
    }
    .project-comp-container .header {
      background-color: #161c56;
      color: white;
      padding: 20px 20px;
      font-size: 1.25rem;
      font-weight: 600;
    }
    .project-comp-container .body-row {
      display: flex;
      flex-wrap: wrap;
    }
    .project-comp-container .column {
      flex: 1;
      min-width: 280px;
      padding: 20px;
      background-color: #fff;
    }
    .project-comp-container .column:first-child {
      border-right: 1px solid #dee2e6;
    }
    .project-comp-container h5 {
      color: #0e226a;
      margin-bottom: 15px;
      font-size: 1.2rem;
      font-weight: 600;
    }
    .project-comp-container table {
      width: 100%;
      border-collapse: collapse;
    }
    .project-comp-container td {
      padding: 8px 0;
      vertical-align: top;
      font-size: 17px;
    }
    .project-comp-container .label {
      font-weight: 700;
      color: #333;
      width: 50%;
    }
    .project-comp-container ul {
      margin: 0;
      padding-left: 18px;
      color: #555;
    }
    .project-comp-container li {
      margin-bottom: 12px;
      color: #333;
      font-size: 17px;
    }
    @media (max-width: 600px) {
      .project-comp-container .column:first-child {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
      }
    }

body.productSinglePages .service-capability-box{
  margin-top: 30px;
}
body.productSinglePages .service-entry h2 {
    font-size: 38px;
    font-weight: 600;
    color: #333;
}
body.productSinglePages .service-capability-box h2
{
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 10px;
}

.image-center-fixed-height
{
  text-align: center;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
}

@media screen and (min-width: 993px)
{
  .image-center-fixed-height img
  {
    height: 350px;
  }
}

/*
  =======================================
*/

.custom-hr {
    border: none;
    margin: 40px 0; 
    text-align: center;
    position: relative;
    opacity: .8 !important;
}
.custom-hr::before {
    content: "✦ ✦ ✦";
    color: #CE0100;
    font-size: 25px;
    background: #F7F7F7;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
}
.custom-hr::after {
    content: "";
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    z-index: 0;
}


@media screen and (min-width: 993px)
{
   .desktopHide
   {
    display: none;
   }
}

/*
  =======================================
*/
.product-comparison-wrapper {
    margin: 20px 0;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
}

.product-comparison-wrapper .comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.product-comparison-wrapper .product-header {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
}

.product-comparison-wrapper .product-img {
    width: 280px;
    height: 200px;
    background: #ddd;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.product-comparison-wrapper th,
.product-comparison-wrapper td {
    border: 1px solid #dee2e6;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
}

.product-comparison-wrapper .product-header,
.product-comparison-wrapper .param-col,
.product-comparison-wrapper td {
    background: #fff;
    text-transform: capitalize;
}

.product-comparison-wrapper .param-col {
    font-weight: bold;
    background: #f8f9fa;
    width: 20%;
}

.product-comparison-wrapper .comparison-table tr:nth-child(even) td {
    background-color: #eee;
}


/* Mobile Cards */
#mobileProductCards {
    display: none;
}

.mobile-product-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.mobile-product-card .card-header {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
}

.mobile-product-card .card-header img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.mobile-product-card .card-header h4 {
    margin: 0;
    font-size: 20px;
}

.mobile-product-card .card-body .item {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.mobile-product-card .card-body .item:last-child {
    border-bottom: none;
}

.mobile-product-card .label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}


/* Mobile View */
@media (max-width:768px) {

    /* Table hide */
    .product-comparison-wrapper .comparison-table {
        display: none;
    }

    /* Cards show */
    #mobileProductCards {
        display: block;
    }

}
/*
  =======================================
*/
body.productSinglePages .project-scope-content-box
{
  width: calc(100% - 0px);
}
@media screen and (min-width: 993px)
{
    body.productSinglePages .project-scope-content-box .project-scope-item-list
    {
       display: grid;
       grid-template-columns: repeat(2,1fr);
       grid-gap: 20px;
    } 

  body.productSinglePages .project-scope-content-box .project-scope-item.wides
  {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .page-single-image2
  {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 15px;
  }
  .page-single-image2 .image-anime
  {
    background-color: #fff;
    padding: 5px;
  }
}

body.productSinglePages .project-scope-content-box .project-scope-item-content h3
{
  margin-bottom: 0;
}
body.productSinglePages .project-scope-content-box .project-scope-item 
    {
      margin-bottom: 15px;
      padding-bottom: 15px;
    }

body.productSinglePages .project-scope-content-box  .project-scope-item .icon-box i
{
  color: #fff;
  font-size: 30px;
}

.no-ratio.project-scope-image-content
{
  margin-top: 20px;
}
.no-ratio .project-scope-image img
{
  aspect-ratio:inherit;
}
.page-single-image.no-ratio img
{
  aspect-ratio:inherit;
}

.my-icon {
  fill: red;
}
/*
  =======================================
*/

.custom-services-section {
            padding: 40px 20px;
    background-color: #f1f1f1;
}
.custom-services-section h2 {
    /*margin-bottom: 30px;*/
    /*font-weight: bold;*/
    color: #333;
    font-size: 37px;
}
.custom-services-section ul {
    list-style-type: none;
    padding: 0;
}
.custom-services-section li {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 5px solid #D00101;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.custom-services-section { overflow: hidden; padding: 50px 0; }
.custom-services-section .marquee-container {
    overflow: hidden;
    /*white-space: nowrap;*/
    width: 100%;
}
.custom-services-section .marquee-list {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.custom-services-section .marquee-list li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    font-size: 19px;
    padding: 25px 25px !important;
    text-transform: capitalize;
}


@media screen and (min-width: 993px)
{
   .custom-services-section .container
   {
    max-width: 95%;
   }
}




.custom-services-section .marquee-list {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    /*white-space: nowrap;*/
    animation: marqueeAnimation 50s linear infinite;
}

/* Hover karne par animation ruk jayegi */
/*.custom-services-section .marquee-container:hover .marquee-list {*/
.custom-services-section .marquee-container .marquee-list {
    animation-play-state: paused;
}

@keyframes marqueeAnimation {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 991px) {
    .custom-services-section .marquee-list {
        animation: none;
    }
}
/*
  =======================================
*/

.compressor-services {
  width: 100%;
  padding: 40px 20px;
  padding: 0px 20px;
}

.compressor-services .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}

.compressor-services .service-box {
  background: #ffffff;
  padding: 30px 30px;
  text-align: center;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
}

.compressor-services .icon-box {
  width: 60px;
  height: 60px;
  background-color: #d60000;
  /*background-color: #161C56;*/
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
  font-size: 24px;
}

.compressor-services .service-box p {
  margin: 0;
  font-weight: 600;
  color: #333;
  color: #161C56;
  font-size: 18px;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .compressor-services .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .compressor-services .service-grid {
    grid-template-columns: 1fr;
  }
}
/*
  =======================================
*/



/*
  =======================================
*/

/*
  =======================================
*/