@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* font-family: "Inter", sans-serif; */
/* font-family: "Bebas Neue", sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
  --primarycolor: #8111D1;
  --secondarycolor: #D927F2;
  --title-color: #ff00ff;
  --bodybg: #0A061D;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --interfont: "Inter", sans-serif;
  --bebasneuefont: "Bebas Neue", sans-serif;
  /* scroll-behavior: inherit; */
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--interfont);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 500;
  font-style: normal;
  color: var(--whitecolor);
  font-size: 18px;
  line-height: 1.5;
  background-color: var(--bodybg);
}



b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  font-family: var(--bebasneuefont);
  color: var(--whitecolor);
  font-weight: 400;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 400;
  font-size: 110px;
  line-height: 0.91;
  font-family: var(--bebasneuefont);
}

h2,
.h2-title {
  font-weight: 400;
  font-size: 68px;
  line-height: 0.9;
  font-family: var(--bebasneuefont);
}

h3,
.h3-title {
  font-weight: 400;
  font-size: 38px;
  line-height: 0.9;
  font-family: var(--bebasneuefont);
}

h4,
.h4-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 0.9;
  font-family: var(--bebasneuefont);
}

h5,
.h5-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 0.9;
  font-family: var(--bebasneuefont);
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--secondarycolor);
}

figure {
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 58px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #eab71e;
  color: #000000;
  height: 58px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #000;
  color: #eab71e;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* custom css */
.cmn-gap {
  padding: 120px 0;
}

.section-head {
  margin-bottom: 40px;
}

.cmn-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  background-color: #bdd653;
  color: #ffffff;
  padding: 15px 330px;
}

.cmn-btn:hover {
  background-color: #eab71e;
  color: #ffffff;
}

/* custom css */

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 170px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 15px;
  padding: 20px 0;
  position: relative;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
  text-transform: capitalize;
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--primarycolor);
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: var(--primarycolor);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
  opacity: 1;
}

/* navbar submenu*/

.sub-menu {
  background: #ede7f1;
  /* position: absolute;
  top: 100%;
  left: 0; */
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 0;
  margin-top: 15px;

}

.sub-menu>li>a {
  color: #000;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: var(--primarycolor);
  color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* 16-04-2026 m.m css */
.landing-logo {
  max-width: 230px;
}

.landing-logo img {
  width: 100%;
}

.new-landing-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0 13px;
  /* background: rgba(0, 0, 0, 0.3); */
  border-bottom: 1px solid #772972;
  /* box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2); */
  /* backdrop-filter: blur(15px); */
  z-index: 9999;
}

/* .new-landing-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bodybg);
} */

.landing-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lnd-cmn-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--whitecolor);
  background: linear-gradient(90deg, #8111D1 0%, #D927F2 100%);
  border: 1px solid #A33CE9;
  box-shadow: 0px 13px 24px rgba(212, 37, 240, 0.3);
  border-radius: 100px;
  padding: 18px 29px;
  overflow: hidden;
}

.lnd-cmn-btn:hover {}

.lnd-cmn-btn>span {
  position: relative;
  z-index: 2;
}

/* .lnd-cmn-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #8111D1 0%, #D927F2 100%);
  border-radius: 100px;
  transition: all .3s ease-in-out;
}

.lnd-cmn-btn:hover::before {
  width: 100%;
} */

.lnd-cmn-btn>img {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  transition: all .3s ease-in-out;
  z-index: 3;
}

.lnd-cmn-btn:hover {
  background: linear-gradient(90deg, #D927F2 0%, #8111D1 100%);
  color: var(--whitecolor);
}

.lnd-cmn-btn:hover img {
  transform: translateX(5px);
}

/* banner css */
.landing-banner {
  position: relative;
  padding: 200px 0 48px;
}

.landing-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.landing-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: left; */
}

.landing-banner-bg::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 28%;
  background: linear-gradient(0deg, rgba(10, 6, 29, 0) 0%, #0A061D 100%);
}

.landing-banner-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 31.2%;
  background: linear-gradient(180deg, rgba(10, 6, 29, 0) 0%, #0A061D 100%);
}

.landing-banner-inner {
  position: relative;
  z-index: 2;
}

.lan-ban-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -29px;
}

.lan-ban-left {
  width: 58.2%;
  padding: 15px 29px;
}

.lan-ban-right {
  width: 41.8%;
  padding: 15px 29px;
}

.lan-ban-toptitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 33px;
  border-radius: 30px;
  border: 1px solid #FF00FF;
  background: rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--whitecolor);
  /* overflow: hidden; */
  margin-bottom: 30px;
}

.ban-title-tag-bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}

.lan-ban-toptitle p {
  position: relative;
  z-index: 2;
  margin: 0;
}

.lan-ban-toptitle p strong {
  font-weight: 600;
}

.red-txt {
  color: #F00044;
}

.glow-pink-line {
  position: absolute;
  top: -6px;
  right: 18%;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

.glow-pink-line.two {
  top: auto;
  bottom: -6px;
  left: 5%;
}

.lan-ban-content h1 {
  margin-bottom: 0;
}

.highlight-yellow {
  color: #FDCE51;
}

.lan-ban-para {
  max-width: 675px;
  text-transform: capitalize;
}

.lan-ban-para span:not(.highlight-yellow) {
  font-weight: 700;
}

.blue-txt {
  color: #2196F3;
}

.gogle-red-txt {
  color: #F44336;
}

.yellow-txt {
  color: #FFC107;
}

.green-text {
  color: #4CAF50;
}

.meta-grdn-txt {
  background: linear-gradient(90deg, #0064E0 0%, #006AE5 6.2%, #007AF4 21.8%, #007DF6 81.1%, #0080F9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.tiktok-red-txt {
  color: #F00044;
}

.amazon-txt {
  color: #FF601F;
}

.cmn-btn-new.cmn-btn-new-two {
  font-size: 20px;
  background: linear-gradient(89.04deg, #7F1B86 0%, #D6366A 17.48%, #E03860 54.76%, #FF601F 77.48%, #FDAD2E 100%);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* .cmn-btn-new.cmn-btn-new-two:hover {
  background: linear-gradient(-89.04deg, #7F1B86 3.5%, #D6366A 17.48%, #E03860 54.76%, #FF601F 77.48%, #FDAD2E 96.71%);
} */

.cmn-btn-new.cmn-btn-new-two span {
  max-width: 20px;
}

.lan-ban-btn-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 30px;
}

.lnd-cmn-trns-btn {
  display: inline-flex;
  align-items: center;
  color: var(--whitecolor);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.lnd-cmn-trns-btn img {
  display: inline-block;
  margin-left: 7px;
  max-width: 20px;
  transition: all .3s ease-in-out;
}

.lnd-cmn-trns-btn:hover {
  color: var(--whitecolor);
  opacity: 0.7;
}

.lnd-cmn-trns-btn:hover img {
  transform: translateX(5px);
}

.lan-ban-grow-wrap {
  position: relative;
  margin-left: -67px;
  margin-top: -40%;
  pointer-events: none;
  user-select: none;
}

.lan-ban-grow-wrap img {
  width: 100%;
}

.lan-ban-bottom-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(21.455px);
  border-radius: 49px;
  padding: 1px;
  background: linear-gradient(90deg, #88337A 0%, #8211D2 20%, #D83669 45%, #F9582B 63%, #D827F2 80%, #FDAD2E 100%);
  position: relative;
  bottom: 58px;
  z-index: 2;
}

.lan-ban-bottom-txt-inner {
  padding: 17px 66px;
  background: #1E1630;
  border-radius: 49px;
  text-align: center;
}

.lan-ban-bottom-txt p {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(90.05deg, #F0D4EB 0.52%, #F0D4EA 25.38%, #E18A00 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lan-book-wrap {
  position: relative;
  background: linear-gradient(90deg, rgba(163, 163, 163, 0.1) 0%, rgba(163, 163, 163, 0.1) 40%, rgba(163, 163, 163, 0.1) 100%);
  border: 0.953556px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(21px);
  border-radius: 20px;
  padding: 34px 32px 38px;
  overflow: hidden;
}

.book-blur-img {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  user-select: none;
  max-width: 29%;
}

.lan-book-header h2 {
  font-size: 42px;
  margin-bottom: 16px;
}

.lan-book-header h2 span {
  background: linear-gradient(90deg, #8111D1 0%, #D927F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lan-book-header p {
  font-size: 19px;
}

.lan-book-header {
  margin-bottom: 30px;
}

.lan-growth-audit-wrap {
  padding: 28px;
  background: rgba(163, 163, 163, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(21px);
  border-radius: 20px;
  margin-bottom: 45px;
}

.lan-growth-audit-title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.lan-growth-audit-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 46px;
  height: 46px;
  background: linear-gradient(90deg, #8111D1 0%, #D927F2 100%);
  border-radius: 12px;
  flex-shrink: 0;
  margin-right: 15px;
}

.lan-growth-audit-title-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lan-book-head {
  font-size: 26px;
  margin-bottom: 5px;
}

.lan-growth-audit-title-content p {
  font-size: 15px;
}

.lan-growth-listing li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  font-size: 15px;
}

.lan-growth-listing li:last-child {
  margin-bottom: 0px;
}

.lan-growth-listing li::before {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(images/gradiant-check-icon.svg) no-repeat left center;
  background-size: 100%;
  z-index: 1;
}

.lan-book-success-wrap .lan-book-head,
.lan-book-form-item .lan-book-head {
  margin-bottom: 22px;
}

.lan-book-form-item {
  margin-bottom: 45px;
}

.lan-book-form-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.lan-book-form-radio input[type="radio"] {
  display: none;
}

.lan-book-form-radio label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  background: rgba(163, 163, 163, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(22.9179px);
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

.lan-book-form-radio label span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #c9c9c9;
}

.lan-book-form-radio input[type="radio"]:checked+label {
  background: linear-gradient(90deg, #8111D1 0%, #D927F2 100%);
  box-shadow: 0px 10.1857px 15.2786px -3.05571px rgba(106, 55, 212, 0.2), 0px 4.07428px 6.11143px -4.07428px rgba(106, 55, 212, 0.2);
  /* background: linear-gradient(135deg, #6A37D4 0%, #AE8DFF 100%); */
  border-color: #6A37D4;
  color: #F8F0FF;
}

.lan-book-form-radio input[type="radio"]:checked+label span {
  color: #F8F0FF;
}

.lan-book-form-time-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.lan-book-form-time input[type="radio"] {
  display: none;
}

.lan-book-form-time label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  background: rgba(163, 163, 163, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(21px);
  border-radius: 12px;
  color: var(--whitecolor);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  min-width: 172px;
}

.lan-book-form-time input[type="radio"]:checked+label {
  background: linear-gradient(90deg, #9C26E9 0%, #D927F2 100%);
  border-color: #9C26E9;
  box-shadow: 0px 10.1857px 15.2786px -3.05571px rgba(106, 55, 212, 0.2), 0px 4.07428px 6.11143px -4.07428px rgba(106, 55, 212, 0.2);
}

.lan-book-secure-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 22px;
}

.lan-book-secure-wrap img {
  display: inline-block;
  margin-right: 7px;
}

.lan-book-success-row {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

.lan-book-success-item {
  padding: 7px;
}

.lan-book-success-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  padding: 15px 10px 15px;
  background: rgba(163, 163, 163, 0.1);
  border: 0.953556px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(21px);
  border-radius: 12px;
}

.lan-book-success-icon {
  margin-bottom: 10px;
}

.book-success-label {
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #8111D1 0%, #D927F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 6px;
}

.lan-book-success-card>p {
  font-size: 11px;
  font-weight: 700;
}

.lan-time-zone {
  margin-bottom: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lan-time-zone-label {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
}

.lan-time-zone-label i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  background: linear-gradient(90deg, #8111D1 0%, #D927F2 100%);
}

.lan-time-zone-wrap select {
  padding: 0;
  background: url(images/select-white-arw.svg) no-repeat right center #261334;
  border: none;
  outline: none;
  color: var(--whitecolor);
  font-size: 16px;
  font-weight: 500;
  width: 96px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 15px;
}

/* 16-04-2026 m.m css */



/* Kaushik 16-04-2026 start */
.partner-block {
  position: relative;
  padding: 84px 0 130px;
}

.partner-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 411px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--bodybg) 100%);
  z-index: 1;
}

.section-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.partner-wrp {
  position: relative;
  z-index: 2;
}

.partner-box {
  width: 100%;
  padding: 38px 85px;
  background: linear-gradient(90deg, rgba(163, 163, 163, 0) 0%, rgba(163, 163, 163, 0.1) 50%, rgba(163, 163, 163, 0) 100%);
  backdrop-filter: blur(22.5px);
  position: relative;
}

.partner-slider .slick-list {
  margin: 0 -84px;
}

.partner-slider .slick-track {
  display: flex;
}

.partner-slider .slick-slide {
  padding: 0 84px;
  height: auto;
  position: relative;
}

.partner-slider .slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: url(images/sld-sd-line.png) center center transparent;
  background-size: 100% 100%;
}

.partner-slider-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-slider {
  width: 100%;
  max-width: 1444px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.partner-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 16px;
  overflow: hidden;
}

.partner-slider-arrow.prev {
  left: 0;
}

.partner-slider-arrow.next {
  right: 0;
}

.hover-icn {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
}

.def-icn {
  transition: all .3s ease-in-out;
}

.partner-slider-arrow.prev .hover-icn,
.partner-slider-arrow:hover .def-icn {
  opacity: 0;
}

.partner-slider-arrow.next .hover-icn,
.partner-slider-arrow.prev:hover .def-icn {
  opacity: 0;
}

.partner-slider-arrow:hover .hover-icn {
  opacity: 1;
}

.partner-agency {
  padding-top: 128px;
}

.partner-agency-box {
  position: relative;
  padding: 51px 20px 48px;
  text-align: center;
  background: linear-gradient(90deg, rgba(163, 163, 163, 0.1) 0%, rgba(163, 163, 163, 0.1) 40%, rgba(163, 163, 163, 0.1) 100%);
  border: 1px solid #E03860;
  box-shadow: 0px 4px 28px rgba(224, 56, 96, 0.4);
  backdrop-filter: blur(22.5px);
  border-radius: 20px;
}

.partner-agency-logo {
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
}

.lh-line {
  position: absolute;
  top: -24px;
  left: -110px;
  min-width: 310px;
}

.partner-agency-logo-img {
  position: relative;
  z-index: 1;
}

.partner-agency-box p {
  font-family: var(--bebasneuefont);
  font-size: 28px;
  line-height: 0.9642857142857143em;
  letter-spacing: 0.10714285714285714em;
  position: relative;
  z-index: 1;
}

.partner-agency-para {
  position: relative;
}

.plg-line {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translate(-50%, 0);
}

.growth-block {
  position: relative;
}

.growth-block-wrp {
  position: relative;
  z-index: 2;
}

/* .growth-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 403px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--bodybg) 100%);
  z-index: 1;
}

.growth-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 403px;
  background: linear-gradient(190deg, rgba(0, 0, 0, 0) 0%, var(--bodybg) 100%);
  z-index: 1;
} */

.growth-process-box {
  background: linear-gradient(90deg, rgba(163, 163, 163, 0.1) 0%, rgba(163, 163, 163, 0.1) 40%, rgba(163, 163, 163, 0.1) 100%);
  border: 1px solid #E03860;
  box-shadow: 0px 4px 28px rgba(224, 56, 96, 0.4);
  border-radius: 20px;
  text-align: center;
  position: relative;
  height: 100%;
  backdrop-filter: blur(45px);
}

.growth-process-arrow {
  max-width: 94px;
  position: absolute;
  top: 90px;
  right: -60px;
  z-index: 11;
}

.growth-process-list-col:last-child .growth-process-arrow {
  display: none;
}

.growth-process-number {
  width: 76px;
  height: 76px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 28px;
  box-shadow: 0px 0px 34px rgba(255, 102, 34, 0.6);
  font-family: var(--bebasneuefont);
  font-size: 34px;
  text-transform: uppercase;
}

.growth-process-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.growth-process-number img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.growth-process-box-top {
  padding: 42px 28px 8px;
}

.growth-process-box-para {
  padding: 10px 28px 40px;
}

.growth-process-box h3 {
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(91.49deg, #E46F34 2.25%, #DF4B81 50.87%, #A653E5 99.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}

.gr-line {
  width: 100%;
}

.growth-process-list-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.case-study-template-block {
  position: relative;
  padding: 200px 0 0;
}

.cst-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.case-study-wrpper {
  position: relative;
  z-index: 11;
}

.case-study-template-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.case-study-template-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ctg-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.ctg-col {
  width: 38%;
  padding: 15px;
}

.ctg-col:last-child {
  width: 62%;
}

.case-study-template-content {
  max-width: 755px;
  margin-left: auto;
}

.ctg-box {
  display: flex;
  align-items: center;
}

.ctg-box .growth-process-number {
  flex-shrink: 0;
  margin: 0;
}

.ctg-content {
  padding-left: 20px;
  padding-top: 8px;
}

.ctg-content p {
  font-size: 16px;
}

.ctg-content h2 {
  font-size: 28px;
  margin: 0 0 5px;
}

.case-study-template-content h1 {
  font-size: 68px;
  margin-bottom: 12px;
}

.case-study-template-content h1 span {
  background: linear-gradient(91.49deg, #E46F34 2.25%, #DF4B81 50.87%, #A653E5 99.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.cst-short-desc {
  margin-top: 25px;
}

.cst-banner-bottom-content {
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cst-banner-bottom-content h3 {
  margin-bottom: 14px;
}

.cst-banner-bottom-content-inner {
  padding-right: 61px;
}

.cst-faq-content-box-item {
  display: flex;
}

.cst-faq-content-box-icon {
  flex-shrink: 0;
  margin-right: 8px;
  line-height: 1;
  margin-top: -5px;
}

.cst-faq-content-box-content h4 {
  margin: 0 0 7px;
  font-family: var(--interfont);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.cst-faq-content-box-content p {
  font-size: 16px;
}

.cst-faq-content-box-item-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ght-title {
  font-family: var(--interfont);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px;
}

.cst-faq-content {
  padding: 0 82px 32px 0;
  display: none;
}

.cst-faq-content-list-row {
  --bs-gutter-x: 144px;
}

.cst-faq-header {
  padding: 32px 0;
  cursor: pointer;
  display: flex;
}

.cst-faq-header h3 {
  font-size: 27px;
  line-height: 1.03;
  margin: 0 0;
  padding-right: 30px;
}

.cst-faq-arrow {
  flex-shrink: 0;
  width: 19px;
  height: 10px;
  margin-left: auto;
  transition: all .4s ease-in-out;
}

.cst-faq-col {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cst-faq-col.open .cst-faq-header h3 {
  background: linear-gradient(91.49deg, #E46F34 2.25%, #DF4B81 50.87%, #A653E5 99.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.cst-faq-col.open .cst-faq-arrow .cst-faq-def-arrow,
.cst-faq-def-arrow-hover {
  display: none;
}

.cst-faq-col.open .cst-faq-arrow .cst-faq-def-arrow-hover {
  display: block;
  margin-top: 8px;
}

.cst-banner-bottom-content.cnc-block {
  border: none;
  padding: 48px 0;
}

.cst-banner-bottom-content-inner p {
  line-height: 1.44;
  margin-bottom: 20px;
}

.cst-banner-bottom-content-inner p:last-child {
  margin-bottom: 0;
}

.cst-banner-bottom-content.cnc-block.result {
  padding: 0;
}

.cst-rslt-box {
  padding: 28px 16px;
  background: linear-gradient(90deg, rgba(163, 163, 163, 0) 0%, rgba(163, 163, 163, 0.1) 50%, rgba(163, 163, 163, 0) 100%);
  backdrop-filter: blur(22.5px);
  margin-top: 25px;
}

.cst-rslt-box-col h4 {
  font-size: 68px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0;
}

.cst-rslt-box-col .ctg-box {
  position: relative;
  padding: 12px 0 12px 112px;
  height: 100%;
}


.cst-rslt-box-col .ctg-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: url(images/sld-sd-line.png) center center transparent;
  background-size: 100% 100%;
}

.cst-rslt-box-col:first-child .ctg-box::after {
  display: none;
}

.cst-rslt-box-col:first-child .ctg-box {
  padding-left: 0;
}

.cast-template-footer {
  text-align: center;
  padding: 22px 0;
  margin-top: 132px;
  position: relative;
}

.cast-template-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #FF601F 40%, #FDCE51 60%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
}

.cast-template-footer p {
  font-size: 16px;
}

.cast-template-footer p a {
  color: var(--whitecolor);
}

.cast-template-footer p a:hover {
  color: var(--secondarycolor);
}

/* Kaushik 16-04-2026 end */


/* sp starts */

.main-footer {
  position: relative;
  padding: 130px 0 15px 0;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-footer,
.bottom-footer {
  position: relative;
  z-index: 3;
}

.top-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 110px;
}

.cmn-title {
  padding: 10px 30px;
  border: 1px solid var(--title-color);
  border-radius: 30px;
  position: relative;
  font-size: 22px;
  margin-bottom: 30px;
  display: inline-block;
  min-width: 177px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}

.cmn-head>*:last-child {
  margin-bottom: 0;
}

.cmn-title .first-footer-glow {
  position: absolute;
  top: -6px;
  right: 24px;
}

.cmn-title .second-footer-glow {
  position: absolute;
  bottom: -6px;
  left: 24px;
}

.footer-center-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.cmn-title span {
  font-weight: 600;
}

h1 span,
.h1-title span,
h2 span,
.h2-title span {
  background: linear-gradient(91.49deg,
      #e46f34 2.25%,
      #df4b81 50.87%,
      #a653e5 99.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.cmn-head h2,
.cmn-head .h2-title {
  margin-bottom: 30px;
}

.top-footer .cmn-head {
  max-width: 730px;
  margin: 0 auto 30px;
}

.top-footer .cmn-head .footer-para-wrp {
  font-size: 16px;
}

.footer-btn-wrp {
  display: flex;
  flex-wrap: wrap;
}

.footer-btn-wrp>*:not(:last-child) {
  margin-right: 10px;
}

.cmn-btn-new {
  padding: 15px 35px;
  background: linear-gradient(89.62deg,
      #7f1b86 2.38%,
      #d6366a 16.99%,
      #e03860 55.93%,
      #ff601f 79.65%,
      #fdad2e 99.73%);
  box-shadow: 0px 0px 34px rgba(255, 102, 34, 0.6);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--whitecolor);
  font-weight: 700;
  text-transform: uppercase;
}

.cmn-btn-new span {
  max-width: 14px;
  width: 100%;
  flex: 0 0 auto;
  margin-left: 7px;
  display: inline-block;
}

.cmn-btn-new span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cmn-btn-new:hover {
  background: linear-gradient(-89.62deg,
      #7f1b86 2.38%,
      #d6366a 16.99%,
      #e03860 55.93%,
      #ff601f 79.65%,
      #fdad2e 99.73%);
  color: var(--whitecolor);
}

.bottom-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bottom-footer p a:hover {
  color: var(--secondarycolor);
}

.bottom-footer p a {
  color: var(--whitecolor);
}

.bdr-line {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(255, 96, 31, 0) 0%,
      rgba(255, 96, 31, 1) 40%,
      rgba(253, 206, 81, 1) 60%,
      rgba(253, 206, 81, 0) 100%);
  opacity: 0.2;
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.footer-gr {
  width: 100%;
  height: 66%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(10, 6, 29, 0) 0%, #0a061d 100%);
}

.bottom-footer p {
  font-size: 16px;
  font-weight: 500;
}

/* sp ends */

/* Sayan start */

.cmn-title p {
  margin-bottom: 0;
}

.cmn-head {
  width: 100%;
  margin: 0 auto 45px;
}

.partner-sec-main,
.engine-sec-main {
  position: relative;
  z-index: 2;
}

.engine-card {
  text-align: center;
  position: relative;
  padding: 0 14px;
}

.engine-card .engine-card-img {
  width: 100%;
  max-width: 45px;
  margin: 0 auto 30px;
}

.engine-card .engine-card-img img {
  width: 100%;
}

.engine-card-content h3 {
  margin-bottom: 12px;
}

.engine-card-content p {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.engine-col {
  position: relative;
}

.engine-col::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background-image: url(images/process-line.svg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.engine-col:last-child::before {
  display: none;
}

.engine-main-row {
  padding: 35px 90px;
  background: linear-gradient(90deg,
      rgba(163, 163, 163, 0) 0%,
      rgba(163, 163, 163, 0.1) 50%,
      rgba(163, 163, 163, 0) 100%);
  backdrop-filter: blur(22.5px);
}

.partner-card {
  border: 1px solid rgba(224, 56, 96, 0.3);
  backdrop-filter: blur(22.5px);
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  /* overflow: hidden; */
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background: radial-gradient(circle at center, #1a1035, #0b0620);
  z-index: 1;
  height: 100%;
}

.partner-card:hover {
  border: 1px solid #e03860;
  box-shadow: 2px 0px 16px rgba(224, 56, 96, 0.4);
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.partner-agency-box::before,
.lan-ban-toptitle::before,
.lan-ban-bottom-txt::before,
.growth-process-box::before,
.partner-card::before,
.cmn-title::before {
  content: "";
  position: absolute;
  inset: -2px;
  padding: 4px;
  border-radius: inherit;
  background: conic-gradient(from var(--angle),
      transparent 0deg,
      #7f1b86 40deg,
      #d6366a 80deg,
      #ff601f 140deg,
      transparent 180deg,
      transparent 220deg,
      #ff601f 260deg,
      #d6366a 300deg,
      transparent 340deg);
  animation: borderRun 5s linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(4px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.lan-ban-toptitle::before {
  opacity: 1;
  background: conic-gradient(from var(--angle),
      transparent 0deg,
      rgba(255, 0, 255, 1) 90deg,
      transparent 180deg,
      rgba(255, 0, 255, 1) 270deg,
      transparent 360deg);
}

.partner-agency-box::before,
.lan-ban-bottom-txt::before,
.growth-process-box::before,
.partner-card:hover::before {
  opacity: 1;
}

@keyframes borderRun {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 360deg;
  }
}

.partner-slider-items.slick-slide {
  height: auto;
}

.partner-slider .slick-track {
  display: flex;
}

.partner-slider-items {
  padding: 15px;
}

.partner-slider .slick-list {
  margin: 0 -15px;
}

.partner-slider-btn img {
  width: 100%;
}

.partner-slider-btn {
  width: 100%;
  max-width: 16px;
  display: block;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}

.partner-slider-btn:hover {
  filter: none;
}

.partner-slider-btn-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-slider-main {
  position: relative;
}

.partner-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.partner-prev-btn {
  left: -50px;
}

.partner-next-btn {
  right: -50px;
}

.appointment-embaded-wrp {
  max-width: 750px;
  margin: 0 auto;
}

.appointment-embaded-wrp iframe {
  height: 1122px !important;
}

.partner-card img {
  max-height: 90px;
  max-width: 240px;
  object-fit: contain;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.partner-card:hover img {
  opacity: 1;
}

.engine-row {
  justify-content: center;
  --bs-gutter-y: 30px;
}

/* Sayan End */

.impact-sec {
  position: relative;
}

.impact-sec-inr {
  position: relative;
  z-index: 3;
}

.impact-content-wrp {
  background: linear-gradient(90deg,
      rgba(163, 163, 163, 0) 0%,
      rgba(163, 163, 163, 0.1) 50%,
      rgba(163, 163, 163, 0) 100%);
  backdrop-filter: blur(22.5px);
  display: flex;
  align-items: center;
  padding: 27px 66px 28px 47px;
}

.impact-img-wrp {
  max-width: 699px;
  flex: 0 0 auto;
  margin-right: 125px;
}

.impact-img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.each-impact-steps {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: -10px;
}

.impact-item-ir {
  width: 33.33%;
  padding: 10px;
  position: relative;
}

.each-impact-steps> :nth-child(3n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  filter: blur(1px);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 51%,
      rgba(255, 255, 255, 0) 100%);
}

.each-impact-steps> :nth-child(3n + 2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  filter: blur(1px);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 51%,
      rgba(255, 255, 255, 0) 100%);
}

.each-impact-item {
  max-width: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.each-impact-item>span {
  width: 61px;
  height: 61px;
  margin-bottom: 20px;
}

.each-impact-item>span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.each-impact-item h3 {
  margin-bottom: 10px;
}

.each-impact-item p {
  font-size: 16px;
}

.each-impact-steps>*:nth-child(3n + 2) .each-impact-item {
  margin: 0 auto;
}

.each-impact-steps>*:nth-child(3n + 3) .each-impact-item {
  margin-left: auto;
}

.impact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.impact-gr {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 59%;
  background: linear-gradient(0deg, rgba(10, 6, 29, 0) 0%, #0a061d 100%);
  pointer-events: none;
}

.casestudy-sec {
  position: relative;
}

.casestudy-sec-inr {
  position: relative;
  z-index: 3;
}

.casestudy-sec-inr .cmn-head h2 span {
  display: block;
}

.each-thaught-card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(163, 163, 163, 0.1);
  padding: 15px;
  border: 1px solid rgba(224, 56, 96, 0.3);
  display: flex;
  flex-direction: column;
  transition: 0.3s all;
  backdrop-filter: blur(45px);
}

.thaught-img {
  position: relative;
  padding-top: 62%;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 25px;
}

.each-thaught-card:hover {
  border-color: #e03860;
  box-shadow: 0px 4px 18px rgba(224, 56, 96, 0.4);
  backdrop-filter: blur(22.5px);
}

.thaught-img img {
  transition: 0.3s all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thaught-img:hover img {
  transform: scale(1.1);
}

.thaught-para-wrp {
  padding: 0 17px 17px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.thaught-para-wrp h3 a {
  color: var(--whitecolor);
}

.thaught-para-wrp h3 a:hover {
  color: var(--secondarycolor);
}

.thaught-para-wrp h3 {
  margin-bottom: 20px;
  max-width: 345px;
}

.thaught-lists li {
  padding-left: 31px;
  position: relative;
  font-size: 16px;
}

.thaught-lists li::before {
  content: "";
  background-image: url("images/tic-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}

.thaught-lists li::after {
  content: "";
  background: linear-gradient(90deg, #8111d1 0%, #d927f2 100%);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.thaught-lists>*:not(:last-child) {
  margin-bottom: 20px;
}

.thaughts-btn-wrp {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-top: 39px;
}

.thaughts-btn-wrp>*:not(:last-child) {
  margin-bottom: 10px;
}

.thaught-btn {
  width: 100%;
  padding: 1px;
  border-radius: 100px;
  background: linear-gradient(89.62deg,
      #7f1b86 2.38%,
      #d6366a 16.99%,
      #e03860 55.93%,
      #ff601f 79.65%,
      #fdad2e 99.73%);
}

.thaught-btn-inr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 100px;
  background-color: #1f1b2d;
  padding: 15px;
  transition: 0.3s all;
}

.thaught-btn-inr p {
  margin-bottom: 0;
  background: linear-gradient(89.62deg,
      #7f1b86 2.38%,
      #d6366a 16.99%,
      #e03860 55.93%,
      #ff601f 79.65%,
      #fdad2e 99.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: 0.3s all;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.thaught-btn-inr span {
  max-width: 14px;
  width: 100%;
  margin-left: 8px;
  transition: 0.3s all;
}

.thaught-btn-inr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thaught-btn:hover {
  box-shadow: 0px 0px 34px rgba(255, 102, 34, 0.6);
}

.thaught-btn:hover .thaught-btn-inr {
  background-color: rgba(255, 255, 255, 0);
}

.thaught-btn:hover .thaught-btn-inr span {
  filter: brightness(0) invert(1);
}

.thaught-btn:hover .thaught-btn-inr p {
  background: linear-gradient(60deg,
      rgb(255, 255, 255) 0%,
      rgb(255, 255, 255) 15%,
      rgb(255, 255, 255) 55%,
      rgb(255, 255, 255) 79%,
      rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.thought-slider .slick-track {
  display: flex !important;
}

.thought-slider .erach-thaught-slider {
  height: inherit !important;
  padding: 20px 15px;
}

.thought-slider .slick-list {
  margin: -20px -15px;
}

.thaught-slider-btn {
  width: 16px;
  height: 29px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.thaught-slider-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s ease-in-out;
  filter: brightness(0) invert(1);
}

.thaught-slider-btn:hover img {
  filter: none;
}

.thaught-slider-outer {
  position: relative;
}

.thaught-slider-prev {
  left: 0;
  transform: translateX(-50px);
}

.thaught-slider-next {
  right: 0;
  transform: translateX(50px);
}

.case-study-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.casestudy-top-gr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(10, 6, 29, 0) 0%, #0a061d 100%);
  pointer-events: none;
}

.casestudy-bottom-gr {
  position: absolute;
  bottom: -22%;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(180deg, rgba(10, 6, 29, 0) 0%, #0a061d 100%);
  pointer-events: none;
}

.cmn-title::before {
  opacity: 1;
  inset: -3px;
  padding: 2px;
  background: conic-gradient(from var(--angle),
      transparent 0deg,
      #ff00ff 40deg,
      #ff00ff 80deg,
      #ff00ff 140deg,
      transparent 180deg,
      transparent 220deg,
      #ff00ff 260deg,
      #ff00ff 300deg,
      transparent 340deg);
}

.partner-slider-logo img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.lan-ban-grow-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(10, 6, 29, 0) 0%, #0A061D 100%);
  z-index: 1;
}

.partner-agency .cmn-head {
  max-width: 980px;
}

.impact-gr::before {
  content: "";
  position: absolute;
  top: -58%;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(10, 6, 29, 0) 0%, #0A061D 100%);
}

.section-marge-bg {
  position: relative;
}

.section-marge-bg-two,
.section-marge-bg-one {
  position: absolute;
  top: 5.6%;
  left: 0;
  width: 100%;
  /* height: 100%; */
  z-index: 0;
}

.section-marge-bg-two {
  top: auto;
  bottom: 11.5%;
}

.section-marge-bg-two img,
.section-marge-bg-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-marge-bg-two::before,
.section-marge-bg-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 32%;
  background: linear-gradient(0deg, rgba(10, 6, 29, 0) 0%, #0A061D 100%);
  z-index: 1;
}

.appointment-sec-main::after,
.section-marge-bg-two::after,
.partner-block::after,
.section-marge-bg-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 32%;
  background: linear-gradient(180deg, rgba(10, 6, 29, 0) 0%, #0A061D 100%);
  z-index: 1;
}

.appointment-sec-main::after {
  height: 45%;
}

.appointment-main-wrp,
.appointment-sec-main {
  position: relative;
  z-index: 2;
}

.impact-each-txt-wrp h1 span,
.impact-each-txt-wrp .h1-title span,
.impact-each-txt-wrp h2 span,
.impact-each-txt-wrp .h2-title span {
  background: linear-gradient(91.49deg, #a653e5 2.25%, #a653e5 50.87%, #a653e5 99.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.case-study-template-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(10, 6, 29, 0) 0%, #0A061D 100%);
  z-index: 2;
}

.case-study-template-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 26%;
  height: 100%;
  background: linear-gradient(90deg, rgba(10, 6, 29, 0) 0%, #0A061D 100%);
  z-index: 2;
}

/*support css update 22/4/2026*/
/* navbar*/
.navbar-toggler {
  position: relative;
  width: 33px;
  margin-left: 15px;
  height: 28px;
  padding: 0;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  order: 3;
}

.stick,
.stick:after,
.stick:before {
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: auto;
  transition: all 0.6s;
  border-radius: 5px;
}

.stick:before {
  content: "";
  top: -10px;
  left: 0;
}

.stick:after {
  content: "";
  top: 10px;
  left: 0;
}

.stick.open {
  transform: translateX(-50px);
  background: transparent;
}

.stick.open:before {
  transform: rotate(45deg) translate(42px, -28px);
  left: 2px;
  background: var(--blackcolor);
}

.stick.open:after {
  transform: rotate(-45deg) translate(42px, 28px);
  left: 2px;
  background: var(--blackcolor);
}

.navbar-nav .clickD {
  position: absolute;
  top: 8px;
  right: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 24px;
  height: 24px;
  background: url(images/purple-sort-down.svg) center center no-repeat;
  display: block;
  background-size: 15px;
  cursor: pointer;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.navbar-nav .clickD.toggled {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.sub-menu>li.menu-item-has-children .clickD {
  top: 8px;
  right: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.sub-menu,
.navbar-nav>li>.sub-menu .sub-menu {
  position: relative;
  width: 100%;
  left: inherit;
  top: inherit;
  border: none;
  right: inherit;
}

.navbar-nav>li.menu-item-has-children {
  padding-right: 0;
}

.navbar-nav>li {
  margin: 0;
  padding: 0;
}

.navbar-nav>li>a {
  padding: 12px 20px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.navbar-nav li.menu-item-has-children>a {
  padding-right: 35px;
}

.sub-menu>li>a {
  padding-left: 40px;
}

.sub-menu .sub-menu>li>a {
  padding-left: 60px;
}

.sub-menu .sub-menu .sub-menu>li>a {
  padding-left: 80px;
}

.navbar-nav>li>a:after {
  bottom: 0;
}

/* navbar end*/

/* push nav */

.navbar-collapse {
  background: #fff;
  position: fixed;
  top: 0;
  height: 100% !important;
  width: 380px;
  overflow-y: auto;
  transition: inherit !important;
  right: 0;
  margin: 0;
  display: block !important;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out !important;
  z-index: 100;
  padding: 10px;
}

.navbar-collapse.show,
.navbar-collapse.collapsing {
  display: block !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out !important;
}

.navbar-collapse .navbar-nav {
  margin: 80px 0 0;
  padding: 0 0 40px 0;
}

.navbar-collapse .navbar-toggler {
  display: block;
  right: 20px;
  top: 20px;
  position: absolute;
}

#navoverlay.open {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: all;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

body.open-nav,
html.open-nav {
  height: 100%;
  overflow: hidden;
}

.landing-logo {
  order: 1;
}

.new-landing-header .landing-header-right {
  order: 2;
  margin-left: auto;
}

.landing-header-inner {
  width: 100%;
}

.new-landing-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  /* Safari support */
  z-index: -1;
}

.sub-menu.show {
  display: block;
}

/*support css update 22/4/2026*/
/*support css update 23/4/2026*/
.sub-menu>li.caseStudies.current-menu-item>a {
  background: #bf9be2;
  color: #fff;
}

/*support css update 23/4/2026*/
/* ========== responsive css =========== */


@media (min-width: 1025px) {

  /* navbar*/
  /* .navbar-nav .clickD {
    display: none;
  } */

  /* .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  } */
}

@media (min-width: 1800px) {
  .container {
    max-width: 1620px;
  }
}

@media (max-width: 1799px) {
  .lan-ban-toptitle {
    font-size: 22px;
  }

  h1,
  .h1-title {
    font-size: 90px;
  }

  h2,
  .h2-title {
    font-size: 58px;
  }

  .cmn-title {
    padding: 7px 20px;
    font-size: 17px;
  }

  .cmn-gap {
    padding: 100px 0;
  }

  .lnd-cmn-trns-btn,
  .cmn-btn-new.cmn-btn-new-two {
    font-size: 18px;
  }

  .lan-ban-para {
    font-size: 16px;
    max-width: 635px;
  }

  .lan-ban-grow-wrap {
    margin-left: -30px;
  }

  .lan-ban-bottom-txt-inner {
    padding: 15px 40px;
  }

  .lan-ban-bottom-txt p {
    font-size: 24px;
  }

  .lan-ban-bottom-txt {
    bottom: 48px;
  }

  .lan-book-wrap {
    border-radius: 16px;
    padding: 24px 22px 28px;
  }

  .lan-book-header h2 {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .lan-book-header p {
    font-size: 17px;
  }

  .lan-growth-audit-wrap {
    padding: 18px;
    border-radius: 16px;
    margin-bottom: 32px;
  }

  .lan-book-head {
    font-size: 24px;
  }

  .lan-growth-listing li {
    margin-bottom: 15px;
  }

  .lan-growth-listing li::before {
    top: 0;
  }

  .lan-book-form-radio label {
    width: 80px;
    height: 80px;
    font-size: 22px;
  }

  .lan-book-form-item {
    margin-bottom: 32px;
  }

  .lan-book-form-time label {
    padding: 16px 25px;
    min-width: 132px;
  }

  .lan-time-zone {
    margin-bottom: 32px;
  }

  .lan-book-success-card {
    min-width: 138px;
  }

  .partner-card img {
    max-height: 80px;
    max-width: 160px;
  }

  .partner-prev-btn {
    left: -40px;
  }

  .partner-next-btn {
    right: -40px;
  }

  .impact-img-wrp {
    max-width: 550px;
    margin-right: 100px;
  }

  .each-impact-item>span {
    width: 50px;
    height: 50px;
  }


  .partner-slider .slick-slide {
    padding: 0 50px;
  }

  .partner-slider .slick-list {
    margin: 0 -50px;
  }

  .partner-slider-logo img {
    max-height: 80px;
    max-width: 140px;
  }

  .partner-agency {
    padding-top: 100px;
  }

  .case-study-template-content h1 {
    font-size: 54px;
  }

  .cst-rslt-box-col .ctg-box {
    padding: 12px 0 12px 70px;
  }

  .cst-rslt-box-col h4 {
    font-size: 52px;
  }

  .sdt-arrow {
    width: 26px;
  }

  .ctg-content h2 {
    font-size: 24px;
  }

  .ctg-content p {
    font-size: 16px;
  }

  .case-study-template-block {
    padding: 150px 0 0;
  }

}

@media (max-width: 1599px) {
  .top-footer {
    padding-bottom: 80px;
  }

  .thaught-slider-prev {
    transform: translateX(-30px);
  }

  .thaught-slider-next {
    transform: translateX(30px);
  }

  .impact-img-wrp {
    margin-right: 80px;
  }

}

@media (max-width: 1399px) {

  h2,
  .h2-title {
    font-size: 48px;
  }

  h4,
  .h4-title {
    font-size: 25px;
  }

  .new-landing-header {
    padding: 10px 0;
  }

  .landing-logo {
    max-width: 180px;
  }

  .lnd-cmn-btn {
    font-size: 15px;
    padding: 15px 20px;
  }

  .landing-banner {
    padding: 150px 0 35px;
  }

  .lan-ban-toptitle {
    font-size: 18px;
    padding: 12px 22px;
    margin-bottom: 25px;
  }

  h1,
  .h1-title {
    font-size: 75px;
  }

  .lan-ban-para {
    font-size: 15px;
    max-width: 495px;
  }

  .lnd-cmn-trns-btn,
  .cmn-btn-new.cmn-btn-new-two {
    font-size: 16px;
  }

  .lan-ban-btn-wrap {
    gap: 22px;
  }

  .lan-ban-grow-wrap {
    margin-left: -20px;
    margin-top: -38%;
  }

  .lan-ban-bottom-txt {
    bottom: 38px;
  }

  .lan-ban-bottom-txt-inner {
    padding: 15px 25px;
  }

  .lan-ban-bottom-txt p {
    font-size: 20px;
  }

  .lan-ban-left {
    padding: 15px 15px;
  }

  .lan-ban-right {
    padding: 15px 15px;
  }

  .lan-book-wrap {
    padding: 20px 15px;
  }

  .lan-book-header h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .lan-book-header p {
    font-size: 15px;
  }

  .lan-growth-audit-wrap {
    margin-bottom: 22px;
  }

  .lan-book-header {
    margin-bottom: 25px;
  }

  .lan-book-success-card {
    min-width: 125px;
  }

  .lan-book-form-item {
    margin-bottom: 22px;
  }

  .lan-time-zone {
    margin-bottom: 22px;
  }

  .lan-book-form-radio label {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }

  .lan-book-success-wrap .lan-book-head,
  .lan-book-form-item .lan-book-head {
    margin-bottom: 18px;
  }

  .lan-book-head {
    font-size: 22px;
  }

  .lan-book-form-radio label span {
    font-size: 11px;
  }

  .lan-book-form-time label {
    font-size: 15px;
    min-width: 132px;
  }

  .lan-book-form-time-wrap {
    gap: 10px;
  }

  .lan-book-form-radio-wrap {
    gap: 10px;
  }

  .lan-ban-row {
    margin: -15px -15px;
  }

  .partner-prev-btn {
    left: -30px;
  }

  .partner-next-btn {
    right: -30px;
  }

  .partner-slider-main {
    padding: 0 20px;
  }

  .partner-slider-items {
    padding: 10px;
  }

  .partner-sliders .slick-list {
    margin: -10px;
  }

  .partner-card img {
    max-height: 70px;
    max-width: 140px;
  }

  .cmn-title {
    font-size: 16px;
    min-width: 160px;
  }

  .partner-card:hover {
    box-shadow: 2px 0px 9px rgba(224, 56, 96, 0.4);
  }

  .impact-content-wrp {
    padding: 25px;
  }

  .impact-img-wrp {
    max-width: 500px;
    margin-right: 50px;
  }

  .thaught-slider-prev {
    transform: translateX(-20px);
  }

  .thaught-slider-next {
    transform: translateX(20px);
  }

  .growth-process-number {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }

  .growth-process-box-para p {
    font-size: 16px;
  }

  .growth-process-box-para {
    padding: 10px 15px 40px;
  }

  .growth-process-box h3 {
    font-size: 32px;
  }

  .growth-process-arrow {
    max-width: 74px;
    top: 80px;
    right: -50px;
  }

  .partner-agency-box p {
    font-size: 24px;
  }

  .partner-agency-logo-img {
    height: 90px;
  }

  .cast-template-footer {
    margin-top: 82px;
  }

  .ctg-content {
    padding-left: 10px;
    padding-top: 4px;
  }

  .case-study-template-content h1 {
    font-size: 46px;
  }

  .ctg-box .growth-process-number {
    width: 50px;
    height: 50px;
  }

  .cst-rslt-box-col h4 {
    font-size: 42px;
  }

  .sdt-arrow {
    width: 20px;
  }

  .ctg-content p {
    font-size: 14px;
  }

  .landing-banner-bg::before {
    top: 80px;
  }

  .partner-agency .cmn-head {
    max-width: 690px;
  }

  .partner-block {
    padding-bottom: 100px;
  }

}


@media (max-width: 1199px) {
  .lan-ban-toptitle {
    font-size: 16px;
    padding: 11px 18px;
    margin-bottom: 24px;
  }

  h1,
  .h1-title {
    font-size: 68px;
  }

  h2,
  .h2-title {
    font-size: 38px;
  }

  .lnd-cmn-trns-btn,
  .cmn-btn-new.cmn-btn-new-two {
    font-size: 14px;
  }

  .lan-ban-grow-wrap {
    margin-left: 0;
    margin-top: -30%;
  }

  .lan-ban-bottom-txt p {
    font-size: 18px;
  }

  .lan-ban-bottom-txt-inner {
    padding: 13px 20px;
  }

  .lan-ban-bottom-txt {
    bottom: 34px;
  }

  .lan-book-header h2 {
    font-size: 26px;
  }

  .lan-book-header p {
    font-size: 13px;
  }

  .lan-book-header {
    margin-bottom: 20px;
  }

  .lan-growth-audit-wrap {
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 25px;
  }

  .lan-growth-audit-title i {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    margin-right: 10px;
  }

  .lan-growth-audit-title-content p {
    font-size: 13px;
  }

  .lan-book-head {
    font-size: 20px;
  }

  .lan-growth-listing li::before {
    width: 18px;
    height: 18px;
  }

  .lan-growth-listing li {
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .lan-book-form-radio label {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .lan-book-success-wrap .lan-book-head,
  .lan-book-form-item .lan-book-head {
    margin-bottom: 15px;
  }

  .lan-book-form-time label {
    font-size: 14px;
    min-width: 106px;
    padding: 14px 10px;
  }

  .lan-book-form-item {
    margin-bottom: 22px;
  }

  .lan-time-zone {
    margin-bottom: 22px;
  }

  .lan-book-success-card {
    min-width: 106px;
  }

  .lan-book-success-card>p {
    font-size: 9px;
  }

  .lan-book-success-item {
    padding: 3px;
  }

  .lan-book-success-row {
    margin: -3px;
  }

  .lan-ban-para {
    max-width: 435px;
  }

  .partner-next-btn {
    right: -10px;
  }

  .partner-prev-btn {
    left: -10px;
  }

  .partner-card {
    min-height: 160px;
    border-radius: 12px;
  }

  .engine-card {
    padding: 0 8px;
  }

  .engine-main-row {
    padding: 25px 50px;
  }

  .thaught-slider-btn {
    position: static;
  }

  /* .thaught-slider-prev {
    transform: rotate(180deg);
  } */

  .thaught-slider-next {
    transform: none;
  }

  .thaught-slider-btn-wrp {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .thaught-slider-btn-wrp>*:not(:last-child) {
    margin-right: 30px;
  }

  .each-impact-item>span {
    width: 40px;
    height: 40px;
  }

  .impact-img-wrp {
    max-width: 400px;
    margin-right: 20px;
  }

  .main-footer {
    padding: 100px 0 15px 0;
  }

  .cmn-gap {
    padding: 80px 0;
  }

  /* kaushik */

  .partner-slider .slick-slide {
    padding: 0 20px;
  }

  .partner-slider .slick-list {
    margin: 0 -20px;
  }

  .partner-box {
    padding: 38px 35px;
  }

  .partner-agency {
    padding-top: 70px;
  }

  .partner-agency-box p {
    font-size: 22px;
  }

  .plg-line {
    position: absolute;
    top: -38px;
  }

  .partner-block {
    position: relative;
    padding: 64px 0 130px;
  }

  .ctg-col,
  .ctg-col:last-child {
    width: 100%;
  }

  .cst-rslt-box-col .ctg-box {
    padding: 12px 0 12px 30px;
  }

  .cst-faq-content-list-row {
    --bs-gutter-x: 50px;
  }

  .cst-faq-content {
    padding: 0 0 32px 0;
  }

  .partner-agency .cmn-head {
    max-width: 620px;
  }

  .cst-rslt-box-col .ctg-box::after {
    left: -15px;
  }
}

@media (max-width: 1024px) {

  /* navbar
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  } */

  /* navbar end*/
}

@media (max-width: 991px) {



  h2,
  .h2-title {
    font-size: 32px;
    line-height: 1.1;
  }

  /* push nav end */
  .lan-ban-left {
    width: 100%;
  }

  .lan-ban-right {
    width: 100%;
  }

  .lan-ban-para {
    max-width: 565px;
  }

  .lan-ban-grow-wrap {
    margin-top: -40%;
  }

  .lan-ban-bottom-txt {
    bottom: 44px;
    width: 100%;
  }

  .lan-ban-bottom-txt-inner {
    width: 100%;
  }

  .lan-ban-left {
    padding: 0 12px;
  }

  .lan-ban-right {
    padding: 0px 12px;
  }

  .lan-ban-row {
    margin: -0px -12px;
  }


  .engine-col {
    width: 50%;
  }

  .engine-col:nth-child(2):before {
    display: none;
  }

  /* sp starts */

  .each-thaught-card {
    border-radius: 15px;
  }

  .thaught-img {
    border-radius: 15px;
  }

  .thaught-para-wrp {
    padding: 0 10px 10px;
  }

  .thaught-lists li::after {
    width: 20px;
    height: 20px;
    top: 2px;
  }

  .thaught-lists li::before {
    left: 5px;
  }

  .thaught-btn-inr {
    padding: 8px;
  }

  .thaughts-btn-wrp {
    padding-top: 30px;
  }

  .impact-content-wrp {
    flex-direction: column;
  }

  .each-impact-steps {
    width: 100%;
  }

  .impact-img-wrp {
    margin: 0 0 60px 0;
  }

  .cmn-btn-new {
    padding: 10px 25px;
  }

  .top-footer {
    padding-bottom: 60px;
  }

  .main-footer {
    padding: 80px 0 15px 0;
  }

  /* sp ends */


  /* kaushik */
  .partner-slider-logo img {
    max-height: 62px;
    max-width: 116px;
  }

  .partner-box {
    padding: 26px 24px;
  }

  .cstbr {
    --bs-gutter-y: 30px;
  }

  .ctg-col {
    width: 38%;
  }

  .ctg-col:last-child {
    width: 62%;
  }

  .cst-faq-content-list-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }

  .cst-banner-bottom-content h3 {
    font-size: 32px;
  }

  .case-study-template-content h1 {
    margin-bottom: 25px;
  }

  .cst-faq-header {
    padding: 22px 0;
  }

  .case-study-template-block {
    padding: 140px 0 0;
  }

  .case-study-template-content h1 {
    font-size: 38px;
  }

  .growth-process-list-col:nth-child(2) .growth-process-arrow {
    top: unset;
    bottom: -58px;
    transform: translate(0, -50%) rotate(90deg);
    left: 50%;
    right: auto;
    margin-left: -40px;
  }

  .growth-process-list-col:nth-child(3) {
    order: 4;
  }

  .growth-process-list-col:nth-child(4) {
    order: 3;
  }

  .growth-process-list-col:nth-child(3) .growth-process-arrow {
    left: -50px;
    right: auto;
    transform: rotate(180deg);
  }

  .partner-sliders .partner-slider-items.slick-center .partner-card::before {
    opacity: 1;
  }

  .partner-sliders .partner-slider-items.slick-center .partner-card {
    box-shadow: 2px 0px 9px rgba(224, 56, 96, 0.4);
    border: 1px solid #e03860;
  }

  .lan-ban-grow-wrap::before {
    display: none;
  }

  .partner-agency .cmn-head {
    max-width: 500px;
  }

  .lan-time-zone-wrap select {
    background-color: #1c1429;
  }

  .cst-rslt-box-col .ctg-box::after {
    left: -5px;
  }

  .each-impact-item {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  body {
    font-size: 16px;
  }

  h1,
  .h1-title {
    font-size: 58px;
  }

  .lan-ban-grow-wrap {
    margin-top: -32%;
  }

  .lan-ban-para {
    max-width: 435px;
  }

  .lan-ban-bottom-txt {
    bottom: 32px;
  }

  .lan-ban-toptitle {
    font-size: 15px;
  }

  .lnd-cmn-trns-btn,
  .cmn-btn-new.cmn-btn-new-two {
    font-size: 14px;
  }

  .cmn-btn-new.cmn-btn-new-two {
    padding: 12px 25px;
  }

  .lan-ban-bottom-txt {
    bottom: 30px;
  }

  .lan-ban-bottom-txt p {
    font-size: 17px;
  }

  .engine-col {
    width: 50%;
  }

  .engine-col:nth-child(2n + 2):before {
    display: none;
  }

  .engine-main-row {
    padding: 25px 30px;
  }

  .cmn-title {
    font-size: 15px;
    min-width: 150px;
    padding: 7px 16px;
  }

  .main-footer {
    padding: 60px 0 15px 0;
  }


  /* kaushik */
  .partner-slider-arrow {
    width: 10px;
  }

  .hover-icn {
    top: 7px;
  }

  .partner-slider .slick-slide::after {
    width: 4px;
  }

  .partner-agency-box p {
    font-size: 20px;
  }

  .plg-line {
    top: -27px;
  }

  .partner-agency-logo-img {
    height: 76px;
  }

  .growth-process-arrow,
  .growth-process-list-col:nth-child(3) .growth-process-arrow {
    top: unset;
    bottom: -58px;
    transform: translate(0, -50%) rotate(90deg);
    left: 50%;
    right: auto;
    margin-left: -37px;
  }

  .growth-process-list-col:nth-child(2) .growth-process-arrow {
    margin-left: -37px;
  }

  .growth-process-list-col:nth-child(3) {
    order: 3;
  }

  .growth-process-list-col:nth-child(4) {
    order: 4;
  }

  .partner-block {
    padding: 60px 0 100px;
  }

  .case-study-template-image {
    border-radius: 10px;
  }

  .ctg-col,
  .ctg-col:last-child {
    width: 50%;
  }

  .cst-rslt-box-col .ctg-box::after {
    display: none;
  }

  .cst-rslt-box-col .ctg-box {
    padding: 12px 0 12px 0;
  }

  .cast-template-footer {
    margin-top: 56px;
    padding: 16px 0;
  }

  .cast-template-footer p {
    font-size: 14px;
  }

  .cst-banner-bottom-content-inner {
    padding-right: 0;
  }

  .cst-faq-content-list-row {
    --bs-gutter-x: 10px;
  }

  .ctg-row {
    margin: -10px;
  }

  .ctg-col {
    padding: 10px;
  }

  .cmn-head {
    margin: 0 auto 30px;
  }

  .cmn-title {
    margin-bottom: 20px;
  }

  .growth-process-list-row {
    --bs-gutter-x: 10px;
  }

  .thought-slider .slick-list {
    margin: -20px -10px;
  }

  .thought-slider .erach-thaught-slider {
    padding: 20px 10px;
  }

  .cst-rslt-box .cst-rslt-box-col:first-child .ctg-box {
    padding-top: 0;
  }

  .cst-rslt-box .cst-rslt-box-col:last-child .ctg-box {
    padding-bottom: 0;
  }

  .cst-rslt-box .cst-rslt-box-col .ctg-box {
    flex-direction: column;
    padding: 22px 0 22px 0;
  }

  .cst-rslt-box .ctg-content {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }

  .cst-rslt-box-col .ctg-box::after {
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
  }

}

@media (max-width: 575px) {

  h1,
  .h1-title {
    font-size: 48px;
  }

  .lan-ban-grow-wrap {
    margin-top: -110px;
  }

  .lan-ban-toptitle {
    font-size: 13px;
    padding: 10px 15px;
  }

  .lan-ban-bottom-txt p {
    font-size: 14px;
  }

  .lan-ban-bottom-txt {
    bottom: 26px;
  }

  .partner-next-btn {
    right: 0;
  }

  .partner-prev-btn {
    left: 0;
  }

  .partner-card img {
    max-height: 60px;
    max-width: 120px;
  }

  .partner-card {
    min-height: 140px;
  }

  .each-impact-steps {
    flex-direction: column;
    margin: -40px 0;
  }

  .impact-item-ir {
    width: 100%;
  }

  .each-impact-steps>*:nth-child(3n + 3) .each-impact-item {
    margin: 0 auto;
  }

  .each-impact-item {
    margin: 0 auto;
  }

  .impact-item-ir {
    padding: 40px 0;
  }

  .each-impact-steps> :nth-child(3n + 2)::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 51%,
        rgba(255, 255, 255, 0) 100%);
  }

  .each-impact-steps> :nth-child(3n + 2)::after {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 51%,
        rgba(255, 255, 255, 0) 100%);
    top: auto;
    bottom: 0;
  }


  /* kaushik */
  .partner-slider .slick-slide::after {
    display: none;
  }

  .partner-block::before {
    height: 300px;
  }

  .partner-slider-logo img {
    max-height: 82px;
    max-width: 142px;
  }

  .partner-block {
    padding: 40px 0 80px;
  }

  .ctg-col,
  .ctg-col:last-child {
    width: 100%;
  }

  .cst-rslt-box {
    padding: 20px 0;
  }

  .case-study-template-block {
    padding: 130px 0 0;
  }


  .cst-rslt-box-col h4 {
    font-size: 32px;
  }

  .cst-banner-bottom-content h3,
  .case-study-template-content h1 {
    font-size: 30px;
  }

  .ctg-content h2 {
    font-size: 20px;
  }

  .cst-faq-header h3 {
    font-size: 22px;
  }

  .lan-book-form-time label,
  .lan-book-form-radio label,
  .lan-book-success-card {
    border-radius: 8px;
  }


}

@media (max-width: 479px) {

  h1,
  .h1-title {
    font-size: 38px;
  }

  h2,
  .h2-title {
    font-size: 28px;
    line-height: 1.1;
  }

  .cmn-gap {
    padding: 70px 0;
  }

  .lan-ban-toptitle {
    font-size: 12px;
    padding: 8px 15px;
    line-height: 1.4;
  }

  .lan-ban-content h1 {
    margin-bottom: 15px;
  }

  .lnd-cmn-trns-btn,
  .cmn-btn-new.cmn-btn-new-two {
    font-size: 12px;
  }

  .cmn-btn-new.cmn-btn-new-two {
    padding: 10px 15px;
  }

  .lan-ban-btn-wrap {
    gap: 18px;
  }

  .lan-ban-grow-wrap {
    margin-top: -20px;
  }

  .lan-ban-bottom-txt-inner {
    padding: 10px 10px;
  }

  .lan-ban-bottom-txt p {
    font-size: 10px;
  }

  .lan-ban-bottom-txt {
    bottom: 17px;
  }

  .lan-ban-content {
    padding-bottom: 15px;
  }

  .lan-book-success-card {
    padding: 10px 6px 10px;
    border-radius: 8px;
  }

  .lan-book-secure-wrap {
    font-size: 12px;
    margin-top: 15px;
  }

  .lan-book-form-time label {
    min-width: 96px;
  }

  .lan-ban-toptitle {
    font-size: 11px;
  }

  .landing-logo {
    max-width: 130px;
  }

  .lnd-cmn-btn {
    font-size: 10px;
    padding: 11px 12px;
  }

  .landing-banner {
    padding: 120px 0 35px;
  }

  .engine-col {
    width: 100%;
    padding-bottom: 100px;
  }

  .engine-col::before {
    top: auto;
    right: auto;
    transform: rotate(90deg) translateX(-50%);
    bottom: -80px;
    left: 50%;
  }

  .engine-col:nth-child(2n + 2):before {
    display: block;
  }

  .engine-row {
    --bs-gutter-y: 0;
  }

  .engine-col:last-child::before {
    display: none;
  }

  .engine-col:last-child {
    padding-bottom: 0;
  }

  .cmn-title {
    font-size: 14px;
    min-width: 130px;
    margin-bottom: 20px;
  }

  .partner-slider-main {
    padding: 0 30px;
  }

  .engine-card-content p {
    font-size: 14px;
  }

  .cmn-btn-new {
    font-size: 14px;
  }

  .top-footer .cmn-head .footer-para-wrp {
    font-size: 14px;
  }

  .bottom-footer p {
    font-size: 14px;
  }

  .thaught-lists li {
    font-size: 14px;
  }

  .each-impact-item p {
    font-size: 14px;
  }

  .thaught-btn-inr p {
    font-size: 14px;
  }

  .bdr-line {
    margin-bottom: 10px;
  }

  .top-footer {
    padding-bottom: 40px;
  }

  .main-footer {
    padding: 40px 0 10px 0;
  }

  .cmn-head h2,
  .cmn-head .h2-title {
    margin-bottom: 10px;
  }

  .cmn-btn-new.cmn-btn-new-two span {
    max-width: 14px;
  }

  .landing-banner-bg::before {
    top: 65px;
  }

  /*support css update 22/4/2026*/
  .navbar-collapse {
    width: 100%;
  }

  /*support css update 22/4/2026*/
}

@media (max-width:399px) {
  .lan-ban-toptitle {
    font-size: 10px;
  }
}