/**
 * Custom Color Overrides
 *
 * This file is automatically populated if the user chooses custom colors in the Customizer.
 */
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
/* Base Styles */
/* Base Styles */
/* Base Styles */
/* Basic Styling for the Header */
/* Header Css */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
html, body {
    overflow-x: hidden;
}
body{
    font-family:"Outfit", serif !important;
}
.menu-open {
    overflow: hidden;
    height: 100vh;
}

a{
    text-decoration:none;
}
p{
    line-height:25px !important;
}
.ml-20{
    margin-left:20px;
}
.mt-20{
    margin-top:20px;
}
.mt-40{
    margin-top:40px;
}
.mt-80{
    margin-top:80px;
}
.organe-color{
    color:#FF6B18;
}
.banner-250 .hero-contact-us{
    height:300px;
}
.banner-250 .content-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-250 .pages-hero-descrition {
   padding:0 15rem;   
}
.btn-primary{
    background-color:#24A1F8 !important;
    color:#ffffff !important;
    padding:10px 20px !important;
    border-color:transparent !important;
    border-radius:10px !important;
}
.btn-primary:hover{
    background-color:#ffffff !important;
    color:#000000 !important;
    padding:10px 20px !important;
    border-color:#000000 !important; 
    border-radius:10px !important;
}
.btn-outline-secondary{
    background-color:transparent !important;
    color:#000000 !important;
    padding:10px 20px !important;
    border-color:#000000 !important; 
    border-radius:10px !important;
}
.btn-outline-secondary:hover{
    background-color: #24A1F8 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-color: transparent !important;
    border-radius: 10px !important;
}
.font-weight-bold{
    font-weight:700 !important;
}
.background-white{
    background-color:#ffffff !important;
}

.site-header{
  background-color:#ffffff;
  padding:0 20px;
}
.site-branding {
    margin-top: calc(var(--primary-nav--padding) - 0em) !important;
}
.primary-navigation{
    display:flex;
}

.footer-hidden{
    display:none;
}
.dropdown-icon.close {
    display: none; /* Hide close icon by default */
}
.primary-navigation .primary-menu-container{
    margin-right:0 !important;
}
.wp-block-button{
    border-radius:10px !important;
}
.site-header{
    padding-top:0 !important;
    padding-bottom:0 !important;
    max-width: 100vw !important;
    width:1440px;
    margin:0 auto;
    height: 70px !important;
}
.site-logo{
margin:0 !important;    
}
.site-logo img{
    margin-bottom:8px !important;
}
.menu-item-177 {
    border-right:1px solid #535353;
    padding-right:16px;
}
.contact-item p:hover, .contact-item p a:hover{
    color:#FF6B18 !important;
}
.footer-brand-section .widget_text p{
    font-weight:500;
}
.footer-menu-section .widget_nav_menu .widget-title{
    font-size:16px;
    color:  #A8A8A8;
    font-weight: 600;
}
.menu-footer-menu-container .menu .menu-item{
    font-weight:600;
    font-size:14px;
}
.footer-contact-section .footer-feature-content .wp-block-heading, 
.social-section .widget_nav_menu .widget-title{
    font-size:16px;
    color:  #A8A8A8;
    font-weight: 600;
    text-transform:uppercase;
}
.contact-details{
    margin-top: var(--global--spacing-unit);
}
.social-media-title{
    font-size:16px;
    font-weight:600;
    color:#A8A8A8;
}
.fb-icon .img{
    background-image:url("../images/ic-grey-fb.svg");
    width:30px;
    height:30px;
}
.fb-icon .img:hover{
    background-image:url("../images/ic-orange-fb.svg");
}
.twitter-icon .img{
    background-image:url("../images/ic-grey-twitter.svg");
    width:30px;
    height:30px;
}
.twitter-icon .img:hover{
    background-image:url("../images/ic-orange-tiwtter.svg");
}
.linkden-icon .img{
    background-image:url("../images/ic-grey-linkden.svg");
    width:30px;
    height:30px;
}
.linkden-icon .img:hover{
   background-image:url("../images/ic-orange-linkden.svg");
}
.insta-icon .img{
    background-image:url("../images/ic-grey-insta.svg");
    width:30px;
    height:30px;
}
.insta-icon .img:hover{
    background-image:url("../images/ic-orange-insta.svg");
}
.social-media-icons{
    display:flex;
    gap:8px;
    margin-top:8px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  padding: 80px 0 60px 0;
  display: flex;
  align-items: center;
  background: url(../images/herobg.png) top center no-repeat;
  background-size: cover;
  margin-top:70px !important;	
}

.hero h1 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 20px 0 30px 0;
  font-size: 20px;
  font-weight: 500;
}

.hero .btn-get-started {
  color: var(--global--color-white);
  background: #24A1F8;
  border:1px solid #24A1F8;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 10px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover {
  color: #000;
  background: #ffffff;
  box-shadow:none;
  text-decoration:none;
  border:1px solid #000;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  color: #000;
  background: #fff;
  box-shadow:none;
  text-decoration:none;
  border:1px solid #000;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 10px;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--global--color-white);
  background: #24A1F8;
  border:1px solid #24A1F8;
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}
.hero-img img{
    width:100%;
    height:100%;
    position:relative;
}
.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.hero-icon-section{
    display:flex;
    gap:5px;
    align-items:center;
    margin-top:24px;
} 
.hero-icon-p p{
    font-size:20px;
    font-weight:600;
    margin:0;
}
.hero-img-circle{
    position: absolute;
    top: 8px;
    left: 8px;
}
.hero-img-circle img{
    height: 88px;
    object-fit: cover;
    width: 93px;
}
.hero .content-in-center{
	position: absolute;
    top: 46%;
    transform: translateY(-54%);
}
.ai-powered-tracking p{
    color:#8A8686;
    font-size:18px;
    font-weight:500;
    margin-top:16px;
    text-align:center;
}
.comparison{
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.sticky-notes, .features{
    margin-top:38px;
}
.sticky-notes img{
    width:100%;
    object-fit:cover;
}
.without-logo{
    border-left:4px solid #8A8686;
    padding-left:20px;
}
.without-logo h3, .with-logo h3{
    font-size:20px;
    font-weight:500;
}
.with-logo{
    border-left:4px solid #FF6B18;
    padding-left:20px;
}
.with-logo img{
    height:28px;
}
.why-us{
    background-color:#FFF4F1;
    padding:60px 0;
}
.whyUsP p{
    background-color:#FFDDD4;
    padding:12px 24px;
    color:#000000;
    font-weight:700;
    font-size:16px;
    width:fit-content;
    text-transform:uppercase;
}
/* .whyUsP h1{
    font-size:36px;
    font-weight:800;
    color:#000000;
    margin-top:24px;
} */
.whyUsP h2{
    font-size:36px;
    font-weight:800;
    color:#000000;
    margin-top:24px;
}
.Whyus-subtitle{
    margin-top:16px;
}
.Whyus-subtitle p{
    color:#8A8686;
    font-size:20px;
    font-weight:500;
    background-color:transparent;
    padding:0;
}
.button-whyus{
    margin-top:40px;
}
.why-us-bg01{
    background-color:#fff;
    border:1px solid #8A8686;
    width: 100%;
    height: 325px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding:30px;
    border-radius:16px;
}
/* .why-us-01 h1{
    font-size:24px;
    font-weight:700;
    line-height:36px;
} */
.why-us-01 p{
    font-size:24px;
    font-weight:700;
    line-height:36px;
}
.why-us-p, .pre-counter-p{
    margin-top:23px;
}
.why-us-p p, .pre-counter-p p{
    font-size:16px;
    color:#8A8686;
    font-weight:500;
    display:flex;
    gap:12px;
    margin-bottom:16px;
}
.why-us-02{
    background-color:#fff;
    border:1px solid #8A8686;
    width: 100%;
    height: 152px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding:30px;
    border-radius:16px;
}
.whyusvector-first img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.whyusvector-second img{
    position: absolute;
    bottom: 0;
    right: 0;
    height:97%;
}
.pre-counter {
    display:flex;
    align-items:center;
}
/* .pre-counter h1, .pre-counter p{
    font-size:36px;
    font-weight:700;
} */
.pre-counter p, .pre-counter p{
    font-size:36px;
    font-weight:700;
}
.why-us-03{
    background-color:#fff;
    border:1px solid #8A8686;
    width: 100%;
    height: 152px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding:30px;
    border-radius:16px;
}
.title-first p{
    background-color:#FFDDD4;
    padding:12px 24px;
    color:#000000;
    font-weight:700;
    font-size:16px;
    width:fit-content;
    text-transform:uppercase;
}
.title-heading h1{
    font-size:36px;
    font-weight:800;
    color:#000000;
    margin-top:24px;
}
.price-section .title-heading h2{
    font-size:36px;
    font-weight:800;
    color:#000000;
    margin-top:24px;
}
.deliverables-section .title-heading h2{
    font-size:36px;
    font-weight:800;
    color:#000000;
    margin-top:24px;
}
.sub-title-desc p{
    color:#8A8686;
    font-size:20px;
    font-weight:500;
    padding:0; 
    margin-top:16px;
}
.deliverables-section{
    margin-top:80px;
    margin-bottom:80px;
}
 .deliverables-left img{
     width:100%;
 }
/* .deliverables-rgt-heading h1{
    color:#000000;
    font-weight:800;
    font-size:24px;
} */

.deliverables-rgt-heading h2{
    color:#000000;
    font-weight:800;
    font-size:24px;
}

.deliverables-rgt-desc{
    color:#8A8686;
    font-size:16px;
    font-weight:500;
    margin-top:12px;
}
.deliverables-point-content{
    margin-top:24px;
}
/* .deliverables-point-content h1{
    color:#FF6B18;
    font-size:24px;
    font-weight:700;
} */
.deliverables-point-content p{
    color:#FF6B18;
    font-size:24px;
    font-weight:700;
}
.deliverables-point-desc p{
    color:#8A8686;
    font-size:20px;
    font-weight:500;
    margin-top:8px;
    padding-left:30px;
}
.deliverables-point-content p a{
    color:#24A1F8;
}
.card-heading h1{
    font-size:24px;
    font-weight:700;
}
.card-heading h2{
    font-size:24px;
    font-weight:700;
}
.card-box-cordination{
    border: 1px solid #C2C2C2;
    border-radius: 24px;
    padding: 30px;
}
.card-box-cordination .card-heading{
    display:flex;
    justify-content:center;
}
.cordination{
    margin-top:50px;
}
.cordination img, .cordination-rec img{
    width:100%;
    height:200px;
}
.cordination-content-first{
    display:flex;
    gap:5px;
    margin-top:24px;
}
/* .cordination-content-first h1{
    font-size:40px;
    font-weight:700;
} */
.cordination-content-first h2{
    font-size:40px;
    font-weight:700;
}
.cordination-title h4{
    font-size:16px;
    font-weight:700px;
    text-transform:uppercase;
}
.cordination-desc p{
   color:#8A8686; 
   font-weight:500;
   font-size:16px;
   margin-top:20px;
}
.cordination-desc p a{
    color:#24A1F8 !important;   
}
.accordion-button:focus{
  border-color:transparent !important;
  box-shadow:none !important;
}
.faq-section{
    margin-top:80px;
}
.accordion-button{
    background-color: transparent !important;
    color:#1C1C1C !important;
    font-size:24px !important;
    font-weight:600 !important;
}
.accordion-body p{
    color: #707070;
    font-size:20px;
}
.accordion{
    border: 1px solid #CECECE;
    padding: 40px;
    border-radius: 36px;
}
.accordion-item{
    border:none !important;
    border-bottom: 1px solid #CBD5E9 !important;
    font-family:"Outfit", serif;
}
.accordion-button:not(.collapsed){
    box-shadow:none !important;
}
/* .faq-heading h1{
   font-size:36px; 
   font-weight:700;
   text-align:center;
} */
.faq-heading h2{
    font-size:36px; 
    font-weight:700;
    text-align:center;
 }
.accordion-button::after{
    background-image: url("../images/ic-plus.png") !important;
    width:50px !important;
    height:50px !important;
    background-size:cover !important;
}
.accordion-button:not(.collapsed)::after{
    background-image:url("../images/ic-sub.png") !important;
    width:50px;
    height:50px;
    background-size:cover;
}
.accordion-item:last-child {
  border-bottom: none !important; /* Example: Remove bottom border */
}
.dont-wait-section{
    margin-top:80px;
    margin-bottom:80px;
}
.dontwait{
    width: 100%;
    min-height: 375px;
    position: relative;
    display: flex;
    align-items: center;
    background: url(../images/herobg.png) top center no-repeat;
    background-size: cover;
    border-radius:30px;
    justify-content:center;
}
.dontwait-heading{
    display:flex;
    justify-content:center;
}
.dontwait-heading p{
    font-size:16px;
    font-weight:700;
    padding:12px 24px;
    background-color:#ffffff;
    width:fit-content;
}
.dontwait-title h1{
    font-size:36px;
    margin-top:28px;
    font-weight:800;
    color:#ffffff;
}

.dontwait-title h2{
    font-size:36px;
    margin-top:28px;
    font-weight:800;
    color:#ffffff;
}

.dontwait-contain{
    margin-top:16px;
    font-size:20px;
    font-weight:500;
    color:#ffffff;
}
.toggle{
    display:flex;
    align-items: center;
    gap: 10px;
    justify-content:center;
    margin-top:40px;
}
.toggle .txt-label{
    font-size:16px;
    color:#8A8686;
    text-transform:uppercase;
    font-weight:700;
	cursor:pointer;
}
.toggle .txt-label .active{
    color:#000;
}
.switch{
	position: relative;
	width: 40px;
}
.switch input[type=checkbox]{
	position: absolute;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}
.switch label,
.switch label span{
	position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    bottom: 0;
    transition-duration: .3s;
}
.switch label{
	border-radius: 20px;
	background-color: #FF6B18;
	height: 7px;
	width:36px;
}
.switch label:before,
.switch label:after{
	position: absolute;
	top: 0;
	width: 34px;
	line-height: 34px;
	color: #fff;
	text-align: center;
}
.switch label span {
	z-index: 1;
	width: 16px;
	height: 16px;
	margin: 0px;
	border-radius: 50%;
	background-color: #FF6B18;
	border: 2px solid #fff;
    cursor: pointer;
}
.switch label {
    cursor: pointer;
}
.switch input:checked+label {
	background-color: #FF6B18;
	height: 7px;
	width:36px;
}
.switch input:checked+label span {
	transform: translateX(24px);
}

.testimonial-section{
    margin-top:80px;
     width: 100%;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    background: url(../images/testimopnialbg.png) top center no-repeat;
    background-size: cover;
    justify-content:center;
}
.testimonial-heading p{
    background-color:#FFDDD4;
    padding:12px 24px;
    font-size:16px;
    font-weight:700;
    width:fit-content;
}
.testimonial-heading{
    display:flex;
    justify-content:center;
}
.testimonial-title h1{
    color:#000000;
    font-size:36px;
    font-weight:800;
    margin-top:20px;
}
.testimonial-title h2{
    color:#000000;
    font-size:36px;
    font-weight:800;
    margin-top:20px;
}
.testimonial-desc p{
    color:#8A8686;
    font-size:20px;
    font-weight:500;
    margin-top:20px;
}
.testimonial-desc p a{
    color:#24A1F8 !important;
}
.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(../images/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}
.carousel-height{
    height:320px;
}
.carousel-inner{
    height:100%;
}
.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    margin-top:24px;
}
.testimonial4_slide p {
    color: #000000;
    font-size: 24px;
    font-weight:500;
    line-height: 1.4;
    padding:0px 3em;
}
.testimonial4_slide p a{
 color:#24A1F8 !important;   
}
.testimonial4_slide h4 {
  color: #000000;
  font-size: 16px;
  font-weight:500;
  margin-top:24px;
}
.designation p{
    font-size:12px;
    font-weight:500;
    color:#8A8686;
}
.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.carousel-control-prev-icon{
    background-image:url("../images/left-arrow.svg") !important;
}
.carousel-control-next-icon{
    background-image:url("../images/right-arrow.svg") !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width:20px;
    height:36px;
}
.comma-img{
    position: absolute;
    left: 65px;
    top: -35px;
}
.comma-img img{
    border-radius:0 !important;
    width:44px;
    height:38px;
}
/* ------testimonial  close-------*/
.hidden-txt{
 color:#14A454;
 position:relative;
}
.hidden-txt::after {
    content: "";
    position: absolute;
    bottom: -1.30rem;
    left: -0.5rem;
    right: -0.5rem;
    height: 100%;
    z-index: -1;
    background-image: url(../images/ic-underline.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.price-secondary-paragraph p{
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    margin-top:27px;
    letter-spacing:1px;
}
.price-secondary-paragraph p a{
    color:#24A1F8 !important;
    font-size:18px;
    font-weight:700;
    text-decoration:underline;
}
.price-row{
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 10px; 
}
.price-box{
    width:100%;
    height:575px;
    border:1px solid #EAE6E6;
    border-radius:24px;
    padding:40px;
    transition: transform .2s;
    background-color:#ffffff;
}
/* .price-inner-heading h1{
    font-size:24px;
    font-weight:800;
    text-align:center;
} */

.price-inner-heading h2{
    font-size:24px;
    font-weight:800;
    text-align:center;
}

.price-inner-heading p{
    font-size:14px;
    font-weight:700;
    padding:12px 24px;
    text-transform:uppercase;
    background-color:#FFDDD4;
    margin-top:16px;
    width:fit-content;
}
.price-inner-desc{
    height:90px;
    text-align:center;
}

.price-inner-desc p{
    font-size:16px !important;
    color:#8A8686;
    font-weight:500;
    margin-top:16px;
}
.price-box .price-inner-heading .best-seller{
    background-color:#fa2626;
    color:#fff;
    border-radius:32px;
    padding:4px 20px;
    position:absolute;
    top:-2rem;
    left:50%;
    text-transform:uppercase;
    transform:translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
}
.subscription-price{
    height:70px;   
}
.subscription-price h4{
    margin-top:20px;
    font-size:40px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
}
.subscription-price h4 p{
    color:#8A8686 !important;
    font-size:18px;
    font-weight:500;
}
.purchase-section{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}
.purchase-section p{
    color:#8A8686;
    font-size:18px;
    font-weight:500;
}
.purchase-section a{
    color:#24A1F8 !important;
    text-decoration:underline;
    font-size:16px;
    font-weight:500;
}
.price-points{
    margin-top:20px;
}
.price-points p{
    color:#8A8686;
    font-size:18px;
    font-weight:500;
}
.price-points ul{
    padding-left: calc(1* var(--global--spacing-horizontal)) !important;
}
.price-points ul li{
    font-size:14px;
}
.price-box:hover{
  transform: scale(1.1); 
  z-index:1;
}
.price-a-tag a{
    color: #24A1F8 !important;
    text-decoration:underline;
    cursor: default;
}
.primary-navigation a{
    font-size:16px !important;
    font-weight:700 !important;
	text-decoration:none !important;
}
.primary-navigation a:hover{
    color:#FF6B18 !important;
	text-decoration:none !important;
}
.primary-navigation .sub-menu .menu-item > a{
    font-size:14px !important;
    background-color:#fff !important;
}
.primary-navigation .sub-menu .menu-item > a:hover{
    color:#FF6B18 !important;
}
.wp-element-button {
    font-size:16px !important;
}
.hero-contact-us{
    height:450px;
}    
.pages-hero-section{
    text-align:center;
}
.pages-hero-title h1{
    font-size:70px;
}
.pages-hero-descrition{
    margin-top:20px;
    padding:0 22rem;
}
.pages-hero-descrition p{
    font-size:20px;   
    font-weight:500;
}
.contact-section {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-top:-14rem;
}
.contact-address{
    text-transform:uppercase;
}
.contact-info {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  background-image: url(../images/bluebg.png);
  color: #fff;
  padding: 50px;
  border-radius: 15px;
  margin-right: 20px;
  background-repeat:no-repeat;
}

.contact-info h2,
.contact-info h3 {
  margin-bottom: 15px;
}
.contact-info h2{
    text-transform:uppercase;
}
.contact-info h2,
.contact-info h3{
 font-size:24px;
 font-weight:700;
}
.contact-info p{
  font-size:16px;
  font-weight:500;
}
.contact-info ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  margin-top:40px;
}

.contact-info li a{
  font-size:20px;
  font-weight:500;
  color:#fff;
}
.contact-info li{
    margin-bottom: 30px;
    font-size:20px;
    font-weight:500;
}
.contact-form .btn-submit{
    width: fit-content;
    padding: 8px 24px !important;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
}
.divder-blue {
   border-bottom:1px solid rgba(255, 255, 255, 0.32); 
}
.contact-form {
  flex: 2;
  min-width: 300px;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-top:40px;
}

.form-group {
  margin-bottom: 10px !important;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

textarea {
  height: 100px;
  resize: none;
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.mt-24{
    margin-top:24px;
}
input{
   border: none !important; 
   height:40px !important;
}
.contact-form-gap{
    gap:10px
}
.form-label{
    font-size:20px;
    color:#8A8686;
}
.form-control{
    border-bottom: 1px solid #000 !important;
    box-shadow: none !important;
    font-size:24px !important;
}
.form-control:focus{
    outline:none !important;
}
.w-full{
    width:100%;
}
textarea{
    border:none !important;
}
.btn-submit{
    font-weight:700;
}
.our-story{
    background-image:url('../images/ourstory.png');
    background-repeat:no-repeat;
    background-size:cover;
    height:689px;
    border-radius:24px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-top:-14rem;
    position:relative;
    padding:60px;
}
.our-story-heading h1{
    font-size:32px;
    font-weight:700;
    color:#000;
    text-align:center;
    padding:0 10rem;
}
.our-story-heading h1 span, .inner-our-story-heading h1 span{
    color:#FF6B18;
}
.inner-our-story-heading h1{
    font-size:36px;
    font-weight:800;
}
.inner-our-story-description p{
    font-size:20px;
    color:#8A8686;
    margin-top:24px;
}
.inner-story-margin{
    margin-top:64px;
}
.whoweare-heading{
    display:flex;
    justify-content:center;
}
.whoweare-heading p{
    font-size:16px;
    color:#000;
    font-weight:700;
    padding:12px 24px;
    background-color:#FFDDD4;
    width:fit-content;
    text-transform:uppercase;
}
.whoweare-title{
    margin-top:20px;
    text-align:center;
}
.whoweare-title h1{
    font-size:36px;
    font-weight:800;
    text-transform:uppercase;
    color:#000;
}
.whoweare-desc{
    margin-top:16px;
}
.whoweare-desc p{
 font-size:20px;
 font-weight:500;
 color:#8A8686;
 text-align:center;
}
.gettoknow-title h1{
    font-size:24px;
    font-weight:700;
    display:none;
}
.gettoknow-content{
    margin-top:20px;
}
.blue-box img{
    width:100%;
}
.gettoknow-content p{
    font-size:20px;
    color:#8A8686;
}
.gettoknow-content p:nth-child(2){
   margin-top:16px; 
}
.site-logo .custom-logo{
    height:40px !important;
}
.footer-logo-main img{
    max-width:180px !important;
    height:42px !important;
}
.social-icons img:hover{
    background-color:#ff6b18;
    border-radius:8px;
}
.btn-submit:hover{
    background-color:#ff6b18 !important;
    color:#fff !important;
}
.content-center{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -60%);
}
.accordion-button:focus{
    border-color:transparent;
    box-shadow:none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img{
    outline:none !important;
}
.Whyus-subtitle p{
    text-transform:none;
}
.blue-bg-customize{
    width:100%;
    height:208px;
    border-radius:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    animation: fadeInSlideUp 1s ease-out forwards;
    transition: transform 2s ease, box-shadow 2s ease;
    transform-origin: center;
}
@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Keyframes for Text Pop */
@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.free-user h1{
    color:#fff;
    font-size:48px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    text-shadow: 4px 9px 12.5px #0076C8;;
    animation: popIn 4s ease-out forwards;
}
.free-user h1 span{
    background-color: #FF6B18;
    border-radius: 50%;
    padding: 6px 22px;
	text-shadow:none;
}
.free-user-p{
    font-size:24px;
    font-weight:600;
    color:#fff;
    margin-top:24px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    animation: popIn 4.4s ease-out forwards;
}
/* .upgrade h1{
    color:#fff;
    font-size:36px;
    font-weight:800;
} */
.upgrade h2{
    color:#fff;
    font-size:36px;
    font-weight:800;
}
.upgrade-p{
    font-size:20px;
    font-weight:500;
    color:#ffffff;
}
.hero-bottom-content{
    position:absolute;
    bottom:40px;
}
.hero-bottom-content p{
    font-size:20px;
    color:#1C1C1C;
}
.hero-bottom-content p span{
    font-size:20px;
    font-weight:800;
    color:#1C1C1C;
    text-transform:uppercase;
}
.productivity-bg{
    width:100%;
    height:296px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 70px;
}
.btn-primary-white{
    font-size: 16px !important;
    transition: 0.5s;
    color: #000;
    background: #fff !important;
    box-shadow: none;
    text-decoration: none;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 !important;
    border-radius: 10px;
    width:240px;
}
.btn-primary-white:hover{
    color: #000 !important;
    background: #FFF7E6 !important;
    border: 1px solid #FFF7E6;
}
.mr-8{
    margin-right:8px;
}
.consultation-form {
  background: #fff4f0;
  border-radius: 20px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.consultation-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.consultation-form .form-group {
  margin-bottom: 10px !important;
}
.wpcf7 form .wpcf7-response-output{
    /* margin:0 0.5em 0; */
    font-size: 14px;
}
.consultation-form input,
.consultation-form textarea,
.consultation-form select {
  width: 100%;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}
.consultation-form input,
.consultation-form select{
    height:45px !important;
	border: 1px solid #ccc !important;
    border-radius: 8px !important;
}
.consultation-form .phone-group {
  display: flex;
  gap: 10px;
}

.consultation-form select {
  width: 15%;
}

.consultation-form textarea {
  resize: none;
  min-height: 100px;
}

.consultation-form input[type="submit"] {
  background-color: #008cff;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 17px !important;
}

.consultation-form input[type="submit"]:hover {
  background-color: #006fcc;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
 
.popup-content {
  background: #fff4f0;
  padding: 30px 30px 5px 30px;
  max-width: 500px;
  width: 90%;
  border-radius: 8px;
  position: relative;
}
.time-tracking-heading{
    text-transform:uppercase;
} 
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.page-scroll{
    pointer-events:auto;
}
.your-custom-class{
    width:fit-content;
    padding:0 30;
}
.remove-br br{
    display:none;
}
.phone-group p{
    display:flex;
    gap:8px;
    width:100%;
}
.phone-group span{
    width:100%;
}
.terms-txt h5{
 font-size:24px;
 font-weight:700;	
}
.terms-txt h4{
  font-size:36px;
  font-weight:800;
  color:#1C1C1C;
}
.terms-txt p{
    font-size:20px;
    font-weight:500;
    color:#8A8686;
    margin-bottom:0;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus{
	outline:none !important;
}
.form-group textarea{
	border: 1px solid #ccc !important;
    border-radius: 8px !important;
}
select:focus{
 outline:none !important;
}
.site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus{
	outline:none !important;
}
.site-header{
	 position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 100%;
}
/*test*/
@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
	  text-align:center;
  }
  
  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
	  text-align:center;
  }
	.time-tracking-heading{
		text-align:center;
	}
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
@media only screen and (max-width:1440px){
    .inner-story-margin .row{
        justify-content:left;
    }
    .productivity-bg{
        margin-top:40px;
		text-align:center;
    }
}
@media only screen and (max-width:1024px){
    .hero-bottom-content{
        bottom:0;
    }
    .price-row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; 
    }
    .why-us-01 h1{
      font-size:24px;
      line-height:30px;
    }
    .why-us-p p, .pre-counter-p p{
        margin-bottom:8px;
    }
    .pre-counter h1, .pre-counter p{
        font-size:24px;
    }
    .pages-hero-descrition{
        padding:0 10rem;
    }
    .banner-250 .pages-hero-descrition {
    padding: 0 5rem;
  }
}
@media only screen and (max-width:767px){
 .site-header{
     padding:0 !important;
 } 
 .navigation-login-part{
     margin-right:3em;
     margin-top:8px;
 }
 .time-tracking img{
     width:100%;
 }
 .comparison{
     flex-direction:column;
 }
 .site-content{
     margin-top:3em;
 }
	.hero{
		margin-top:0 !important;
	}
 .why-us{
     text-align:center;
 }
.first-order{
 order:1;        
}
.second-order{
     order:2;
}
.dontwait{
    padding:20px;
}
.sm-flex-column{
    flex-direction:column;
}
 .price-row{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px; 
}
.price-box{
    width:100%;
    margin-bottom:16px;
}
.footer-brand-section, .footer-menu-section, .footer-contact-section{
    margin-top :36px;
}
.testimonial4_slide p{
    padding:0;
    font-size:20px;
}
.comma-img {
    left: -13px;
    top: -65px;
}
.pages-hero-descrition{
    padding:0 0;    
}
  .contact-section {
    flex-direction: column;
  }

  .contact-info {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-form-gap{
      flex-direction:column;
  }
  .inner-our-story-heading h1{
      font-size:26px;
  }
  .our-story-heading h1{
      font-size:24px;
      padding:0;
  }
  .our-story{
      padding:30px;
      height:100%;
  }
  .site-header{
      height:auto !important;
  }
  .hero-bottom-content{
      bottom:0;
  }
  .free-user h1 {
      font-size:32px;
  }
  .productivity-bg{
      height:100%;
      padding:20px;
  }
  .sm-text-center{
      text-align:center;
  }
  .carousel-height{
      height:450px;
  }
  .testimonial-section{
      padding-top:50px;
  }
  .why-p-sm-center{
      display:flex;
      justify-content:center;
  }
  .contact-details{
      margin-top:40px !important;
  }
  .primary-navigation{
      width:100%;
  }
  .primary-navigation > .primary-menu-container{
      height:100% !important;
  }
  .primary-menu-container {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 60px; /* adjust based on your header height */
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    z-index: 1000;
  }
  
  .primary-menu-container.active {
    display: flex;
  }
  
  .menu-button-container {
    display: block;
  }
  
  .menu-wrapper li {
    margin: 10px 0;
    text-align: center;
  }
  .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo{
      display:block !important;
      z-index:5;
  }
  .primary-navigation #sidebar{
    position: absolute;
    z-index: 500;
    bottom: 4rem;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .site-logo{
      margin-left:8px !important;
  }
  .consultation-form select{
    width:30%;    
  } 
  .banner-250 .pages-hero-descrition {
    padding: 0 0rem;
  }
  .content-in-center{
    position:relative !important;
	}
	.footer-contact-section{
       margin-top:8rem !important;
	 }
	.sm-btn-ml-0{
		margin-left:0
   }
	.cordination-content{
		text-align:center;
	}
	.cordination-content-first{
		justify-content:center;
	}
	.card-heading{
		text-align:center;
	}
	
}



#sidebar.sidebar-open {
    right: 0;
}


.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle{background: url(../images/vector_menu_icon.svg) no-repeat; height: 24px; width: 24px;margin-left: 1px !important; margin-top: 21px;filter: brightness(0);}

.sub-menu-toggle .icon-plus svg,
.sub-menu-toggle .icon-minus svg {
    display: none !important;
}
.mt-16{
    margin-top:16px;
}
ul.custom-list {
      list-style: none;
      padding-left: 0;
    }
    ul.custom-list li::before {
      content: "- ";
      margin-right: 5px;
    }

li.contact-address {
    display: flex
;
}

p.monthly, p.annual {
    cursor: default;
}

.accordion-button::after {
    pointer-events: all !important;
    cursor: pointer !important;
}
.accordion-button {
    pointer-events: none;
    cursor: not-allowed;
    padding-left: 0 !important;
}

.wpcf7-not-valid-tip {  
    padding-top: 5px;
    text-align: left;
    font-size: 0.775em !important;
}
.wpcf7-response-output {
    margin-top: 10px !important;
    font-size: 18px;
}
.accordion-body {
    padding-left: 0 !important;
}
.consultation-form input::placeholder, 
.consultation-form select::placeholder, 
.consultation-form textarea::placeholder {
    font-size: 15px;
}
.accordion-item .accordion-body p {
    padding-left: 40px !important;
} 

/* SEO Related change css */
.free-user h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 4px 9px 12.5px #0076C8;
    animation: popIn 4s ease-out forwards;
}
.free-user h2 span {
    background-color: #FF6B18 !important;
    border-radius: 50% !important;
    padding: 6px 22px !important;
    text-shadow: none !important
}
.site-footer > .site-info{
    margin-top: 75px !important;
}

.blog-card{background: #F3F3F3; padding: 10px; border-radius:10px}
.blog-card .blog-img{ position: relative; overflow: hidden;}
.blog-card .blog-img img{ transition: .5s ease all;}
.blog-card .blog-img:hover img{ transform: scale(1.1) !important;}
.blog-card h5{font-weight: 600;font-style: SemiBold;font-size: 18px;}
.ai{  display:inline-block; margin-bottom: 10px; font-size:14px; color: #FF6B18; background: #FFE3D3; border-radius:20px; padding:5px }
.ai span{width: 16px; height:16px; border-radius:100%; display:inline-block; background: #FF6B18; vertical-align:-3px}
.blog_date{font-weight:normal; font-size:14px}
.blog_duration{ font-weight:600; font-size:14px; }
.blog_duration:before{ content: ''; display: inline-block;  margin: 0 10px; vertical-align: 3px; width: 3px; height: 3px; border-radius: 100%; background-color: #333;}


.bg-orange{ background-color: #FF6B18 !important;}
.bg-info{ background-color: #24A1F8 !important;}
h5, .h5{ font-weight: 600; font-style: SemiBold; font-size: 16px;}
h1, .h1{ font-weight: 600 !important; font-style: SemiBold !important; font-size: 27px !important;}
/* .site-content{ margin-top: 100px;} */

.rounded-4, .blog-main_img{border-radius: 10px;}
.blog-main_img{position:relative; overflow: hidden;margin-bottom: 40px !important;}
.blog-main_img img{ width: 100% !important; height: auto !important; max-width: 100% !important;}
.blog-main_cnt{ position: absolute; z-index: 1; left: 20px; bottom: 20px; right: 20px;}
.blog-main_cnt h1{ font-size: 1.75rem; color: #fff;}
.blog-main_cnt .blg-text{ color: #fff; font-size: 14px;}
.blog-content h2, h2, .h2{ font-weight: 700 !important; font-style: Bold !important; font-size: 27px !important; }
.linkedin-cnt{ color: #fff;}
.linkedin-cnt .profile_img{ border-radius: 10px; width: 100px;aspect-ratio: 1/1; overflow: hidden; border-radius: 10px;}
.linkedin-cnt .profile_img img{ width: 100%; height: auto; min-height: 100%;}
.linkedin-cnt h5{ font-size: 20px; font-weight: 600;}
.linkedin-cnt p{ color: #fff; font-size: 14px;}
.highlight_points li a{ padding: 5px 0 5px 20px; border-left: 3px solid transparent; display: block;}
.highlight_points li a:hover{ color: #24A1F8; border-color:#24A1F8;}
.social_media{ width: 30px; height: 30px;}
.social_media img{ width: 100%;}

