/*
Theme Name: multisyncmadeasy
Theme URI: https://multisyncmadeasy.com/
Author: Team Multi Sync Made Easy
Author URI: https://multisyncmadeasy.com/
Description: MultiSync Made Easy is a powerful ETL solution designed to effortlessly connect & sync your sales, marketing, project management, operational tools, and data processes with Salesforce.
Version: 1.0

*/


/* You can add theme-wide CSS here or keep it minimal and use assets/css/custom.css */
/* Fullscreen Offcanvas Menu */
:root {
	--primary:#34227D;
	--secondary:#009cea;
	--secondaryGreen:#27d36b;
	--dark:#000000;
	
    --primary-font-family: "Plus Jakarta Sans", sans-serif;
}

/*** –––––––––––––––– ***
     Global CSS Start
 *** –––––––––––––––– ***/
/* Body */

    @font-face {
      font-family: 'MyCustomFont'; /* Give your font a name */
      src: url('https://multisyncmadeasy.yoursalesforcedeveloper.com/wp-content/themes/mytheme/ppeditorialold-italic.otf') format('opentype'); /* Specify the path and format */
      font-weight: normal; /* Optional: Define font weight if needed */
      font-style: normal; /* Optional: Define font style if needed */
    }

/* .custom-font{
	font-family: 'MyCustomFont', sans-serif;
} */

html{
	overflow-x:hidden;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font-family);
}

/* Headings */
h1, h2, h3 {
    font-family: var(--primary-font-family);
}

/*** Text Color Start ***/
.text-primary{
	color:var(--primary) !important;
}
.text-secondary{
	color:var(--secondary) !important;
}
.text-secondary-green{
	color:var(--secondaryGreen) !important;
}
/*** Text Color End ***/

/*** Background Color Start ***/
.bg-primary{
	background-color:var(--primary) !important;
}
.bg-secondary{
	background-color:var(--secondary) !important;
}
.bg-secondary-green{
	background-color:var(--secondaryGreen) !important;
}
.bg-purple-gradient{
	background: linear-gradient(to bottom, #120B30, #352280);
}
/*** Background Color End ***/

/*** Button Style Start ***/
.btn{
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out;
}
.btn-primary{
    color: #fff;
    background-color: var(--primary);
    border: 2px solid;
    border-color: var(--primary);
}
.btn-primary:hover{
	color: var(--primary);
    background-color: #fff;
    border: 2px solid;
    border-color: var(--primary);
}
.btn-secondary{
    color: #fff;
    background-color: var(--secondary);
    border: 2px solid;
    border-color: var(--secondary);
}
.btn-secondary:hover{
	color: var(--secondary);
    background-color: #fff;
    border: 2px solid;
    border-color: var(--secondary);
}
.btn-secondary2{
    color: #fff;
    background-color: var(--secondaryGreen);
    border: 2px solid;
    border-color: var(--secondaryGreen);
}
.btn-secondary2:hover{
	color: var(--secondaryGreen);
    background-color: #fff;
    border: 2px solid;
    border-color: var(--secondaryGreen);
}
.btn-dark{
    color: #fff;
    background-color: var(--dark);
    border: 2px solid;
    border-color: var(--dark);
}
.btn-dark:hover{
	color: var(--dark);
    background-color: #fff;
    border: 2px solid;
    border-color: var(--dark);
}
.btn-light-primary{
    color: var(--primary);
    background-color: #fff;
    border: 2px solid;
    border-color: #fff;
}
.btn-light-primary:hover{
	color: #fff;
    background-color: var(--primary);
    border: 2px solid;
    border-color: var(--primary);
}
.btn-light-secondary{
    color: #1C0F4E;
    background-color: #fff;
    border: 2px solid;
    border-color: #fff;
}
.btn-light-secondary:hover{
	color: #fff;
    background-color: #1C0F4E;
    border: 2px solid;
    border-color: #1C0F4E;
}
/*** Button Style End ***/

/*** ––––––––––––––– ***
     Global CSS End
 *** ––––––––––––––– ***/


/*** ––––––––––––––– ***
     Navbar CSS Start
 *** ––––––––––––––– ***/
   /* ===== Base Navbar ===== */
/* ===== Hide-on-scroll Header Animation ===== */

    .navbar {
      background-color: #1b0f3b;
      transition: background-color 0.4s ease, color 0.4s ease, transform 0.8s ease;
      padding: 0.75rem 1rem;
		  will-change: transform;
    }

.navbar.hide {
  transform: translateY(-100%);
}

    .navbar a.nav-link {
      color: #ffffff;
      font-weight: 500;
      margin: 0 15px;
      transition: color 0.3s ease;
    }

    .navbar a.nav-link:hover {
      color: #6a5aff;
    }

    .navbar:hover {
      background-color: #ffffff;
    }

    .navbar:hover .nav-link {
      color: #1b0f3b;
    }

    /* ===== Logo Swap ===== */
    .navbar-brand img {
      height: 36px;
      transition: opacity 0.3s ease;
    }

    .navbar-brand {
      position: relative;
      display: inline-block;
    }

    .logo-black {
      position: absolute;
      top: 5px;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .navbar:hover .logo-white {
      opacity: 0;
    }

    .navbar:hover .logo-black {
      opacity: 1;
    }

    /* ===== Mega Menu ===== */
    .mega-menu {
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
      padding: 30px 40px;
      display: none;
      z-index: 999;
      transition: all 0.3s ease;
    }

    .nav-item.dropdown:hover .mega-menu {
      display: block;
    }

    /* Menu widths */
    .solutions-menu {
      width: 750px;
    }

    .resources-menu {
      width: 1000px;
    }

    /* ===== Pointer Triangle ===== */
    .mega-menu::before {
      content: "";
      position: absolute;
      top: -10px;
      left: 40%;
      transform: translateX(-50%);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #ffffff;
/*       filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.05)); */
    }

    .resources-menu::before {
      left: 54%;
    }

    /* ===== Icon Boxes ===== */
    .mega-menu .icon-box {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 20px;
      padding: 10px;
      border-radius: 15px;
      transition: all 0.3s ease;
    }

    .mega-menu .icon-box:hover {
      background-color: #f3f5ff;
      transform: scale(1.05);
    }

    .mega-menu .icon-box i {
      font-size: 20px;
      color: #6a5aff;
      background-color: #f3f5ff;
      border-radius: 10px;
      padding: 5px 10px;
    }

    .mega-menu h6 {
      font-weight: 600;
      margin-bottom: 5px;
      color: #1b0f3b;
    }

    .mega-menu p {
      margin: 0;
      font-size: 0.9rem;
      color: #555;
    }

    /* ===== Buttons ===== */
    .btn-app {
      background: #28c76f;
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      padding: 0.6rem 1.2rem;
      border: none;
      transition: background 0.3s ease;
    }

    .btn-app:hover {
      background: #22b161;
    }

    .btn-green {
      background-color: #28c76f;
      color: #fff;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      padding: 0.5rem 1rem;
      transition: background 0.3s ease;
    }

    .btn-green:hover {
      background-color: #22b161;
    }

    /* ===== Blog Scroll Section ===== */
    .blog-scroll-wrapper {
      height: 320px;
      overflow: hidden;
      position: relative;
    }

    .blog-scroll {
      display: flex;
      flex-direction: column;
      gap: 12px;
      animation: scrollBlogs 30s linear infinite;
    }

    .blog-scroll:hover {
      animation-play-state: paused;
    }

    .blog-preview {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
    }

    .blog-preview img {
      width: 100%;
      height: 100px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .blog-preview:hover img {
      transform: scale(1.05);
    }

    .blog-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .blog-preview:hover .blog-overlay {
      opacity: 1;
    }

    @keyframes scrollBlogs {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(-50%);
      }
    }


/* ===== Custom Menu Toggle Icons ===== */
.navbar-toggler {
  background: transparent;
  position: relative;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler img,
.navbar-toggler i {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
  color: #ffffff; /* white on dark background */
}

.menu-icon {
  display: block;
}

.close-icon {
  display: none;
}

/* When navbar menu is open */
.navbar.open .menu-icon {
  display: none;
}

.navbar.open .close-icon {
  display: block;
  color: #1b0f3b; /* dark color when menu open */
	padding-top: 20px;
}


/* ===== Responsive (Mobile Behavior) ===== */
@media (max-width: 992px) {

  .navbar {
    background-color: #1b0f3b !important;
    transition: background-color 0.3s ease;
  }

  /* Default: dark mode */
  .navbar .logo-white {
    display: block !important;
    opacity: 1 !important;
  }

  .navbar .logo-black {
    display: none !important;
  }

  .navbar-toggler {
    color: transparent !important;
    border: none;
  }

  /* When menu is opened */
  .navbar.open {
           background-color: #ffffff !important;
        height: 100vh;
        text-align: start;
        align-items: start;
  }

  .navbar.open .logo-white {
    display: none !important;
  }

  .navbar.open .logo-black {
    display: block !important;
  }



  .navbar.open .nav-link {
    color: #1b0f3b !important;
  }

  /* Collapse styling */
  .navbar-collapse {
    background: transparent;
    margin-top: 1rem;
  }

  .navbar-nav {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
   padding-top: 20px;
  }

  .nav-item {
    text-align: start;
    border-bottom: 1px solid #ddd;
    padding: 0.5rem 0;
  }

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

  .nav-link {
    color: #1b0f3b !important;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Dropdown arrow */
  .nav-item.dropdown .dropdown-toggle::after {
    content: "\f282"; /* Bootstrap icon: chevron-down */
    font-family: bootstrap-icons;
    border: none;
    font-size: 1rem;
    margin-left: auto;
  }

  /* Dropdown behavior */
  .nav-item.dropdown:hover .mega-menu {
    display: none !important;
  }

  .nav-item.dropdown.active .mega-menu {
    display: block !important;
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    margin-top: 10px;
    overflow-y: auto;
    max-height: 60vh;
  }
	.mega-menu{
		transform: translatex(0);
	}

  .resources-menu,
  .solutions-menu {
    width: 100% !important;
  }

  .blog-scroll-wrapper {
    display: none !important;
  }

}

	   .item-text {
      text-align: start;
    }
/*** ––––––––––––––– ***
     Navbar CSS End
 *** ––––––––––––––– ***/



/* –––––––––––––––––––
   Home Page CSS Start
  –––––––––––––––––––– */
/*** Home Banner Section CSS Start ***/
.home-banner-section{
	
}
/*** Home Banner Section CSS End ***/
.btn-banner-show {
   background:var(--seconday-bg-color);
    color: #FFF;
}
.btn-banner-show:hover{
	background:#FFF;
    color: #000;
}
.btn-show-secend{
    background:#312078;
    color:#FFF;
	border: 1px solid #312078;
}
.btn-show-secend:hover{
    background:#fff;
    color:#312078;
	border: 1px solid #312078;
}
 .hero-section {
            position: relative;
            background: linear-gradient(to bottom, #120B30, #352280);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            text-align: center;padding-top: 120px;
        }

	 /* Hero Curve */
        .hero-curve {
            position: relative;
            width: 100%;
            overflow: hidden;
            line-height: 0;
			padding-top: 100px;
            margin-bottom: -1px; /* removes gap */
        }

        .hero-curve svg {
            display: block;
            width: 100%;
            height: 120px; /* height of the curve */
        }

	.dual-cards{
		  background-color: #fff;
            text-align: center;
            margin-bottom: -300px;
	}

	.app-container{
		max-width: 1400px !important;
	}
/* Container that masks overflow */
.apps-scroll-wrapper {
  max-height: 480px; /* shows about 3 rows (adjust as needed) */
  overflow: hidden;
  position: relative;
}

/* App list scrolls vertically */
.apps-scroll-wrapper #appsListHome {
  display: flex;
  flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
  animation: scrollAppsVertically 60s linear infinite;
}

/* Pause animation on hover */
.apps-scroll-wrapper:hover #appsListHome {
  animation-play-state: paused;
}
/* Make sure the scrolling animation can be paused via this class */
#appsListHome.paused {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

/* Optional: when in search mode you may want a static layout */
#appsListHome.search-active {
  animation: none !important;
}

	
	.app-item {
 
  max-width: 30%;
		width: 22%;
  box-sizing: border-box;
}
	
	.box-product{
		font-size: small;
		border: 0.5px solid #dad3f5;
	}

/* Define the vertical scroll keyframes */
@keyframes scrollAppsVertically {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}


@media (max-width: 768px) {
  .app-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
	
}

@media (max-width: 576px) {
  .app-item {
    flex: 0 0 100%;
    max-width: 43%;
  }
}

.banner-box {
	    background: #FFF !important;
    align-items: center;
/*     display: flex; */
    flex-direction: column;
    justify-content: center;
/*     max-height: 70vh; */
	height: 100%;
}

.box-product {
  transition: all 0.3s ease;
  background: #fff;
}
.box-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
	background: #faf8ff;
}
#searchIconFaq {
  font-size: 1.2rem;
}
div#accordiona {
    height: 380px;
    position: relative;
    overflow: hidden;
}

.items {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: ghostwhite; */
    padding: 0 20px;
   
}

.transparent-logo {
    height: 70px;            /* FIXED HEIGHT for all logos */
    width: auto;             /* keeps aspect ratio */
    object-fit: contain;     /* ensures full logo fits inside */
    filter: grayscale(100%) !important;
    transition: ease-in-out 0.5s;
    padding: 10px;
}

.transparent-logo:hover{
    filter: grayscale(0%) !important;
    transform: scale(1.1);
}

.integrate-section{
     background-image: 
    radial-gradient(circle at 20% 20%, #332178), 
    radial-gradient(circle at 80% 80%, #0b0036, transparent);
  background-repeat: no-repeat;
	overflow:hidden;
}
.accordion {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accordion-item {
  background-color: #3b289100;
  
  transition: all 0.4s ease;
  cursor: pointer;
  border: none;
  position: relative;
	padding: 20px 0px;

}

.accordion-item:hover {
  background-color: #25175C !important;
	border-radius: 20px !important;
}

/* Header */
.accordion-header {
  padding: 0px 30px;
  font-size: 30px;
  font-weight: 600;
  transition: color 0.3s ease;
	color:#b1b1b1;
}

.accordion-item:hover .accordion-header {
  color: white;
}

/* Content */
.accordion-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
}

/* Text */
.accordion-text {
  flex: 1;
  display: none;
}

.accordion-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;

}

/* Image */
.accordion-image {
  display: none; /* hidden by default */
  position: absolute;
  right: 80px;
  top: -40px;
}

.accordion-item:hover .accordion-text{
	display: block;
	color: white;
}
.accordion-item:hover .accordion-image {
  display: block;
}

.accordion-image img {
  width: 350px;
  height: 250px;
  border-radius: 30px;
  transition: transform 0.3s ease;
}

.accordion-item:hover .accordion-image img {
  transform: scale(1.05);
}

@media (min-width: 1600px){
	.hero-section{
		height: 90vh;
	}

	.integration-section {
    top: -300px !important;
}
	.banner-box{
		height: 50vh;
	}
}

@media (min-width: 770px) and (max-width: 1440px){
	
	.app-item{
		width: 30%;
	}
	.connector{
		left: 46% !important;
	}
}

/* Responsive */
@media (max-width: 769px) {
  .accordion-content {
    flex-direction: column;
  }

	.app-item{
		width: 30%;
	}

}

.home-card{
	border-radius: 30px;
	border: none;
	gap: 20px;
}

.home-use-cases-section{
background: #332178;
position: relative;
}
.use-cases-slider .icon-box img{
	width: 100%;
    max-width: 180px;
}
.home-use-cases-section .arrows-box button{
	width: 40px;
    border-radius: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3a267f;
    border: 2px solid;
    border-color:#fff;
	color:#fff;
}
.home-use-cases-section .arrows-box{
	bottom: 40px;
/*     position: absolute; */
}
.home-use-cases-section .arrows-box button:hover{
	color:#fff;
	background-color: var(--secondary);
    border-color: var(--secondary);
}

.integration-section{
	position:relative;
	top: -280px;
}

.connector{
	position: absolute;
    top: 45%;
    left: 47%;
    z-index: 999;
}
.secend-btu {
    background: #000;
	color: white;
}
.hight-valume{
	padding-right: 20px;
}
.number-scroll{
        font-size: 200px;
        font-weight: 700; 
}
.number-text{
	z-index: 99;width: max-content;background: #1c0f4e;padding: 15px 40px;border-radius: 20px;
}
@media(max-width:991.92px){
  .home-use-cases-section .arrows-box{
	bottom: 0px;
  }
}
@media(max-width:767.92px){
  .home-use-cases-section .arrows-box{
	bottom: -30px;
  }
}
@media(min-width:769px) and (max-width: 1024px){
	.accordion-image {
   right: -40px;
    top: 0px;
}
	
	.accordion-image img {
    width: 300px;
    height: 200px;
    border-radius: 30px;
    transition: transform 0.3s ease;
}
}

@media(max-width:1440px){
.number-scroll{
	font-size: 120px !important;
}
}

@media(min-width:436px) and (max-width: 767px){
	.connector {
    top: 43% !important;
    left: 44% !important;
    width: 50px;
}
}
	@media(min-width:427px) and (max-width: 768px){
		.number-scroll{
	font-size: 70px !important;
}
		
	.accordion-image {
		right: -160px;
	}
	.accordion-image img {
		width: 70%;
		 height: auto;
    position: static;
    margin-top: 15px;
	}
		
	}
/* 	.integration-section {
    top: -200px;
} */
	

/* 	.banner-box{
		height: 65vh;
	} */

@media(max-width:435px){
.number-scroll{
	font-size: 50px !important;
}
	.hero-section {
		padding-top: 100px;
	}
	.integration-section{
		top:-270px !important;
	}
	
	.banner-box{
		height: 70vh;
	}
	.connector{
		top: 47% !important;
       left: 40% !important;
	}
	.imfio-font{
		font-size: 22px;
	}
	.number-text{
		width: 280px;
		padding: 5px;
	}
	
	
}

.text-box h2{
    background:#1C0F4E;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 10px;
}
.number-scroll{
	font-size: 200px;
    font-weight: 700;
}

.imgBackModal{
	display:flex;
	justify-content:center;
	align-items: center;
	border-radius:50%;
	background: #ffffff;
	width: 150px; 
	height: 150px;
	padding: 10px;
}

.modal-content {
  background: #fff;
  border-radius: 12px;
}

.bg-gradient {
  background: linear-gradient(135deg, #4a00e0, #8e2de2);
}

.modal-icons img {
  border-radius: 10px;
  background: #fff;
  padding: 5px;
}

.modal-footer .btn-primary {
  background-color: #4a00e0;
  border: none;
}

.modal-footer .btn-primary:hover {
  background-color: #3a00b5;
}

.modal-footer .btn-success {
  background-color: #28a745;
  border: none;
}

.modal-footer .btn-success:hover {
  background-color: #218838;
}
	
	.modal-title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.support-cta-section {
    background: linear-gradient(to bottom, #515aca, #93aafe);
    color: #fff;
    border-radius: 20px;
    position: absolute;
    overflow: visible;
    width: 1000px;
    top: -180px;
    left: 50%;
    transform: translate(-50%, 0%);
	z-index:999;
}

.support-cta-section .cta-title {
  font-size: 2rem;
  line-height: 1.3;
}

.support-cta-section .cta-subtext {
  font-size: 1rem;
  color: #e9e9ff;
  max-width: 500px;
}

.support-cta-section .cta-main-img {
  max-width: 90%;
}

.support-cta-section .cta-avatar {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
}
@media (min-width: 999px) and (max-width: 1025px) {
  .support-cta-section {
    width:960px;
  }
}
@media (min-width: 431px) and (max-width: 998px) {
  .support-cta-section {
    width:650px;
  }
}
	
	@media (max-width: 431px) {
  .support-cta-section {
    width:310px;
	  top:-289px;
  }
}
/* –––––––––––––––––––
   Home Page CSS End
  –––––––––––––––––––– */


/* –––––––––––––––––––
   Single-page CSS Start
  –––––––––––––––––––– */

/* Base style */
.integration-tabs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.integration-item {
  list-style: none;
}

.integration-link {
  border: none;
  background: transparent;
  color: #444;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

/* Hover */
.integration-link:hover {
  color: #6a5aff;
  background-color: rgba(106, 90, 255, 0.1);
}

/* Active */
.integration-link.active {
  color: #fff;
  background-color: #6a5aff;
  font-weight: 600;
}


.app-banner-list{
	max-width:800px;
}

.check{
	color: #28a745; font-size: 1.3rem;
}

.imgTop{
	width:100px;
	height: auto;
}

.imgBack{
	display:flex;
	justify-content:center;
	align-items: center;
	border-radius:50%;
	background: #fff;
	width: 150px; 
	height: 150px;
	padding: 10px;
	margin-right: 5px;
    margin-left: 5px;
}
.connector-app-single{
	max-width: 50px;
	height: auto;
	position:absolute;
}

   .single-app-section {    
    color: #212529;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	   width:100%;
	   background-image: linear-gradient(to bottom, #ffffff, #E7E6FF);
    }
.single-app-subtext{
	max-width: 730px;
}
    .single-app-toggle-btns .btn {
      border-radius: 8px;
      padding: 0.6rem 1.5rem;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .single-app-btn-active {
      background-color: #28a745 !important;
      color: #fff !important;
      border: none !important;
    }
    .single-app-btn-inactive {
      background-color: #fff;
      color: #333;
      border: 1px solid #ccc;
    }
#single-app-triggers, #single-app-actions{
	width: 80%;
}
    .single-app-card {
      background-color: #ffffff;
      border-radius: 12px;
      padding: 1.5rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      transition: background 0.3s ease;
		width: 100%;
    max-width: 950px;
    }
    .single-app-card:hover {
      background-color: #f7f7f7;
    }
    .single-app-icons {
      display: flex;
      align-items: center;
    }
    .single-app-icon-wrap {
      width: 48px;
      height: 48px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }
    .single-app-icons img {
      max-width: 60%;
      height: auto;
    }


.single-app-plus{
	padding: 0px 5px;
	background:white;
	border-radius: 50%;
}

  .single-app-arrow i {
    background-color: #34227c;
    color: #fff;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 1rem;
  }

  .single-how-it-works {
       display: flex;
    flex-direction: column;
    align-items: center;
  }

  .single-how-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }

  .single-how-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  }

.single-integrate-tabs-heading{
	max-width:1000px;
}

  .single-integrate-tabs {
    background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 100%);
  }

.single-integrate-tabs-inner{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single-integrate-tabs-subtext{
	max-width:800px;
}

.single-integrate-tabs-nav{
    border-radius: 15px;
    padding: 10px;
}
  .single-integrate-tabs-nav .nav-link {
    border: none;
    background: #fff;
    color: #757575;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    margin: 0 0.3rem;
/*     box-shadow: 0 1px 3px rgba(0,0,0,0.05); */
    transition: all 0.3s ease;
  }

  .single-integrate-tabs-nav .nav-link:hover {
    background: #e9e9ff;
  }

  .single-integrate-tabs-nav .nav-link.active {
    background: #4256a2;
    color: #fff;
    box-shadow: 0 4px 10px rgba(71,83,232,0.3);
  }

  .single-integrate-tabs-content img {
    max-width: 100%;
    transition: transform 0.3s ease;
  }

  .single-integrate-tabs-content img:hover {
    transform: scale(1.03);
  }

  .single-integrate-tabs-btn {
    border-radius: 8px;
  }

/* Hide default Bootstrap tabs on mobile */
@media (max-width: 1024px) {
  #integrationTabs {
    display: none !important;
  }

  .mobile-tab-dropdown {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 24px;
    font-family: inherit;
    z-index: 10;
  }

  /* Selected item */
  .mobile-tab-selected {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    transition: all 0.2s ease-in-out;
  }

  .mobile-tab-selected::after {
    content: "▾";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #666;
  }

  /* Dropdown menu */
  .mobile-tab-options {
    list-style: none;
    margin: 6px 0 0;
    padding: 6px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    z-index: 15;
  }

  .mobile-tab-options.show {
    display: flex;
    animation: fadeIn 0.2s ease-in-out;
  }

  .mobile-tab-options li {
    padding: 10px 14px;
    border-radius: 6px;
    color: #555;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .mobile-tab-options li:hover {
    background: #f4f6ff;
  }

  .mobile-tab-options li.active {
    background: #e4e9ff;
    color: #000;
    font-weight: 600;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* Hide mobile dropdown on desktop */
@media (min-width: 1025px) {
  .mobile-tab-dropdown {
    display: none !important;
  }
}


.single-page-faq {
  padding: 80px 20px;
  background: #fff;
  font-family: 'Inter', sans-serif;
  color: #111;
}

.single-page-faq-container {
  max-width: 1200px;
  margin: 0 auto;
}

.single-page-faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.single-page-faq-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.single-page-faq-header p {
  color: #666;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

.single-page-faq-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.single-page-faq-image {
/*   flex: 1 1 350px; */
  display: flex;
  justify-content: center;
  background: #fff4f1;
  border-radius: 16px;
/*   padding: 40px; */
}

.single-page-faq-image img {
  width: 100%;
  max-width: 350px;
  height: 550px;
  object-fit: cover;
	  border-radius: 16px;

}

.single-page-faq-accordion {
  flex: 1 1 ;
}

.single-page-faq-item {
  border-radius: 12px;
  overflow: hidden;
  background: #f9f9fb;
  margin-bottom: 15px;
  transition: background 0.3s ease;
}

.single-page-faq-item.active {
  background: #e8eaff;
}

.single-page-faq-question {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-page-faq-icon {
  font-size: 1.4rem;
  color: #3b50d6;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.single-page-faq-answer-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  background: #e8eaff;
}

.single-page-faq-answer {
  padding: 0 24px 20px 24px;
}

.single-page-faq-answer p {
  margin: 0;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .single-page-faq-content {
    flex-direction: column;
    gap: 40px;
  }

  .single-page-faq-image {
    padding: 20px;
  }
}

@media (max-width: 600px){
	.single-app-card{
		flex-direction: column;
		align-items: start;
	}
}


/* –––––––––––––––––––
   Single-page CSS End
  –––––––––––––––––––– */

/* –––––––––––––––––––
   Pricing CSS Start
  –––––––––––––––––––– */
.pricing-card-resp{
	position: relative;
	top: -180px;
    margin-bottom: -180px;
}

/* –––––––––––––––––––
   Pricing CSS End
  –––––––––––––––––––– */

/* –––––––––––––––––––
   Blog CSS Start
  –––––––––––––––––––– */
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 0 1rem 0;
  color: #000; /* default text color */
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  color: #5568ac; /* changes all text inside */
}

.blog-card:hover a,
.blog-card:hover .blog-meta,
.blog-card:hover .blog-excerpt {
  color: #5568ac !important;
}

.blog-thumb img {
  width: 100%;
/*   height: 200px; */
  object-fit: cover;
  border-radius:10px;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-thumb img {
  transform: scale(1.05);
}

.blog-meta{
	color: #5568ac;
}

.blog-title a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.blog-excerpt {
  font-size: 14px;
  color: #666;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
/*   .blog-thumb img {
    height: 160px;
  } */
  .blog-title {
    font-size: 16px;
  }
}

/* –––––––––––––––––––
   Blog CSS End
  –––––––––––––––––––– */

/* –––––––––––––––––––
   Blog-Single CSS Start
  –––––––––––––––––––– */


/* –––––––––––––––––––
   Blog-Single CSS End
  –––––––––––––––––––– */
.blog-hero {
  position: relative;
  overflow: hidden;
}

.blog-hero h1 {
  line-height: 1.2;
}

.blog-hero img {
  max-width: 100%;
  height: auto;
}

.blog-social-icons{
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
    color: #1a1a1a;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.blog-social-icons:hover {
  color: #fff;
	background-color: var(--secondaryGreen);
}

.blog-single-hero-logo{
	    width: 10%;
    background: white;
    padding: 10px;
    border-radius: 50%;
}

.blog-content h2,
.blog-content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blog-content p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .blog-hero {
    text-align: center;
  }
  .blog-hero h1 {
    font-size: 1.8rem;
  }
}
.business-card {
  position: sticky;
  top: 123px;
  color: #fff;
  border-radius: 16px;
  padding: 40px 45px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height:600px;
  max-width: 400px;
}

.business-card h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
	margin-top:50px;
	color: #000;
}

.business-card h4 strong {
  font-weight: 900;
}

.business-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}

.business-card .btn-custom {
     background: #2e1e72;
    color: #fff;   
    border-radius: 8px;
    padding: 6px 15px;
    align-items: center;   
    text-decoration: none;
    transition: all 0.3s ease;
   
}

.business-card .btn-custom:hover {
  background: #282D89 !important;
  color: #FFF;
}

.business-card .btn-custom i {
  font-size: 18px;
}

@media (max-width: 768px) {
  .business-card {
    padding: 30px;
   
  }
}

/* –––––––––––––––––––
   All Apps CSS Start
  –––––––––––––––––––– */
	
	.category-list {
  list-style: none;
  padding-left: 0;
}

.category-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.category-list li::before {
  content: "•";
  color: #3e53a2; /* your brand color */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
}
		.show-data-img-apps{
		    width: 50px !important;
    height: auto !important;
	}
	input#faqSearchForm {
	border-radius: 10px;
	border: 1px solid #0475ee;
	padding-left:55px;
}
i#searchIconFaq {
    position: absolute;
    top: 20px;
    left: 20px;
	background: var(--darkBlue);
	color: #0475ee;
	padding: 0.5rem;
	border-radius:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	top:9px;
	left:9px
}
	.faqSearchGoup {
	position: relative;
}
	.sidebar.border-end ul {
    padding: 0px;
    margin-top: 12px;
}
.sidebar.border-end ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
}
.sidebar.border-end ul li a {
    text-decoration: none;
    color: #000;
    transition: .3s !important;
}
.sidebar{
    height:100%;
    min-height:100%;
}
h6.popularint {
    background: #bcbfcb;
    padding: 10px;
    width: fit-content;
}
.category-title {
    font-weight: 600;
    font-size: 23px;
}
.sidebar.border-end img {
    width: 19px;
}
.serch-form-show input#faqSearchForm {
    font-size: 18px;
}
.serch-form-show i#searchIconFaq {
    margin-top: -2px;
}
.form-control:focus{
   box-shadow: none !important;
}
.sidebar.border-end ul li a:hover{
        color:#4256a2;
        letter-spacing: 0.5px;
    }
    .sidebar.border-end ul li a:active{
        color:#4256a2;
    }
.sidebar.border-end.mobile {
    display: none;
}
.sidebar.border-end {
    display: block;
}
@media only screen and (min-width: 280px) and (max-width: 1025px) {
	.sidebar.border-end.mobile {
   display:block;
}
	.sidebar.border-end {
    display: none;
}
}
 .list-app {
         color:#00B146;
     }
     .ready-box{
         background: linear-gradient(to right, #DAF5E6, #D8DDEB);
    border-radius: 21px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
     }
     .box-show-data-int {
    background: #EDFAF3;
    padding: 17px;
    border-radius: 10px;
}
#ctaapp{
     background: linear-gradient(to right, #DAF5E6, #D8DDEB);
}
.single-page-logo{
    width: 135px;
    text-align: right;
    margin-left: 20px;
    background: #FFFF;
    padding: 20px;
    border-radius: 37px;
}
/* Default label style */
	.show-data-img-apps{
		    width: 50px !important;
    height: auto !important;
	}
.place {
    position: absolute;
    top: 50%;
    left: 56px;
    transform: translateY(-50%);
    color: #2d2d2d;
    font-size: 16px;
    transition: all 0.5s ease;
    pointer-events: none;
    font-size:15px;
}

/* Animate label when input is focused, hovered, filled, or clicked */
#faqSearchForm:focus + .place,
#faqSearchForm:hover + .place,
#faqSearchForm:not(:placeholder-shown) + .place,
.faqSearchGoup.focused .place {
    top: -20px;
    font-size: 12px;
    opacity: 0.8;
    left: 58px;
}
.app-subheding{
    font-size:15px;
}
 .fade-app {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .fade-app.show {
        opacity: 1;
    }
   .shwing{
       font-size:12px;
   }
   .sticky-app{
   position: sticky;
    top: 110px;
   }
	
	.all-box{
padding: 17px;
    border-radius: 14px;
	 min-height: auto;
    height: 100%;
	border:	1px solid lightgrey
}
   
.all-box:hover{
padding: 17px;
        background: #3f54a214;
    border-radius: 14px;
}

.all-apps-category{
    background-color: ghostwhite;
    padding: 20px;
    border-radius: 20px;
    margin-right: 20px;
}

/* Custom dropdown wrapper */
.custom-dropdown-wrapper {
  position: relative;
  max-width: 100%;
}

/* Dropdown base */
.custom-category-dropdown {
  background-color: #f9f9ff;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  border: 2px solid #d6d8ff;
  border-radius: 8px;
  padding: 12px 40px 12px 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover + focus effect */
.custom-category-dropdown:hover,
.custom-category-dropdown:focus {
  border-color: #3e53a2;
  box-shadow: 0 0 0 3px rgba(62, 83, 162, 0.1);
  outline: none;
}

/* Chevron icon */
.dropdown-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #3e53a2;
  pointer-events: none;
}

/* Responsive adjustments */
@media (min-width: 1025px) {
  .mobile {
    display: none;
  }
}
/* –––––––––––––––––––
   All Apps CSS End
  –––––––––––––––––––– */

/* –––––––––––––––––––
   Footer CSS Start
  –––––––––––––––––––– */
 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
	z-index:99 !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.footer-section{
	position:relative;
}
.footer-badge-img {
  height: 90px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.footer-badge-img:hover {
  transform: scale(1.05);
}

.footer-logo {
  width: 55px;
  height: 55px;
}

.footer-tagline {
  font-size: 2.5rem;
  color: #1a1a1a;
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.footer-social-icon:hover {
  background-color: #6a5aff;
  transform: translateY(-3px);
}

.footer-bottom a {
  color: #6a5aff;
}

/* .footer-badges-wrapper {
  width: 100%;
  max-width: 330px;
  overflow: hidden;
} */

.footer-badges {
  display: flex;
  width: max-content;
  animation: footer-badges-scroll 0s linear infinite;
}

.footer-badges-track {
  display: flex;
  align-items: center;
  gap: 1rem; /* equal spacing between all images */
}

.footer-badge-img {
  height: 100px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  transition: transform .3s ease;
}

.footer-badge-img:hover {
  transform: scale(1.05);
}

/* Smooth infinite scrolling */
@keyframes footer-badges-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.footer-back-text {
  color: #3D52A0;
  opacity: 0.03; /* use decimal instead of 3% */
  font-weight: 900;
  position: absolute;
  bottom: 0;
 left: 50%;
transform: translateX(-50%);
  z-index: 0;
  height: auto;
/*   line-height: 1; */
  white-space: nowrap;

  /* Responsive scaling font size */
  font-size: clamp(50px, 15vw, 320px);
}

.footer-links a,
.footer-resources a {
    transition: transform 0.2s ease;
    display: inline-block; /* Needed for scale effect */
}

.footer-links a:hover,
.footer-resources a:hover {
    color: #5a4cd7 !important; /* Slightly darker shade on hover */
}


/* –––––––––––––––––––
   Footer CSS End
  –––––––––––––––––––– */