.growth-engine h1 {max-width:756px;}

@media (max-width: 767px) {
  .growth-engine .owl-stage {
      display: flex;
      flex-wrap: nowrap;
  }
.growth-engine h1 {max-width:100%;}
  .growth-engine .owl-item {
      flex: 0 0 90%; /* Card ko 90% width tak expand karein */
      margin: 0 auto; /* Center alignment */
  }

  .growth-engine .owl-nav {
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
  }

  .growth-engine .section-title {
      margin-left: 0; /* Center the title */
      text-align: center;
  }

  .growth-engine .card-footer .app-name p {
      font-size: 18px; /* Adjust font size */
  }

  .growth-engine .card-footer .footer-wrap .connect-button a {
      min-width: 110px; /* Button width adjust */
      font-size: 14px;
  }
  .growth-engine .owl-carousel .owl-stage-outer {
    padding-left: 10px !IMportant;
}
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    body h1 {
        font-size: calc(48px - 10px);
        line-height: 60px;
    }
}



@media (max-width: 1024px) {
  .growth-engine .owl-item {
      flex: 1 1 100%; /* Force one item per row */
      max-width: 100%;
  }

  .growth-engine .owl-nav {
      position: relative;
      top: auto;
      display: flex;
      justify-content: center;
      margin-top: 10px;
  }

.growth-engine .section-title h1 {
      font-size: 36px !important;
      line-height: 42px !important;
  }
}

.growth-engine {
	overflow: hidden;
}

.growth-engine .wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 100% !important;

}

.growth-engine .owl-carousel.owl-loaded {
	margin-left: 20px;
}

.growth-engine .image-box {
  width: 100%;
  height: 100%;
}


.section-title {
    margin-left: 88px;
    margin-bottom: -46px;
}

.growth-engine .image-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; /* or 'contain' based on your requirement */
}


.growth-engine .owl-carousel {
    display: flex !important;
    flex-wrap: nowrap !important; /* Ensure items stay in one row */
}

.growth-engine .owl-item {
    flex: 0 0 auto !important; /* Allow items to take only necessary space */
}

.growth-engine .owl-stage {
    display: flex !important;
    width: 100% !important;
}



.growth-engine .owl-carousel {
    display: block !important;
}

.growth-engine .owl-stage {
    display: flex !important;
    flex-wrap: nowrap;
}


@media (max-width: 767px) {
    .growth-engine .owl-stage {
        display: flex;
        flex-wrap: nowrap;
    }

    .growth-engine .owl-item {
        flex: 0 0 90%; /* 90% width tak card dekhein */
        margin: 0 auto; /* Center align */
    }

    .growth-engine .owl-nav {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
}



/* Responsive Adjustments */
@media (max-width: 1024px) { /* Tablet & Mobile View */
  .growth-engine .owl-carousel {
    flex-wrap: nowrap;
  }

  .growth-engine .owl-item {
    flex: 1 1 100%; /* Force one item per row */
    max-width: 100%;
  }

  .growth-engine .owl-nav {
    position: relative;
    top: auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .growth-engine .section-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) { /* Mobile View */
  .growth-engine .owl-item {
    min-width: 100%; /* Show only one item per slide */
  }

  .growth-engine .owl-nav {
    left: 50%;
    transform: translateX(-50%);
  }
}





































.growth-engine .integrate-icon,
.growth-engine .hs-icon {
	   z-index: 1;
    color: rgb(32, 173, 44) color: rgb(237, 51, 51) /* Frame */ position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 50px / 2 - 117px);
    top: -15px;
    background: #FFFFFF;
    box-shadow: 0px 1.66667px 3.33333px rgba(0, 0, 0, 0.1), 0px 5.66667px 6.66667px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    flex: none;
    order: 1;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.growth-engine .icons-wrap {
	align-content: center;
	display: flex;
	position: absolute;
	top: -20px;
}

.growth-engine .card-footer .app-name p {
	color: #001A5A;
	font-size: 30.02px;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 12px;
}

.growth-engine .card-footer .app-name span p {
	font-size: 9px;
	color: #474747;
	margin: 0;
	padding: 5px 10px 4px 20px;
	border: 1px solid #E0E3E6;
	border-radius: 20px;
   position: relative;

}

.growth-engine .card-footer .app-name span {
	position: relative;

}

.growth-engine .card-footer .app-name span:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #FF5412;
    border-radius: 20px;
    position: absolute;
    left: 10px;
    bottom: 8px;

}

.growth-engine .owl-carousel .owl-stage-outer {
	padding-left: 11px;
}

.growth-engine .owl-carousel .owl-stage-outer .owl-stage {
	padding-left: 0px !important;
	margin-left: 0px;
}
.growth-engine .owl-carousel .owl-next, .growth-engine .owl-carousel .owl-prev  img {
    
}

.growth-engine .owl-carousel .owl-next:hover img {
      filter: opacity(0.8);

}
.growth-engine .owl-carousel .owl-prev:hover img {
      filter: opacity(0.8);
 
}
.growth-engine .card-footer .name-company {
	margin-left: 15px;
	max-height: 36.38px;

}

.growth-engine .owl-carousel .owl-item img {
	width: 100% !important;
}

.growth-engine .card-body h4 {
	font-weight: 500;
	font-size: 21px;
	line-height: 120%;
	color: #000938;
	min-height: 25.19px;
	max-height: 25.19px;

}

.growth-engine .owl-carousel .owl-nav button.owl-prev {
	margin-right: 20px
}

.growth-engine .card-body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #3F4A56;
	text-align: center;
	min-height: 112px;
	max-height: 112px;

}

.growth-engine .card {
	border: 0;
	background: #FFFFFF;
	border-radius: 12px;
	height: 100%;
}

.growth-engine .card-header {
	border-bottom: 0;
	padding: 0;
}

  




/* column */

/* Auto layout */



.growth-engine .owl-nav {
	display: flex !important;
	justify-content: center;
	left: 0;
	margin: 0;
	padding: 0 15px;
	pointer-events: all;
	position: absolute;
	right: -60%;
	top: 0;

}

.growth-engine .owl-carousel .owl-stage-outer {
	padding-top: 56px;
	padding: left: 25px;
}

.growth-engine .owl-nav button {
	border: 0 !important;
}

.growth-engine .owl-nav button:focus {
	outline: none;
}

.growth-engine.owl-dots {
	text-align: center;
	margin-top: 24px;
	display: none !important;
}

.growth-engine .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	display: block;
	margin: 5px 10px;
	border-radius: 20px;
	background: #d5d4dd;
}

.growth-engine .owl-dots .owl-dot.active span {
	background: url(https://8422896.fs1.hubspotusercontent-na1.net/hubfs/8422896/Theme%202022/Home%20Page/Assets/Images/Nav_Dot.png);
}
.growth-engine .card-link p img {
	max-width: 15px !Important;
	margin-left: 8px;
	width: 100% !Important;
	height: 10px !important;
	object-fit: contain;
	display: inline-block;
}

.growth-engine .border-line {
	border-bottom: 1px solid #CACEE0;
	margin: 0 auto;
	width: 132px;

}

.growth-engine .card-link p {
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #000938;
	width: 100%;

	align-items: center;
}

.growth-engine .card-body {
	flex-direction: column;
	padding-left: 15px;

}


.growth-engine .card-footer {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 0;
	padding-bottom: 28px;
	padding-right: 5px;
	padding-left: 15px;
	padding: 0;
	margin-top: 25px;
}

.growth-engine .card-footer h6 {
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #3F4A56;
	margin: 0px;


}

.growth-engine .card-footer .footer-wrap .connect-button a {
	background: #ff5412;
	border-radius: 24px;
	color: #fff;
	display: block;
	max-width: 87px;
	padding: 0;
	padding-right: 0px;
	text-align: center;
	width: 100%;
	padding-right: 10px;
  height: 45px;
    line-height: 45px;
    min-width: 135px;
    font-size: 17px;

}

.growth-engine .card-footer .footer-wrap .connect-button {
	position: relative;
}

.growth-engine .card-footer .footer-wrap .connect-button a:after {
	background-image: url(https://5285525.fs1.hubspotusercontent-na1.net/hubfs/5285525/Integration%202024/Assets/Switch-icon.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 15px;
	left: auto;
	position: absolute;
	right: 18px;
	width: 15px !important;
  top: 14px;
}
.growth-engine .card-footer .footer-wrap .connect-button:hover a:after {


  

}
.growth-engine .card-footer .footer-wrap {
	display: flex;
	align-content: center;
	width: 100%;
	justify-content: space-between;
}
.growth-engine .hs-icon {
  margin-left: 20px;

}
.growth-engine .card-footer p {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #3F4A56;
}

.growth-engine .integrate-icon img {
	max-width: 32px !IMportant;
}
.growth-engine .hs-icon img {
	max-width: 30px !IMportant;
}

.growth-engine .section-title h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 120%;
	text-align: center;
	color: #000938;
}

.growth-engine .owl-nav {
	top: -35px !important;
}

@media (max-width:1024px) {
	.growth-engine .content {
		flex-wrap: wrap;
	}


.growth-engine .owl-nav {

		z-index: 0;
	}
	.growth-engine .owl-carousel.owl-loaded {
		margin: 0px;
	}
	.growth-engine .owl-nav {
		padding: 0 0px !important;
	}
  
  .growth-engine .card-footer .app-name p {
    font-size: 20.02px;
  }
	.growth-engine .owl-carousel.owl-drag .owl-item {
		padding: 0px 0px;
	}
  .growth-engine .card-footer .footer-wrap .connect-button a {
       line-height: 34px !important;
        min-width: 95px;
  }

	.growth-engine .card {
		width: 100% !Important;
		margin-bottom: 0px;
		height: auto;
	}

	.growth-engine .card-body p {

		max-width: 290px;
		margin: 0 auto;
	}

	.growth-engine .owl-dots {
		
		margin-top: 24px;
    display: block;
		text-align: center;
	}


	.growth-engine .card-footer .footer-wrap .connect-button a {
		    height: 40px !important;
		        line-height: 40px !important;
            min-width: 118px;
        font-size: 15px;

	}

	.growth-engine .card-footer .footer-wrap .connect-button a::after {
		top: 12px !important;
     right: 12px;
	}

	.growth-engine .card-footer .app-name p {
		font-size: 22.02px;
	}

}
@media (min-width: 1025px) and (max-width:1366px) { 
  .growth-engine .owl-stage-outer .item {
/*     min-height: 370px; */
  }
}
@media (min-width:1025px) and (max-width:1440px) {
	.growth-engine .card-footer .app-name p {
		font-size: 24.02px;
	}

}

@media (min-width:768px) and (max-width:1024px) {
	.growth-engine .content {
		flex-wrap: wrap;
		justify-content: center;

	}
  .growth-engine .owl-carousel.owl-drag .owl-item {
    padding: 0px 15px;
  }
  .growth-engine .owl-stage-outer .item {
     max-width: 100%;
  }
	.growth-engine {
		padding-bottom: 50px !important;
	}

	.growth-engine .card {
		width: 100% !important;
		margin-bottom: 0px;
		height: auto;
	}
  .growth-engine .owl-carousel .owl-stage-outer {
      padding-left: 0;
  }
  .growth-engine h1 {
    max-width: 500px;
}

}


@media (max-width: 767px) {
.growth-engine .owl-nav {
		left: 35% !important;
     margin-top: 50px !important;
		right: 35% !important;
		top: 95% !important;

	}
}


@media (max-width: 768px) {
.section-title {
    margin-left: 14px;
    margin-bottom: -46px;
}

.growth-engine .owl-nav {
    display: flex !important;
    justify-content: center;
    left: 142px;
    margin: 0;
    padding: 0 15px;
    pointer-events: all;
    position: absolute;
    right: -58%;
    top: 0;
}

.owl-carousel .owl-stage-outer {
    
    overflow: unset !important;
    position: relative;
}

.growth-engine .owl-nav {
    top: 0px !important;
  display: none ! IMPORTANT;
}

}




