
div.t-article-v2__divider>.integration-presentation {
  height:unset;
  width:unset;
  -webkit-transform: unset;
  transform: unset;
  background-color: unset;
  }
/*   
/* CMS svgs Start */ 

.mfp-container {
  padding: 0;
}


.mfp-figure {
  padding: 0;
}

.mfp-close {
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.5);
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Improved CSS for the popup close button positioning and focus */
/* Final fixed popup styling addressing all reported issues */

/* Complete scroll prevention */
html.mfp-popup-open,
body.mfp-popup-open {
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none !important;
  -webkit-overflow-scrolling: auto !important;
}

/* Dark background to ensure popup stands out */
.mfp-bg {
  opacity: 0.95 !important;
}

/* Improved container styling with zero padding */
.mfp-container {
  padding: 0 !important;
}

/* Center content vertically and horizontally */
.mfp-content {
  vertical-align: middle !important;
  margin: 0 auto !important;
  padding-top: 80px !important; /* Add top padding to push content away from nav */
 /* Balance the padding */
}

/* Close button with z-index to appear above everything */
.custom-close-button,
.mfp-close-btn-in .mfp-close {
  position: absolute !important; /* Position relative to content rather than fixed */
  top: 10px !important;
  right: 10px !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  cursor: pointer !important;
  z-index: 2047 !important; /* Extremely high z-index */
  font-size: 28px !important;
  font-family: Arial, Baskerville, monospace !important;
  background: white !important;
  color: black !important;
  border-radius: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
}

/* Figure container adjustments */
.mfp-figure {
  position: relative !important;
  padding: 40px 20px !important; /* Add padding inside figure container */
  background: #fff !important; /* White background for the image container */
  border-radius: 8px !important; /* Rounded corners for the container */
  max-width: 90vw !important; /* Limit width */
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

.mfp-figure:after {
  display: none !important; /* Remove default shadow */
}

/* Position image properly */
.mfp-img {
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* Ensure bottom bar is hidden */
.mfp-bottom-bar {
  display: none !important;
}

/* Media queries for better responsive behavior */
@media (max-width: 900px) {
  .mfp-figure {
    padding: 35px 15px !important;
    max-width: 85vw !important;
  }
  
  
}

@media (max-width: 700px) {
  .mfp-figure {
    padding: 30px 10px !important;
  }
  

  
  .mfp-content {
    padding-top: 70px !important; /* More top padding on smaller screens */
  }
}

@media (max-width: 480px) {
  .custom-close-button,
  .mfp-close-btn-in .mfp-close {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 22px !important;
    top: 10px !important;
    right: 10px !important;
  }
  
  .mfp-figure {
    padding: 40px 5px 20px 5px !important; /* Adjusted padding for very small screens */
    max-width: 95vw !important;
    margin-top: 80px !important; /* Push down on very small screens */
  }
  
  .mfp-img {
    max-height: 60vh !important;
  }
  
  .mfp-content {
    padding-top: 0 !important; /* Remove top padding on very small screens */
  }
}

/* Clean focus style */
.custom-close-button:focus,
.mfp-close:focus {
  box-shadow: 0 0 0 3px #4a90e2 !important;
  outline: none !important;
}

/* Clean hover style */
.custom-close-button:hover,
.mfp-close:hover {
  background: #f1f1f1 !important;
  color: black !important;
}

/* Make image containers styling for buttons instead of divs */
button.project-inner-img {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
}

button.project-inner-img:focus {
  outline: 2px solid #4a90e2;
}

/* Screen reader only class */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Ensure proper vertical centering of popup content */

/* CMS svgs End*/  */



/* Animated background Start*/ 
.bg-gradient-1, .bg-gradient-2, .bg-gradient-3, .bg-gradient-4, .bg-gradient-5 {
    background-repeat: no-repeat;
    background-position: center;
  }
  @media (prefers-reduced-motion: no-preference) {
    .bg-gradient-1[data-bg-animate=on], .bg-gradient-2[data-bg-animate=on], .bg-gradient-3[data-bg-animate=on], .bg-gradient-4[data-bg-animate=on], .bg-gradient-5[data-bg-animate=on] {
      will-change: background-position;
    }
  }

  
/* 
    Wordpress animated background  start*/

    
     .bg-gradient-wordpress {
      background-color: #170B28;
      background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #6B33BA 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #6B33BA 0%, rgba(107, 51, 186, 1) 50%);
  
    }

  /* Shopify animated background  start */
  
  .bg-gradient-shopify {
    background-color: #170B28;
    background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #94C040 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #94C040 0%, rgba(148, 192, 64, 1) 50%);

  }

  /*  Joomla animated background  start */
  
  .bg-gradient-Joomla {
    background-color: #170B28;
    background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #F9AE41 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #EE4035 0%, rgba(122, 192, 67, 1) 50%);

  }


/* 
    Magento animated background  start*/
    .bg-gradient-Magento {
      background-color: #170B28;
      background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #EC6737 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #EC6737 0%, rgba(236, 103, 55, 1) 50%);
  
    }
 /* 
    Drupal animated background  start*/
    .bg-gradient-Drupal {
      background-color: #170B28;
      background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #0073BA 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #0073BA 0%, rgba(0, 115, 186, 1) 50%);
  
    }

  /* Squarespace animated background  start */
  
  .bg-gradient-Squarespace {
    background-color: #170B28;
    background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #6B33BA 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #6B33BA 0%, rgba(107, 51, 186, 1) 50%);

  }

    /* Weebly animated background  start */
  
    .bg-gradient-Weebly {
      background-color: #170B28;
      background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #3192E7 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #3192E7 0%, rgba(49, 146, 231, 1) 50%);
  
    }
    /* Duda animated background  start */
  
    .bg-gradient-duda {
      background-color: #170B28;
      background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #F66035 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #F66035 0%, rgba(246, 96, 53, 1) 50%);
    }

        /* Webflow animated background  start */
  
        .bg-gradient-Webflow {
          background-color: #170B28;
          background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #146EF5 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #146EF5 0%, rgba(20, 110, 245, 1) 50%);
      
        }
            /* HubSpot animated background  start */
  
            .bg-gradient-HubSpot {
              background-color: #170B28;
              background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #FF7A59 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #FF7A59 0%, rgba(255, 122, 89, 1) 50%);
          
            }
    
            .bg-gradient-html {
              background-color: #170B28;
              background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #E34F26 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #E34F26 0%, rgba(227, 79, 38, 1) 50%);
          
            }
            .bg-gradient-Google-Tag-Manager {
              background-color: #170B28;
              background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #8AB4F8 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #8AB4F8 0%, rgba(66, 133, 244, 1) 50%);
          
            }
            
            .bg-gradient-Elementor {
              background-color: #170B28;
              background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #D63362 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #D63362 0%, rgba(214, 51, 98, 1) 50%);
          
            }


            .bg-gradient-PrestaShop {
              background-color: #170B28;
              background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #E2066F 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #FBB040 0%, rgba(160, 219, 232, 1) 50%);
          
            }

            .bg-gradient-Tilda {
              background-color: #170B28;
              background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #6B33BA 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #6B33BA 0%, rgba(107, 51, 186, 1) 50%);
          
            }

            .bg-gradient-Moodle{
              background-color: #170B28;
              background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #FFAB40 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #FFAB40 0%, rgba(255, 171, 64, 1) 50%);
          
            }
            .bg-gradient-Wix {
              background-color: #170B28;
              background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #6B33BA 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #6B33BA 0%, rgba(107, 51, 186, 1) 50%);
          
            }

            .bg-gradient-BigCommerce {
              background-color: #170B28;
              background-image: radial-gradient(ellipse at 90% 30%, #170B28 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #6B33BA 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #170B28 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #6B33BA 0%, rgba(107, 51, 186, 1) 50%);
          
            }

  @media (prefers-reduced-motion: no-preference) {
    .bg-gradient-1[data-bg-animate=on] {
        background-size: 120% 220%;
      background-position: 0% 0%;
      -webkit-animation: bg-gradient-anim-1 30s linear infinite;
              animation: bg-gradient-anim-1 30s linear infinite;
    }
  }
  
  @-webkit-keyframes bg-gradient-anim-1 {
    0%, 100% {
      background-position: 0% 0%;
    }
    25% {
      background-position: 100% 100%;
    }
    50% {
      background-position: 100% 0%;
    }
    75% {
      background-position: 0% 100%;
    }
  }
  
  @keyframes bg-gradient-anim-1 {
    0%, 100% {
      background-position: 0% 0%;
    }
    25% {
      background-position: 100% 100%;
    }
    50% {
      background-position: 100% 0%;
    }
    75% {
      background-position: 0% 100%;
    }
  }
  .bg-gradient-2 {
    background-color: #FFFCF2;
    background-image: radial-gradient(ellipse at 10% 20%, #E980FC 0%, rgba(233, 128, 252, 0) 40%), radial-gradient(ellipse at 50% 0%, #FFFCF2 25%, rgba(255, 252, 242, 0) 75%), radial-gradient(ellipse at 100% 100%, #BCB6FF 35%, rgba(188, 182, 255, 0) 70%), radial-gradient(ellipse at 50% 100%, #FFFCF2 20%, rgba(255, 252, 242, 0) 70%);
    background-size: 120% 200%;
  }
  @media (prefers-reduced-motion: no-preference) {
    .bg-gradient-2[data-bg-animate=on] {
      background-size: 240% 400%;
      background-position: 0% 0%;
      -webkit-animation: bg-gradient-anim-2 30s linear infinite;
              animation: bg-gradient-anim-2 30s linear infinite;
    }
  }
  
  @-webkit-keyframes bg-gradient-anim-2 {
    0%, 100% {
      background-position: 0% 0%;
    }
    25% {
      background-position: 100% 100%;
    }
    50% {
      background-position: 100% 0%;
    }
    75% {
      background-position: 0% 100%;
    }
  }
  
  @keyframes bg-gradient-anim-2 {
    0%, 100% {
      background-position: 0% 0%;
    }
    25% {
      background-position: 100% 100%;
    }
    50% {
      background-position: 100% 0%;
    }
    75% {
      background-position: 0% 100%;
    }
  }
  .bg-gradient-3 {
    background-color: #30C5FF;
    background-image: radial-gradient(ellipse at 25% 90%, #5C946E 10%, rgba(92, 148, 110, 0) 70%), radial-gradient(ellipse at 55% 90%, #FFFCF2 0%, rgba(255, 252, 242, 0) 70%), radial-gradient(ellipse at 100% 100%, #EB5E28 5%, rgba(235, 94, 40, 0) 60%), radial-gradient(ellipse at 0% 0%, #5C946E 15%, rgba(92, 148, 110, 0) 50%), radial-gradient(ellipse at 100% 0%, #FFFCF2 30%, rgba(255, 252, 242, 0) 70%);
    background-size: 100% 140%;
  }
  @media (prefers-reduced-motion: no-preference) {
    .bg-gradient-3[data-bg-animate=on] {
      background-size: 200% 280%;
      background-position: 50% 0%;
      -webkit-animation: bg-gradient-anim-3 30s linear infinite;
              animation: bg-gradient-anim-3 30s linear infinite;
    }
  }
  
  @-webkit-keyframes bg-gradient-anim-3 {
    0%, 100% {
      background-position: 0% 0%;
    }
    33% {
      background-position: 100% 0%;
    }
    66% {
      background-position: 100% 100%;
    }
  }
  
  @keyframes bg-gradient-anim-3 {
    0%, 100% {
      background-position: 0% 0%;
    }
    33% {
      background-position: 100% 0%;
    }
    66% {
      background-position: 100% 100%;
    }
  }
  .bg-gradient-4 {
    background-color: #1D1128;
    background-image: radial-gradient(ellipse at 70% 0%, rgba(60, 31, 132, 0.7) 0%, rgba(60, 31, 132, 0) 30%), radial-gradient(circle at 90% 0%, rgba(238, 68, 105, 0.5) 0%, rgba(238, 68, 105, 0) 30%), radial-gradient(ellipse at 0% 0%, rgba(60, 185, 174, 0.15) 0%, rgba(60, 185, 174, 0) 40%), radial-gradient(circle at 30% 100%, rgba(60, 31, 132, 0.7) 0%, rgba(60, 31, 132, 0) 40%), radial-gradient(ellipse at 10% 100%, rgba(238, 68, 105, 0.5) 0%, rgba(238, 68, 105, 0) 40%), radial-gradient(ellipse at 100% 100%, rgba(60, 185, 174, 0.15) 0%, rgba(60, 185, 174, 0) 40%);
  }
  @media (prefers-reduced-motion: no-preference) {
    .bg-gradient-4[data-bg-animate=on] {
      background-size: 200% 200%;
      background-position: 0% 0%;
      -webkit-animation: bg-gradient-anim-4 30s linear infinite;
              animation: bg-gradient-anim-4 30s linear infinite;
    }
  }
  
  @-webkit-keyframes bg-gradient-anim-4 {
    0%, 100% {
      background-position: 0% 0%;
    }
    25% {
      background-position: 100% 0%;
    }
    50% {
      background-position: 100% 100%;
    }
    75% {
      background-position: 0% 100%;
    }
  }
  
  @keyframes bg-gradient-anim-4 {
    0%, 100% {
      background-position: 0% 0%;
    }
    25% {
      background-position: 100% 0%;
    }
    50% {
      background-position: 100% 100%;
    }
    75% {
      background-position: 0% 100%;
    }
  }
  .bg-gradient-5 {
    background-color: #e6e5f7;
    background-image: radial-gradient(ellipse at 50% 0%, rgba(225, 91, 151, 0.35) 0%, rgba(225, 91, 151, 0) 30%), radial-gradient(ellipse at 100% 0%, rgba(132, 19, 134, 0.32) 0%, rgba(132, 19, 134, 0) 60%);
    background-size: 200% 100%;
  }
  @media (prefers-reduced-motion: no-preference) {
    .bg-gradient-5[data-bg-animate=on] {
      background-size: 400% 200%;
      background-position: 0% 0%;
      -webkit-animation: bg-gradient-anim-5 20s linear infinite;
              animation: bg-gradient-anim-5 20s linear infinite;
    }
  }
  
  @-webkit-keyframes bg-gradient-anim-5 {
    0%, 100% {
      background-position: 0% 0%;
    }
    40%, 60% {
      background-position: 100% 0%;
    }
  }
  
  @keyframes bg-gradient-anim-5 {
    0%, 100% {
      background-position: 0% 0%;
    }
    40%, 60% {
      background-position: 100% 0%;
    }
  }
  
  /* utility classes */
  .be0-height-100vh {
    height: 40vh;
  }


/* Animated background End*/ 


.marg-for-toc-ajd {
  margin-top: 0.1rem !important;

}

.integration-step {
  display: flex;
  align-items: center;
}

.integration-step-circle {
  width: 30px; /* Adjust size as needed */
  height: 30px; /* Adjust size as needed */
  background-color: #7b3bd629;
  color: #7B3BD6;
  line-height: 30px; /* Should match height for vertical centering */
  text-align: center; /* Center the text horizontally */
  border-radius: 50%;
  margin-left: 10px;
}

.hidden-alt {
  
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  margin: -1px 0 0 -1px !important;
  width: 1px !important;
  overflow: hidden !important;
  cursor: text !important;
  color: #000 !important;
  background: white !important;

}

[role="link"] {
  cursor:zoom-in;
}

@media(width > 1023px){

  .integration-step>.integration-step-circle {
      transform: translateY(10px);
  }
}

@media(width < 1023px){

  .integration-step>.integration-step-circle {
    transform: translateY(4px);
}

}

.bright-c-eye {
  color: white !important;
}

