/*
Theme Name: nexveda Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: nexveda
Author: the Timelines Developers team
Author URI: https://timelinesys.com/
Description: Unlock your brand's full potential with our comprehensive marketing and web development services. We design visually captivating websites that captivate and convert. Our strategic marketing solutions drive targeted traffic, boost engagement, and deliver measurable results. Whether you need a fresh online presence or a powerful marketing campaign, we're here to turn your vision into success
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.3.1726810340
Updated: 2024-09-20 05:32:20

*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}
html {
    overflow-x: auto;
}

body {
	 font-family: "Inter", sans-serif;
}
p {
    font-size: 20px;
	line-height: 30px;
     font-family: "Inter", sans-serif;
}
b, strong{
           font-weight: 500;
}
h1 {
    font-size: 61px;
    margin-bottom: 10px;
	 font-weight: 400;
}
 h2 {
   font-size: 32px;
    line-height: 40px;
    font-family: 'Inter';
    font-weight: bold;
    margin-bottom: 7px;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol{
	list-style: none;
	list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover {
	text-decoration: none;
	text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: lightgray;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--main-bg-color);
}
.section-bg {
    background: #221429;
}
:root {
    --main-bg-color: #F57005;
    --section-bg-color: #221429;
}
.p-50 {
    padding: 50px 0;
}

.p-70 {
    padding: 70px 0;
}

.p-75 {
    padding: 75px 0;
}

.p-85 {
    padding: 85px 0;
}

.p-94 {
    padding: 94px 0;
}

.p-100 {
    padding: 100px 0;
}

.p-125 {
    padding: 125px 0;
}

.p-150 {
    padding: 150px 0;
}

.p-175 {
    padding: 175px 0;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-60 {
	padding-top: 60px;
}
.mb-0 {
    margin-bottom: 0;
}

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

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.w-90 {
    width: 90%
}
.min-100 {
    min-height: 100px;
}

.pt-0 {
    padding-top: 0;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.p-relative{
	  position: relative;
}
a.login-btn {
    color: #2563EB;
}


.logo img {
    max-width: 159px;
}
.header-menu.forr-desktop {
    display: flex;
    justify-content: center;
}

.header-menu.forr-desktop li {
    display: inline-block;
    padding-left: 50px;
}

.header-menu.forr-desktop li a {
    color: #0F172A;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
}
.header-menu.forr-desktop .current-menu-item a {
    color: var(--main-bg-color) !important;
}
.header-menu.forr-desktop .current_page_item a {
    color: var(--main-bg-color) !important;
}
/* Slider */

.slick-slide {
    margin: 0px 30px 0 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* sidebar menu */
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    overflow-x: hidden;
    padding: 70px 0 0 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px #dfdfdf;
}

.sidenav .current-menu-item a {
    color: var(--main-bg-color); !important;
    font-weight: bold;
}

.sidenav a {
    font-weight: 400;
}

.sidenav a {
    padding: 30px 0 30px 20px;
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: var(--main-bg-color);
}

.sidenav a:hover {
    color: #ffffff;
}

.sidenav a {
    padding: 30px 0 30px 20px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px !important;
    color: #000000;
}

.sidenav .contact-btn a {
    padding: 10px;
    margin-left: 15px;
}
.mobile-menu li a {
    color: #000000 !important;
}
/* drop down menu */
.dropdown-menu li {
    margin: 0;
}
.caret {
    margin-left: 5px;
    transition: transform 0.3s ease;
}
.caret.up {
    transform: rotate(180deg);
}
.dropdown-toggle::after {
	display: none;
}
.caret {
    margin-left: 5px;
    transition: transform 0.3s ease;
    position: absolute;
}
.mobile-toggle {
    display: none;
}
.ctstom-mega-menu li {
    text-align: left;
    padding-left: 7px !important;
    padding-block: 7px;
    display: block !important;
    border-bottom: 1px solid #e7e7e7;
    width: 100% !important;
}
ul.dropdown-menu li {
    display: block;
    width: 100%;
}
ul.dropdown-menu li a {
    font-size: 13px !important;
}
ul.dropdown-menu {
    padding: 0;
}
.ctstom-mega-menu li:last-child {
    border-bottom: 0;
}
.ctstom-mega-menu li:hover {
    background:  #1f465d;
    color: #ffffff !important;
}
.ctstom-mega-menu li:hover a {
    color: #ffffff;
}
.header-btns a {
    width: 90px;
    border: 1px solid #2563EB;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    display: inline-block;
    text-align: center;
    border-radius: 12px;
    padding: 10px 0;
}
.header-btns {
    display: flex;
    justify-content: end;
    gap: 15px;
}
header.nexveda-header {
    padding: 10px 0;
    position: relative;
}
.sign-btn {
    background: #2563EB;
    color: #ffffff;
}
.sign-btn:hover {
    background: #2563EB;
    color: #ffffff;
}
section.hero-banner {
    background: url(/wp-content/uploads/2024/09/banner-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 87px 0 82px;
}
.hero-text h1 {
    font-size: 48px;
    line-height: 59px;
    font-family: 'Inter';
    font-weight: bold;
    max-width: 341px;
    margin-bottom: 27px;
	letter-spacing: -0.06px;
}
.hero-text p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Inter';
    font-weight: 400;
    color: #0F172A;
    max-width: 531px;
    margin-bottom: 50px;
}
.site-btn a {
    background: #F57005 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: 206px;
    display: inline-block;
    color: #ffffff;
    padding: 10px 26px;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 400;
	  position: relative;
    overflow: hidden;
}
.site-btn a:after {
    content: '';
    background: #FDE3C6 0% 0% no-repeat padding-box;
    opacity: 0.21;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    max-width: 34px;
    clip-path: polygon(98% 0, 0% 100%, 100% 100%);
}
.site-btn a span {
    margin-left: 18px;
}
.site-btn a:hover span {
    margin-left: 28px;
	transition: 0.5s ease;
}
.spring-icon {
    position: absolute;
    bottom: 18%;
    right: 23%;
	animation: jumpTwo 5s linear infinite;
}
@keyframes jumpTwo {
    0% {
        transform: translateZ(0)
    }

    40% {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translateZ(0)
    }
}
.joining-circal-img {
    margin-left: auto;
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
.joining-circal-img {
    width: 508px;
    height: 508px;
    background: #172029;
    border-radius: 50%;
    background: url(/wp-content/uploads/2024/10/earth.png) no-repeat;
    background-size: 100%;
}
.circal-animate-img {
    position: absolute;
}

.circal-animate-img.star {
    top: -8%;
    right: 30%;
    animation: circle-animations 3s ease-in-out 1s infinite alternate forwards;
}
@keyframes circle-animations {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
.circal-animate-img.earth {
    right: 3%;
    top: 6%;
	animation: rotate2 10s linear infinite;
}
.circal-animate-img.play {
    right: -8%;
    top: 36%;
    animation: rotate2 10s linear infinite;
}
.circal-animate-img.workshopr {
    bottom: 8%;
    left: 69px;
	    animation: jumpTwo 5s linear infinite;
}
.top-footer {
    padding: 113px 0 177px;
}
.footer-logo img {
    max-width: 160px;
    height: auto;
    margin-bottom: 18px;
}
.footer-logo p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Inter';
    font-weight: 400;
    max-width: 270px;
    margin-bottom: 21px;
}
.footer-manu-label {
    color: #000000;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}
.menus-div li a {
    color: #000000;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 32px;
}
p.copy-text {
    color: #404040;
    font-size: 14px;
    font-family: inter;
    font-weight: 400;
}
p.copy-text a {
    color: #404040;
    font-weight: 600;
}
.bottom-menu a {
    font-size: 14px;
    color: #000000;
    font-family: 'Inter';
    font-weight: 400;
    padding-left: 48px;
}
.bottom-menu a span {
    padding-right: 10px;
}
.branding-circel {
    background: #ffffff;
    width: 497px;
    height: 497px;
    border-radius: 50%;
    border: 22px solid #FCDBBC;
}
section.branding {
    padding: 70px 0 120px;
}
.brand-icon {
    position: absolute;
    z-index: 2;
}
.brand-icon.icon-one {
    right: 17%;
    top: -16%;
}
.brand-icon.icon-three {
    right: 19%;
    bottom: 10%;
}
section.branding {
    background: url(/wp-content/uploads/2024/09/building-bg.png) no-repeat;
    background-size: cover;
}
.brand-icon.icon-two {
    bottom: 0;
    left: 0;
}
.brand-icon.icon-four {
    top: 6%;
    left: 2%;
    z-index: -1;
}
.tagline {
    color: #4F5DE4;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Inter';
    font-weight: bold;
    margin-bottom: 12px;
}
.branding-text p {
    font-size: 18px;
    line-height: 32px;
    color: #0F172A;
    font-family: 'Inter';
    font-weight: 400;
	max-width: 527px
}
.branding-text {
    margin-bottom: 34px;
}
.single-slide {
    border: 1px solid #E2E8F0;
    border-radius: 16.88px;
    background: #ffffff;
    margin: 15px 0 5px;
    padding: 18px 18px;
}
.slide-text h4 {
    font-size: 16px;
    line-height: 1;
    font-family: 'Inter';
    font-weight: bold;
    margin-bottom: 9px;
}
.slide-text p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    color: #697585;
    font-family: 'Inter';
    font-weight: 400;
}
.single-inner {
    display: flex;
    gap: 10px;
}
.slide-icon {
    height: 57px;
    background: rgb(128 137 225 / 12%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16.5px;
    min-width: 57px;
}
.slide-icon img {
	width : auto;
}
.single-slide {
    max-width: 561px;
}
.single-slide.slick-slide.slick-active.slick-center {
	border: 2px solid #38A228;
}
.icon-one {
  animation: earthquake 5s ease-in-out infinite; /* Permanent effect */
}

@keyframes earthquake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  10% {
    transform: translate(-3px, 2px) rotate(-2deg);
  }
  20% {
    transform: translate(3px, -2px) rotate(2deg);
  }
  30% {
    transform: translate(-2px, 2px) rotate(-1deg);
  }
  40% {
    transform: translate(2px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-4px, 3px) rotate(-2deg);
  }
  60% {
    transform: translate(4px, -3px) rotate(2deg);
  }
  70% {
    transform: translate(-2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(2px, -2px) rotate(1deg);
  }
  90% {
    transform: translate(-3px, 2px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.icon-two {
  animation: wheel-start 1s ease-in-out infinite;
}

@keyframes wheel-start {
  0% {
    transform: translateY(0); /* Starting position */
  }
  20% {
    transform: translateY(-10px); /* Wheel moves up */
  }
  40% {
    transform: translateY(5px); /* Slight downward movement */
  }
  60% {
    transform: translateY(-5px); /* Small upward movement */
  }
  80% {
    transform: translateY(2px); /* Smaller downward movement */
  }
  100% {
    transform: translateY(0); /* Back to original position */
  }
}
.icon-three  {
  animation: slant-up-down 2s ease-in-out infinite; /* Infinite slanted up-down motion */
}

@keyframes slant-up-down {
  0% {
    transform: translate(0, 0); /* Starting position */
  }
  50% {
    transform: translate(20px, 30px); /* Moves down diagonally */
  }
  100% {
    transform: translate(0, 0); /* Back to starting position */
  }
}
.site-btn.blue-btn a {
    background: #4F5DE4;
    display: block;
    width: 100%;
    max-width: 257px;
}
.slash-border {
    color: #F2E8CD;
    letter-spacing: 2px;
    font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
section.batter-toggle {
    background: #FFFAEC;
    padding: 40px 0 70px;
    position: relative;
}
/* Timeline Container */
.timeline {
  background: var(--primary-color);
  margin: 20px auto;
  padding: 20px;
}

/* Card container */
.card {
    position: relative;
    border: 0;
    display: block;
    background: transparent;
}

/* setting padding based on even or odd */
.card:nth-child(odd) {
  padding: 30px 0 50px 50px;
}
.card:nth-child(even) {
  padding: 30px 50px 30px 0;
}
/* Global ::before */
.card::before {
  content: "";
  position: absolute;
  width: 50%;
  border: solid #504bbb;
	animation: smoothBorderColorChange 15s infinite ease-in-out;
} 
@keyframes smoothBorderColorChange {
    0% { border-color: #FFB70F; }
    8% { border-color: #F77800; }
    16% { border-color: #BA3216; }
    24% { border-color: #A3298F; }
    32% { border-color: #C57BB9; }
    40% { border-color: #A088D6; }
    48% { border-color: #663EBD; }
    56% { border-color: #0082BA; }
    64% { border-color: #61B2D4; }
    72% { border-color: #C57BB9; }
    80% { border-color: #A3298F; }
    88% { border-color: #FFB70F; }
    100% { border-color: #F77800; }
} 
/* Setting the border of top, bottom, left */
.card:nth-child(odd)::before {
    left: 0px;
    top: -4.5px;
    bottom: -4.5px;
    border-width: 15px 0 15px 15px;
    border-radius: 100px 0 0 100px;
}

/* Setting the top and bottom to "-5px" because earlier it was out of a pixel in mobile devices */
@media only screen and (max-width: 400px) {
  .card:nth-child(odd)::before {
    top: -5px;
    bottom: -5px;
  }
}

/* Setting the border of top, bottom, right */
.card:nth-child(even)::before {
    right: 0;
    top: -10px;
    bottom: -10px;
    border-width: 15px 16px 15px 0;
    border-radius: 0 100px 100px 0;
}

/* Removing the border if it is the first card */
.card:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.card:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.card:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

/* Information about the timeline */
/* .info {
  display: flex;
  flex-direction: column;
  background: #333;
  color: gray;
  border-radius: 10px;
  padding: 10px;
} */
.info {
    background: transparent;
}
/* Title of the card */
.title {
    color: #FAA100;
    position: relative;
    font-size: 18px;
    line-height: 17px;
    font-family: 'Inter';
    font-weight: 500;
    margin-bottom: 4px;
}
.info p {
    color: #150D36;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Inter';
    font-weight: 400;
}
/* Timeline dot  */
.title::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    background: #FFD26A;
    border-radius: 50%;
    border: solid;
	border-width: 3px;
	border-color: #FFB70F;
    box-shadow: 3px 4px 7px rgb(0 0 0 / 63%);
}

/* text right if the card is even  */
.card:nth-child(even) > .info > .title {
  text-align: right;
}

/* setting dot to the left if the card is odd */
.card:nth-child(odd) > .info > .title::before {
  left: -75px;
}

/* setting dot to the right if the card is odd */
.card:nth-child(even) > .info > .title::before {
  right: -70px;
}
.info {
    max-width: 400px;
}
.card:nth-child(even) .info {
    margin-left: auto;
}
.timeline {
    margin: 50px auto;
    max-width: 70%;
}
.card:nth-child(2) .title::before {
	background : #F9AB61;
	border-color: #F77800;
} 
.card:nth-child(2) .title {
	color: #F77800;
}
.card:nth-child(3) .title {
	color: #BA3216;
}
.card:nth-child(4) .title {
	color: #A3298F;
}
.card:nth-child(5) .title {
	color: #663EBD;
}
.card:nth-child(6) .title {
	color: #0082BA;
}
.card:nth-child(7) .title {
	color: #A3298F;
}
.card:nth-child(3) .title::before {
	background : #D4806F;
	border-color: #BA3216;
} 
.card:nth-child(4) .title::before {
	background : #C57BB9;
	border-color: #A3298F;
} 
.card:nth-child(5) .title::before {
	background : #A088D6;
	border-color: #663EBD;
} 
.card:nth-child(6) .title::before {
	background : #61B2D4;
	border-color: #0082BA;
} 
.card:nth-child(7) .title::before {
	background : #C57BB9;
	border-color: #A3298F;
} 
section.landing-brands {
    padding: 65px 0;
    background: #ffffff;
}
.single-brand {
    margin: 0 50px;
}
section.cut-your {
    background: #FFFAEC;
    padding: 37px 0 20px;
}
.section-intro p {
    font-size: 18px;
    line-height: 21px;
}
 .swiper {
	 width: 100%;
      max-width: 1005px;
      height: auto;
    }
.swiper-slide {
    padding: 30px;
}
    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
    }

    .swiper-slide:nth-child(1n) {
      background-color: #DCD6F5;
    }

    .swiper-slide:nth-child(2n) {
      background-color: #F5ECD6;
    }

    .swiper-slide:nth-child(3n) {
      background-color: #F5DBD6;
    }
.swiper-text h4 {
    font-size: 26px;
    line-height: 31px;
    color: #0F172A;
    font-family: 'Inter';
    font-weight: bold;
    margin-bottom: 21px;
}
.swiper-text p {
    font-size: 18px;
    line-height: 30px;
    color: #475569;
    font-family: 'Inter';
    font-weight: 400;
}
.swiper-image {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 11px;
    padding: 12px;
}
.counter-box {
    background: linear-gradient(180deg, #7B33FA, #957CDC);
    border-radius: 26px;
    padding: 45px 75px;
	color: #ffffff;
}
section.counter {
    padding: 86px 0;
}
.counter-box h4 {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 12px;
}
.counter-box h2 {
    font-size: 32px;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 36px;
}
.counter-box p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    max-width: 134px;
    margin: 0 auto;
}
.count-num {
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
}
.counter-box .col-md-3 {
    border-right: 2px dashed;
}
.counter-box .col-md-3::last-child {
    border-right: 0;
}
.counter-box .col-md-3:last-child {
    border: 0;
}
.count-before {
    position: absolute;
    bottom: 0;
}

.count-after {
    position: absolute;
    right: 0;
    bottom: 0;
}
section.users-says {
    padding: 70px 0;
}
/* marquee */
:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
  }
  
  @media (prefers-color-scheme: dark) {
    :root {
      --color-text: papayawhip;
      --color-bg: navy;
      --color-bg-accent: #2626a0;
    }
  }
  
  
  
  .marquee {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    gap: var(--gap);
    -webkit-mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
            mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
  }
  
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll-x var(--duration) linear infinite;
            animation: scroll-x var(--duration) linear infinite;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      -webkit-animation-play-state: paused;
              animation-play-state: paused;
    }
  }
  
  .marquee--vertical {
    --mask-direction: to bottom;
  }
  
  .marquee--vertical,
  .marquee--vertical .marquee__group {
    flex-direction: column;
  }
  
  .marquee--vertical .marquee__group {
    -webkit-animation-name: scroll-y;
            animation-name: scroll-y;
  }
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
  }
  
  @-webkit-keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @-webkit-keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  @keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  /* Element styles */
.marquee .techo {
    display: grid;
    place-items: center;
    width: 100%;
    fill: var(--color-text);
    max-width: 454px;
}
  
  .marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6);
  }
  
  /* Parent wrapper */
  .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
  }
  
  .wrapper--vertical {
    flex-direction: row;
    height: 100vh;
  }
.techo {
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    padding: 20px;
}


.boxx-img img {
    width: 100%;
}
section.all-tech .abaca-container {
    position: relative;
}
.say-cnt {
    font-weight: bold;
    color: #0F172A;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Inter';
    margin-bottom: 20px;
}
.say-img {
    width: 47px;
    height: 47px;
    background: #FCA5A5;
    border-radius: 50%;
}
.say-desc {
    display: flex;
	align-items: center;
    gap: 7px;
}
.say-name h5 {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Inter';
    font-weight: bold;
    margin: 0;
}
.say-name p {
    color: #475569;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    font-weight: 400;
}
section.work-map {
    background: #FFFAEC;
    padding: 60px 0;
}
.work-imag {
    max-width: 976px;
    margin: 0 auto;
    position: relative;
}

.map-img-blink {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 1;
}
.map-img-blink {
    max-width: 588px;
    right: 11%;
    margin-left: auto;
}
.map-img-blink {
    animation: blink 1.5s infinite ease-in-out;
}

@keyframes blink {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.6; 
    }
}
section.meeting-now {
    padding: 40px 0 80px;
}
.met-image {
    width: 84px;
    height: 84px;
    border: 1px solid #707070;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.met-col {
    text-align: center;
    margin-bottom: 50px;
}
.met-col h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.met-col .site-btn a {
    background: transparent;
	color: #F57005;
	border: 1px solid #F57005;
}
.met-col .site-btn a:hover {
    background: #F57005;
	color: #ffffff;
}
.booking-form {
    background: #34485C;
    border-radius: 26px;
    color: #ffffff;
    padding: 40px 19px 27px;
}
.form-policy p {
    font-size: 10px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 400;
}
.booking-form  input, select {
    width: 100%;
    height: 50px;
    border: 1px solid #F57005;
    outline: 0;
    margin-bottom: 15px;
    padding-left: 9px;
    border-radius: 6px;
    font-size: 16px;
    background: #ffffff;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.booking-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    background: rgb(255 0 0 / 50%);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #F57005;
    color: #ffffff;
    margin-bottom: 0;
}
span.wpcf7-spinner {
    display: none;
}
section.latest-blogs {
    background: #FFFAEC;
    padding: 46px 0 60px;
}
.blog-cat {
    font-size: 12px;
    text-transform: uppercase;
    color: #787878;
    font-family: 'Inter';
    font-weight: 500;
    border-bottom: 1px solid #787878;
    margin-bottom: 15px;
	padding: 10px 0;
}
.blog-img img {
    width: 100%;
    min-width: 100%;
}
.blog-img {
    margin-bottom: 26px;
}
.blog-title {
    font-size: 22px;
    line-height: 42px;
    font-family: 'Inter';
    font-weight: 400;
    max-width: 400px;
    margin-bottom: 15px;
    color: #000000;
}
.blog-ftr {
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog-date {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.blog-author {
    color: #787878;
    font-size: 14px;
    font-weight: 500;
}
section.real-time {
    padding: 82px 0 8px;
}
.result-box {
    padding: 50px 0 70px;
    border-top: 1px solid #787878;
}
.result-price h2 {
    font-size: 67px;
    color: #000000;
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 9px;
    line-height: 69px;
    letter-spacing: -0.93px;
}
.result-discription p {
    font-size: 32px;
    line-height: 42px;
    color: #000000;
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 0;
}
section.readt-to {
   background: linear-gradient(to right, #34485C 65%, #FFE377 35%);
    color: #ffffff;
    padding: 122px 0 102px;
}
.ready-box h2 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 400;
    font-family: 'Inter';
    max-width: 685px;
    margin-bottom: 20px;
}
.ready-box p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter';
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
    max-width: 541px;
    margin-bottom: 0;
}
section.real-time .section-intro h2 {
    font-size: 48px;
    line-height: 68px;
    font-family: 'Inter';
    font-weight: 400;
	margin-bottom: 0;
}
section.readt-to:after {
    content: '';
    background: #F57005;
    width: 620px;
    height: 620px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 79px;
    right: -7%;
}

section.readt-to {
    overflow: hidden;
}
section.readt-to:after {
    content: '';
    background: #F57005;
    width: 800px;
    height: 800px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 9%;
    right: -10%;
}
.yellow-box {
    position: relative;
    z-index: 99;
	text-align: center;
	padding-top: 80px;
}
.yellow-box .site-btn a {
    background: #ffffff;
    color: #F57005;
}
.yellow-box p {
    font-size: 13px;
    font-family: 'Inter';
    font-weight: 400;
}
.wpcf7-response-output {
    display: none;
}
.site-footer {
    text-align: left;
    padding: 0;
    color: inherit;
}
.title::after {
    content: '';
    background: url(/wp-content/uploads/2024/09/Path-5721.svg)no-repeat;
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
	background-size: contain  !important;
    background-position: center !important;
}
.card:nth-child(2) .title::after{
	  background: url(/wp-content/uploads/2024/09/Group-754.svg)no-repeat;
}
.card:nth-child(3) .title::after{
	  background: url(/wp-content/uploads/2024/09/Group-753.svg)no-repeat;
}
.card:nth-child(4) .title::after{
	  background: url(/wp-content/uploads/2024/09/Path-5714.svg)no-repeat;
}
.card:nth-child(5) .title::after{
	  background: url(/wp-content/uploads/2024/09/Group-752.svg)no-repeat;
}
.card:nth-child(6) .title::after{
	  background: url(/wp-content/uploads/2024/09/Group-750.svg)no-repeat;
}
.card:nth-child(7) .title::after{
	  background: url(/wp-content/uploads/2024/09/Path-5714.svg)no-repeat;
}
.card:nth-child(even) > .info > .title::after {
    right: -140px;
}

.card:nth-child(odd) > .info > .title::after {
    left: -140px;
}


.title::after {
   animation: upDown 3s infinite alternate ease-in-out;
}

@keyframes upDown {
    0% {
        transform: translateY(0); /* Start at original position */
    }
    100% {
        transform: translateY(-10px); /* Move up by 10px */
    }
}
/* business cards */
.busi-sec {
    margin-bottom: -124px;
}
.busi-sec h3 {
    color: #9496af;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 0;
}
.busi-sec h3, .busi-sec p, .busi-sec span {
    text-align: center;
}
.busi-sec span {
    color: #000;
    display: block;
    font-size: 32px;
    font-weight: 800;
    padding-top: 16px;
}
.busi-sec p {
    color: #000;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 23px;
    margin: auto;
    max-width: 607px;
    padding-bottom: 50px;
    padding-top: 20px;
}
.stack-cards__item {
    color: #d9d1cf;
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 1.25em; /* var(--space-md) */
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.stack-cards__item > * {
    left: 0;
    margin: auto;
    max-width: 1076px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
}
.second-pb {
    padding-bottom: 44px;
}
.thre-pb {
    padding-bottom: 54px;
}
.ball-last {
    padding-bottom: 75px;
}
.fou-ball, .in-ball, .second-ball, .thrre-ball {
    position: -webkit-sticky;
    position: sticky;
}
.second-ball {
    top: 54px;
}
.in-ball {
    top: 50px;
}
.three-ball {
    top: 100px;
}
.four-ball {
    display: none;
    top: 110px;
}
.stack-cards {
    margin: 0;
    padding: 0;
}
.ball-sec {
    margin-top: 14px;
    padding-bottom: 70px;
    padding-top: 40px;
}
.one-by, .one-fou {
    font-size: 32px;
    padding-left: 32px;
    position: absolute;
}
.one-by {
    top: 40px;
}
.one-fou {
    top: 45px;
}
.hori-li {
    border-bottom: 1px solid #fff;
}
.ball-im, .cont-sec, .footer-sec p {
    text-align: center;
}
.ball-im {
    width: 100%;
}
.right-tet {
    margin-left: auto;
    padding-left: 40px;
    width: 100%;
}
.right-tet .mobile_view {
    display: none;
}
.arrow-se, .ball-sec {
    display: flex;
    width: 100%;
}
.arrow-se p {
    font-size: 16px;
}
.arrow-se {
    align-items: flex-start;
    column-gap: 50px;
    justify-content: right;
    line-height: 23px;
    padding-bottom: 20px;
}
.right-tet h2 {
    color: #0F172A;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}
.slash1 h2 span, .slash2 h2 span, .slash3 h2 span {
    padding-left: 20px;
    padding-right: 20px;
}
.slash1 h2 span {
    color: #ffacac;
}
.slash2 h2 span {
    color: #5e8e3e;
}
.slash3 h2 span {
    color: #0aa099;
}
.arrow-ball p, .bt-con h3, .bt-con p {
    color: #475569 !important;
}
.ball-bac {
    background: #ff7a59;
    border-radius: 15px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .25);
    padding-bottom: 34px;
}
.ball-bor {
    border-bottom: 2px solid #fff;
    display: none;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 34px;
}
.bounce-in {
    animation: bounce-in 15s ease;
}
.bounce-2 {
    animation: bounce-in 20s ease;
}
.bounce-3 {
    animation: bounce-in 30s ease;
}
.bounce-4 {
    animation: bounce-in 40s ease;
}
.hubs-logo {
    display: flex;
    justify-content: end;
    padding-right: 40px;
    z-index: 10;
}
.avator, .hubs-logo {
    position: relative;
}
.avator img {
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 10;
}
.sche p {
    font-size: 16px;
}
.first-pb {
    background: #F5DBD6 !important;
}
.second-pb {
/*     background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), #5e8e3e !important; */
	background: #F5ECD6 !important;
}
.thre-pb {
/*     background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), linear-gradient(180deg, #0aa099, #0cd7ba) !important; */
	background: #DCD6F5 !important;
}
.trin-trin {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: trin;
    animation-timing-function: linear;
}
@keyframes trin {
    0% {
        transform: rotate(0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate(0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate(15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate(0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate(-15deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
.cursor {
    animation: pulse 2.5s linear infinite;
    border-radius: 100%;
    box-shadow: 160px 80px 40px 20px hsla(0, 0%, 100%, .5);
    display: block;
    height: 5rem;
    position: absolute;
    width: 5rem;
    z-index: 2;
}
.get-btn {
    position: relative;
    z-index: 10;
}
.cursor {
    display: none;
}
.park-ball:hover .cursor {
    display: block !important;
}
section.inner-banner {
    background: url(/wp-content/uploads/2024/10/page-bg.png) no-repeat;
    background-size: cover;
    padding: 82px 0 60px;
    background-position: center;
}
.page-info h1 {
    font-size: 48px;
    line-height: 50px;
    color: #000000;
    font-family: 'Inter';
    font-weight: bold;
    letter-spacing: -0.06px;
    margin-bottom: 5.5px;
}
.dash-border {
    display: inline-block;
    color: #F29A36;
    margin-bottom: 23.5px;
}
section.contact-area {
    background: #FFFAEC;
    padding: 96px 0 66px;
}
.contact-details h4 {
    font-family: 'Inter';
    font-size: 26px;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 20px;
    letter-spacing: -0.02px;
}
.contact-details {
    margin-bottom: 65px;
}
.contact-type a {
    color: #000000;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    letter-spacing: -0.02px;
    line-height: 22px;
}

.contact-type {
    margin-bottom: 24px;
}
.contact-type a span {
    padding-right: 12px;
}
.contact-type a {
    max-width: 309px;
    display: flex;
}
.contact-social {
    display: flex;
    gap: 10px;
}
.contact-details {
    padding-left: 67px;
}
i.fa-brands.fa-square-whatsapp {
    color: #1AAE55;
}
section.map {
    filter: grayscale(1);
}
section.workzone {
    background: #FFFAEC;
    padding: 67px 0;
}
.zone-col {
    text-align: center;
}
.zone-col p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    max-width: 190px;
    margin: 0 auto;
}
.zone-col img {
    margin-bottom: 15px;
}
/* Style for the toggle switch */
.billing-toggle-container {
  display: flex;
  align-items: center;
}

.billing-label {
  font-size: 16px;
  color: #999;
  margin: 0 10px;
  transition: color 0.3s;
}

.billing-label.active {
  color: #000;
  font-weight: bold;
}

/* Style for the toggle switch */
.pricing-box .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.pricing-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.pricing-box .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.pricing-box input:checked + .slider {
  background-color: #FF7F00; /* Custom orange color */
}

.pricing-box input:checked + .slider:before {
  transform: translateX(24px);
}
section.pricing-box {
    background: #FFFAEC;
    padding: 40px 0 80px;
}
.billing-toggle-container {
    background: #FFFFFF;
    padding: 26px 26px;
    text-align: center;
    max-width: 708px;
    margin: 0 auto 48px;
    justify-content: center;
	border-radius: 8px;
}
.billing-box {
    background: #ffffff;
    box-shadow: 2px 6px 6px #00000029;
    border-radius: 18px;
    padding: 28px 32px 55px;
}
.plan-name {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}
.plan-term {
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 24px;
}
.price {
    font-size: 29px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: bold;
}
.price span {
    font-size: 16px;
    line-height: 20px;
}
.buy-btn {
    background: #F57005;
    width: 100%;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}
.plan-items li {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter';
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #E4E9F2;
    padding: 14px 0;
}
.plan-items li:last-child{
	 border-bottom: 0;
}
.plan-price {
    display: flex;
    align-items: end;
	margin-bottom: 27px;
    gap: 6px;
}
.small {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
}
section.pricing-text {
    text-align: center;
    padding: 100px 0;
    background: url(/wp-content/uploads/2024/10/Mask-Group-75.jpg) no-repeat;
    color: #ffffff;
    background-size: cover;
    background-attachment: fixed;
}
section.pricing-text h2 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 31px;
    line-height: 63px;
    max-width: 794px;
    margin: 0 auto;
}
.page-info {
    max-width: 635px;
    margin: 0 auto;
}
section.all-blogs {
    background: #FFFAEC;
    padding: 70px 0;
}
section.who-we {
    padding: 92px 0 58px;
	overflow: hidden;
}
section.who-we p {
    max-width: 527px;
	font-size: 16px;
	line-height: 20px;
	color: #0F172A;
}
section.who-we h2 {
    max-width: 441px;
    margin-bottom: 30px;
}
.we-after {
    position: absolute;
    right: 0;
    z-index: -1;
    max-width: 440px;
    top: 20%;
}
section.abtt-next {
    background: #F7F7F7;
    padding: 75px 0 62px;
}
.section-text  {
	max-width: 668px;
}
.section-text p.bold {
    color: #0F172A;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 22px;
}
.section-text p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 400;
	margin-bottom: 22px;
}
.count-box {
	text-align: center;
}
.count-box .count-num {
    color: #F57005;
}
.count-box p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: 'Inter';
    font-weight: 600;
    color: #000000;
}
section.awards {
    padding: 55px 0 80px;
}
.single-awards {
    box-shadow: 0 6px 9px #00000029;
    border-radius: 22px;
    background: #ffffff;
    padding: 18px;
	margin-bottom: 20px;
}
.single-awards h3 {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 11.5px;
}
.single-awards p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 300;
}
.section-intro.text-left {
    position: sticky;
    top: 110px;
}
section.m-vission {
    background: #FFFAEC;
    padding: 100px 0;
}
    .tabs {
      display: block;
      cursor: pointer;
      margin-bottom: 10px;
    }
    .tab {
    padding: 12px 11px;
    border: 1px solid #E2E8F0;
    background-color: #ffffff;
    margin-bottom: 6px;
    border-radius: 10px;
    max-width: 298px;
}
	 .tab {
    display: flex;
    align-items: center;
    gap: 15px;
}
    .tab.active {
      background-color: #FBE0C2;
      border-color: #E2E8F0;
    }
    .tab-content {
      display: none;
      border : 0;
    }
    .tab-content.active {
      display: block;
    }
	 .tab {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
}
	 .tb-icon {
    width: 46px;
    height: 46px;
    background: #F0F1FC;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
}
	 .tab-contents h2 {
    color: #000000;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.03px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tab-content p {
    font-size: 18px;
    line-height: 32px;
	max-width: 639px
}
section.transparency {
    padding: 64px 0 100px;
}
section.transparency .award-icon {
    width: 86px;
    height: 86px;
    background: #ffffff;
    box-shadow: 0 4px 8px #00000029;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 30px;
}
section.transparency .single-awards {
    background: #F7F7F7;
}
.readyto {
    background: #FFFAEC;
    padding: 65px 0 58px;
}
.readyto p.max-332 {
    max-width: 332px;
	margin-bottom: 40px;
}
section.single-post-wrapper {
    padding: 70px 0;
}
.detail-page-image img {
    width: 100% !important;
    min-width: 100%;
}
.all-detail-cnt p {
    margin-bottom: 40px;
}
.all-detail-cnt li {
    margin-bottom: 20px;
}
.all-detail-cnt p, li, a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.all-detail-cnt h1, h2, h3, h4, h5, h6 {
	    font-weight: bold;
}
.all-detail-cnt ul {
    list-style: disc;
    margin-left: 1rem;
}
.recent-post-widget ul li a {
    font-size: 12px;
	color: #000000;
} 
.recent-post-widget ul li {
    font-size: 12px;
    background: #ffffff;
    display: block;
    padding: 5px 8px;
    margin-bottom: 4px;
    line-height: 18px;
}
.blog-cata {
    margin: 0 40px;
}
.sidebar h4 {
    font-size: 16px;
    font-weight: bold;
}
header.nexveda-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a shadow for the sticky effect */
  transition: all 0.3s ease;
	background: #ffffff;
	z-index: 999;
}
.header-menu.forr-desktop li a.active {
	color: #F57005;
	font-weight: 500;
}
.my-animation {
    width: 800px;
    height: 800px;
}
.circal-animate-img.animation-imgss {
    top: 50%;
    left: 50%;
    transform: translate(-42%, -50%);
}
section.hero-banner {
    width: 100%;
    overflow-x: hidden;
    overflow-y: clip;
}
.app-box {
    background: #ffffff;
    box-shadow: 2px 6px 6px #00000029;
    border-radius: 18px;
    padding: 28px 32px 55px;
    margin-bottom: 15px;
}
section.hub-apps {
    padding: 70px 0 70px;
	background: #ffffff;
	overflow: hidden;
}
section.hub-apps .billing-toggle-container {
    background: transparent;
    padding: 0;
    max-width: 100%;
}
section.hub-apps .we-after {
    position: absolute;
    right: 0;
    top: 0;
	z-index: 1;
}
section.hub-apps .upp-data {
    position: relative;
    z-index: 2;
}
.site-btn a {
	width: auto;
}
.app-box h3 {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 11.5px;
    max-width: 240px;
}
.app-box p {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    font-weight: 400;
}
.hover-number {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Inter';
    color: #fbe0c2;
	opacity: 0;
}
.app-icon {
    margin-bottom: 15px;
}
.app-box:hover {
    background: #FFFAEC;
}
.app-box:hover .hover-number {
	opacity: 1;
}


/* responsive  */
@media only screen and (max-width: 1367px) {
	.circal-animate-img.animation-imgss {
		transform: translate(-48%, -50%);
	}
	.hero-text p {
    font-size: 18px;
    line-height: 22px;
}
	.swiper-text p {
    font-size: 16px;
    line-height: 28px;
}
	.section-intro p {
    font-size: 16px;
    line-height: 19px;
}
.booking-form  input, select {
    height: 45px;
    border: 1px solid #F57005;
    padding-left: 9px;
    border-radius: 6px;
    font-size: 14px;
}
	a.login-btn {
    color: #2563EB;
}
	.page-info h1 {
    font-size: 32px;
    line-height: 38px;
}
	.detail-page-title h1 {
    font-size: 45px;
}
	section.single-post-wrapper .w-75 {
    width: 80% !important;
}
}
@media only screen and (max-width: 1280px) {
	.tab-content p {
    font-size: 16px;
    line-height: 32px;
}
	section.m-vission {
    background: #FFFAEC;
    padding: 50px 0;
}
	.single-awards p {
    font-size: 14px;
}
	section.who-we p {
    max-width: 527px;
    font-size: 14px;
    line-height: 22px;
}
	.section-text p.bold {
    font-size: 16px;
}
	.section-text p {
    font-size: 14px;
}
	section.transparency {
    padding: 60px 0 50px;
}
	section.pricing-text h2 {
    font-size: 28px;
    line-height: 45px;
}
	.price {
    font-size: 22px;
    line-height: 20px;
}
	.plan-price {
    display: block;
}
	
	p {
    font-size: 16px;
    line-height: 26px;
}
	.contact-type a {
    font-size: 16px;
}
	.zone-col p {
    font-size: 16px;
    max-width: 170px;
}
	.contact-details h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 18px;
}
	.my-animation {
    width: 700px;
    height: 700px;
}
	.circal-animate-img.animation-imgss {
        transform: translate(-45%, -50%);
    }
.joining-circal-img {
    width: 480px;
    height: 480px;
}
	section.hero-banner {
    padding: 75px 0 70px;
}
.header-menu.forr-desktop li {
    padding-left: 40px;
}
	.swiper-text h4 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 16px;
}
	.say-cnt {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 18px;
}
	section.readt-to:after {
    width: 700px;
    height: 700px;
}
.ready-box h2 {
    font-size: 55px;
    line-height: 65px;
    max-width: 629px;
    margin-bottom: 20px;
}
section.real-time {
    padding: 60px 0 8px;
}
	.result-box {
    padding: 35px 0 35px;
}
	section.counter {
    padding: 60px 0;
}
	section.branding {
    padding: 60px 0 70px;
}
	section.batter-toggle {
    padding: 40px 0 30px;
}
	.mb-60 {
    margin-bottom: 40px;
}
	.swiper {
    max-width: 900px;
}
	section.cut-your {
    padding: 37px 0 20px;
}
	.top-footer {
    padding: 80px 0 90px;
}
	.count-box p {
    min-height: 50px;
}


}
@media only screen and (max-width: 1181px) {
	section.contact-area .w-75 {
    width: 100% !important;
}
section.workzone {
    padding: 40px 0;
}
.contact-details {
    padding-left: 10px;
}
	.zone-col img {
    max-width: 60px;
    height: auto;
}


	.page-info h1 {
        font-size: 24px;
        line-height: 28px;
    }
	section.inner-banner {
    padding: 60px 0 40px;
}
	.page-info {
    max-width: 500px;
}
	.detail-page-title h1 {
        font-size: 30px;
    }
	.all-detail-cnt p, li, a {
    font-size: 14px;
}
	    section.single-post-wrapper .w-75 {
        width: 100% !important;
    }
	h2 {
    font-size: 28px;
    line-height: 40px;
}
	.my-animation {
        width: 600px;
        height: 600px;
    }
	.tab-width {
    width: 82%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
	.my-animation {
        width: 600px;
        height: 600px;
    }
	.swal-modal {
    width: 80% !important;
		max-width: 400px;
}
.header-menu.forr-desktop {
    display: none;
}
	.mobile-toggle {
    display: inline-block !important;
}
.col-lg-2.col-md-2.col-5.tab-width {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 83%;
	    gap: 15px;
}
.col-lg-8.col-md-8.hide-tab {
    display: none;
}
	    .joining-circal-img {
        width: 366px;
        height: 365px;
    }
	.branding-animation {
    text-align: center;
    max-width: 497px;
    margin: 0 auto 50px;
}
	.brand-icon.icon-one {
    right: 0;
    top: -16%;
}
	.brand-icon.icon-three {
    right: 2%;
    bottom: 5%;
}
		.swiper {
    max-width: 600px;
}
	.counter-box {
    padding: 40px 6px;
}
	.hero-text h1 {
    font-size: 40px;
    line-height: 51px;
}
	.swiper-text h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 12px;
    }
	    section.readt-to:after {
        width: 430px;
        height: 430px;
    }
	section.readt-to {
    padding: 50px 0 50px;
}
	.booking-form {
    padding: 50px;
    max-width: 520px;
    margin: 0 auto;
}
	    .ready-box h2 {
        font-size: 42px;
        line-height: 53px;
        max-width: 400px;
        margin-bottom: 20px;
    }
	.ready-box p {
    max-width: 370px;
}
	.footer-col.menus-div {
    margin-bottom: 20px;
}
	.footer-social {
    margin-bottom: 20px;
}
	.footer-logo p {
    max-width: 100%;
}
	.bottom-footer {
    text-align: center;
    padding-bottom: 20px;
}
	.bottom-menu a {
    padding-left: 20px;
    padding-right: 20px;
}
	 .stack-cards {
        padding: 0 10%;
    }
.stack-cards__item {
    padding-bottom: 106%;
}
	a.col-2.sbtn {
    width: 30px !important;
    height: 30px !important;
    font-size: 10px !important;
    line-height: 30px !important;
}
section.single-post-wrapper {
    padding: 40px 0;
}
.billing-box {
    padding: 10px 10px 22px;
}
	.buy-btn {

    font-size: 12px;
}
	.plan-term {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 24px;
    min-height: 35px;
}
.price {
        font-size: 16px;
        line-height: 16px;
    }
.small {
    font-size: 10px;
}
	.plan-price {
    margin-bottom: 10px;
}
	.plan-items li {
    font-size: 10px;
    line-height: 14px;
    padding: 10px 0;
}
	.plan-name {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
}
	section.pricing-text {
    padding: 60px 0;
}
	.billing-label {
    font-size: 14px;
}
	.billing-toggle-container {
    padding: 20px 20px;
    max-width: 500px;
    margin: 0 auto 30px;
}
	.billing-box {
    margin-bottom: 20px;
}
	section.pricing-box {
    padding: 40px 0 40px;
}
}
@media only screen and (max-width: 767px) {
	section.pricing-text h2 {
        font-size: 18px;
        line-height: 30px;
    }
	.my-animation {
        width: 470px;
        height: 470px;
    }
	.circal-animate-img.animation-imgss {
        transform: translate(-50%, -50%);
    }
	    section.cut-your.cut-one .section-intro {
        margin-bottom: 30px;
    }
	.tab-width {
        width: 66%;
    }
	.logo img {
    max-width: 100%;
}
	.title::after {
    width: 30px;
    height: 30px;
}
	.single-brand {
    margin: 0 10px;
}
	.card:nth-child(even)::before {
    right: 1px;
}
	.card:nth-child(odd)::before {
    left: 1px;
}
.header-btns {
	display: none;
}
	.card:nth-child(odd) > .info > .title::after {
    left: -92px;
    top: 60px;
}
	.card:nth-child(even) > .info > .title::after {
    right: -92px;
    top: 54px;
}
	section.batter-toggle {
    overflow-x: hidden;
}
	.mobile-toggle {
        display: flex !important;
        justify-content: end;
        padding-right: 4%;
        font-size: 20px;
    }
	.hero-text {
    margin-bottom: 50px;
}
	.joining-circal-img {
    margin-left: auto;
    margin-right: auto;
}
	    .joining-circal-img {
        width: 300px;
        height: 300px;
    }
	.circal-animate-img.play {
    right: 0;
}
	.circal-animate-img.workshopr {
    bottom: 0;
    left: 0;
}
.branding-circel {
    width: 300px;
    height: 300px;
	margin: 0 auto;
}
.brand-icon.icon-one {
        right: 0;
        top: -30%;
    }
	.single-slide {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	h2 br {
    display: none;
}
	h2 {
    font-size: 24px;
    line-height: 30px;
}
	.timeline {
    max-width: 90%;
}
	.timeline {
    margin: 50px auto 10px;
}
	.timeline {
    margin: 50px auto 10px;
    max-width: 90%;
}
	section.landing-brands {
    padding: 40px 0;
}
	    section.cut-your {
        padding: 37px 0 37px;
    }
	.swiper {
        max-width: 300px;
    }
	.swiper-image {
    min-height: 100px;
}
	.swiper-text h4 {
        padding-top: 15px;
    }
	.counter-box h2 {
    font-size: 24px;
    line-height: 26px;
}
	.counter-box .col-md-3 {
    width: 50%;
    margin-bottom: 15px;
}
	section.counter {
        padding: 40px 0;
    }
	.section-intro p br {
    display: none;
}
	.say-cnt {
        font-size: 14px;
    }
	section.users-says {
    padding: 40px 0;
}
	section.meeting-now .site-btn a {
    width: auto;
    padding: 8px 20px;
    font-size: 18px;
}
	.site-btn a {;
    padding: 10px 20px;
    font-size: 18px;
}
	.site-btn a {
    padding: 10px 20px;
    font-size: 18px;
}
	.site-btn.blue-btn a {
    max-width: max-content;
}
	.site-btn a {
    width: auto;
}
	.booking-form {
        padding: 30px;
    }
	section.meeting-now {
    padding: 40px 0 40px;
}
	.single-blog {
    margin-bottom: 20px;
}
	.blog-title {
    font-size: 18px;
    line-height: 30px;
}
	section.real-time .section-intro h2 {
    font-size: 30px;
    line-height: 40px;
}
	section.readt-to:after {
		display: none;
	}
	section.readt-to {
    background: linear-gradient(to right, #34485C 100%, #FFE377 35%);
    text-align: center;
}
	.ready-box p {
        max-width: 100%;
    }
	.ready-box h2 {
        font-size: 24px;
        line-height: 30px;
    }
	.yellow-box {
    padding-top: 30px;
}
	p.copy-text a {
    display: block;
}
	.bottom-menu a {
        padding-left: 9px;
        padding-right: 10px;
    }
	.bottom-menu a:last-child {
    display: block;
    padding: 10px 0;
}
	.top-footer {
        padding: 40px 0 40px;
    }
	.bottom-footer .row {
    flex-wrap: wrap-reverse;
}
	.top-footer .col {
    flex: 0 0 50%;
}
.met-col h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}
  .stack-cards {
    padding: 0 10%;
}
	section.cut-your .section-intro {
    margin-bottom: 146px;
}
	.swal-modal {
    width: 80%;
}
	.ctstom-mega-menu li {
    border-bottom: 0;
}
	.dropdown-menu {
    border: 0;
}
	section.hero-banner {
    width: 100%;
    overflow-x: hidden;
}
	.map-img-blink {
    max-width: 257px;
    right: 7%;
    top: 9px;
}
    section.inner-banner {
        background: #fd9643;
        color: #ffffff;
    }
	   section.inner-banner  .dash-border {
		color: #ffffff;
	}
	.page-info h1 {
		color: #ffffff;
        font-size: 20px;
        line-height: 24px;
    }
	.detail-page-title h1 {
        font-size: 24px;
        line-height: 1.5;
    }
	.post-datas.d-flex {
    display: block !important;
}
	.blog-cata {
    margin: 10px 0;
}
.oedering .row {
    flex-wrap: wrap-reverse;
}

}
@media only screen and (min-width: 480px) {
    @keyframes bounce-in {
        0% {
            opacity: 0;
            transform: scale(.3);
        }
        50% {
            opacity: 1;
            transform: scale(1.05);
        }
        70% {
            transform: scale(.9);
        }
        to {
            transform: scale(1);
        }
    }
    @keyframes bounce-2 {
        0% {
            opacity: 0;
            transform: scale(.3);
        }
        50% {
            opacity: 1;
            transform: scale(1.05);
        }
        70% {
            transform: scale(.9);
        }
        to {
            transform: scale(1);
        }
    }
    @keyframes bounce-3 {
        0% {
            opacity: 0;
            transform: scale(.3);
        }
        50% {
            opacity: 1;
            transform: scale(1.05);
        }
        70% {
            transform: scale(.9);
        }
        to {
            transform: scale(1);
        }
    }
    @keyframes bounce-4 {
        0% {
            opacity: 0;
            transform: scale(.3);
        }
        50% {
            opacity: 1;
            transform: scale(1.05);
        }
        70% {
            transform: scale(.9);
        }
        to {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 480px) {
    .busi-sec {
        padding: 0 14px;
    }
    .stack-cards__item {
/*         height: 100vh; */
		 height: 460px;
        margin-top: -150px;
        padding-bottom: 0;
    }
    .ball-im {
        bottom: -48px;
        position: absolute;
        right: -175px;
        transform: scale(.7);
        width: 100%;
    }
    .ball-bac {
        box-shadow: none;
        margin: auto;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .arrow-se {
        display: none;
    }
    .avator img {
        display: none;
    }
    .hubs-logo {
        justify-content: center;
    }
	section.contact-area {
    padding: 10px 0 20px;
}
	.booking-form {
		margin-bottom: 20px;
	}
	section.workzone .col {
    width: 50%;
    flex: 0 0 auto;
}
	.zone-col {
    margin-bottom: 30px;
}
	section.who-we {
    padding: 30px 0 58px;
}
	.count-box p {
        min-height: auto;
    }
	.count-box {
    background: #fffaec;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 11px;
}
	.tab {
    max-width: 100%;
}
	.who-img {
    margin: 20px 0;
}
	.tab-contents {
    margin-top: 20px;
}
	section.all-blogs .w-75 {
    width: 100% !important;
}
}
@media only screen and (max-width: 370px) { 
section.meeting-now .site-btn a {
        padding: 8px 8px;
    }
}