/*
Theme Name: MovetoSlack
Theme URI: https://movetoslack.com
Author: Team MovetoSlack
Author URI: https://movetoslack.com
Description: MovetoSlack 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

*/


:root {
    --primary-bg: #fff4e8;
    --primary-color: #4b0651; /* Purple */
    --primary-hover: #35033a;
    --text-muted: #7a7a7a;
}

body {
    background: var(--primary-bg);
/*     font-family: "Salesforce-Avant-Garde", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
	padding: 0;
	margin:0;
	font-family: "Roboto", sans-serif;

}

.navbar-nav{
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}
.nav-link {
    color: #4B224F; /* dark purple */
    font-weight: 500;
}
.navbar-nav {
  gap: 24px;
}

@media (max-width: 767px) {
  .navbar-nav {
    flex-direction: column;
    gap: 12px;
  }
}
.navbar-toggler {
  outline: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.nav-link:hover,
.nav-link.active {
    color: #270019; /* darker highlight */
}

.primary-button {
  display: inline-block;
  background: #29b6f6;
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
}

.primary-button:hover {
  transform: translateY(-2px);
	  color: #fff;
  box-shadow: 0 12px 30px rgba(41,182,246,0.35);
}


.footer-section {
    background: #F4EBE2; /* light pastel beige */
}

.footer-logo {
    border-radius: 12px;
}

.footer-tagline {
    color: #444;
    font-size: 16px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-size: 20px;
    color: #3a2a58;
    text-decoration: none;
    transition: 0.2s;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.footer-divider {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.footer-bottom-link {
    color: #444;
    text-decoration: none;
    font-size: 14px;
}

.footer-bottom-link:hover {
    text-decoration: underline;
}


/*******************
 Home Page CSS Start
********************/

/*** Banner Section CSS Start ***/
.home-banner-section{
	position: relative;
    overflow: hidden;
}
.home-banner-lottie{
	top: 30px;
    position: absolute;
    height: auto;
/*     width: 100%;
    max-width: 918px; */
	max-width: 50%;
    right: 0;
}
.home-banner-section .banner-arrow{
	position: absolute;
    top: 67%;
    right: -10px;
}
.home-banner-section .hero-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.home-banner-section .shape-circle {
  top: 60px;
  left: 40px;
  width: 120px;
}

.home-banner-section .shape-triangle {
  bottom: 100px;
  left: 30%;
  width: 160px;
}

.home-banner-section .shape-blob {
    left: 40px;
    right: 120px;
    width: 220px;
    bottom: 0px;
}
@media(max-width:1199.92px){
  .home-banner-section .banner-arrow{
    top: 50%;
    right: 0px;
  }
}
@media(max-width:1162.92px){
  .home-banner-section .banner-arrow{
    top: 70%;
	max-width: 100px;
  }
}
@media(max-width:991.92px){
  .home-banner-section .home-banner-lottie{
    position: unset;
    height: auto;
    max-height: 400px;
    max-width: 100%;
  }
  .home-banner-section .banner-arrow{
    display:none;
  }
}
/*** Banner Section CSS End ***/

/*****************
 Home Page CSS End
******************/


/* –––––––––––––––––––
   Blog CSS Start
  –––––––––––––––––––– */
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 10px;
  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: 180px;
  object-fit: cover;
  border-radius:10px;
  transition: transform 0.3s ease;
}



.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;
  }
}


.single-page-faq {
  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: start;
}

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

.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;
	}
}


/* –––––––––––––––––––
   Blog 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;
   
  }
} */