@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{

	font-family: "Poppins", sans-serif;
       color: #262626;
}

container{
	width: 100%;
	max-width: 1340px; 
	margin: auto;
} 

header {
    padding: 0;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu ul {
    display: flex;
    list-style: none;
    gap: 32px;
}

.menu ul li a {
    font-size: 18px;
    font-weight: 600;
    color:#262626;
    text-decoration: none;
&:hover{
	color:#EB2626;
}
}

.logo img {
    width: 140px;
}

a.btn-demo {
    background: #EB2626;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 22px;
    clip-path: polygon(0 0, 89% 0, 114% 100%, 100% 100%, 0 100%);
}

.btn-book-demo img {
    background:#262626;
    padding: 14px 20px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%, 0 62%);
}

.btn-book-demo {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

.pc {
    display: block;
    padding: 7px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 99;
}

.mobile{
	display:none;
}

main {
    padding-top: 92px;
}

.menu-toggle img {
    background: #000;
    padding: 7px;
    width: 40px;
	height:40px;
    border-radius: 6px;
}
.mobile-right {
    display: flex;
    gap: 7px;
}

.mobile-menu-list {
position: fixed;
    top: 84.79px;
    left: -260px;  
    width: 260px;
    height: calc(100vh - 84.79px);
    background: #262626;
    transition: left 0.3s ease;
    display: block;
    z-index:9;
}

.mobile-menu-list ul {
    padding-top: 36px;
}


.mobile-menu-list ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

.mobile-menu-list ul {
     list-style: none;
}

.mobile-menu-list ul li {
    margin-bottom: 20px;
}
 .menu-toggle .icon-close {
    display: none;
}
.menu-toggle.active .icon-menu {
    display: none;
}

.menu-toggle.active .icon-close {
    display: block;
}
.mobile-menu-list.active {
    left: 0;
}
main {
    margin-top: 0;
}


.hero{
	background-image: url('/wp-content/themes/twentytwentyfive/assets/images/hero-bg.png');
	 background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	 padding-top: 40px;
         padding-bottom:200px
}

.hero-flex {
    display: flex;
    gap: 6px;
}

.hero-flex h4 {
    font-size: 16px;
    font-weight: 700;
    margin:0;
   text-transform: uppercase;
}

.heading h1 {
    font-size: 76px;
    font-weight: 600;
    margin: 0;
}

.sub-heading h2 {
    font-size: 56px;
    font-weight: 600;
    margin: 0;
}

.content
 {
    font-size: 18px;
    font-weight: 600;
}

.hero-img {
    text-align: center;
}

.hero-img img {
    width: 100%;
    max-width: 400px;
}

.partners {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    background: #ffffff;
    border-radius: 25px;
    width: fit-content;
    justify-content: center;
    margin: auto;
    padding: 33px 33px;
    box-shadow: 0px 4px 15px 0px #00000026;
position: relative;
    top: -120px;
    margin-bottom: -120px;
}

.partners img {
    width: 100%;
    max-width: 127px;
}

 .partners-subtitle {
    background: #262626;
    width: fit-content;
    color: #fff;
    box-shadow: 0px 4px 15px 0px #00000026;
    border-radius: 12px;
    padding: 8px 20px;
    text-align: center;
    margin: auto;
    position: relative;
    top: -22px;
}
 .leaky-bucket {
    padding: 90px 0;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 600;
}

.section-title h2 span {
    color: #EB2626;
}

.content-16 p {
	font-size: 16px;
    font-weight: 500;
}
img.leaky-bucket-img {
    border-radius: 8px;
}
.gain-quality-leads {
    background: #fef7f7;
	padding: 20px 0;
}

.steps h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.steps p {
    font-size: 16px;
    font-weight: 400;
}

.steps-active {
    color: #eb2626;
}

.count-active{
	background-color: #eb2626 !important;
	color: #fff !important;
}
 
.steps {
    margin-top: 50px;
 position: relative;

}

.steps-count {
    width: 40px;
    height: 40px;
    background: #D9D9D9;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    font-size: 19px;
}

.steps-count-last {
    width: 40px;
    height: 40px;
    background: #D9D9D9;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    font-size: 19px;
}

.steps-count::after {
    content: '';
    width: 1px;
    height: calc(100% - 100px);
    position: absolute;
    background: #fef7f7;
    top: 40px;
    border-right: 2px dashed #c1c1c1;
}

.marketing-sales {
    padding: 85px 0;
}

.marketing-sales-row {
    margin-top: 50px;
}

.marketing-sales-left img {
    width: 100%;
    max-width: 800px;
    height: 450px;
    object-fit: cover;
    position: relative;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
    clip-path: polygon(0 0, 90% 0, 159% 100%, 100% 100%, 0 100%);
}

.marketing-sales-left {
    background: #eb2626;
    width: fit-content;
	 border-radius: 10px;
	clip-path: polygon(0 0, 90% 0, 159% 100%, 100% 100%, 0 100%);
}

.marketing-sales-right {
    box-shadow: 0px 0px 14px 0px #0000001A;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    max-width: 634px;
    float: right;
    position: relative;
    top: -228px;
    margin-bottom: -228px;
}

.marketing-sales-right h3     
 {
    font-size: 24px;
    font-weight: 600;
}

.marketing-sales-right h3 span    
 {
    color: #EB2626;
}







.marketing-sales-row-2 {
    margin-top: 120px;
position: relative;

}

.marketing-sales-left-2 img {
    width: 100%;
    max-width: 800px;
    height: 450px;
    object-fit: cover;
    position: relative;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
    clip-path: polygon(0 0, 90% 0, 159% 100%, 100% 100%, 0 100%);
}

.marketing-sales-left-2 {
    background: #eb2626;
    width: fit-content;
	 border-radius: 10px;
	clip-path: polygon(0 0, 90% 0, 159% 100%, 100% 100%, 0 100%);
 
}

.marketing-sales-right-2 {
    box-shadow: 0px 0px 14px 0px #0000001A;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    max-width: 634px;
position: relative;
    top: -188px;	 
margin-bottom: -146px;
   
}

.marketing-sales-right-2 h3     
 {
    font-size: 24px;
    font-weight: 600;
}

.marketing-sales-right-2 h3 span    
 {
    color: #EB2626;
}

.theme-list {
 position: relative;
}

.theme-list ul {
    list-style: none;
   
}

.theme-list ul li {
	font-size: 16px;
        font-weight: 600;
        padding-bottom: 9px;
}

.theme-list ul li::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/check-icon.svg');
    background-size: 22px;
    background-repeat: no-repeat;
}

section.quality-work-main {
    margin-top: 228px;
}

.quality-work{
	background-color: #262626;
       padding: 50px 0;

}

  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper-horizontal {
    &.swiper-rtl .swiper-button-prev, &.swiper-rtl~.swiper-button-prev, &~.swiper-button-next, .swiper-button-next {
        left: auto;
        right: 0;
        position: absolute;
        top: 72px !important;
	background: red;
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        border-radius: 65px;
        color: #fff;
    }
}

.swiper-horizontal {
    &.swiper-rtl .swiper-button-next, &.swiper-rtl~.swiper-button-next, &~.swiper-button-prev, .swiper-button-prev {
        left: auto !important;
        right: 68px !important;
        top: 72px !important;
	background: red;
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        border-radius: 65px;
        color: #fff;
    }
}

.swiper-wrapper{
	margin-top: 53px !important
}

.work-quality {
    padding: 80px 0;
}

.card-main {
    box-shadow: 0px 0px 10px 0px #00000026;
    background: #ffff;
    padding: 12px;
    border-radius: 20px;
   height: 100%;
}

.cardImg {
    border-radius: 10px;
    width: 100%;
    height: 208px;
    object-fit: cover;
}

.card-img{
	position: relative;
}
.card-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 14px;
}

.card-text p {
    font-size: 14px;
    font-weight: 400;
}

.card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262626;
    border-radius: 10px;
    position: absolute;
    right: -7px;
    top: -4px;
    border: solid 7px #fff;
}

.stickySide {
    position: sticky;
    top: 176px;
}

.pricing-wrap {
	    background: #fef7f7;
           padding: 20px 0;
          padding-bottom: 100px;
}

.pricing-card-main{
	box-shadow: 0px 0px 15px 0px #00000026;
        margin-bottom: 50px;
       background-color: rgb(235 38 38 / 9%);
    border-radius: 20px;
}

.pricing-heading h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2px;
}

.pricing-heading h3 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.pricing-heading h3 span {
    font-size: 16px;
    font-weight: 400;
}

.pricing-heading {
    padding: 30px 0;
}

.pricing-card-inner h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-card-inner {
    background: #fff;
    border-radius: 20px;
    padding: 28px 27px;
}

.pill-btn {
    background: #262626;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 67px;
    border-radius: 75px;
    width: 90%;
    display: block;
text-align: center;
}

.subscribe-btn-wrap {
    position: relative;
    top: 46px;
    margin-top: -31px;
}

.bg-red{
background-color: #EB2626 !important;
}

.standard-plan {
    position: relative;
    top: -42px;
}

.pricingMain {
    margin-top: 95px;
}

.quality-solution{
	padding:80px 0;
	
}

video-thumbnail{
	 width: 100%;
    max-width: 365px;
}

img.big-thumbnail {
    width: 100%;
    max-width: 365px;
    height: 360px;
    object-fit: cover;
    border-radius: 15px;
}

.video-thumbnail{
     position: relative;
}

img.playBtn {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.overly {
    background: #00000033;
    height: 100%;
    width: 100%;
    max-width: 365px;
    position: absolute;
    border-radius: 15px;
    border: solid #fff 5px;
}

img.small-thumbnail {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
   border: solid 5px #fff;
}

.small-video-thumbnail{
    position: relative;
     width: 180px;
}

.small-video-thumbnail {
     cursor: pointer;
    position: absolute;
    right: -35px;
    top: 33%;
}


.work-gurranty {
   position: relative;
   background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.work-gurranty-overly{
    background: linear-gradient(271deg, rgba(0, 0, 0, 0) 0%, #EB2626 100%);
    height: 100%;
    width: 100%;
    position: absolute;

}

.work-quality-content {
    position: relative;
    padding: 100px 0;
}

.faqs{
	padding: 80px 0;
}

.faq-left{
     position: relative;
     border-radius: 20px;
    overflow: hidden;
}

.faq-left-overly{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 63%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;

}

.faq-left-conent{
    background: #0000004D;
    backdrop-filter: blur(24px);
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    bottom: 12px;
    z-index: 9;
    left: 15px;
    right: 15px;
    bottom: 15px;		
}

.faq-left-conent-inner{
	 position: relative;
}

.faq-left-conent-inner h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

 

.faq-item {
  background: #f5f5f5;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-header {
  width: 100%;
  padding: 20px;
  border: none;
  background: #F2F2F2;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
}

 
.faq-item.active .faq-header {
  background: #000;
  color: #fff;
}

 
.faq-header .icon {
  transition: transform 0.3s ease;
  width: 30px;
    height: 30px;
    border: solid 1px;
    border-radius: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 
.faq-item.active .faq-header .icon {
  transform: rotate(90deg);
}

.faq-item.active .faq-header .icon img {
  filter: invert(1);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  transition: max-height 0.35s ease;
}

.faq-content p {
  padding: 15px 0 20px;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
 font-weight: 500;
}

.faq-item.active {
    box-shadow: 0px 0px 14px 0px #00000026;
}

.form-left-img{
   width: 100%;
}

.form-section-wrap {
    background: #262626;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    max-width: 1160px;
    margin: auto;
   position: relative;
    top: 165px;
    margin-top: -165px;
  min-height: 283px;
}

.form-left-img img {
    position: absolute;
    bottom: -29px;
    left: 0;
    z-index: 9;
}

.form-section-wrap h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.form-section-wrap h3 span {
    color: #EB2626;
}

.form-section-wrap input {
    width: 100%;
    border: none;
    border-radius: 10px;
    height: 59px;
    padding: 0px 20px;
    color: #262626;
    font-size: 16px;
    font-weight: 500;
}

.form-section-wrap input::placeholder {
   color: #262626;
  
}

.formBtn {
    background: #EB2626;
    color: #fff;
    width: 100%;
    height: 59px;
    border-radius: 9px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

.form-section {
    margin-top: 65px;
}

.footer-inner{
   background: #fef7f7;
    padding: 20px 0;
    padding-top: 115px;
}

.footer-inner h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.footer-inner ul {
    list-style: none;
    padding-inline-start: 0 !important;
}

.footer-inner ul li {
    padding-bottom: 12px;
}

.footer-inner ul li a {
    text-decoration: none;
    color: #262626;
    font-size: 16px;
    font-weight: 500;
}

.footer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.rigiht-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.rigiht-info p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer-bottom{
	background-color: #262626; 
          padding: 6px 0;
}

.footer-bottom-row p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.footer-bottom-row p span {
   color: #EB2626
}
.social-media ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: .2s;
  z-index: 9999;
}

.video-overlay.show {
  visibility: visible;
  opacity: 1;
}

.video-box video {
  width: 90%;
  max-width: 900px;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  background: rgba(255,255,255,0.1);
  padding: 5px 12px;
  border-radius: 8px;
}

input#input_4_1_3, input#input_4_3 {
    width: 100%;
    border: none;
    border-radius: 10px;
    height: 59px;
    padding: 0px 20px;
    color: #262626;
    font-size: 16px;
    font-weight: 500;
}

div#gform_fields_4 {
    display: flex;
    gap: 20px;
}

fieldset#field_4_1, div#field_4_3 {
    width: 100%;
}

#partner {
  scroll-margin-top: 250px;
}

#caseStudy {
  scroll-margin-top: 78px;
}

#about{
	  scroll-margin-top: 78px;
}

#contactUs{
	scroll-margin-top: 78px;
}

#pricing{
	scroll-margin-top: 78px;
}


.gform_heading {
    display: none !important;
}

label.gform-field-label.gform-field-label--type-sub {
    display: none !important;
}

input#gform_submit_button_4 {
    background: #EB2626;
    color: #fff;
    width: 100%;
    height: 59px;
    border-radius: 9px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

div#gform_confirmation_message_4 {
    color: #fff !important;
}

.email-coniguration-inner {
    text-align: center;
    background: #fef7f7;
    width: fit-content;
    margin: auto;
    padding: 60px 55px;
    border-radius: 22px;
    margin-top: 55px;
    margin-bottom: 55px;
}


@media screen and (max-width: 767px) {

 .form-section-wrap {
    top: 113px;
}

.form-left-img {
    display: none;
}

.small-video-thumbnail {
    right: 0;
}

.standard-plan {
    position: relative;
    top: 0;
}


.marketing-sales-left-2 {
    margin-top: 295px;
}
main {
    padding-top: 95px;
}

.partners {
    display: block;
}

	.hero-img img {
 
    display: none;
}
.partners img {
    width: 100%;
    max-width: 54px;
}
.hero {
    padding-bottom: 158px;
}

.partners {
    position: relative;
    top: -66px;
    margin-bottom: -66px;
}
 
}


@media screen and (max-width: 1024px) {


.swiper-horizontal {
    &.swiper-rtl .swiper-button-prev, &.swiper-rtl~.swiper-button-prev, &~.swiper-button-next, .swiper-button-next {
	display:none!important;
}
}

.swiper-horizontal {
    &.swiper-rtl .swiper-button-next, &.swiper-rtl~.swiper-button-next, &~.swiper-button-prev, .swiper-button-prev {

	display:none!important;
}
}
}

@media screen and (max-width: 1024px) {

.form-section {
    margin-top: 0;
}

.partners {
    display: block !important;
}

.swiper-horizontal {
    &.swiper-rtl .swiper-button-prev, &.swiper-rtl~.swiper-button-prev, &~.swiper-button-next, .swiper-button-next {
	display:none!important;
}
}

.swiper-horizontal {
    &.swiper-rtl .swiper-button-next, &.swiper-rtl~.swiper-button-next, &~.swiper-button-prev, .swiper-button-prev {

	display:none!important;
}
}


.partners {
    display: block;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 600;
}

.heading h1 {
    font-size: 38px;
    font-weight: 600;
    margin: 0;
}
.sub-heading h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
.content {
    font-size: 16px;
    font-weight: 600;
}
.pc{
	display:none;
}
.mobile{
	  display: block;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 999;
        
}
a.btn-demo {
font-size: 15px;
        font-weight: 500;
        padding: 2px 13px;
        clip-path: none;
        height: 49px;
        display: flex;
        align-items: center;
        border-radius: 8px;
}
header.mobile
 {
    padding: 0px 10px;
}
 }