* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Urbanist";
  background-color: #00262b;
  color: #fff;
}

.gray-text {
  color: #c9c9c9;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-24 {
  font-size: 24px;
}

.fs-40 {
  font-size: 40px;
}

/*---- Font weight* ----*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.l_spacing0_32 {
  letter-spacing: 0.32px;
}

.l_spacing0_16 {
  letter-spacing: 0.16px;
}

.section-heading-h1 {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
}

.section-heading-h2 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}

.section-heading-h3 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}

.section-heading-h4 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}

.section-heading-h5 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

/* Features You Need title  */

.feature-title {
  font-size: 36px;
  font-weight: 600;
}

.section-heading-h1 span,
.section-heading-h2 span,
.section-heading-h3 span {
  color: #03ffbc;
}

.common-page-space {
  padding: 50px 0;
}

/* nav */

nav {
  width: 100%;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Styling logo */

.logo img {
  height: 55px;
  width: 180px;
}

.nav-links li a {
  text-decoration: none;
  margin: 0 0.7vw;
  color: #ffffff;
}

.menu-item-wrapper .nav-item-text{
  display: none;
}
.menu-item-wrapper .nav-item-text.show {
    display: block;
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
  font-family: "Rubik", sans-serif;
}

.nav-buttons {
  display: flex;
  gap: 15px;
}

.nav-links li a:hover {
  color: #00d59f;
}

.login-button {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
}

.login-button:hover {
  background: white;
  color: #00262b;
  border-color: white;
  transition: all 0.3s ease;
}

.join-button {
  background: white;
  color: #00262b;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  font-weight: 500;
  border: 1px solid #ffffff;
  text-decoration: none;
}

.join-button:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 4;
}

.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.mobile-buttons {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.mobile-logo {
  display: none;
}
.mobile-buttons .join-button {
	color: #00262b;
}
.mobile-buttons .join-button {
	color: #00262b;
	transition: 0.5s all ease-in-out;
}
/* hero section start */

.hero-section {
  background-image: url(../images/bg/hero-bg.svg);
  /* height: 100vh; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #00262b;
  padding-top: 150px;
  padding-bottom: 40px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.tab-pane.active .pb-3 > p {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: opacity 1s ease-in-out, max-height 1s ease-in-out;
}

.tab-pane.active .pb-3 > p.show {
    opacity: 1;
    max-height: 200px; /* adjust as needed */
}

.township-image {
  z-index: 1;
  max-width: 331px;
  max-height: 331px;
}

.green-circle {
  max-width: 278px;
  height: 278px;
  top: 32%;
  left: 0;
  z-index: -1;
}

.green-circle2 {
  max-width: 150px;
  height: 200px;
  right: -50%;
  top: 15%;
  z-index: -1;
}

.home-girl-image {
  max-width: 464px;
  height: 445px;
  right: -60%;
  top: -6%;
}


.home-small-image {
  position: absolute;
  top: 64%;
  max-width: 157px;
  left: 50%;
  max-height: 190px;
  background: #00000026;
  border-radius: 5px;
  backdrop-filter: blur(32px);
  padding: 18px 0;
}


/* input email-btn */

.subscribe-box p {
	background-color: #1d3b3e;
	padding: 20px 24px 10px;
	display: block;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	border: 2px solid #005e606e;
	border-radius: 23px;
	opacity: 1;
	backdrop-filter: blur(30px);
	width: 100%;
}

.subscribe-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  flex: 1;
  font-size: 1rem;
  width: 100%;
}
.subscribe-box-wrapper .invalid span.wpcf7-not-valid-tip {
    text-align: left;
    display: none;
}
.subscribe-box-wrapper .init span.wpcf7-not-valid-tip{
  display: none;
}
.subscribe-input::placeholder {
  color: #fff;
  opacity: 1;
}
 
.subscribe-btn {
	background: white;
	color: #003425;
	border: none;
	border-radius: 50px;
	padding: 14px 24px;
	white-space: nowrap;
	letter-spacing: 0.48px;
	font-weight: 600;
	transition: 0.5s all ease-in-out;
	text-decoration: none;
	width: 100%;
	margin-top: 10px;
	z-index: 1;
}
.subscribe-btn:hover {
  background: #03FFBC;
}
.subscribe-box-wrapper .invalid .wpcf7-response-output {
	border: none;
	color: #ffb900;
	margin: 0;
  padding: 1em 0;
}
.subscribe-box-wrapper .sent .wpcf7-response-output {
	border: none;
	color: #46b450;
	margin: 0;
}
.home-lead-logo {
  background-color: #fff;
  padding: 17px 24px;
  border-radius: 9px;
  position: relative;
  top: -8px;
  right: -37px;
}

.card {
  border: 1px solid #005d60;
  font-size: 12px;
  background-color: #005d60;
  border-radius: 10px;
  color: #ffffff;
}

.home-banner-card img {
  margin-bottom: 8px;
}

.home-banner-card {
  font-size: 14px;
}

.card-cntent {
  width: 100%;
}

.float-up-down {
  animation: upDown 3s ease-in-out infinite;
}

@keyframes upDown {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.dashbord-main-row {
  margin-top: 50px;
}

/* dot */

.dotted-line {
  stroke: #03ffbc;
  stroke-width: 2;
  stroke-dasharray: 5 10;
  stroke-dashoffset: 1000;
  fill: none;
  animation: draw 2s ease-out forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.move {
  animation: moveDots 3s linear infinite;
}

@keyframes moveDots {
  to {
    stroke-dashoffset: 100;
  }
}

.move-left {
  stroke-dashoffset: 0;
  animation: moveLeft 3s linear infinite;
}

@keyframes moveLeft {
  to {
    stroke-dashoffset: -100;
  }
}

.dot {
  position: absolute;
  right: 140px;
  left: 0;
  top: 101px;
  margin: auto;
  width: 461px;
  height: 103px;
}

.home-lead-dashbord {
  z-index: 1;
}

/* Integrate IVR, SMS, & Meta Services section  start*/

/* .integrate-ivr-section {
  background-color: #00262b;
} */

/* .dot-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 20px;
  padding-top: 50px;
} 

.dots-main {
  top: 0 !important;
}

.most-discering {
  color: #21ae82;
}*/

.ivr-option {
  position: absolute;
  top: 7%;
  left: 44%;
}

/* .integrate-ivr-section {
  padding: 150px 0;
} */

.scroll-section {
  overflow-y: scroll;
  height: 500px;
  scroll-snap-type: y mandatory;
}

.dots-common {
  width: 42px;
}

.card-content {
  scroll-snap-align: start;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}

.card-style {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  background: linear-gradient(150deg, #007489, #002f21);
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  height: 500px;
}

.dot-active.active {
  background-color: #05ffbc;
}

.scroll-section {
  overflow-y: scroll;
  height: 500px;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-section::-webkit-scrollbar {
  display: none;
}

.dot-active {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #427b6b;
  transition: background-color 0.3s;
}

.sticky-left {
  position: sticky;
  top: 100px;
}

.stack-bg {
  background-image: url(../img/shape/stack-bg-shape.png);
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.stack-main {
  display: flex;
  gap: 12px;
}

.blank-stack-main {
  display: flex;
  gap: 12px;
  align-items: center;
}

.stack-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.meta-service {
  color: #05ffbc;
  font-size: 14px;
  font-weight: bold;
}

.stack-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.tempor {
  padding-bottom: 120px;
  color: #ffffff;
}

.blank-stack-bg {
  background-image: url(../images/resources/blank-stack-bg.svg);
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.common-transcript-text {
  color: #ffffff;
  background-color: #ffffff4d;
  padding: 9px 8px;
  border-radius: 9px;
  font-weight: 500;
}

.sales-and-support {
  position: absolute;
  top: 17%;
  left: 45%;
}

.support-ishita-patel {
  position: absolute;
  top: 70%;
}

.support-team {
  position: absolute;
  top: 50%;
}

/* .integrate-ivr-section {
  padding: 80px 0;
} */

/* Integrate IVR, SMS, & Meta Services section end */

/* Every feature you ever wanted, and more. section start */
.home-every-feature {
  padding-top: 80px;
}

.every-feature-section {
  background-color: #00262b;
}

.banner-text {
  margin: 16px 0 40px;
}

.automated {
  color: #ffffff;
  margin: 24px 0 60px 0;
}

.btn-explore.free-trail-btn {
  background-color: #121212 !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 18px;
  font-family: "Urbanist";
  letter-spacing: 0.18px;
  margin: 0;
  display: flex;
  width: fit-content !important;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.custom-card:hover {
  background-color: #03ffbc;
  color: #00262b !important;
}

.custom-card .card-text:hover {
  color: black !important;
}

.card-text {
  color: #ffffff !important;
}

.btn-explore {
  background-color: white;
  color: black;
}

.hr-border {
  margin: 40px 0 !important;
}

.card-title {
  padding-bottom: 16px;
}

.custom-card:hover .btn-explore {
  background-color: black;
  color: white;
}

.card-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.features {
  list-style: none;
  padding-left: 0;
}

.features li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  overflow: hidden;
}

.features li:last-child {
  margin-bottom: 0;
}

.btn-dark-outline {
  background-color: white;
  color: black;
}

.feature-card .feature-card-title,
.feature-card p,
.feature-card .feature-popular-title,
.feature-card li,
.feature-lists img {
  transition: 0.5s all ease-in-out;
}

.feature-card:hover .feature-card-title,
.feature-card:hover p,
.feature-card:hover .feature-popular-title,
.feature-card:hover li {
  color: black !important;
}

.highlight-card .features li::before {
  color: #002024;
}

.feature-card.highlight-card .feature-card-title,
.feature-card.highlight-card p,
.feature-card.highlight-card .feature-popular-title,
.feature-card.highlight-card li span {
  color: #002024;
}

.feature-card.highlight-card {
  background-color: #03ffbc;
}

.btn-explore {
  height: 57px;
  padding: 18px 40px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  gap: 8px;
  font-size: 16px;
  margin: 30px 0;
}

.feature-green-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.feature-card:hover .feature-green-icon {
  opacity: 0;
  left: -20px;
}

.feature-black-icon {
  opacity: 0;
  bottom: 0;
  position: absolute;
  left: -22px;
  margin: 0 auto;
}

.feature-card:hover .feature-black-icon {
  opacity: 1;
  left: 0;
}

.feature-card.highlight-card .feature-black-icon {
  opacity: 1;
  left: 0;
}

.feature-card.highlight-card .feature-green-icon {
  opacity: 0;
  left: 0;
}

.feature-lists span {
  padding-left: 30px;
}

.feature-card-btn.btn-explore {
  margin: 60px 0 15px;
}

.btn-explore:hover {
  border: 1px solid #fff;
  color: #fff;
}

.feature-card.highlight-card .feature-card-btn {
  background-color: black;
  color: white;
}

.feature-card:hover {
  transform: translateY(0px) scale(1.05);
}

.custom-card {
  border-radius: 30px;
  padding: 40px 30px;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #264c51;
  transition: all 0.3s ease;
}

.custom-card hr {
  border-top: 1px solid #347780;
  opacity: 1;
}

.custom-card .card-title,
.custom-card p,
.custom-card .fw-bold,
.custom-card .features li {
  color: white;
}

.custom-card:hover .card-title,
.custom-card:hover p,
.custom-card:hover .fw-bold,
.custom-card:hover .features li {
  color: black !important;
}

.custom-card:hover {
  background-color: #03ffbc;
  color: black !important;
}

.custom-card:hover .btn-explore {
  background-color: black;
  color: white;
}

.custom-card:hover hr {
  border-top: 1px solid #00d89e;
  opacity: 1;
}

.card-text {
  color: inherit;
}

/* Every feature you ever wanted, and more. section end */

/* Why HomeLead section strat */

.home-lead-section {
  background-color: #00262b;
}

.why-home-lead-main {
  color: #ffffff;
  z-index: 1;
}

.centralize-content {
  color: #ffffff;
}

.shdow-shape {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  width: 100%;
}

.deal-list {
  list-style: decimal;
}

.deal-list {
  counter-reset: custom-counter;
  padding: 0;
  list-style: none;
}

.deal-list li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 50px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
}

.deal-list li:last-child {
  margin: 0;
}

.deal-list li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.centralize-row {
  background: linear-gradient(180deg, #15b78b, #0b6049);
  border-radius: 20px;
}

.centralize-row {
  padding: 80px 30px;
}

.centralize-head {
  padding-bottom: 20px;
}

.centralize-content h4 {
  padding: 0;
  margin: 0;
}

.centralize-discription {
  padding-bottom: 28px;
}

.why-homelead-text {
  margin: 24px 0 40px;
}

.home-lead-head-shadow {
  position: absolute;
  top: 10px;
  /* z-index: -1; */
  opacity: 70%;
  filter: blur(50px);
}

/* Why HomeLead section end */

/*All the features done right. section start  */

.features-block h4,
.feature-tab-title {
  color: #fff;
  padding-top: 32px;
  transition: 0.5s all ease-in-out;
}

.features-block p {
  color: #fff;
  transition: 0.5s all ease-in-out;
}

.feature-tab-column {
  border: 1px solid #707070;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.feature-tab-column::before {
  content: "";
  background: linear-gradient(138deg, #88fedf, #f3fffc);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  z-index: -1;
  border-radius: 10px;
  transform: scale(0);
  top: -81px;
}

.feature-tab-column:hover::before {
  width: 100%;
  opacity: 1;
  transform: scale(1);
  top: 0;
}

.feature-tab-column:hover .feature-tab-title {
  color: #003424;
}

.feature-tab-column:hover p {
  color: #003425;
}

.feature-tab-column img {
  transition: 0.5s all ease-in-out;
}

.feature-tab-column:hover img {
  filter: brightness(0);
}

.tab-custom .nav {
  border: 1px solid #707070;
  border-radius: 50px;
}

.tab-custom .nav-pills .nav-link.active {
  background: none;
  color: #ffffff;
}

.tab-custom .nav-pills .nav-link {
  color: #a4a4a4;
  padding: 20px 45px;
  letter-spacing: -0.54px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
}

.tab-custom li.nav-item {
  border-right: 1px solid #707070;
  background: #00262b;
  z-index: 1;
}

.tab-custom li:last-child.nav-item {
  border-right: none;
}

.tab-video #v-pills-tabContent {
    padding: 30px;
    margin-top: -30px;
}

/* All the features done right. section end */

/* section test drive start */

.test-drive-row {
  background-image: linear-gradient(270deg, #15b78b, #0b6049);
  border-radius: 30px;
  padding: 10px 10px 0 30px;
}

.get-start-btn-main {
  margin: 55px 0 40px;
}

.test-drive-image {
  z-index: 1;
}

.test-driv-title {
  color: #ffffff;
}

.test-driv-title {
  font-size: 40px;
}

.laptop-green-shape {
  position: absolute;
  right: -5px;
}

/* section test drive end */

/* Select the bundle for your needs section start */

.toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #264c51;
  padding: 10px 30px;
  border-radius: 30px;
}

.pricing-card {
	border-radius: 30px;
	padding: 0 30px 40px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	width: 100%;
	color: #262626;
	font-family: "Rubik", sans-serif;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto;
}

.pricing-card:hover {
	transform: scale(1.01);
	box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.2);
}

.pricing-card h5 {
  font-weight: 500;
  margin: 41px 0 30px 0;
  font-size: 24px;
  text-align: center;
  color: #141414;
  font-family: "Rubik", sans-serif;
  padding: 0 10px;
}

.border-line {
  width: 100%;
  height: 2px;
  margin-bottom: 22px;
}

.card-1 .border-line {
  background: #8bead0;
}

.card-2 .border-line {
  background: #b5c9e2;
}

.card-3 .border-line {
  background: #e7c27b;
}

.basic-land {
  color: #3ea187 !important;
}

.advance-crm {
  color: #3971b9 !important;
}

.custom-workflow {
  color: #855700;
  letter-spacing: 0.16px;
  margin-bottom: 50px;
}

.pricing-card ul {
  padding-left: 1rem;
  margin-bottom: 30px;
}

.button-area {
  margin-top: auto;
}

.btn-dark {
  width: 100%;
  font-weight: 600;
  height: 45px;
  margin-top: 40px;
  border-radius: 8px !important;
  background-color: #121212 !important;
}

.card-1 {
  background: linear-gradient(336deg, #ffffff, #6ffed8);
}

.card-2 {
  background: linear-gradient(336deg, #ffffff, #b1caea);
}

.card-3 {
  background: linear-gradient(336deg, #ffffff, #fece73);
}

.top-label {
  background-color: white;
  padding: 12px 30px;
  border-radius: 0 0 15px 15px;
  font-weight: 500;
  color: black;
  letter-spacing: 0.18px;
  margin: 0 auto 0;
  text-align: center;
  width: fit-content;
}

.team-size-toggle {
  color: white;
  text-align: center;
}

.team-size-number {
  background-color: #1e464b;
  border-radius: 20px;
  padding: 8px 20px;
  margin: 0 10px;
  font-weight: bold;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked+.slider {
  background-color: #00ffbf;
}

input:checked+.slider:before {
  transform: translateX(30px);
}

.price {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.perfect {
  padding-bottom: 24px;
}

.pricing-card ul {
  list-style: none;
  padding-left: 0;
  /* padding-bottom: 40px; */
}

.pricing-card ul li {
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0.16px;
}

.pricing-card ul li i {
  margin-right: 10px;
  font-size: 13px;
}

hr {
  margin: 12px 0 !important;
}

/* Select the bundle for your needs section end*/

/* 
Security Without Compromise section start
 */

.common-acord .accordion {
  background: no-repeat;
  border: none;
  color: #fff;
  border-radius: 0;
}

.common-acord .accordion-item {
  background: no-repeat;
  color: #fff;
  border: none;
  margin-bottom: 40px;
}

.common-acord .accordion-item:last-child {
  margin-bottom: 0;
}

.common-acord .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.common-acord .accordion-button {
  border-radius: 0;
  background: none;
  color: #fff;
  padding: 0;
}

.common-acord .accordion-item:first-of-type>.accordion-header .accordion-button,
.faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
  box-shadow: none;
}

.common-acord .accordion-item:first-of-type>.accordion-header .accordion-button {
  padding-top: 0;
}

.common-acord .accordion-item:last-of-type>.accordion-header .accordion-button {
  padding-bottom: 0;
}

.common-acord .accordion-button:focus {
  box-shadow: none;
}

.common-acord .accordion-button::after {
  display: none;
}

.security-mapping {
  padding-bottom: 120px;
}

.security-dot-image svg {
  width: 100%;
}

.security-dot-image {
  padding-top: 75px;
}

.security-main-image {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-45%, -45%);
}

.hcm {
  position: absolute;
  top: -3%;
  left: 15%;
  z-index: 1;
}

.controls-mapped {
  position: absolute;
  right: 40px;
  top: -8%;
}

.aws {
  position: absolute;
  bottom: -5.9%;
  right: 16%;
}

.requirements-ready {
  position: absolute;
  top: 10%;
  right: 3.2%;
}

.move-box {
  animation: move 2s infinite alternate;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(5px);
  }
}

/* Security Without Compromise section end */

/* live-chat section start */

.live-chat-mobile-row {
  padding: 30px 0 0 30px !important;
}

.live-chat-row {
  background-image: linear-gradient(180deg, #16b88d, #0b5d48);
}

.live-chat-text {
  color: #ffffff;
  z-index: 1;
  position: relative;
}

.live-chat-green-shape {
  position: absolute;
  bottom: 0;
  left: -95px;
}

.shape-and-scale {
  color: #ffffff;
  font-size: 18px;
}

.live-chat-shape {
  position: absolute;
}

.ai-enable {
  padding: 6px 21px;
  border: 1px solid#26C28E;
  background-color: #18a589;
  border-radius: 10px;
  width: fit-content;
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02px;
  margin-bottom: 14px;
}

.live-chat-column .testdrive-green-shape {
  position: absolute;
  left: -39px;
  top: -12px;
}

/* live chat section end */

/* Easy & Instant 3rd party Integration section start */

.star {
  font-size: 60px;
  animation: twinkle 2s infinite;
}

.third-party-text {
  margin: 24px 0 45px;
}

@keyframes twinkle {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.floating {
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Easy & Instant 3rd party Integration section end*/

/* Login & 4X your revenue. start*/

.lets-connect {
  margin: 39px 0;
}

.lets-connect:hover {
  border: 1px solid #ffffff;
  color: white;
}

.login-your-revenue {
  right: 105px;
  bottom: 25px;
  left: initial;
}

/* Login & 4X your revenue. end*/

/* Success Stores section start start */

.success-stores-section {
  background-image: url(../images/bg/success-stores.svg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-image {
  padding: 15px 21px;
  display: flex;
  justify-content: center;
  font-family: "Inter", sans-serif;
}

.marque-card {
  background: rgba(29, 48, 40, 0.10);
  border-radius: 42px;
  backdrop-filter: blur(15px);
  box-shadow: 0 0 10px rgba(0, 255, 170, 0.1);
  max-width: 400px;
  border: 1px solid #03FFBC;
}

.marque-card .card-body {
  padding: 20px;
}

.rounded-circle {
  width: 51px;
  height: 51px;
  object-fit: cover;
}
.marque-card .card-body .rounded-circle {
    object-fit: fill;
}

.slider-content {
  font-size: 14px;
}

.login-column-shape {
  top: -20px;
  left: -19px;
}

.login-column-text {
  margin: 24px 0 40px;
}

/* Success Stores section end */
.author-title {
  font-size: 20px;
}

.author-details small {
  font-size: 13px;
}

/* Success Stores section end */

/* faq section start  */

.faq .nav-item {
  padding-bottom: 10px;
}

.faq .nav-pills .nav-link {
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid transparent;
}

.faq .nav .nav-item button.active {
  background-color: #003424;
  border-color: #607f77;
  border-radius: 10px;
}

.faq .nav .nav-item button i {
  font-size: 10px;
  padding-left: 23px;
  opacity: 0;
  position: relative;
  left: -23px;
  transition: 0.5s all ease-in-out;
}

.faq .nav .nav-item button.active i {
  opacity: 1;
  left: 0;
}

button.accordion-button::before {
  width: 40px;
  height: 20px;
  background: url(../images/icon/minus-icon.svg) no-repeat 0 8px;
  content: "";
  padding-right: 33px;
}

button.accordion-button.collapsed:before {
  background: url(../images/icon/plus-icon.svg) no-repeat 0 4px;
}


/* .faq .tab-content {
  border-left: 1px solid #103135;
  padding-left: 65px;
} */

.common-acord .accordion-body {
  padding: 16px 0 0 39px;
}

/* faq section end */

/* footer section start */

footer h6 {
  color: #fff;
}

footer .footer-social-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-social-block li {
  float: left;
  margin-right: 18px;
}

footer .footer-social-block li:nth-last-child(2) {
  padding-left: 10px;
  margin-right: 10px;
}

footer .footer-social-block li:nth-last-child(2),
footer .footer-social-block li:last-child {
  vertical-align: bottom;
}

footer .footer-social-block a {
  font-size: 18px;
  color: #000;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none;
}

footer .footer-social-block a:hover {
  background: #19ae86;
  color: #fff;
  transition-duration: 500ms;
}

footer .footer-social-block li:nth-last-child(2) a,
footer .footer-social-block li:last-child a {
  width: auto;
  height: auto;
  background: none;
}

.bounce-arrow {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #ffffff;
    background: #30896b;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    animation: bounce 1.5s infinite;
    z-index: 1000;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}


.copywrite-block {
  color: #fff;
  font-size: 16px;
  padding-top: 70px;
  clear: both;
}

.copywrite-block a {
  color: #fff;
  text-decoration: none;
}

.copywrite-block a:hover {
  color: #929292;
}

.whats-app {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #505050;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0px);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 #505050;
  transition: all 300ms ease-in-out;
}

/* Animation */

@keyframes pulsing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #505050;
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(66, 219, 135, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(66, 219, 135, 0);
  }
}

/* footer section end */

.tab-custom li.nav-item:first-child {
  border-radius: 100px 0 0 100px;
}

.tab-custom li.nav-item:last-child {
  border-radius: 0 100px 100px 0;
}

.boxanimated {
  overflow: hidden;
  padding: 1px;
}

.boxanimated::before {
  animation: move 5s linear infinite;
  offset-path: rect(0% auto 100% auto);
  background: radial-gradient(#fff, #f1f5f9, transparent);
  height: 100px;
  width: 100px;
  position: absolute;
  content: "";
}

@keyframes move {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

/*  For Builders/Promoters page  start*/

/* home section */

.book-demo-btn-main {
  gap: 0 24px;
}

.book-demo-btn {
  margin-top: 50px;
}

.get-start-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-top: 50px;
}

.get-start-btn:hover {
  background-color: #ffffff;
  color: #00262b;
}

.book-demo-btn:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.backdrop-filter {
    backdrop-filter: blur(5px);
}

.software-feature-slider .swiper-button-next, .software-feature-slider .swiper-button-prev, .feature-slider .swiper-button-next, .feature-slider .swiper-button-prev {
    background: #30896b;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.software-feature-slider .swiper-button-next:after, .software-feature-slider .swiper-button-prev:after, .feature-slider .swiper-button-next:after, .feature-slider .swiper-button-prev:after {
    font-size: 14px;
}

#feature-card-slider.software-feature-slider .swiper-button-next, #feature-card-slider.software-feature-slider .swiper-button-prev {
    background: #30896b6b;
}

/* Every Features You Need to Manage and Automate Your Process section start */

.video-wrapper {
  background-color: #30896b;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  position: relative;
}

.thumbnail-container {
  position: relative;
  cursor: pointer;
}

.thumbnail-container img {
  width: 100%;
  border-radius: 10px;
  display: flex;
  margin: 0 auto;
  max-width: 800px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid black;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.iframe-container {
  display: none;
}

.iframe-container iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 10px;
}

/* Every Features You Need to Manage and Automate Your Process section end */

/* Features that Seamlessly Coalesce into One Property Management Software section start */

.border-shadow {
  position: absolute;
  top: -154px;
  z-index: -1;
}

.feature-that-seamlessly-section .new-property-card{
  padding: 20px 15px 15px 15px;
}
.new-property-card, .property-card {
  background-color: #0f2c2f;
  border-radius: 40px;
  padding: 50px 32px 15px 32px;
  border: 1px solid #3a4e50;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  height: 100%;
}

.new-property-card:hover, .property-card:hover {
  transform: translateY(-5px);
}

.new-property-card img, .property-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.new-property-card h6, .property-card h6 {
  color: #ffffff;
  font-weight: 600;
  font-size: 23px;
}

.new-property-card p, .property-card p {
  color: #ffffff;
}

.new-property-card .property-btn, .property-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-top: 10px;
}

.new-property-card .property-btn:hover, .property-btn:hover {
  background-color: #ffffff;
  color: #00262b;
}

.new-property-card-wrapper {
    display: grid;
    align-content: space-between;
    gap: 10px;
    height: 100%;
}

/* Features that Seamlessly Coalesce into One Property Management Softwaresection end */

/* For Agent page start */

/* for agent section start*/

.tab-video {
  background: linear-gradient(115deg, #21ae82, #00262b);
  border-radius: 32px;
  outline: 5px solid #ffffff17;
  padding: 60px 0px 0px 0;
}

.tab-video .nav-pills .nav-link.active,
.tab-video.nav-pills .show>.nav-link {
  background: linear-gradient(60deg, #0f645d, #14735c00);
  border-radius: inherit;
}

.tab-video .nav-pills .nav-link {
  padding: 24px 15px;
  font-size: 15px;
  font-weight: 600;
}

.tab-video .nav-link {
  color: #ffffff;
}

.brokar-wrapper.green-box-wrapper .thumbnail-container {
  padding: 20px;
}

.brokar-wrapper.green-box-wrapper .thumbnail-container img {
  border-radius: 20px;
}

.dropdown-menu {
  background-color: #033d46;
  padding: 20px;
  border-radius: 25px;
  width: 200px;
  transform: inherit !important;
  inset: inherit !important;
}

ul.dropdown-menu li a {
  display: inline-block;
  padding: 10px 0;
}

.dropdown-menu a svg {
  margin-left: 5px;
  opacity: 0;
}

.dropdown-menu a:hover svg {
  opacity: 1;
}

.nav-links li .ht-ul a {
  margin: 0;
}

.tab-video .nav-link:focus,
.tab-video .nav-link:hover {
  color: #ffffff;
}

.connect-manage {
  padding: 0 15px 15px 15px
}

/* for agent section end */

/* for society section start */
.tab-video .tab-pane,
.tab-video .thumbnail-container {
  height: 100%;
}

.tab-video .thumbnail-container img {
  border-radius: 15px 0 35px 35px;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.for-society-thumbnail img {
  max-width: inherit;
}

.society-green-shape {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.connect-management-shape {
  position: absolute;
  top: 0;
  right: 0;
}

/* for society section end */

/* Complete Land Management page start */

/* Features that Seamlessly Coalesce into One Property Management Software section start */

.get-notified-card {
  background: linear-gradient(180deg, #00262b00, #03ffbc);
  border: none;
  box-shadow: none;
}

.get-notified-card .btn-explore {
  color: #003425;
  font-weight: 600;
}

.get-notified-card .btn-explore:hover {
  color: #fff;
}

.book-a-demov-btn {
  width: 331px;
}

.card-feature {
	background-color: transparent;
	border: 1px solid#707070;
	border-radius: 10px;
	padding: 50px 28px;
	height: 100%;
	transition: all 0.5s ease-in-out;
  position: relative
}

.card-feature:hover { 
  color: #003424;
  border: 1px solid transparent;
}
.card-feature::before {
  content: "";
  background: linear-gradient(138deg, #88fedf, #f3fffc);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  z-index: -1;
  border-radius: 10px;
  transform: scale(0);
  top: -81px;
}
.card-feature:hover::before {
	width: 100%;
	opacity: 1;
	transform: scale(1);
	top: 0;
}
.card-feature .icon img {
	transition: 0.5s all ease-in-out;
}
.card-feature:hover img {
  filter: brightness(0);
}

.card-feature .icon {
  margin-bottom: 30px;
  min-height: 120px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.card-feature p {
  font-size: 14px;
  margin-top: 10px;
  color: inherit;
}

.popular-feature-section .card-feature p {
  font-size: 16px;
}

/* Make work Easy section start */

.mansarover-township {
  background: linear-gradient(147deg, #007489, #002f21, #000000);
  /* padding: 20px; */
  border-radius: 40px;
}

/* Make work Easy section end */

/* about page start */

.about-our-company-setion .new-animated-card{
  height: 80px;
}

.hover-about{
  display: none;
}
.image-card:hover .hover-about {
    position: absolute;
    display: grid;
    height: 100%;
    width: 100%;
    top: 0;
    background: #000000d4;
    border-radius: 20px;
    border: 1px solid #03ffbc;
    padding: 20px;
    justify-content: center;
    text-align: left;
    gap: 15px;
    align-items: center;
    align-content: center;
}
.image-card .hover-about ul {
    padding-left: 1rem;
    list-style: circle;
}
.new-img-fluid{
  transform: rotate(180deg);
}
.new-img-fluid.right-side-img {
    top: 40% !important;
    transform: rotate(180deg) !important;
}

/* What Makes Us Different section start  */

.what-makes-us-different-tabs {
  background-color: #00ac7e;
  border-radius: 35px;
  justify-content: center;
}

.what-makes-us-different-tabs-link,
.what-makes-us-different-tabs-link:hover {
  padding: 25px 20px;
  color: #fff;
}

.nav-pills .what-makes-us-different-tabs-link.active,
.nav-pills .show>.what-makes-us-different-tabs-link {
  background-color: transparent;
  position: relative;
  color: white;
  background: none;
  border-radius: 35px;
  padding: 25px 20px;
  /* font-weight: 600; */
  font-size: 18px;
  text-align: center;
  /* transition: all 0.3s ease-in-out; */
}

.nav-pills .what-makes-us-different-tabs-link.active::after,
.nav-pills .show>.what-makes-us-different-tabs-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 8px;
  background-color: #03ffbc;
  border-radius: 30px;
}

.footer-note {
  color: #03ffbc;
  font-size: 16px;
}

.not-just-crm-erp {
  padding-top: 60px !important;
}

/* What Makes Us Different section end */

/* Brain Behind HomeLead section start */

.section-box {
  background-color: #003a41;
  border-radius: 30px;
  padding: 80px 107px;
}

.heading {
  font-size: 32px;
  font-weight: bold;
}

.subtext {
  font-size: 14px;
  color: #d0d0d0;
}

.bio-name {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}

.bio-text {
  font-size: 14px;
  color: #d0d0d0;
}

.social-icons .btn {
  background-color: #00b894;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  margin-right: 8px;
  border-radius: 8px;
}

.image-card {
  background-color: #075d69;
  border-radius: 12px;
  /* padding: 20px; */
  text-align: center;
  position: relative;
  border-radius: 20px;
  border: 1px solid #03ffbc;
}

.image-card img {
  width: 100%;
  /* max-width: 220px; */
  border-radius: 20px;
}

.director-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2e2e2e;
  color: #fff;
  border: none;
  padding: 6px 18px;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid #075d69;
}

.director-btn:hover {
  background-color: #1a9570;
  color: #fff;
}

hr {
  border-top: 2px solid #5c5c5c;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #00ac7e;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}

.social-icon:hover {
  background-color: #ffffff;
  color: #000000;
}

/* Brain Behind HomeLead section end */

/* Company Milestones & Achievements section start */

.timeline-container {
  position: relative;
  padding: 60px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  z-index: 0;
}

.milestone {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

.milestone .card-right {
  background: linear-gradient(90deg, #16b98d, #0b5d47);
  border: none;
  border-radius: 100px 5px 100px 5px;
  padding: 25px 30px;
  color: #fff;
  text-align: center;
  position: relative;
}

.title-card-right {
  padding-left: 100px !important;
}

.title-card-righ {
  font-size: 26px;
}

.milestone .card-left {
  background: linear-gradient(90deg, #16b98d, #0b5d47);
  border: none;
  border-radius: 5px 100px 5px 100px;
  padding: 25px 30px;
  color: #fff;
  text-align: center;
  position: relative;
}

.milestone .number-circle-right {
  width: 40px;
  height: 40px;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 2;
}

.milestone .number-circle-left {
  width: 40px;
  height: 40px;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 30px;
  z-index: 2;
}

/* .year-left {
  top: 52px;
  left: 30px;
} */

.milestone .year-left,
.milestone .year-right {
  font-size: 60px;
  font-weight: bold;
  opacity: 0.2;
  position: relative;
  top: 50px;
}


/*.milestone .year-right {
  font-weight: bold;
  opacity: 0.2;
  font-size: 60px;
  position: absolute; 
    top: 27px;
    right: 50px;
}
*/

.arrow-down {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid white;
}

/* Company Milestones & Achievements section end */

/* happy client section start */

.stats-section {
  color: white;
  text-align: center;
}

.stat-icon {
  font-size: 40px;
  margin-bottom: 10px;
  margin-bottom: 20px;
}


.stat-number {
  font-size: 24px;
  font-weight: 600;
  font-size: 28px;
  font-weight: bold;
}

.stat-label {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  color: #929292;
}


/* What We Solve section start */

.what-we-solve-section {
  /* background: linear-gradient(180deg, #00262b00, #075d69); */
  background: linear-gradient(0deg, #14aec352, #00262b00);
}

.disconnected-content {
  border: 1px solid #03ffbc;
  padding: 6px 10px;
  border-radius: 50px;
  background: rgb(214 228 237 / 15%);
}


.what-we-solve-img-outer {
  border: 60px solid #00444d;
  border-radius: 134px;
}

.what-we-solve-img-inner {
  outline: 20px solid #00282e;
  padding: 16px 59px;
  border-radius: 63px;
  background-color: #000000;
}

.top-arrow {
  top: -29px;
}

.bottom-arrow {
  top: 94%;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #003a41;
}

/* What We Solve section end */

.left-side-img {
  left: 37% !important;
  top: 50% !important;
}

.right-side-img {
  left: 85% !important;
  top: 94% !important;
}

.dash-animate path.milestones-left-arrow {
  stroke-dasharray: 5 5;
  stroke-dashoffset: 0;
  animation: dashMove 1s linear infinite;
}

.dash-animate path.milestones-right-arrow {
  stroke-dasharray: 5 5;
  stroke-dashoffset: 0;
  animation: dashMoveReverse 1s linear infinite;
}

@keyframes dashMoveReverse {
  to {
    stroke-dashoffset: -10;
  }
  from {
    stroke-dashoffset: 0;
  }
}
 
@keyframes dashMove {
  to {
    stroke-dashoffset: 10; /* negative to make dash appear to move forward */
  }
}

/* -------Mega Dropdown-------*/

.mega-dropdown-menu li {
  padding: 10px 0;
}

.mega-dropdown-menu li a svg {
  opacity: 0;
}

.mega-dropdown-menu p {
  font-size: 12px;
  font-family: "Urbanist";
}

.mega-dropdown-menu li a:hover svg,
.mega-dropdown-menu li a.active svg {
  opacity: 1;
  margin-left: 5px;
}

.mega-dropdown-menu li .mega-dropdown {
  position: relative;
}

.mega-dropdown-menu {
  padding: 0;
  width: 1049px;
  background: #033d46;
  color: #fff;
  border-radius: 25px;
  padding: 25px;
  left: 40%;
  /* transform: translateX(-40%); */
  /* transform: translateX(-40%) !important; */
  inset: inherit !important;
}

.mega-dropdown-menu2 {
  width: 670px;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-menu a i {
  opacity: 0;
  left: -11px;
  position: relative;
  transition: 0.5s all ease-in-out;
}

.dropdown-menu a:hover i {
  opacity: 1;
  left: 8px;
}

/*=======================*/

/*.tab-content{background: goldenrod;}*/

.mega-dropdown-menu .tab-content {
  position: relative;
}

.mega-dropdown-menu .tab-content::before {
  width: 2px;
  height: 100%;
  content: "";
  /* background: #f00; */
  left: -75px;
  top: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 255, 200, 0) 0%, rgba(0, 255, 200, 0.17) 25%, rgb(0, 255, 200) 50%, rgba(0, 255, 200, 0.03) 75%, rgba(0, 255, 200, 0) 100%);
}

.mega-dropdown-menu .nav-tabs>li a {
  padding: 29px 23px 0 23px;
  font-size: 15px;
  color: #fff;
}

.mega-dropdown-menu .nav-tabs>li:hover a,
.mega-dropdown-menu .nav-tabs>li a.active {
  color: #03ffbc;
  background: none;
}

.ht-tab.col-md-2 {
  padding: 0;
}

.ht-tab.col-md-10 {
  padding: 0;
}

.ht-ul {
  text-align: left;
}

/*.ht-ul hr{margin: 10px 0;}*/

/* -------Mega Dropdown-------*/

.sidebarblock {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.sidebarblock ul {
  list-style: none;
  padding: 0;
}

.sidebarblock li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 24px;
  display: inline-block;
}

.sidebarblock li a.active,
.sidebarblock li a.active:hover {
  background: #03ffbc;
  border-radius: 30px;
  color: #00262b;
}

.sidebarblock li a:hover {
  color: #03ffbc;
}

.pricing-green-shape-right {
  right: 0;
  top: 25px;
  position: absolute;
}

.pricing-green-shape-left {
  left: 110px;
  top: 50px;
  position: absolute;
}

.pricing-title {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.38px;
  font-family: "Urbanist";
}

.filter-card-details {
    height: 100%;
    display: grid;
    align-content: space-between;
}

.new-pricings-card p small {
  font-size: 12px;
}

.new-pricings-card .price {
  font-size: 28px;
  letter-spacing: 0.28px;
  font-family: "Urbanist";
}

.new-pricings-card .h5 {
  letter-spacing: 0.18px;
  font-family: "Urbanist";
}

/* contact page start */

.start-your-free-trial-section {
  padding: 150px 0px 74px 0;
}

.about-play-btn {
  background-color: #2e2e2ede;
}

.about-play-btn::before {
  border-left: 20px solid #ffffff;
}

.contact-list-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-list-block li {
    float: left;
    margin-right: 18px;
}
.contact-list-block li a{
    font-size: 18px;
    color: #000;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
}
.contact-list-block li a:hover {
    background: #19ae86;
    color: #fff;
    transition-duration: 500ms;
}
#formMsg #ContactModal {
    background: #00000094;
}

.modal.fade.show .wpcf7 form.sent .wpcf7-response-output, .modal.fade.show .wpcf7 form.invalid .wpcf7-response-output {
    color: #212529;
}

/* list-of-benifit section */

.custom-tab-nav .nav-link {
  background: transparent;
  color: #ffffff;
  border-radius: 40px;
  text-align: left;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.custom-tab-nav .nav-link div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-tab-nav .nav-link svg {
  opacity: 0;
}

.custom-tab-nav .nav-link.active {
  background-color: #02eaad;
  color: #000;
}

.custom-tab-nav .nav-link.active svg {
  opacity: 1;
}

.custom-tab-nav .nav-link i {
  font-size: 18px;
}

.custom-tab-content .custom-card {
  background-color: #102f32;
  border: 1px solid #19e2c4;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  color: #fff;
}

.custom-card h6 {
  font-weight: 600;
  margin-top: 10px;
}

.custom-card p {
  font-size: 14px;
  color: #fff;
}

.icon-box {
  font-size: 30px;
  color: #19e2c4;
}

.benifit-shadow {
  top: -155px;
}

.form-container {
  background-color: #1a9671;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  color: white;
  max-width: 555px;
}

.form-container .form-control {
  border-radius: 25px;
  padding: 10px 12px;
  color: #0A0E0F;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15px;
  min-height: 52px;
}

.form-container .form-control::placeholder {
  color: #0A0E0F;
}

.form-container .form-check-label {
  font-size: 14px;
  font-size: 0.9rem;
  color: white;
  line-height: 24px;
}


.btn-demo {
  border-radius: 25px;
  background-color: white;
  color: #00262B;
  font-weight: 500;
  padding: 12px 20px;
}


.btn-demo:hover {
  background: none;
  border: 1px solid #fff;
}

/* home card animation */

.animated-card {
  transition: all 0.4s ease;
  text-align: center;
  cursor: pointer;
}

.animated-card:hover {
  transform: translateY(-10px) scale(1.05);
}

/* Security Without Compromise */

.move-box {
  animation: sway 10s ease-in-out infinite;
  text-align: center;
}

.move-box1 {
  animation: sway 8s ease-in-out infinite;
  text-align: center;
}

.move-box2 {
  animation: sway 5s ease-in-out infinite;
  text-align: center;
}

.move-box3 {
  animation: sway 5s ease-in-out infinite;
  text-align: center;
}

@keyframes sway {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-8px);
  }

  50% {
    transform: translateX(8px);
  }

  75% {
    transform: translateX(-8px);
  }

  100% {
    transform: translateX(0);
  }
}

/* up down animation */

.animated-box {
  animation: upDown 2s infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.animated-dash {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: drawLine 2s ease-out forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.phone-number-field>p {
  display: flex;
  width: 100%;
}

.phone-number-field>p .wpcf7-form-control-wrap {
  width: 100%;
}

/* Your Guide to a Safe and Secure Experience page start */
.blog-intro {
  font-size: 30px;
  font-weight: normal;

}

.list-group-item.active {
  background-color: #02eaad;
  border-radius: 40px;
  color: #00262b;
}

.list-group-item {
  background: transparent;
  color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.list-group-item .active {
  border-radius: 40px;
}

.list-group-item+.list-group-item {
  border-width: 1px;
}

.list-group-item:first-child.active {
  background-color: #02eaad;
  border-radius: 40px;
  color: #00262b;
}

.list-group-item:last-child {
  border-radius: 40px;
  color: white;
}

.list-group-item {
  border: none;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #02eaad;
  border-radius: 40px;
  color: #00262b;
}

.list-group-item-action .active {
  background-color: transparent;
  color: #00262b;
}

.list-group {
  gap: 10px;
}

.scrollspy-example {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollspy-example::-webkit-scrollbar {
  display: none;
}

/* certified page */
.cert-section {
  padding: 60px 0;
}

.cert-card {
  text-align: center;
  padding-top: 30px;
}

.cert-heading {
  font-weight: bold;
  font-size: 24px;
  padding: 20px 13px 10px 13px;
}

.cert-text {
  font-size: 16px;
  color: #c9c9c9;
  padding: 0 12px;
  font-weight: 500;
}

/* blogs page start */

.property-card-container {
  position: relative;
  border-radius: 20px;
  /* overflow: hidden; */
  /* max-width: 1100px; */
  /* margin: 60px auto; */
}

.blogs-bg {
  position: relative;
}

.blogs-bg:before {
  content: "";
  position: absolute;

  background-image: url(../images/bg/blogs-bg.svg);
  width: 100%;
  height: 600px;
  z-index: -1;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
}

.blogs-bg-section {
  height: 200px;
}

.profile-detaitls {
  padding: 0 2rem;
}

.property-card-image {
  /* display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-card-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.property-card-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 2rem;
  width: 100%;
  color: #fff;
  padding-bottom: 5px;
}

.property-card-title {
  font-size: 36px;
  font-weight: 600;
}

.property-card-description {
  font-size: 0.95rem;
  color: #d4d4d4;
  max-width: 90%;
}

.property-card-meta {
  font-size: 0.85rem;
  color: #ccc;
  margin-top: 1rem;
}

span.profile-img {
  font-size: 16px;
  color: rgb(255 255 255 / 50%);
  font-weight: 500;
}

.profile-img img {
  padding: 0 8px 0 5px;
}

.property-card-tag {
  background-color: #003d44;
  color: #ffffff;
  padding: 8px 28px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
}

.glow-line {
  width: 80%;
  height: 1px;
  margin: 50px auto;
  background: radial-gradient(closest-side, #00262b, #ffffff, #00262b);
  box-shadow: 0 0 15px #00262b;
  border-radius: 50%;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.6;
    transform: scaleX(1);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.1);
  }
}

/* photo tab section */
#portfolio-gallery {
  margin: 0 auto;
}

.portfolio-filter-btn {
  font-size: 18px;
  border-radius: 10px;
  text-align: center;
  color: white;
  border: 1px solid #006874;
  width: 215px;
  font-weight: 500;
}

.blog-photo-tab-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 30px;
}

.portfolio-filter-btn.active {
  background-color: #003d44;
  color: white;
  border: 1px solid #006874;
}

.portfolio-filter-btn:hover {
  border: 1px solid #006874;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

/* card */
.card-property-content {
  font-size: 24px;
  text-align: left;

}

/*  pagination*/
.custom-pagination .page-item .page-link {
  color: #006874;
  background-color: transparent;
  border: 1px solid#006874;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  padding: 0;
  text-align: center;
  line-height: 42px;
  font-weight: 500;
}

.custom-pagination .page-item.active .page-link {
  background-color: #03ffbc;
  color: #006874;
}

.custom-pagination .page-item.disabled .page-link {
  color: #006874;
  pointer-events: none;
}

.pegination-shadow {
  margin-top: 35px;
}

.blog-card-button {
  background: transparent;
  border: 1px solid #006874;
  color: #006874;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
}

/* blog details page satrt */
.property-active {
  background-color: #03ffbc;
  color: #023131;
}

.category-item {
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.blogsidebar .accordion-body {
  padding: 20px 0 0 0;
}

.blogsidebar .accordion {
  background: none;
  padding-top: 30px;
}

.blogsidebar .accordion-button::before {
  display: none;
}

.blogsidebar .accordion-item {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
  padding-bottom: 25px;
}

.blogsidebar button.accordion-button {
  background-color: #03ffbc;
  border-radius: 26px !important;
  padding: 10px 20px;
  color: #00262b;
  font-size: 18px;
  box-shadow: none;
  font-weight: 500;
  line-height: 30px;
}

.blogsidebar .accordion-button:focus {
  box-shadow: none;
}

.blog-bg {
  position: relative;
}

.blog-bg:before {
  content: "";
  position: absolute;

  background-image: url(../images/bg/blog-bg.svg);
  width: 100%;
  height: 600px;
  z-index: -1;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
}

.blog-details-bg-section {
  height: 250px;
}

.blog-details-section {
  top: 25%;
  width: 100%;
}

.blogtags {
  padding: 30px 0 40px 0;
}

.tags {
  background-color: #ffffff;
  color: #00262b;
  padding: 2px 20px;
  border-radius: 15px;
  font-size: 14px;
}

.prevnextblock {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
}

.prevnextblock p {
  font-size: 14px;
}

.prevnextblock a {
  font-size: 18px;
  font-weight: 600;
  color: #C9C9C9;
  text-decoration: none;
}

.prevnextblock a:hover {
  color: #fff;
}

.social-media-share a {
  background-color: #ffffff;
  padding: 4px 6px;
  border-radius: 100%;
  color: #000;
}

.view-all-post {
  font-size: 24px;
}

.comment-box {
  background-color: transparent;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.reply-box {
  background-color: #004048;
  border-radius: 10px;
  padding: 24px 40px;
  margin-left: 50px;
}

.user-icon {
  min-width: 72px;
  min-height: 72px;
  background-color: white;
  color: #002b36;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 45px;
  margin-right: 15px;
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.comment-name {
  font-weight: 600;
  font-size: 18px;
  color: rgb(255 255 255 / 88%);

}

.comment-date {
  font-size: 16px;
  color: rgb(255 255 255 / 50%);
  font-weight: 500;

}

.reply-btn {
  background-color: white;
  color: #00262b;
  border: none;
  padding: 6px 18px;
  border-radius: 16px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;

}

.comment-text {
  color: #c9c9c9;
  font-size: 16px;
  line-height: 28px;
}

.comment-text a {
  color: #c9c9c9;
  text-decoration: none;
}

.comment-text a:hover {
  color: #fff;
}

/* search input */

.search-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border-radius: 25px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  outline: none;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}

/* category */

.dropdown-toggle::after {
  display: none;
}

.dropdown-angle-arrow {
  margin-left: 7px;
}

.sidebar-post-tag {
  background-color: #00ac7e;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 4px;
  color: #fff;
}

.sidebar-post-title {
  font-size: 14px;
  font-weight: 500;
}

.sidebar-post-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.sidebar-post-item img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.sidebar-newsletter-box {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 15px;
  margin-top: 30px;
  text-align: center;
}

.sidebar-newsletter-box input {
  height: 45px;
  border-radius: 26px;
  border: none;
  padding-left: 15px;
  margin-top: 15px;
  width: 100%;
  background: #F7F7F7;
  font-size: 14px;
  color: #777777;
  margin-bottom: 15px;

}

.sidebar-newsletter-box button {
  margin-top: 15px;
  width: 100%;
  border-radius: 26px;
  background-color: #00c98d;
  color: #003425;
  border: none;
  height: 45px;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #00c98d;
  font-weight: 600;
}

.sidebar-newsletter-box button:hover {
  background-color: #00c98d;
  border: 1px solid #00c98d;
}

.sidebar-newsletter-box h6 {
  font-size: 24px;
  color: #00262b;
}

/* testimonial page */
.testimonial-section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
}

.section-label {
  background-color: #03ffbc;
  color: #00262b;
  padding: 4px 15px;
  border-radius: 10px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}

.testimonial-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.testimonial-slide-card {
  background-color: #00ac7e;
  border-radius: 10px;
  padding: 20px;
  color: #ffffff;
}

.testimonial-slide-card p {
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-user {
  display: flex;
  align-items: center;
}

.testimonial-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.testimonial-slide-card .testimonial-user img {
    object-fit: fill;
}

.testimonial-user .user-name {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;

}

.testimonial-user .user-role {
  font-size: 13px;
  color: #000;
  font-style: normal;
  font-weight: 500;

}

.testimonial-main-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.custom-swiper-pagination .swiper-pagination-bullet {
  background: #03ffbc;
}

.testimonial-main-section .testimonial-swiper {
  margin-top: 60px;
  margin-left: -240px;
}

/* testimonial-form */
.testimonial-form {
  background-color: #1a9671;
  /* width: 1316px; */
  /* height: 590px; */
  margin: 40px auto;
  border-radius: 20px;
  padding: 40px 50px;
  box-sizing: border-box;
  color: #fff;
}

.property-image-details {
  padding-top: 55px;
}

.property-image-details p,
.staticpage p {
  color: #c9c9c9;
  line-height: 28px;
}

.testimonial-form .section-heading-h2 {
  font-weight: 600;
}

.testimonial-form-section input.form-input {
  color: #8E8E8E;
}

.testimonial-form-section .join-button {
  font-size: 18px;
  border: 1px solid #fff;
  font-weight: 600;
  padding: 14px 20px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.rating span {
  font-size: 20px;
  color: gold;
}

.rating-label {
  font-size: 24px;
  font-weight: 500;
  padding-right: 15px;
}

.input-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.input-group input {
  flex: 1;
  height: 50px;

  border: none;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
}

.form-input {
  border-radius: 30px !important;
}

textarea {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  resize: none;
  margin-bottom: 15px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}


.checkbox-group input {
  transform: scale(1.2);
}

.submit-btn {
  float: right;
  background-color: white;
  color: #1a9671;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #e6f8f0;
}

/*** header new add css ***/
.nav-links.open {
  display: flex;
  flex-direction: column;
  overflow: scroll;
}

.hamburger.toggle .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.toggle .line2 {
  opacity: 0;
}

.hamburger.toggle .line3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mega-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  display: block;
}

.mega-dropdown.open .mega-dropdown-menu {
  max-height: 1000px;
  opacity: 1;
}

@media (min-width: 1200px) {
  .mega-dropdown:hover .mega-dropdown-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }
}

.mega-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  .mega-dropdown.open .mega-dropdown-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 576px) {
  .swiper.feature-slider {
      padding: 0 15px;
  }
}

/* -----------Static Page------------------------- */
.sticky-sidebar ul {
	height: 227px;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	padding-right: 10px !important;
	margin-bottom: 30px !important;
}
.staticmainblock ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sticky-sidebar li {
	border-bottom: 1px solid #FFFFFF4D;
}

.sticky-sidebar li:last-child {
  border: none;
}


.sticky-sidebar li.selected {
  /* border-bottom: none; */
  padding: 10px 0;
}

.sticky-sidebar li.selected a {
	background: #02EAAD;
	border-radius: 100px;
	color: #00262B;
}
.sticky-sidebar a {
	padding: 22px 20px;
	color: #fff;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 18px;
}

.page-content .blog-intro {
	padding-top: 25px;
}
.page-content .blog-intro:first-child {
	padding-top: 0;
}
.page-content ul {
	padding: 0 0 20px 25px;
}
.page-content li {
	list-style: disc;
	color: #c9c9c9;
}
.page-content a {
	color: #02EAAD;
	text-decoration: none;
	transition: 0.5s all ease-in-out;
}
.page-content a:hover {
	color: #fff; 
}




@media (min-width: 768px) {
.sticky-sidebar {
	position: sticky;
	top: 100px;
	height: fit-content;
}
.sticky-sidebar ul {
	height: 98vh; 
	margin-bottom: 0 !important;
}
.staticmainblock {
	display: grid;
	grid-template-columns: 250px auto;
	gap: 30px;
}
.page-content .blog-intro {
	font-size: 26px;
}
}
@media (min-width:992px) {
.staticmainblock { 
	grid-template-columns: 321px auto; 
}
}
@media (min-width:1200px) {
  .staticmainblock { 
	grid-template-columns: 365px auto; 
}
.sticky-sidebar { 
	top: 10px 
}
.sticky-sidebar a { 
	font-size: 20px;
}
.page-content .blog-intro {
	font-size: 30px;
}
} 
@media (min-width:1400px) {
  .staticmainblock {  
    gap: 60px;
}
}


.with-your-trial {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 10px;
}

.features-list-new {
  list-style: none;
  padding-left: 0;
}

.features-list-new li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  list-style: none;
}

.features-list-new li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url('../images/icon/tick.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.highlight-card .features-list-new li::before {
  color: #002024;
}

.about-our-company-setion p {
  line-height: 30px;
}

/* -----Home page slider---------- */
.mainslider {
  padding: 83px 0 0 0;
}

.mainslider .integrate-ivr-section {
  display: flex;
  height: 360px;
  overflow: hidden;
  gap: 25px;
  box-sizing: border-box;
  background: #00262B;
}

.mainslider .dot-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: center;
}

.mainslider .dot-item {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  margin: 20px 0;
}

.mainslider .dot-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 45px;
  background: #427B6B;
  z-index: 0;
}

.mainslider .dot1 {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #427B6B;
  border: 2px solid #21514b;
  transition: 0.3s ease;
  z-index: 1;
}

.mainslider .dot-item.active .dot1 {
  border: 4px solid #225453;
  background: radial-gradient(at left top, rgb(6, 255, 189), rgb(92, 163, 145));
}

.mainslider .slider-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mainslider .slides-wrapper {
  transition: transform 0.6s ease;
}

.mainslider .slide {
  height: 100vh;
  display: flex;
  gap: 10px;
  padding: 5px;
  box-sizing: border-box;
  align-items: flex-start;
}

.mainslider .slide.hidden {
  display: none;
}

.mainslider .slide-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 345px;
}

.mainslider .slide-content-left .slidertitle {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 65px;
  margin: 0;
}

.mainslider .slide-content-left .slidertitle span {
  color: #00ffc8;
}

.mainslider .slide-content-left p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}

.mainslider .slide-cards {
  display: flex;
  gap: 10px;
  flex: 1;
}
/*----- Home New Add future section -----*/
.new-feature-section{
  padding-top: 100px;
}
.list-row-gap{
  grid-row-gap: 30px;
}
.new-feature-section .feature-tab-title{
  font-size: 20px;
}
.new-feature-section .feature-tab-column img {
	height: 70px;
}
.homelead-gif {
	background: #eff8fa;
	border-radius: 15px;
}
.solution-card-box {
	overflow: hidden;
	background: #00262b;
	transition: 0.5s all ease-in-out;
}
.solution-card-box .card-header {
	background: #003D44;
	border-bottom: none;
	transition: 0.5s all ease-in-out;
	position: relative;
	z-index: 1; 
}
.solution-card-box .card-header::before {
	background: linear-gradient(90deg, #15B489 0%, #02805E 100%);
	border-bottom: none;
	transition: 0.5s all ease-in-out;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
  opacity: 0;
}
.solution-card-box:hover .card-header::before { 
  opacity: 1;
}
.solution-card-box:hover .card-header {
	background: #003D44; 
}
.solution-card-box:hover {
	background: #264c51;
}
.solution-card-box .card-body {
    padding: 30px 24px 50px;
}
.solution-card-box h6 {
	font-size: 18px;
	font-weight: 600;
}
.pricing-contact-section {
	padding-bottom: 80px;
}
.pricing-contact-section {
	padding: 30px 0 80px;
}
.details-contact {
	background: #003D44;
	padding: 32px 50px;
	border-radius: 20px;  
}
.still-heading {
	font-size: 24px;
	max-width: 450px;
	font-weight: 500;
}
.details-contact a {
	color: #00262B;
	background: #fff;
	padding: 19px 24px;
	border-radius: 100px;
	text-decoration: none;
  transition: 0.5s all ease-in-out;
}
.details-contact a:hover {
	background: #03ffbc;
}
.feature-list .more-item {
    display: none;
}
.toggle-more-btn {
  background: transparent;
  border: none;
  color: #121212;
  cursor: pointer;
  font-weight: 600;
  padding: 5px 0;
  text-align: left;
}
/*============= PRicing Page filter  pricing table ================*/
    .card.hidden {
      display: none;
    }
.filter-cards.card {
	border: transparent;
	font-size: 16px;
	height: auto;
}
.filter-selector {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #264c51;
	padding: 10px 40px 10px 20px;
	border-radius: 30px;
	color: #fff;
	border: transparent;
	appearance: none;
}
.select-filter-arrow {
	position: absolute;
	right: 20px;
	top: 17px;
	font-size: 12px;
}
.filter-selector select, .filter-selector option {
  font-family: "Rubik", sans-serif;font-weight: 500;
}
.filter-selector:active, .filter-selector:focus, .filter-selector:focus-visible {
    box-shadow: none;
    outline: none;
}
.filter-slider {
	padding-top: 20px;
}
.filter-cards:hover {
	transform: none;
}
.pricing-slider-nav i {
	background: #264c51;
	padding: 10px;
	border-radius: 6px;
	min-width: 38px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pricing-slider-nav .slider-common-nav::after {
	display: none;
}
.swiper-button-prev.slider-common-nav { 
	position: relative;
	margin-right: 65px;
} 
.filter-cards:nth-child(4n) {
 background: linear-gradient(336deg, #ffffff, #FF96F2)
}
.filter-cards:nth-child(4n + 1) {
  background: linear-gradient(336deg, #ffffff, #6ffed8)
}
.filter-cards:nth-child(4n + 2) {
  background: linear-gradient(336deg, #ffffff, #fece73)
}
.filter-cards:nth-child(4n + 3) {
  background: linear-gradient(336deg, #ffffff, #8BFF8E)
}
.pricing-card.filter-cards {
	margin-left: 0;
}
.highlight-text {
	color: #008B66;
	letter-spacing: 0.18px;
}
.filter-cards .btn-explore, .pricing-card .btn-explore {
  transition: 0.5s all ease-in-out;
}
.filter-cards .btn-explore:hover, .pricing-card .btn-explore:hover {
	background: #03FFBC !important;
	color: #003425 !important;
}
.pricing-card.filter-cards li {
	margin-bottom: 5px;
	font-size: 14px;
}

/*============= Home 3rd Party Section ================*/
.easyinstant-block .get-start-button {
	width: fit-content;
}
 
.home_lead_logo {
	background-color: #fafffe;
	padding: 7px 20px;
	border-radius: 9px;
	position: relative;
	top: 0;
	right: 0;
	width: auto;
	border: 5px solid #05595b;
  z-index: 2;
}
.home_lead_logo img {
	position: relative;
	z-index: 2;
}
.integration-card-img img {
	height: 37px;
}
.integration-common-card {
	border: 1px solid #05595b;
	font-size: 12px;
	background-color: #013c44;
	border-radius: 10px;
	color: #ffffff;
	position: absolute;
	width: fit-content;
	padding: 8px 10px !important;
	z-index: 2;
	padding: 9px !important;
}
  
.animated-path {
	stroke: #03ffbc;
	stroke-width: 1;
	stroke-dasharray: 5, 5;
	stroke-dashoffset: 0;
	fill: none;
	animation: dashmove 2s linear infinite reverse;
	position: relative;
}
@keyframes dashmove {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -20; /* Smooth continuous */
  }
}
 @media (min-width:481px) {
.integration-wrapper {
	margin-left: auto;
	top: 0;
	height: 360px;
	position: relative;
	width: 440px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.home_lead_logo {
	background-color: #fafffe;
	padding: 7px 20px;
	border-radius: 9px;
	position: relative;
	top: 0;
	right: 0;
	width: auto;
	border: 5px solid #05595b;
}
.integration-card-img img {
	height: 30px;
}
.integration-common-card {
	border: 1px solid #05595b;
	font-size: 12px;
	background-color: #013c44;
	border-radius: 10px;
	color: #ffffff;
	position: absolute;
	width: fit-content;
	padding: 8px 10px !important;
	z-index: 2;
	padding: 9px !important;
}
.integration1 {
	left: 0;
	top: 0;
}
.integration2 {
	top: 0;
	left: 100px;
}
.integration3 {
	top: 0;
	left: 0;
	right: 0px;
	margin: 0 auto;
}
.integration4 {
	top: 0;
	right: 96px;
}
.integration5 {
	top: 0;
	right: 0;
}
.integration6 {
	right: 0;
	top: 101px;
}
.integration7 {
	top: 204px;
	right: 0;
}
.integration8 {
	bottom: 0;
	right: 0;
}
.integration9 {
	bottom: 0;
	right: 96px;
}
.integration10 {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.integration11 {
	bottom: 0;
	left: 100px;
}
.integration12 {
	bottom: 106px;
	left: 0;
}
.integration13 {
	top: 101px;
	left: 0;
}
.integration14 {
	left: 0;
	bottom: 0;
}
.svg-line {
	position: absolute;
	top: 49px;
	left: 21px;
	pointer-events: none;
	z-index: 1;
	width: 100%;
	height: 305px;
	right: 0;
	margin: 0 auto;
}
.svg-line {
	transform: scale(0.9) translate(-39px, -21px);
	transform-origin: center;
}
.integration-path1 { 
	transform: translateX(-15px) rotate(5deg);
}
.integration-path2 {
	transform: translateX(-54px) translateY(-4px) rotate(2deg);
}
.integration-path3 {
	transform: translateX(-79px) translateY(18px) rotate(-6deg);
}
.integration-path4 {
	transform: translateX(-88px) translateY(57px) rotate(-8deg);
}
.integration-path5 {
	transform: translateX(-36px) translateY(37px) rotate(-11deg);
}
.integration-path6 {
	transform: translateX(-44px) translateY(144px) rotate(-20deg);
}
.integration-path7 {
	transform: translateX(0px) translateY(19px) translateY(1px);
}
.integration-path8 {
	transform: translateX(37px) translateY(-34px) rotate(13deg);
}
.integration-path9 {
	transform: translateX(-2px) translateY(-40px) rotate(12deg);
}
.integration-path10 {
	transform: translateX(-93px) translateY(5px);
}
.integration-path11 {
	transform: translateX(-69px) translateY(6px) rotate(-6deg);
}
.integration-path12 {
	transform: translateX(-120px) translateY(65px) rotate(-14deg);
}
.integration-path13 {
	transform: translateX(-59px) translateY(18px) rotate(-7deg);
}
.integration-path14 {
	transform: translateX(-15px) translateY(-23px) rotate(8deg);
}
}
@media (min-width:768px) {
.integration-wrapper {
	top: 0;
	height: 380px;
	position: relative;
	width: 615px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.home_lead_logo {
	background-color: #fafffe;
	padding: 7px 20px;
	border-radius: 9px;
	position: relative;
	top: 0;
	right: 0;
	width: auto;
	border: 5px solid #05595b;
}
.integration-card-img img {
	height: 37px;
}
.integration-common-card {
	border: 1px solid #05595b;
	font-size: 12px;
	background-color: #013c44;
	border-radius: 10px;
	color: #ffffff;
	position: absolute;
	width: fit-content;
	padding: 8px 10px !important;
	z-index: 2;
	padding: 9px !important;
}
 .integration2 { 
	left: 156px;
}
.integration4 {
	right: 145px;
}   
.integration9 {
	right: 145px;
} 
.integration11 {
	left: 156px;
} 
.integration13 {
	top: 110px;
} 
.svg-line {
	left: 0;
	transform: none; 
}
.animated-path{
  transform: none;
}
}
@media (min-width:1200px) {
.integration-wrapper { 
	margin: 0 0 0 auto;
}
}

/*==== TNC Page Add Css =====*/ 
::-webkit-scrollbar {
    width: 3px;
    scrollbar-width: thin
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #02eaac;
    border: 0px solid transparent;
    transition: 0.5s all ease-in-out;
    border-radius: 0;
}
.sticky-sidebar ul::-webkit-scrollbar-thumb {
    background-color: transparent; 
}
::-webkit-scrollbar-thumb:hover {
    background: #02EAAD;
}
@-moz-document url-prefix() {
 
body::-webkit-scrollbar {
  width: 4px; /* Thin scrollbar */
} 
body::-webkit-scrollbar-thumb:hover {
  background-color: #02EAAD; /* On hover */
}

/* Scrollbar for Firefox */
body {
  scrollbar-width: thin;
  scrollbar-color: #02EAAD transparent;
}
}

.feature-link{
  color: #fff;
  text-decoration: none;
}

.feature-tab-column:hover .feature-link{
  color: #003425;
}

/* Floating Menu */
.quicklinks-menu {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    border-right: none;
    -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    width: 45px;
    z-index: 97;
}
.quicklinks-menu .menu {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    margin: 0;
    min-width: inherit;
    padding: 0;
    position: static;
    width: 100%;
    list-style: none;
}
.quicklinks-menu ul li .menu a, .quicklinks-menu ul li .menu li.animate-li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}
.quicklinks-menu ul li .menu li.animate-li {
    margin-bottom: 10px;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .85s ease, height .1s, padding .1s;
    transition: all .85s ease, height .1s, padding .1s;
    width: 218px;
    z-index: 9;
}
.quicklinks-menu ul li .menu li.animate-li:hover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
    justify-content: flex-start;
    overflow: visible;
    right: 0;
    -webkit-transform: translateX(-145px);
    transform: translateX(-170px);
    width: 220px;
}
.quicklinks-menu ul li .menu li.animate-li a {
    height: 40px;
    position: relative;
    -webkit-transition: all .45s ease, height .1s, width .1s, opacity .1s;
    transition: all .45s ease, height .1s, width .1s, opacity .1s;
    width: 100%;
}
.quicklinks-menu ul li .menu a {
    color: #000;
    font-family: Titillium Web, sans-serif;
    font-size: 1em;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}
.quicklinks-menu ul li .menu li.animate-li .float-icon {
    color: #004c8f;
    height: 25px;
    left: -5px;
    position: absolute;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
    width: 25px;
}
.quicklinks-menu ul li .menu li.animate-li:hover .float-icon {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.quicklinks-menu ul li .menu li.animate-li:hover .float-icon {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.quicklinks-menu ul li .menu li.animate-li .float-icon+span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    line-height: 1;
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    text-align: left;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition-duration: .55s;
    transition-duration: .55s;
}
.quicklinks-menu ul li .menu li.animate-li:hover .float-icon+span {
    opacity: 1;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
}

/* -----------27-06-2025-------------- */
.tabinnerheading {
  border-top: 1px solid #fff;
  margin-top: 35px;
  padding: 40px 0 10px 0;
}