/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> font
=> anim
=> transform
=> border radius
=> flex
=> ellipsis
=> image
=> box-shadow

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> Color
=> Common
=> Fonts
=> Custom Grid
=> Global Styles
=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Tooltip
=> Modal
=> Accordion

/*------------------------------------------------------------------*/


@font-face {
  font-family: "Articulat";
  src: url("../fonts/ArticulatCF-ExtraBold.eot");
  src: url("../fonts/ArticulatCF-ExtraBold.eot#iefix") format("embedded-opentype"), url("../fonts/ArticulatCF-ExtraBold.woff2") format("woff2"), url("../fonts/ArticulatCF-ExtraBold.woff") format("woff"), url("../fonts/ArticulatCF-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("../fonts/ArticulatCF-Normal.eot");
  src: url("../fonts/ArticulatCF-Normal.eot#iefix") format("embedded-opentype"), url("../fonts/ArticulatCF-Normal.woff2") format("woff2"), url("../fonts/ArticulatCF-Normal.woff") format("woff"), url("../fonts/ArticulatCF-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("../fonts/ArticulatCF-Heavy.eot");
  src: url("../fonts/ArticulatCF-Heavy.eot#iefix") format("embedded-opentype"), url("../fonts/ArticulatCF-Heavy.woff2") format("woff2"), url("../fonts/ArticulatCF-Heavy.woff") format("woff"), url("../fonts/ArticulatCF-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("../fonts/ArticulatCF-Bold.eot");
  src: url("../fonts/ArticulatCF-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/ArticulatCF-Bold.woff2") format("woff2"), url("../fonts/ArticulatCF-Bold.woff") format("woff"), url("../fonts/ArticulatCF-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("../fonts/ArticulatCF-DemiBold.eot");
  src: url("../fonts/ArticulatCF-DemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/ArticulatCF-DemiBold.woff2") format("woff2"), url("../fonts/ArticulatCF-DemiBold.woff") format("woff"), url("../fonts/ArticulatCF-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("../fonts/ArticulatCF-Medium.eot");
  src: url("../fonts/ArticulatCF-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/ArticulatCF-Medium.woff2") format("woff2"), url("../fonts/ArticulatCF-Medium.woff") format("woff"), url("../fonts/ArticulatCF-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("../fonts/ArticulatCF-Light.eot");
  src: url("../fonts/ArticulatCF-Light.eot#iefix") format("embedded-opentype"), url("../fonts/ArticulatCF-Light.woff2") format("woff2"), url("../fonts/ArticulatCF-Light.woff") format("woff"), url("../fonts/ArticulatCF-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("../fonts/ArticulatCF-ExtraLight.eot");
  src: url("../fonts/ArticulatCF-ExtraLight.eot#iefix") format("embedded-opentype"), url("../fonts/ArticulatCF-ExtraLight.woff2") format("woff2"), url("../fonts/ArticulatCF-ExtraLight.woff") format("woff"), url("../fonts/ArticulatCF-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("../fonts/ArticulatCF-Thin.eot");
  src: url("../fonts/ArticulatCF-Thin.eot#iefix") format("embedded-opentype"), url("../fonts/ArticulatCF-Thin.woff2") format("woff2"), url("../fonts/ArticulatCF-Thin.woff") format("woff"), url("../fonts/ArticulatCF-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: "Articulat";
  font-weight: 400;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  --clr: #8f98ff;
  /* common */
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  /* common end */
  /* input */
  --input-font: 500;
  --input-height: 62px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: rgba(255, 255, 255, 0.2);
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-font: 700;
  --button-fill: #a24eea;
  --button-line: #30223b;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.variable {
  margin-bottom: 30px;
}
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
/*==========================================================================
=> Fonts
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
li {
  font-weight: 400;
  margin-bottom: 0;
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
.f-10 .f-col {
  width: 10%;
}
.f-9 .f-col {
  width: 11.11111111%;
}
.f-8 .f-col {
  width: 12.5%;
}
.f-7 .f-col {
  width: 14.28571429%;
}
.f-6 .f-col {
  width: 16.66666667%;
}
.f-5 .f-col {
  width: 20%;
}
.f-4 .f-col {
  width: 25%;
}
.f-3 .f-col {
  width: 33.33333333%;
}
.f-2 .f-col {
  width: 50%;
}
.f-1 .f-col {
  width: 100%;
}
/* Width */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  .w-1440-40 {
    width: 40%;
  }
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  .f-1200-10 .f-col {
    width: 10%;
  }
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .f-1200-5 .f-col {
    width: 20%;
  }
  .f-1200-4 .f-col {
    width: 25%;
  }
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .f-1200-2 .f-col {
    width: 50%;
  }
  .f-1200-1 .f-col {
    width: 100%;
  }
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-33 {
    width: 33%;
  }
  .w-1200-16 {
    width: 16.666666%;
  }
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .f-990-10 .f-col {
    width: 10%;
  }
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .f-990-8 .f-col {
    width: 12.5%;
  }
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .f-990-5 .f-col {
    width: 20%;
  }
  .f-990-4 .f-col {
    width: 25%;
  }
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .f-990-2 .f-col {
    width: 50%;
  }
  .f-990-1 .f-col {
    width: 100%;
  }
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-33 {
    width: 33%;
  }
  .w-990-16 {
    width: 16.666666%;
  }
  .mb-990-100 {
    margin-bottom: 100px;
  }
  .mb-990-95 {
    margin-bottom: 95px;
  }
  .mb-990-90 {
    margin-bottom: 90px;
  }
  .mb-990-85 {
    margin-bottom: 85px;
  }
  .mb-990-80 {
    margin-bottom: 80px;
  }
  .mb-990-75 {
    margin-bottom: 75px;
  }
  .mb-990-70 {
    margin-bottom: 70px;
  }
  .mb-990-65 {
    margin-bottom: 65px;
  }
  .mb-990-60 {
    margin-bottom: 60px;
  }
  .mb-990-55 {
    margin-bottom: 55px;
  }
  .mb-990-50 {
    margin-bottom: 50px;
  }
  .mb-990-45 {
    margin-bottom: 45px;
  }
  .mb-990-40 {
    margin-bottom: 40px;
  }
  .mb-990-35 {
    margin-bottom: 35px;
  }
  .mb-990-30 {
    margin-bottom: 30px;
  }
  .mb-990-25 {
    margin-bottom: 25px;
  }
  .mb-990-20 {
    margin-bottom: 20px;
  }
  .mb-990-15 {
    margin-bottom: 15px;
  }
  .mb-990-10 {
    margin-bottom: 10px;
  }
  .mb-990-5 {
    margin-bottom: 5px;
  }
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .f-768-10 .f-col {
    width: 10%;
  }
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .f-768-8 .f-col {
    width: 12.5%;
  }
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .f-768-5 .f-col {
    width: 20%;
  }
  .f-768-4 .f-col {
    width: 25%;
  }
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .f-768-2 .f-col {
    width: 50%;
  }
  .f-768-1 .f-col {
    width: 100%;
  }
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-33 {
    width: 33%;
  }
  .w-768-16 {
    width: 16.666666%;
  }
  .mb-768-100 {
    margin-bottom: 100px;
  }
  .mb-768-95 {
    margin-bottom: 95px;
  }
  .mb-768-90 {
    margin-bottom: 90px;
  }
  .mb-768-85 {
    margin-bottom: 85px;
  }
  .mb-768-80 {
    margin-bottom: 80px;
  }
  .mb-768-75 {
    margin-bottom: 75px;
  }
  .mb-768-70 {
    margin-bottom: 70px;
  }
  .mb-768-65 {
    margin-bottom: 65px;
  }
  .mb-768-60 {
    margin-bottom: 60px;
  }
  .mb-768-55 {
    margin-bottom: 55px;
  }
  .mb-768-50 {
    margin-bottom: 50px;
  }
  .mb-768-45 {
    margin-bottom: 45px;
  }
  .mb-768-40 {
    margin-bottom: 40px;
  }
  .mb-768-35 {
    margin-bottom: 35px;
  }
  .mb-768-30 {
    margin-bottom: 30px;
  }
  .mb-768-25 {
    margin-bottom: 25px;
  }
  .mb-768-20 {
    margin-bottom: 20px;
  }
  .mb-768-15 {
    margin-bottom: 15px;
  }
  .mb-768-10 {
    margin-bottom: 10px;
  }
  .mb-768-5 {
    margin-bottom: 5px;
  }
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .f-640-10 .f-col {
    width: 10%;
  }
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .f-640-8 .f-col {
    width: 12.5%;
  }
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .f-640-5 .f-col {
    width: 20%;
  }
  .f-640-4 .f-col {
    width: 25%;
  }
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .f-640-2 .f-col {
    width: 50%;
  }
  .f-640-1 .f-col {
    width: 100%;
  }
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-33 {
    width: 33%;
  }
  .w-640-16 {
    width: 16.666666%;
  }
  .mb-640-100 {
    margin-bottom: 100px;
  }
  .mb-640-95 {
    margin-bottom: 95px;
  }
  .mb-640-90 {
    margin-bottom: 90px;
  }
  .mb-640-85 {
    margin-bottom: 85px;
  }
  .mb-640-80 {
    margin-bottom: 80px;
  }
  .mb-640-75 {
    margin-bottom: 75px;
  }
  .mb-640-70 {
    margin-bottom: 70px;
  }
  .mb-640-65 {
    margin-bottom: 65px;
  }
  .mb-640-60 {
    margin-bottom: 60px;
  }
  .mb-640-55 {
    margin-bottom: 55px;
  }
  .mb-640-50 {
    margin-bottom: 50px;
  }
  .mb-640-45 {
    margin-bottom: 45px;
  }
  .mb-640-40 {
    margin-bottom: 40px;
  }
  .mb-640-35 {
    margin-bottom: 35px;
  }
  .mb-640-30 {
    margin-bottom: 30px;
  }
  .mb-640-25 {
    margin-bottom: 25px;
  }
  .mb-640-20 {
    margin-bottom: 20px;
  }
  .mb-640-15 {
    margin-bottom: 15px;
  }
  .mb-640-10 {
    margin-bottom: 10px;
  }
  .mb-640-5 {
    margin-bottom: 5px;
  }
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .f-480-10 .f-col {
    width: 10%;
  }
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .f-480-8 .f-col {
    width: 12.5%;
  }
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .f-480-5 .f-col {
    width: 20%;
  }
  .f-480-4 .f-col {
    width: 25%;
  }
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .f-480-2 .f-col {
    width: 50%;
  }
  .f-480-1 .f-col {
    width: 100%;
  }
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-33 {
    width: 33%;
  }
  .w-480-16 {
    width: 16.666666%;
  }
  .mb-480-100 {
    margin-bottom: 100px;
  }
  .mb-480-95 {
    margin-bottom: 95px;
  }
  .mb-480-90 {
    margin-bottom: 90px;
  }
  .mb-480-85 {
    margin-bottom: 85px;
  }
  .mb-480-80 {
    margin-bottom: 80px;
  }
  .mb-480-75 {
    margin-bottom: 75px;
  }
  .mb-480-70 {
    margin-bottom: 70px;
  }
  .mb-480-65 {
    margin-bottom: 65px;
  }
  .mb-480-60 {
    margin-bottom: 60px;
  }
  .mb-480-55 {
    margin-bottom: 55px;
  }
  .mb-480-50 {
    margin-bottom: 50px;
  }
  .mb-480-45 {
    margin-bottom: 45px;
  }
  .mb-480-40 {
    margin-bottom: 40px;
  }
  .mb-480-35 {
    margin-bottom: 35px;
  }
  .mb-480-30 {
    margin-bottom: 30px;
  }
  .mb-480-25 {
    margin-bottom: 25px;
  }
  .mb-480-20 {
    margin-bottom: 20px;
  }
  .mb-480-15 {
    margin-bottom: 15px;
  }
  .mb-480-10 {
    margin-bottom: 10px;
  }
  .mb-480-5 {
    margin-bottom: 5px;
  }
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  .f-400-10 .f-col {
    width: 10%;
  }
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .f-400-8 .f-col {
    width: 12.5%;
  }
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .f-400-5 .f-col {
    width: 20%;
  }
  .f-400-4 .f-col {
    width: 25%;
  }
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .f-400-2 .f-col {
    width: 50%;
  }
  .f-400-1 .f-col {
    width: 100%;
  }
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-33 {
    width: 33%;
  }
  .w-400-16 {
    width: 16.666666%;
  }
  .mb-400-100 {
    margin-bottom: 100px;
  }
  .mb-400-95 {
    margin-bottom: 95px;
  }
  .mb-400-90 {
    margin-bottom: 90px;
  }
  .mb-400-85 {
    margin-bottom: 85px;
  }
  .mb-400-80 {
    margin-bottom: 80px;
  }
  .mb-400-75 {
    margin-bottom: 75px;
  }
  .mb-400-70 {
    margin-bottom: 70px;
  }
  .mb-400-65 {
    margin-bottom: 65px;
  }
  .mb-400-60 {
    margin-bottom: 60px;
  }
  .mb-400-55 {
    margin-bottom: 55px;
  }
  .mb-400-50 {
    margin-bottom: 50px;
  }
  .mb-400-45 {
    margin-bottom: 45px;
  }
  .mb-400-40 {
    margin-bottom: 40px;
  }
  .mb-400-35 {
    margin-bottom: 35px;
  }
  .mb-400-30 {
    margin-bottom: 30px;
  }
  .mb-400-25 {
    margin-bottom: 25px;
  }
  .mb-400-20 {
    margin-bottom: 20px;
  }
  .mb-400-15 {
    margin-bottom: 15px;
  }
  .mb-400-10 {
    margin-bottom: 10px;
  }
  .mb-400-5 {
    margin-bottom: 5px;
  }
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  
   overflow-y: auto;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}
/*==========================================================================
=> buttons
========================================================================== */
.button {
  background: transparent;
  outline: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 54px;
  line-height: 50px;
  padding: 10px 38px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  text-transform: uppercase;
  border-radius: 54px;
  letter-spacing: 0.1em;
}
.button.center {
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  width: fit-content;
  padding: 1.5%;
}
.button.black {
  border: 1px solid #000;
  color: #000;
}
.button.black:hover {
  color: #fff;
  background: #000;
}
.button.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
.button--block {
  width: 100%;
}
.button svg {
  position: relative;
  top: -2px;
}
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-section .ehdn1 {
  margin-bottom: 30px;
}
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.form-grp,
.form-textarea-group {
  position: relative;
  margin-bottom: 36px;
}
.form-grp:last-child(5),
.form-textarea-group:last-child(5) {
  margin-bottom: 64px;
}
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.whatsapp {
  margin-right: 0;
}
.form-field {
  font-weight: 400;
  height: var(--input-height);
  font-size: 32px;
  border: 0;
  border-bottom: 1px solid var(--input-border);
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #ffffff;
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:-webkit-autofill,
.form-field:-webkit-autofill:hover,
.form-field:-webkit-autofill:focus,
.form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-label {
  font-weight: 600;
  color: #ffffff;
  font-size: var(--input-fs-top);
  padding: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:focus ~ .form-label,
.form-field.field--not-empty ~ .form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
.submit-btn {
  background: #8f98ff;
  border-radius: 48px;
  height: 54px;
  padding: 10px 38px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
.form-grp.int-padr input {
  padding-right: 40px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.form-grp.disabled-field {
  background: #f5f5f5;
}
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Password View end */
/* Select */
.select-field {
  background: url("../img/drop-down-arrow.svg") no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-field option {
  color: #9fa4a9;
}
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: rgba(204, 204, 204, 0.2);
}
input::-webkit-input-placeholder {
  color: rgba(204, 204, 204, 0.2);
}
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
.radio-box label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #493cfe;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.radio-box input:checked ~ label::before {
  border: 7px solid #493cfe;
}
.radio-box label.error {
  display: none !important;
}
.radio-box input.error ~ label {
  color: #ff2323;
}
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #a24eea;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #a24eea;
  font-size: 12px;
}
.checkbox-box label.error {
  display: none !important;
}
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594af;
}
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #a24eea;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 3 end */
/* checkbox 4 */
.checkbox-box.chk-four {
  margin-right: 10px;
}
.checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594af;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594af;
}
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 5 end */
/*==========================================================================
=> Tooltip
========================================================================== */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
[tooltip-title]:hover::before {
  content: attr(tooltip-title);
  background-color: #222;
  border-radius: 4px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
  color: #fff;
  opacity: 1;
  pointer-events: all;
  padding: 6px 12px;
  overflow: hidden;
  top: unset;
}
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
[tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
/* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
[tooltip-title]:is([data-placement="top"])::after {
  bottom: 100%;
  left: 20%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
[tooltip-title]:is([data-placement="right"])::after {
  bottom: 20%;
  left: 100%;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}
[tooltip-title]:is([data-placement="bottom"])::after {
  left: 20%;
  top: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}
[tooltip-title]:is([data-placement="left"])::after {
  bottom: 20%;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
/*==========================================================================
=> Modal
==========================================================================*/
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.modal-para p:last-child {
  margin-bottom: 0;
}
.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross:hover i {
  transform: rotate(90deg);
}

.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.static-cont {
  margin-bottom: 32px;
}
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.static-cont li p {
  margin-bottom: 10px;
}
.static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}

.modal-backdrop {
  background-color: #fff;
}
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet-active {
  background: #39e5be;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.content-body {
  margin-bottom: 80px;
}
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: #171717;
  margin: 32px 0 16px;
}
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
  margin-top: 0;
}
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
.content-body ul {
  margin-bottom: 16px;
}
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
.content-body ul li p,
.content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 0;
}
.content-body ul li a {
  color: #ee163d;
}
.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
/* content page end */
.footer-box {
  margin-top: 80px;
  margin-left: 40px;
  margin-right: 40px;
  background: linear-gradient(to right, #0f0c29, #1b1742, #24243e)
  border-radius: 64px 64px 0px 0px;
}
.marqee-wrap {
  padding: 96px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  -webkit-animation: marquee-horizontal-alt 150s linear infinite;
  animation: marquee-horizontal-alt 50s linear infinite;
}
.marqee-wrap p {
  font-weight: 400;
  font-size: 64px;
  line-height: 1.7;
  color: #ffffff;
  white-space: nowrap;
}
@keyframes marquee-horizontal-alt {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.footer-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 96px;
}
.footer-links {
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 48px 10px;
  flex-wrap: wrap;
  padding: 20px;
}
.footer-links a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  width: auto;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
}
.footer-links a:hover {
  color: #8f98ff;
}
.social-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}
.social-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
}
.social-link-box {
  background: #5f12bd;
  border-radius: 100%;
  overflow: hidden;
  width: 52px;
  height: 52px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.social-link-box:hover {
  background: #a700c1;
}
.social-img {
  width: 18px;
  height: 18px;
}
.social-img img {
  display: block;
}
.rights-info {
  background: #1e1e1e;
  padding: 28px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rights-info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  opacity: 0.4;
}
/*==========================================================================
=> Accordion
==========================================================================*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion .active,
.accordion .accordion:hover {
  background-color: #ccc;
}
.panel {
  display: none;
  padding: 0 18px;
  background-color: white;
}
.comm-para p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.content-tag {
  height: 38px;
  padding: 10px 28px;
  border-radius: 48px;
  overflow: hidden;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  width: fit-content;
  letter-spacing: 0.1em;
}
.content-tag.center {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.content-tag.red {
  background: rgba(240, 146, 126, 0.2);
  color: #f0927e;
}
.content-tag.green {
  background: rgba(231, 160, 236, 0.2);
  color: #6f2dd9;
  
}
.content-tag.yellow {
  background: rgba(250, 223, 124, 0.2);
  color: #fadf7c;
}
.content-tag.violet {
  background: rgba(143, 152, 255, 0.2);
  color: #8f98ff;
}
.content-tag.white {
  background: #ffffff;
  color: #000000;
}
.comm-sec-hdn {
  font-weight: 400;
  font-size: 64px;
  line-height: 1.4;
  color: #fff;
}
.comm-sec-hdn.t-cen {
  text-align: center;
}
body {
  cursor: url("../images/cursorfinal.png"), auto;
}
.plan-wrap .plan-box.popular {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  margin-left: 50px;
  margin-right: 40px;
}
.plan-box {
  color: #fff;
  text-align: center;
  padding: 64px;
  height: 100%;
}
.plan-box ul {
  display: flex;
  flex-wrap: wrap;
}
.plan-box ul li {
  width: 50%;
}
.plan-box .plan-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.plan-box h3 {
  font-size: 40px;
  margin-bottom: 28px;
}
.plan-box a {
  width: 50%;
  margin-top: 30px;
}
.plan-box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  opacity: 0.4;
  margin-bottom: 64px;
  min-height: 56px;
}
.plan-box ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
}
.plan-box ul li::before {
  content: "✔";
  color: #5f12bd;
  font-weight: bold;
  margin-right: 12px;
}
.book-call {
  width: 100%;
  margin-top: 80px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
}
.popular {
  border-radius: 24px;
  border: 1px solid #fff;
  position: relative;
}
.popular ul li {
  position: relative;
}
.popular ul li::before {
  content: "✔";
  color: #5f12bd;
  font-weight: bold;
  margin-right: 12px;;
}
.popular ul li strong {
  font-weight: 500;
}

.popular-tag {
  width: max-content;
  background: #ffffff;
  border-radius: 48px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  padding: 14px 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-box {
  overflow: hidden;
}
.plan-head {
  max-width: 680px;
  margin: auto;
  margin-top: 150px;
}
.button {
  position: relative;
  border: 1px solid #fff;
  background: #fff;
  z-index: 2;
  outline: none;
  color: #000;
  font-weight: 700;
  transition: 0.5s;
  padding: 2rem;
  
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}
.button:hover {
  border: 1px solid #5f12bd;
  background:#5f12bd;
  color: #000;
  box-shadow: 0 0 1em 0.1em #5f12bd;
  
}
@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 550px 0;
  }
}
.mob-frame {
  position: relative;
  height: 680px;
  width: 370px;
  border-radius: 20px;
  border: 8px solid #181818;
  background: #0f0f0f;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mob-frame:after {
  
  position: absolute;
  right: -14px;
  top: 10%;
}
.mob-video {
  height: calc(100% - 60px);
  width: 100%;
  padding-bottom: 20px;
}
.mob-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mob-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.mob-bottom-name {
  display: flex;
  align-items: center;
}
.mob-bottom-name img {
  height: 32px;
  width: 32px;
  margin-right: 16px;
}
.mob-bottom-name p {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.mob-bottom-likes {
  display: flex;
  align-items: center;
}
.mob-bottom-likes p {
  color: rgba(255, 255, 255, 0.4);
}
.mob-bottom-likes img {
  margin-left: 16px;
}
.reels-wrap {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  padding-bottom: 150px;
  max-width: 1440px;
  margin: auto;
  margin-right: 100px;
  margin-left: 100px;
}
.mob-frame-1 {
  transform: rotate(-4deg);
}
.mob-frame-2 {
  transform: rotate(2deg) translateY(10px);
}
.mob-frame-3 {
  transform: rotate(6deg);
}
.mob-video {
  position: relative;
}
.speakers {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
}
.unmute {
  display: none;
}
html,
body {
  width: 100%;
  background: #000;
   overflow-y: auto;
}
.container {
  max-width: 1600px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.main-container {
  padding-top: var(--header-height);
}
.comm-section {
  padding: 80px 0;
  position: relative;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.banner-head {
  padding: 1px 1px 0;
  position: relative;
  margin-bottom: 0px !important;
}
.banner-head.banner-internal-head {
  padding-top: 0px;
}
.banner-head h1 {
  font-weight: 400;
  font-size: 96px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin: auto;
}
.banner-head p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
  margin:0%
  max-width: 595px;
  text-align: center;
}
.text-gradient {
  padding-left: 10px;
  display: inline-block;
  line-height: 0.9;
  padding-bottom: 1%;
  background-repeat: no-repeat !important;
  background-size: 0 100%;
  transform-origin: left center;
  background-position: 100% 0%;
}

/* Replace yellow with mint green */
.text-gradient.yellow {
  background-image: linear-gradient(90deg, #26ffbf 1%, rgba(38, 255, 191, 0.3) 1% 2%, rgba(38, 255, 191, 0) 92.71%);
}

/* Replace blue with teal/cyan gradient */
.text-gradient.blue {
  background-image: linear-gradient(90deg,  #F200FF 1%, #8A00C4 1% 2%, rgba(0, 245, 160, 0) 92.71%);
}

/* Replace red with coral pink */
.text-gradient.red {
  background-image: linear-gradient(90deg, #ffbf00 1%, rgba(255, 211, 78, 0.3) 1% 2%, rgba(255, 78, 80, 0) 92.71%);
}

/* Replace green with light neon blue */
.text-gradient.green {
  background-image: linear-gradient(90deg, #3aefff 1%, rgba(58, 239, 255, 0.3) 1% 2%, rgba(58, 239, 255, 0) 92.71%);
}

.vision-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.vision-gradient {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  height: auto;
  padding: 1px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.vision-gradient:hover {
  background: linear-gradient(102.83deg, #ffffff 23.18%, rgba(255, 255, 255, 0.2) 34.22%, rgba(255, 255, 255, 0.2) 52.4%, #ffffff 73.22%);
  border: none;
}
.vision-gradient:hover .comm-para {
  opacity: 1;
}
.vision-info {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
  padding: 54px 54px 64px;
  background: #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.vision-info .comm-para {
  width: 100%;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.vision-info .comm-para p {
  font-weight: 500;
}
.vision-info .content-tag {
  margin-bottom: 40px;
}
.dream-sec .content-tag {
  margin-bottom: 96px;
}
.team-box {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.team-box span {
  padding: 10px 12px;
  border-radius: 25px;
  overflow: hidden;
  position: absolute;
  top: 28px;
  left: 28px;
  font-size: 10px;
  color: #000;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
}
.team-wrap .f-row {
  gap: 25px 0px;
}
.team-wrap .f-row .f-col:nth-child(1n) .team-box span {
  background: #f0927e;
}
.team-wrap .f-row .f-col:nth-child(2n) .team-box span {
  background: #a0ecb1;
}
.team-wrap .f-row .f-col:nth-child(3n) .team-box span {
  background: #fadf7c;
}
.team-wrap .f-row .f-col:nth-child(4n) .team-box span {
  background: #8f98ff;
}
.team-img {
  width: 100%;
  height: 410px;
}
.team-img img {
  object-fit: cover;
}
.team-info {
  position: absolute;
  bottom: 36px;
  padding: 0 36px;
}
.team-info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
.team-member {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.hire-box .content-tag {
  margin-bottom: 64px;
}
.hire-box .comm-para {
  max-width: 300px;
}
.position-sec .comm-sec-hdn {
  margin-bottom: 80px;
}
.position-gradient {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1px;
  margin-bottom: 58px;
}
.position-gradient:last-child {
  margin-bottom: 0;
}
.position-gradient.active {
  background: linear-gradient(102.83deg, #ffffff 23.18%, rgba(255, 255, 255, 0.2) 34.22%, rgba(255, 255, 255, 0.2) 52.4%, #ffffff 73.22%);
  border: none;
}
.position-acc-box {
  background: #000;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 54px 54px 64px;
  overflow: hidden;
}
.position-info {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.position-info .content-tag {
  margin-bottom: 48px;
}
.acc-hdn {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  color: #fff;
}
.detail-btn {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 48px;
  padding: 10px 38px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.position-detail {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-top: 42px;
}
.position-detail-left {
  max-width: 442px;
  width: 100%;
}
.position-detail-left p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 78px;
}
.position-detail-left ul {
  margin-bottom: 34px;
}
.position-detail-left li {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.position-detail-left li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  left: 11px;
  top: 9px;
}
.position-detail-left li:last-child {
  margin-bottom: 0;
}
.position-application {
  max-width: 586px;
  width: 100%;
}
.step-sec .content-tag {
  margin-bottom: 58px;
}
.step-sec .comm-sec-hdn {
  text-align: center;
  max-width: 1240px;
  margin: 0 auto 100px;
}
.step-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 6px;
}
.step-box {
  padding: 68px 16px 64px;
  border-radius: 24px;
  position: relative;
  width: 33.333%;
}
.step-box:nth-child(1n) {
  background: #f0927e;
  transform: rotate(-7deg);
  z-index: 3;
}
.step-box:nth-child(2n) {
  background: #fadf7c;
  transform: rotate(6deg);
  z-index: 2;
}
.step-box:nth-child(3n) {
  background: #8f98ff;
  transform: rotate(-5deg);
  z-index: 1;
}
.step-img {
  width: 228px;
  height: 220px;
  margin: 0 auto 77px;
}
.step-img img,
.step-img video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.step-info {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.testi-box .content-tag {
  margin-bottom: 58px;
  margin-left: 30px;
  margin-right: 30px;
}
.testi-box p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
}
.testi-nav-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #000000;
  margin-right: 40px;
  margin-left: 20px;
}
.testi-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #b2b1b1;
  border-radius: 16px;
  padding: 40px 32px;
  margin: 40px auto;
  max-width: 1050px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

swiper-slide{
  display: flex;
  gap: 0px;
  margin-right: 0px;
}.logos-swiper,
.swiper-container,
.swiper-wrapper {
  overflow: visible !important;
}
.container,
.logos-section {
  overflow: visible !important;
}
.logos-swiper {
  margin-bottom: 20px;
  gap: 0px;
}

.reverseSwiper {
  margin-top: 20px;
}
.logos-section,
.comm-section {
  overflow: visible !important;
}


.logo-box {
  padding: 10px; /* reduce internal spacing */
  max-width: 120px; /* if they're too large */
}


.container {
  max-width: 100% !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  overflow: visible !important;
}
.swiper,
.swiper-wrapper {
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.testi-swiper-next.swiper-button-disabled,
.testi-swiper-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.testi-swiper-next:hover,
.testi-swiper-prev:hover {
  background: #a700c1;
}
.testi-swiper-next img,
.testi-swiper-prev img {
  object-fit: contain;
  display: block;
  fill: #000;
}
.count-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.count-box {
  max-width: 280px;
  width: 100%;
  text-align: center;
}
.count-box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
}
.logo-wrapper .social-wrap {
  margin-top: 0;
}
.company-social {
  margin-top: 80px;
}
.company-social ul {
  display: flex;
  gap: 20px;
}
.company-social ul li {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: 0.5s;
  overflow: hidden;
  height: 80px;
  width: 80px;
}
.company-social ul li a {
  height: 100%;
  display: block;
  width: 100%;
  padding: 8px;
}
.company-social ul li:hover {
  transform: scale(1.1);
}
.book-services-btn {
  padding-top: 40px;
  max-width: 250px;
  margin: auto;
}
.footer-links a {
  display: block;
}
.card-btn {
  margin-top: 24px;
}
.count-text {
  margin-bottom: 28px;
}
.count-text span {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffbf00;
}
.benefits-sec .content-tag {
  margin-bottom: 58px;
}
.benefits-sec .comm-sec-hdn {
  text-align: center;
  margin-bottom: 90px;
}
/*flip card css

.flip-wrap {
  display: flex;
  gap: 40px;
  padding: 20px 0;
}
.flip-box {
  position: relative;
  width: 100%;
  height: auto;
}
.flip-front {
  padding: 30px;
  background: #8f98ff;
  border-radius: 24px;
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(0deg);
  transition: 1s;
  border: 1px solid #eee;
}
.flip-front p {
  color: #000;
}
.flip-box.active .flip-front {
  transform: perspective(1000px) rotateY(180deg);
}
.flip-back {
  padding: 48px;
  background: #8f98ff;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(-180deg);
  transition: 1s;
}
.flip-back p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  white-space: normal;
}
.flip-box.active .flip-back {
  transform: perspective(1000px) rotateY(0deg);
}
/**********  front 
.flip-hdn {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: normal;
  color: #000;
  margin-bottom: 20px;
}
.flip-img {
  position: static;
  bottom: 30px;
  right: 0;
  height: 120px;
  width: 120px;
  margin-bottom: 30px;
}
.back-icon,
.plus-icon {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 10%;
  left: 10%;
  cursor: pointer;
}   */
/**********  back  **************/
/*flip card css ends */
.faq-sec .content-tag {
  margin-bottom: 58px;
}
.faq-sec .comm-sec-hdn {
  text-align: center;
  margin-bottom: 90px;
}
.faq-wrap {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.acc-gradient {
  background: transparent;
  padding: 1px;
  border-radius: 24px;
}
.acc-gradient.active {
  background: linear-gradient(102.83deg, #ffffff 23.18%, rgba(255, 255, 255, 0.2) 34.22%, rgba(255, 255, 255, 0.2) 52.4%, #ffffff 73.22%);
}
.acc-gradient.active .faq-btn {
  transform: rotate(180deg);
  top: -15px;
  position: relative;
}
.acc-gradient.active .faq-hdn {
  margin-bottom: 48px;
}
.acc-gradient.active .acc-item {
  align-items: flex-start;
}
.acc-item {
  padding: 36px;
  display: flex;
  align-items: center;
  gap: 36px;
  background: #000000;
  border-radius: 24px;
}
.faq-btn {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
  background: rgba(231, 160, 236, 0.2);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s linear;
  cursor: pointer;
}
.faq-btn:hover {
  background: #5f12bd;
}
.faq-btn-img {
  width: 30px;
  height: 80px;
  padding: 0%;
}
.faq-btn-img img {
  object-fit: contain;
  display: block;
}
.acc-info {
  flex: 1;
}
.faq-hdn {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
}
.faq-detail {
  display: none;
}
.faq-detail p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.4;
}
.acc-container {
  margin-bottom: 64px;
}
.people-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.people-box h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 13px;
  text-align: center;
  letter-spacing: 1px;
}
.people-box h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  opacity: 0.4;
}
.people-img {
  margin-bottom: 30px;
  opacity: 0.8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people-img::after {
  content: "";
  opacity: 0;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
  background: #000;
  transition: 0.5s;
}
.people-img:hover {
  transform: scale(0.9);
}
.people-img:hover::after {
  opacity: 0.6;
}
.people-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../images/youtube.svg);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.people-img:hover::before {
  opacity: 1;
}
.people-wrap {
  max-width: 634px;
  margin: auto;
}
.banner-elem-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.elem {
  position: absolute;
}
@keyframes moveElem {
  0%,
  100% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes scale {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.elem-1 {
  left: 10%;
  animation: moveElem 4s linear infinite;
}
.elem-2 {
  top: 10%;
  right: 5%;
  animation: moveElem 5s linear infinite;
}
.elem-3 {
  top: -15%;
  left: 25%;
  animation: scale 5s linear infinite;
}
.elem-4 {
  top: 20%;
  left: 10%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.elem-4:hover {
  transform: translateY(-20px);
}
.elem-5 {
  top: 25%;
  right: 20%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.elem-5:hover {
  transform: scaleY(1.2);
}
.elem-6 {
  top: -15%;
  right: 20%;
  animation: scale 6s linear infinite;
}
.elem-7 {
  bottom: 20%;
  left: 30%;
  animation: scale 4s linear infinite;
}
.elem-8 {
  bottom: 10%;
  right: 10%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.elem-8:hover {
  transform: translateY(-20px);
}
.cs-box-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 60px;
  max-width: 1100px;
  margin: auto;
}
.cs-box {
  margin-bottom: 60px;
  display: block;
  width: 100%;
}
.cs-box:hover {
  cursor: url("../images/read-more.svg"), auto;
}
.cs-box:hover img {
  transform: scale(1.2);
  opacity: 0.7;
}
.cs-img {
  height: 400px;
  width: 100%;
  margin-top: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.cs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cs-img-banner {
  height: 600px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.cs-img-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cs-detail-wrap {
  color: #fff;
}
.cs-head {
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
}
.cs-title h1 {
  font-size: var(--fs48);
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
}
.cs-content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.cards-sticky {
  height: auto;
  position: relative;
  width: 100%;
}
:root {
  --card-height: 550px;
  --card-space: 52px;
}
.card {
  position: relative;
  width: 300px;
  height: 100vh;
  border-radius: 20px;
  overflow: hidden;
   background: rgba(19, 19, 175, 0.08);
  backdrop-filter: blur(10px);
  
  color: #fff;
}
.card:hover {
  box-shadow: 0 0 20px #b054f2;
}

.card-txt {
  max-width: 50%;
  z-index: 2;
  position: relative;
}
.flip-card-front {
  background: linear-gradient(135deg, #ffffff, #6751a8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  border-radius: 20px;
}

.card-front-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-front-content h2 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.card-front-content p {
  font-size: 0.95rem;
  color: #bbb;
  line-height: 1.4;
}
.hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}
.hero-logo img,
.hero-logo .tagline {
  margin: 0;
  padding: 0;
}

.logo-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem !important;
}

.tagline {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-family:sans-serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
   
  font-weight: 600;               /* semi-bold for emphasis */
  font-size: 2.5rem;              /* adjust as needed */
  line-height: 1.2;               /* snug but readable */
  letter-spacing: 0.04em;         /* a little breathing room */
  color: #ffffff;                 /* crisp white against dark video */
  text-align: center;  
             /* center under the logo */
 
}
.tagline {
  animation: fadeInUp 1.2s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.card-txt h3 {
  color: #000;
  font-size: var(--fs64);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.card-txt p {
  color: #000;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.card-img {
  margin-right: 40px;
  max-width: 45%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.card-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cards-wrap-height {
  position: absolute;
  height: 100%;
  top: 0;
}
.cards-wrap {
  position: relative;
  perspective: 1000px;
  will-change: transform;
}
.date-content-wrap {
  display: flex;
}
.date-detail-wrap {
  width: 40%;
}
.company-detail {
  width: 60%;
}
gsap.from(".card", {
  y: 50,
  opacity: 0,
  stagger: 0.1,
  duration: 0.8,
  ease: "power3.out",
  scrollTrigger: {
    trigger: ".cards",
    start: "top 80%",
  }
});

:root {
  --fs64: clamp(38px, 4.5vw, 64px);
  --fs48: 48px;
  --fs40: 40px;
  --fs36: 36px;
  --fs24: 24px;
}
.cs-title {
  font-size: var(--fs64);
  margin-bottom: 80px;
}
.current-status {
  font-size: var(--fs36);
}
.date,
.company-name {
  font-size: var(--fs48);
  margin-bottom: 16px;
  font-weight: 500;
}
.cs-detail-wrap p {
  font-size: 18px;
  line-height: 1.5;
}
.wp-video,
.wp-block-video {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  border-radius: 40px;
  overflow: hidden;
}
.wp-video video,
.wp-block-video video {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-tag.more-cs-tag {
  margin-bottom: 30px;
}
.cs-content p {
  margin-bottom: 30px;
}
.cs-content h2,
.cs-content h3,
.cs-content h4 {
  font-size: var(--fs40);
  margin-bottom: 24px;
  font-weight: 600;
}
.date-content-wrap {
  margin-bottom: 60px;
}
.client-logo {
  height: 200px;
  margin-top: 24px;
  border-radius: 20px;
  overflow: hidden;
  width: 200px;
}
.client-logo img {
  height: 100%;
  object-fit: contain;
}
.cs-nav-wrap {
  position: static;
  justify-content: center;
}
.obj-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.obj-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.obj-title {
  font-size: var(--fs40);
  margin-bottom: 16px;
}
.obj-description {
  font-size: var(--fs24);
  line-height: 1.5;
}
.obj-section {
  margin-top: 30px;
}
.page-template-services {
  overflow-x: visible;
}
.video-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
}
.video-nav-wrap-home {
  position: static;
  margin-top: 40px;
  justify-content: center;
}
.logosSwiper {
  overflow: visible;
}
.logosSwiper .swiper-wrapper {
  transition-timing-function: linear;
}

.logosSwiper .swiper-slide {

  width: auto !important;
}
.logos-section .container {
  padding-left: 0 !important;
}


.logos-section {
  overflow: hidden;
}
.counter-new-wrap {
  padding: 40px 0;
}
.logo-box h3,
.logo-box h5 {
  line-height: 1.4;
  margin: 4px 0;
  font-size: 0.95rem;
  text-align: center;
}
.logo-box a {
   padding: 0;
  display: block;
}
.logos-swiper .logo-box {
  max-width: 200px;
  margin: auto;
  text-align: center;
}

.logo-box img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  margin: 0 auto 0px;
}

.count-detail-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  height: 600px;
}
.count-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* header */
:root {
  --menuWidth: 300px;
  --header-height: 110px;
  --header-scroll-height: 70px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.head-right {
  display: flex;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}
.swiper reverseSwiper {
  overflow: visible; /* important */
}
.logo img {
  width: 100%;
}
.header-box .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--headerHeight);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
}

.menuBtn {
  display: flex;
  align-items: center;
}
.header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #000;
  border-radius: 70px;
  padding: 6px;
  gap: 48px;
}
.header-list li a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
.header-list li a.active {
  color: #000000;
  background: #a0ecb1;
  border-radius: 48px;
}
.header-list li a:hover {
  color: #5f12bd;
}
.fixHeader {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 20px rgba(19, 28, 162, 0.1);
}
.fixHeader .header-box .container {
  height: var(--headerFixedHeight);
}
.menuBtn .button {
  margin-left: 20px;
}

/* side menu */
.menu {
  display: none;
  position: relative;
}
/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.js-nav-toggle span {
  position: relative;
  background-color: #000;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  right: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.js-nav-toggle span:before {
  margin-top: 2px;
  width: 14px;
}
.show-menu .js-nav-toggle {
  z-index: 99999;
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #fff;
}
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #000;
}
.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1.3em;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 16px;
}
.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}
.mob-navigation ul {
  list-style: none;
  padding: 80px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.cards {
  position: relative;
  height: 100vh;
  overflow: hidden;
  
}

.card {
  position: absolute;
  width: 250px;
  height: 350px;
  top: 20%;
  will-change: transform;
}

@media (max-width: 992px) {
  .card {
    width: 200px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    position: static;
    padding: 40px 20px;
    gap: 20px;
  }
@media (max-width: 768px) {
  .card {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 12px;
    border-radius: 12px;
  }
}
/* Ensure section is visible and not overflowing */
#services, .plan-wrap, .f-row {
  display: block;
  width: 100%;
  overflow: visible;
}

/* Responsive column stack */
.f-row.f-2.f-990-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.f-row.f-2.f-990-1 .f-col {
  width: 48%;
}

@media (max-width: 990px) {
  .f-row.f-2.f-990-1 .f-col {
    width: 100%;
  }
}

/* Ensure plan-box doesn’t overflow or collapse */
.plan-box {
  background: #1e213a;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.plan-box ul {
  padding-left: 20px;
}

.plan-box li {
  margin-bottom: 6px;
}
.acc-item .faq-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.acc-item.active .faq-detail {
  max-height: 500px; /* adjust based on expected content */
}

  .card {
    position: static;
    width: 90%;
    max-width: 350px;
    height: auto;
    transform: none !important;
  }

  .flip-card-inner {
    transform: none !important;
  }

  .card-list li {
    opacity: 1 !important;
    transform: none !important;
  }
}

.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@media all and (max-width: 1200px) {
  .navigation {
    display: none;
  }
  .nav-wrapper {
    display: block;
  }
  .header-list {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menuBtn .button {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .logo {
    width: 116px;
  }
}
@media all and (max-width: 1600px) {
  .mob-frame {
    position: relative;
    height: 600px;
    width: 320px;
  }
  .container {
    max-width: 1440px;
  }
  .reels-wrap {
    max-width: 1150px;
  }
}
@media all and (max-width: 1440px) {
  .banner-head {
    padding: 0px 15px 0;
  }
  .container {
    max-width: 1366px;
  }
  .banner-head p {
    font-size: 18px;
    margin: 0px auto 46px;
  }
}
@media all and (max-width: 1366px) {
  .banner-head {
    padding: 50px 15px 0;
    max-width: 1280px;
    margin: 0 auto;
  }
  .banner-head h1 {
    font-size: 56px;
  }
  .container {
    max-width: 1024px;
  }
  .elem-5,
  .elem-4,
  .elem-8,
  .elem-1,
  .elem-2 {
    scale: 0.7;
  }
  .comm-section {
    padding: 60px 0;
  }
  .vision-info .content-tag {
    margin-bottom: 98px;
  }
  .marqee-wrap {
    padding: 64px 0 56px;
  }
  .marqee-wrap p {
    font-size: 48px;
  }
  .footer-links {
    gap: 24px 10px;
  }
  .footer-links a {
    font-size: 16px;
  }
  .footer-wrap {
    margin-bottom: 66px;
  }
  .dream-sec .content-tag {
    margin-bottom: 56px;
  }
  .position-sec .comm-sec-hdn {
    margin-bottom: 60px;
  }
  .acc-hdn {
    font-size: 30px;
  }
  .position-info .content-tag {
    margin-bottom: 34px;
  }
  :root {
    --input-height: 50px;
    font-size: 26px;
  }
  .form-field {
    font-size: 26px;
  }
  .position-detail-left p {
    font-size: 18px;
    margin-bottom: 42px;
  }
  .position-detail-left li {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .comm-para p {
    font-size: 18px;
  }
  .comm-sec-hdn {
    font-size: 44px;
  }
  .step-sec .comm-sec-hdn {
    max-width: 830px;
    margin: 0 auto 50px;
  }
  .step-sec .content-tag {
    margin-bottom: 48px;
  }
  .step-box {
    padding: 48px 16px 50px;
    border-radius: 24px;
    position: relative;
    width: 33.333%;
  }
  .step-img {
    width: 190px;
    height: 180px;
    margin: 0 auto 60px;
  }
  .testi-box p {
    font-size: 44px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .count-text span {
    font-size: 54px;
  }
  .count-text {
    margin-bottom: 18px;
  }
  .benefits-sec .content-tag {
    margin-bottom: 38px;
  }
  .benefits-sec .comm-sec-hdn {
    margin-bottom: 60px;
  }
  .flip-back,
  .flip-front {
    padding: 38px;
  }
  .flip-hdn {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .back-icon,
  .plus-icon {
    width: 36px;
    height: 36px;
    bottom: 6%;
    left: 6%;
  }
  .faq-sec .comm-sec-hdn {
    margin-bottom: 60px;
  }
  .acc-item {
    padding: 50px;
  }
  .plan-box {
    color: #fff;
    text-align: center;
    padding: 40px;
  }
  .plan-box p {
    margin-bottom: 36px;
  }
  .plan-box ul li {
    margin-bottom: 30px;
  }
  .mob-frame {
    position: relative;
    height: 540px;
    width: 280px;
  }
  .reels-wrap {
    max-width: 990px;
  }
  .flip-wrap {
    flex-direction: column;
  }
}
@media all and (max-width: 1200px) {
  .vision-info {
    padding: 34px;
  }
  .team-img {
    height: 370px;
  }
  .team-info {
    bottom: 26px;
    padding: 0 26px;
  }
  .footer-wrap {
    margin-bottom: 46px;
  }
  .rights-info {
    padding: 18px;
  }
  .rights-info p {
    font-size: 16px;
  }
  .comm-sec-hdn {
    font-size: 34px;
  }
  .count-text span {
    font-size: 44px;
  }
  .flip-img {
    height: 200px;
  }
  .flip-back,
  .flip-front {
    padding: 30px;
  }
  .comm-sec-hdn {
    font-size: 30px;
  }
  .flip-hdn {
    font-size: 28px;
  }
  .step-info {
    font-size: 24px;
  }
  .flip-wrap {
    gap: 14px;
    overflow-x: scroll;
  }
  .flip-wrap::-webkit-scrollbar {
    height: 0px;
  }
  .flip-wrap::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .flip-wrap::-webkit-scrollbar-track {
    background: transparent;
  }
  .plan-box p {
    margin-bottom: 26px;
  }
  .plan-box {
    padding: 30px;
  }
  .plan-box ul li {
    margin-bottom: 20px;
  }
  .plan-box h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .mob-frame {
    height: 490px;
    width: 250px;
  }
  .reels-wrap {
    max-width: 860px;
  }
  .mob-frame-2 {
    transform: rotate(2deg) translateY(60px);
  }
  .mob-bottom-likes p {
    font-size: 16px;
  }
  .mob-bottom {
    padding-bottom: 10px;
  }
  .mob-video {
    padding-bottom: 5px;
  }
  .mob-bottom-likes img {
    margin-left: 5px;
  }
  .reels-wrap {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 990px) {
  .container {
    max-width: 800px;
  }
  :root {
    --input-height: 45px;
    --header-height: 65px;
  }
  .container {
    max-width: 800px;
  }
  .button {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .vision-gradient {
      background: linear-gradient(
    102.83deg,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.05) 40%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.2) 80%
  );
    width: 100%;
  }
  .vision-info .comm-para {
    max-width: 700px;
    opacity: 1;
  }
  .vision-wrap {
    gap: 32px;
    flex-direction: column;
  }
  .team-box span {
    opacity: 1;
    visibility: visible;
  }
  .footer-wrap {
    flex-direction: column;
    gap: 46px;
  }
  .footer-box {
    margin-top: 40px;
  }
  .content-tag {
    font-size: 12px;
    padding: 10px 28px;
    height: 36px;
  }
  .hire-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .hire-box .comm-para {
    max-width: 330px;
  }
  .hire-box .content-tag {
    margin-bottom: 48px;
  }
  .hire-box-wrap .f-row {
    gap: 74px 0;
  }
  .position-detail {
    flex-direction: column;
    gap: 46px;
  }
  .position-application {
    max-width: 100%;
  }
  .submit-btn {
    display: flex;
    margin: 0 auto;
    width: fit-content;
  }
  .flip-box {
    flex-shrink: 0;
  }
  .count-wrap {
    flex-wrap: wrap;
    gap: 60px 20px;
  }
  .count-box {
    max-width: 46%;
  }
  .testi-nav-wrap {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
  }
  .testi-swiper .swiper-wrapper {
    margin-bottom: 64px;
  }
  .acc-item {
    padding: 45px 32px;
    gap: 0px;
  }
  .faq-btn {
    width: 46px;
    height: 46px;
  }
  .acc-gradient.active .faq-btn {
    top: -8px;
  }
  .acc-gradient.active .faq-hdn {
    margin-bottom: 28px;
  }
  .elem-2 {
    right: 0;
  }
  .elem-1 {
    left: 0;
    top: 65%;
  }
  .elem-5,
  .elem-4,
  .elem-8,
  .elem-1,
  .elem-2 {
    scale: 0.6;
  }
  .plan-wrap {
    max-width: none;
    
    margin-left: 300px;
    margin-right: 300px;
  }
  .plan-wrap .f-row {
    gap: 10px;
    padding-left: 400px;
    padding-right: 400px;
  }
  .plan-box {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    
  }
  .mob-frame {
    height: 470px;
    width: 250px;
    flex-shrink: 0;
    white-space: nowrap;
    margin: 0 30px;
  }
  .reels-wrap {
    padding-bottom: 80px;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .reels-section {
    overflow: hidden;
  }
  .step-box {
    padding: 36px 12px 36px;
    border-radius: 20px;
  }
  .step-img {
    width: 160px;
    height: 150px;
  }
  .step-info {
    font-size: 22px;
  }
  .step-box {
    padding: 26px 12px 26px;
  }
  .banner-head {
    padding: 140px 15px;
  }
  .date-content-wrap {
    flex-direction: column;
  }
  .date-detail-wrap {
    margin-bottom: 30px;
  }
  .date-detail-wrap,
  .company-detail {
    width: 100%;
  }
  .cs-img {
    height: 350px;
  }
  .f-row {
    row-gap: 20px;
  }
  .card {
    flex-direction: column;
    gap: 16px;
    position: absolute;
  top: 20%;
  width: 250px;
  height: 350px;
  }
  .logo-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 40s linear infinite;
}

.logo-box {
  flex: 0 0 auto;
  margin: 0 30px;
  text-align: center;
}

.logo-box img {
  height: 60px;
  display: block;
  margin: 0 auto 10px;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

  .card-txt,
  .card-img {
    max-width: none;
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  .banner-head h1 {
    font-size: 42px;
  }
  .comm-section {
    padding: 50px 0;
  }
  .footer-box {
    border-radius: 44px 44px 0 0;
  }
  .marqee-wrap p {
    font-size: 30px;
  }
  .vision-info {
    padding: 28px;
    border-radius: 20px;
  }
  .comm-sec-hdn {
    font-size: 30px;
  }
  .position-sec .comm-sec-hdn {
    margin-bottom: 56px;
  }
  .position-acc-box {
    border-radius: 20px;
    padding: 28px 28px 46px;
  }
  .position-gradient {
    border-radius: 20px;
  }
  .testi-box .content-tag {
    margin-bottom: 48px;
  }
  .step-wrap {
    gap: 40px;
    white-space: nowrap;
  }
  .step-img {
    width: 140px;
    height: 130px;
  }
  .step-wrap {
    overflow-x: scroll;
    padding: 40px;
  }
  .step-box {
    width: 250px;
    flex-shrink: 0;
    white-space: nowrap;
  }
}
@media all and (max-width: 640px) {
  .team-img {
    height: 400px;
  }
  .team-img img {
    object-position: top;
  }
  .team-member {
    margin-bottom: 18px;
  }
  .vision-info .content-tag {
    margin-bottom: 74px;
  }
  .faq-btn {
    width: 36px;
    height: 36px;
  }
  .faq-sec .content-tag {
    margin-bottom: 32px;
  }
  .elem-4,
  .elem-5 {
    display: none;
  }
  .cs-box {
    width: 100%;
  }
  .cs-box-wrap {
    flex-direction: column;
  }
  .cs-img {
    height: auto;
    width: 100%;
  }
  .cs-box:nth-child(even) {
    top: 0;
  }
}
@media all and (max-width: 576px) {
  .team-img {
    height: 380px;
  }
  .marqee-wrap {
    gap: 32px;
  }
  .footer-links a {
    width: auto;
  }
  .footer-wrap .logo {
    width: 154px;
  }
  .social-link-box {
    width: 42px;
    height: 42px;
  }
  .acc-hdn {
    font-size: 26px;
  }
  .position-info .content-tag {
    margin-bottom: 32px;
  }
  .position-detail-left p {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .position-detail-left li {
    font-size: 16px;
  }
  .form-field {
    font-size: 24px;
  }
  .position-info {
    display: block;
  }
  .detail-btn {
    margin-top: 78px;
    font-size: 12px;
  }
  .position-detail-left li {
    padding-left: 18px;
  }
  .position-detail-left li::before {
    left: 5px;
  }
  :root {
    --input-fs-top: 12px;
  }
  .banner-head p {
    font-size: 16px;
    margin: 34px auto 66px;
  }
  .testi-box p {
    font-size: 30px;
  }
  .count-text span {
    font-size: 30px;
  }
  .flip-hdn {
    font-size: 26px;
  }
  .flip-back p {
    font-size: 18px;
  }
  .faq-hdn {
    font-size: 16px;
  }
  .faq-detail p {
    font-size: 16px;
  }
  .acc-item {
    gap: 16px;
  }
  .acc-gradient.active .faq-btn {
    top: -3px;
  }
  .acc-container {
    margin-bottom: 34px;
  }
  .button {
    padding: 0 24px;
  }
  .cs-img {
    margin-bottom: 20px;
  }
  .cs-box {
    margin-bottom: 0;
  }
  .cs-img-banner {
    height: auto;
  }
  :root {
    --fs64: 52px;
    --fs48: 40px;
    --fs40: 32px;
    --fs36: 28px;
    --fs24: 20px;
  }
  .wp-video,
  .wp-block-video {
    height: auto;
  }
  .cs-title {
    margin-bottom: 40px;
    line-height: 1.2;
  }
}
@media all and (max-width: 480px) {
  :root {
    --fs64: 42px;
    --fs48: 36px;
    --fs40: 30px;
    --fs36: 24px;
    --fs24: 18px;
  }
  .acc-item {
    padding: 32px 22px;
  }
  .plan-box p {
    line-height: 1.5;
    font-size: 18px;
  }
  .plan-box ul li {
    margin-bottom: 18px;
  }
  .mob-frame {
    scale: 0.9;
  }
  .mob-frame-2 {
    transform: rotate(2deg) translateY(40px);
  }
  .reels-wrap {
    padding-bottom: 0px;
  }
  .faq-sec .comm-sec-hdn {
    margin-bottom: 30px;
  }
  .step-sec .content-tag {
    margin-bottom: 28px;
  }
  .step-sec .comm-sec-hdn {
    margin: 0 auto 30px;
  }
  .step-img {
    margin: 0px auto 40px;
  }
  .logo {
    width: 120px;
  }
  .book-call {
    margin-top: 40px;
  }
  .menuBtn button {
    padding: 0 24px;
  }
  .plan-box ul li {
    font-size: 16px;
    line-height: 16px;
  }
  .social-wrap h3 {
    font-size: 16px;
  }
}
@media all and (max-width: 400px) {
  .people-img {
    margin-bottom: 20px;
  }
  .people-box {
    white-space: nowrap;
  }
  .elem-4 {
    left: -8%;
  }
  .elem-5 {
    right: 0;
  }
  .plan-box h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .plan-box p {
    height: auto;
    min-height: auto;
  }
  .plan-box ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
  }
  .book-call {
    margin-top: 40px;
  }
  .mob-frame {
    margin: 0 20px;
  }
  .step-box {
    width: 230px;
  }
}
@media all and (max-width: 380px) {
  .banner-head {
    padding: 50px 15px;
  }
}
/*# sourceMappingURL=main.css.map */

.hero-line {
  margin: 10px auto 20px; 
  padding-top: 0;
}

.hero-line.primary .highlight-text {
  background: linear-gradient(90deg, #a700c1, #8e379b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
  font-family: "Cal Sans", sans-serif;
}

.hero-line.secondary .highlight-text {
  background: linear-gradient(90deg, #a36500, #f1c345);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cal Sans", sans-serif;
}*/
.tagline p {
  font-size: 2.2rem;
  color: #ccc;
  max-width: 800px;
  margin-top: 10%;
  
  text-align: center;
  line-height: 1.6;
  
  padding: 0 10%; /* only horizontal padding */
  margin-bottom: 2rem; /
}
.cta-center {
  text-align: center;
  margin-top: 40px;
}

.cta-button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 28px;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.cta-button:hover {
  background: #fff;
  color: #000;
}


.reverseSwiper .swiper-slide {
  width: 200px; /* or whatever size fits your layout */
   margin-top: 20px;
}
.glow-wrapper {
  position: relative;
  border-radius: 28px;
  padding: 8px;
  z-index: 0;
}

.glow-wrapper::before,
.glow-wrapper::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 32px;
  z-index: -1;
  background: conic-gradient(from var(--angle), #f4cf00, #060c21, #d11149, #060c21, #f4cf00);
}

.glow-wrapper::after {
  z-index: -2;
  filter: blur(20px);
}

.glow-wrapper:hover::before,
.glow-wrapper:hover::after {
  animation: glowing-border 3.5s linear infinite;
}

.glow-wrapper:hover::after {
  animation: glowing-border 3.5s linear infinite, blur-effect 3.5s linear infinite;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 53deg;
  inherits: false;
}

@keyframes glowing-border {
  from {
    --angle: 53deg;
  }
  to {
    --angle: 413deg;
  }
}

@keyframes blur-effect {
  from {
    filter: blur(20px);
  }
  to {
    filter: blur(19px);
  }
}
@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-line {
  opacity: 0;
  animation: fadeInSlideUp 1s ease-out forwards;
}

.hero-line.primary {
  animation-delay: 0.2s;
}

.hero-line.secondary {
  animation-delay: 0.6s;
}
.:root {
  --card-height: 550px;
  --card-space: 52px;
  --purple: #a700c1;
  --white: #fff;
  
}

/* Container setup */
.cards {
  position: relative;
  width: 100vw;
  height: 100vh;
 
}

/* Card positioning */
.card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 460px;
  transform: translate(-50%, -50%);
  perspective: 1000px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px var(--shadow);
}

/* Flip setup */
.card-wrapper {
   display: flex;
  width: 100%;
  height: 100%;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  will-change: transform;
  backface-visibility: hidden;
}

/* Card Faces */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Back face styling */
.flip-card-back {
  background:linear-gradient(145deg, rgba(144, 152, 222, 0.85), rgba(201, 205, 252, 0.85))
;



  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
}


.flip-card-back strong {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 800;
  background: linear-gradient(90deg, #ffffff, #5dffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Service list */
.card-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}

.card-list li {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #f3f3f3;
  animation: listFadeIn 0.4s ease forwards;
  opacity: 0;
  transform: translateY(10px);
}

.card-list li:nth-child(1) { animation-delay: 0.1s; }
.card-list li:nth-child(2) { animation-delay: 0.2s; }
.card-list li:nth-child(3) { animation-delay: 0.3s; }
.card-list li:nth-child(4) { animation-delay: 0.4s; }
.card-list li:nth-child(5) { animation-delay: 0.5s; }

@keyframes listFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Floating animation */
@keyframes floating {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -55%);
  }
}

.hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.center-logo {
   margin: 0;
  padding: 0;
  display: block;
  max-width: 600px;
  height: auto;
   margin-bottom: 0 !important;
   width: 400px;
}
.banner-elem-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0; /* force no spacing */
  padding: 0 !important;
  margin: 0 !important;
  height: 100vh; /* if needed to vertically center */
}

.banner-head {
  margin: 0 !important;
  padding: 0 !important;
}

.banner-head img {
  display: block;
  margin: 0 auto !important;
  padding: 0 !important;
  height: auto;
  max-width: 49%;
}

.banner-head p,
.banner-head h1 {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  background-color: #000;
  margin: 1px;
  overflow-y: auto;
}

.mouse-glow {
  position: fixed;
  width: 300px;
  height: 300px;
  pointer-events: none;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  mix-blend-mode: screen;

  background:
    radial-gradient(circle at center, rgba(89, 42, 190, 0.2), transparent 80%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 50px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 50px
    );
  background-repeat: no-repeat;
  background-size: cover, 50px 50px, 50px 50px;
}





body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  z-index: 0;
}


.video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  
  position: relative;
  z-index: 10;
  
}

.video-card {
  flex: 1 1 calc(25% - 24px); /* 4 cards per row */
  min-width: 280px;
  max-width: 340px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
   overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.video-card iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.section-header {
  margin-bottom: 40px; /* Push videos down */
  text-align: left;
  padding: 50px;
}
.logos-section,
.comm-section {
  overflow: visible !important;
}
.podcast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  padding: 40px;
}

.podcast-card {
  background: #111;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  text-align: center;
  transition: transform 0.3s;
}
.podcast-card:hover {
  transform: scale(1.05);
}

.podcast-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Modal styles */
.modal {
  position: fixed;
  top: 0; left: 0;
  width: 1000vw; height: 100vh;
  background: rgba(0, 0, 0, 0.96);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.modal-banner {
  width: 1000%;
  height: 350px;
  object-fit: cover;
}

.modal-meta {
  padding: 20px 32px;
}

.modal-meta h2 {
  font-size: 2.4rem;
  margin: 0;
}

.modal-meta p {
  color: #ccc;
  margin: 10px 0;
  font-size: 1.1rem;
}

.modal-player {
  padding: 0 32px 32px;
}

.modal-player iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.close {
  position: absolute;
  top: 20px;
  right: 32px;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  z-index: 10001;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* Modal overlay */
#podcastModal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  overflow-y: auto;
}

#podcastModal.active {
  display: flex;
}

/* Video backdrop */
.modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.modal-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); /* medium-dark tint */
  backdrop-filter: blur(2px); /* optional soft blur */
  z-index: 2;
}

.modal-backdrop iframe {
  width: 120%; /* zoom in */
  height: 120%;
  transform: scale(1.2);
  transform-origin: center;
  border: none;
  pointer-events: none; /* optional if you're using this as a background */
  opacity: 1;          /* keep your transparent effect */
  object-fit: cover;
   background-color: rgba(0, 0, 0, 0.65); 
}



/* Modal content */


.modal-content h2 {
  font-size: 2rem;
  margin-top: 1rem;
}
.modal-content p {
  margin: 1rem 0;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

/* Button styles */
.modal-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.modal-overlay.active {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
}


/* Content box */
.modal-content {
  z-index: 2;
  max-width: 1000px; /* or 100%, or any larger px value */
  width: 80%;
  background: transparent
  border-radius: 12px;
  padding: 3rem;
  text-align: left;
  color: white;
  position: relative;
  transform: translate(-19%, 30%);
}


.modal-header-box .logoBox img {
  height: 30px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}


.modal-logo {
  height: 400px;
  width: auto;
  object-fit: contain;
  max-width: 900%;
  display: block;
}

.modal-header-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0 24px !important;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
    line-height: 1;
  height: auto;
  align-items: center;
}

.modal-logo-bar a.logo img {
  width: 500px !important;
  height: auto !important;
  object-fit: contain;
  display: inline-block;
}
.modal-logo-bar a.logo img {
  max-width: 110%;
  height: auto;
  width: 300px;
}
.modal-header-list{
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: transparent;
  border-radius: 70px;
  padding: 0 6px;
  gap: 48px;

}
.modal-header-list li a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
.modal-header-list li a.active {
  color: #000000;
  background: #a0ecb1;
  border-radius: 48px;
}
.modal-header-list li a:hover {
  color: #5f12bd;
}
.modal-bottom-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 2;
  pointer-events: none; /* ensures it doesn't block clicks */
}



.modal-header-box .header-list {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.modal-header-box .header-list a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}


.modal-logo {
  width: 150px;
  margin-bottom: 1.5rem;
}

.modal-title {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}

.modal-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #f5e663;
  max-width: 800px;
}

/* Buttons */
.modal-buttons {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.watch-button,
.book-call-button {
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.watch-button {
  background: #fff;
  color: #000;
}

.book-call-button {
  background: rgba(255, 255, 255, 0);
  border: 1px solid white;
  color: rgb(255, 255, 255);
}

.watch-button:hover,
.book-call-button:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

/* Close button */
.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 4rem;
  cursor: pointer;
}

.watch-button,
.book-call-button {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

/* full-screen behind everything */
#vanta-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;          /* behind your .site-wrapper */
  pointer-events: none; /* clicks pass through */
  background: none !important;
}

/* fade it out to e.g. 10% opacity */
#vanta-bg canvas {
  opacity: 0.1;         /* adjust 0.0–1.0 as needed */
}
#hero {
  position: relative;    /* so the fog canvas can be absolutely placed inside */
        /* hides any fog overflow outside the box */
}
#hero canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;     /* change to 0.1–1.0 depending on how faint you want it */
  z-index: -1;      /* send it behind your text/buttons */
}
/* ——— HERO WRAPPER ——— */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;       /* full-screen height */
  
  background: #000;     /* fallback */
}

/* ——— VIDEO GRID ——— */
.video-grid {
  position: absolute;
  inset: 0;             /* top/right/bottom/left = 0 */
  display: grid;
  grid-gap: 8px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-auto-rows: 213px; /* 120 * (16/9) ≈ 213px */
  z-index: 1;
   grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  /* was 213px → now 140 * 16/9 ≈ 249px */
  grid-auto-rows: 249px;
  grid-gap: 8px;
  grid-auto-flow: dense;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.video-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 9 / 16;
  filter: brightness(0.6);
  pointer-events: none;
  will-change: transform;
}

/* ——— DARK OVERLAY ——— */
.overlay {
   background: linear-gradient(
    to bottom,
    rgba(0,0,0,0)   20%,    /* fully transparent until 20% down */
    rgba(0,0,0,0.4) 60%,    /* mid-fade */
    /* fade into your brand purple, not black: */
    #0d065d        100% 
      );
}

/* ——— HERO CONTENT ——— */
.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center */
  align-items: center;     /* horizontally center */
  text-align: center;
  padding: 0;
}

.hero-content .logo-stack {
  margin-bottom: 1.5rem;
}

.hero-content .center-logo {
  max-width: 340px;
  width: 50vw;
  height: auto;
}

.hero-content .tagline {
  margin-top: .5rem;
  
  color: #fff;
  opacity: .85;
}

.hero-content .btn {
  display: inline-block;
  margin-top: 2rem;
  background: #ff2e7e;  /* bright accent */
  color: #fff;
  padding: .75rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
}
:root {
  --vid-base: 140px;
}

/* increase that by 20% inline */
:root {
  --vid-base: calc(140px * 1.2);  /* =168px */
}

.video-grid {
  grid-template-columns: repeat(auto-fill, minmax(var(--vid-base), 1fr));
  grid-auto-rows: calc(var(--vid-base) * 16/9);
  /* … */
}
.overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.24)   10%,   /* transparent down to 20% */
    rgba(0, 0, 0, 0.742) 60%,   /* heavier fade by 60% */
    rgb(0, 0, 0) 100%  /* almost solid at the bottom */
  );
}
.comm-section.logos-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 200px;            /* was 100px—now twice as tall */
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,  /* still dark at the very top */
    rgba(0, 0, 0, 0)   100% /* fade out fully by the bottom of the 200px */
  );
}
/* ensure your hero is exactly one viewport tall and hides anything beyond it */
.hero {
  position: relative;   /* so the .video-grid absolute children are scoped to it */
  height: 100vh;        /* lock it to one screen */
  overflow: hidden;     /* crop anything that moves outside */
}

/* (optional) or on the grid itself if you prefer */
.video-grid {
  overflow: hidden;
}
/* 1) mask overflow so only one “window” of videos shows */
.scroll-mask {
  position: absolute;
  inset: 0;             /* top/right/bottom/left = 0 */
  overflow: hidden;
  z-index: 1;           /* sits under your overlay/logo/text */
}

/* 2) animate the grid upward */
.video-grid.scroll-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);  /* adjust “5” to however many columns you want */
  gap: 1rem;                              /* your existing gap value */
  animation: scrollUp 30s linear infinite;
}

/* 3) keyframes to shift up by half its height (since we doubled the items) */
@keyframes scrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* 4) ensure each video still covers its cell */
.video-grid.scroll-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  pointer-events: none;
}

/* make the hero a relative, hidden-overflow box */
.hero {
  position: relative;
  overflow: hidden;
  /* if you want full-screen: height: 100vh; */
}

/* 1) the “window” you see */
.scroll-mask {
  position: absolute;
  inset: 0;           /* top/right/bottom/left = 0 */
  overflow: hidden;
  z-index: 1;         /* sits under your overlay/text */
}

/* 2) the moving grid: twice as tall, animates up by 50% */
.scroll-content {
  display: grid;
  /* was repeat(5, 1fr) */
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  height: 50%;
  width: 100%;
  animation: scrollUp 30s linear infinite;
}

/* 3) keyframes: shift it up exactly half its height */
@keyframes scrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* 4) video styling as before */
.scroll-content video {
  width: 80%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  pointer-events: none;
}
.scroll-content {
  /* your existing grid + animation… */
  will-change: transform;
  transform: translateZ(0);
}
.scroll-content {
  /* force it onto its own compositing layer */
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;

  /* limit painting to this element only */
  contain: layout paint;

  /* your existing properties */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  height: 200%;
  animation: scrollUp 30s linear infinite;
}
.logos-swiper {
    max-width: 100vw !important;
    overflow: hidden !important;
}

.swiper-wrapper {
    max-width: none !important;
}

.logo-box {
    width: 200px !important; /* Fixed width for each logo */
    flex-shrink: 0 !important;
}
.logos-swiper {
  overflow: hidden;
  width: 100%;
}

.swiper-wrapper {
  display: flex;
  width: fit-content;
  animation: slide-left 30s linear infinite;
}

.reverseSwiper .swiper-wrapper {
  animation: slide-right 30s linear infinite;
}

.swiper-slide {
  flex-shrink: 0;
  width: 250px;
}

.logo-box {
  width: 200px;
  text-align: center;
  margin: 0 25px;
}

.logo-box img {
  width: 80px;
  height: 80px;
  border-radius: 40%;
  object-fit: cover;
}

@keyframes slide-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes slide-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Pause on hover */
.swiper-wrapper:hover {
  animation-play-state: paused;
}
/* Mobile optimizations for cards section */
@media (max-width: 768px) {
  .cards {
    padding: 40px 15px;
    overflow-x: hidden;
  }
  
  .card {
    position: static !important;
    transform: none !important;
    width: 90% !important;
    max-width: 350px !important;
    margin: 20px auto !important;
    left: auto !important;
    right: auto !important;
  }
  
  .card-wrapper {
    width: 100%;
  }
  
  .flip-card-inner {
    transform: rotateY(180deg) !important; /* Always show back on mobile */
    height: auto !important;
    min-height: 300px;
  }
  
  .flip-card-back {
    position: static !important;
    padding: 30px 20px !important;
  }
  
  .card-list {
    text-align: left;
    padding-left: 20px;
  }
  
  .card-list li {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 60vh !important; /* Shorter on mobile */
  }
  
  .scroll-content video {
    height: 20vh !important; /* Much smaller videos */
    width: 100% !important;
  }
  
  .hero-content {
    padding: 0 20px;
  }
  
  .tagline {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  
  .btn {
    padding: 12px 24px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .podcast-grid {
    grid-template-columns: 1fr ;
    gap: 20px !important;
    padding: 20px 15px !important;
  }
  
  .podcast-card {
    width: 100% !important;
    margin: 0 !important;
  }
  
  .podcast-card img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
  }
}
@media (max-width: 768px) {
  .modal-content {
    width: 95% !important;
    max-width: none !important;
    margin: 20px auto !important;
    padding: 20px !important;
  }
  
  .modal-backdrop iframe {
    height: 200px !important;
  }
  
  .modal-header-box {
    padding: 10px 15px !important;
  }
  
  .modal-header-list {
    display: none !important; /* Hide nav on mobile modal */
  }
  
  .modal-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }
  
  .watch-button, .book-call-button {
    width: 100% !important;
    text-align: center !important;
    padding: 12px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .plan-wrap .f-row {
    flex-direction: column !important;
  }
  
  .plan-box {
    margin-bottom: 30px !important;
    padding: 40px 20px !important;
  }
  
  .plan-box h3 {
    font-size: 24px !important;
  }
  
  .plan-box ul li {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
}
/* Make buttons more touch-friendly */
@media (max-width: 768px) {
  .btn, .button, .buttonalternate {
    min-height: 44px !important; /* Apple's recommended touch target */
    padding: 12px 20px !important;
    font-size: 16px !important; /* Prevents zoom on iOS */
  }
  
  .faq-btn {
    min-height: 44px !important;
  }
  
  .podcast-card {
    min-height: 44px !important;
  }
}
/* NUCLEAR OPTION - Force services to show on mobile */
@media (max-width: 768px) {
  #services,
  #services *,
  .comm-section.step-sec,
  .comm-section.step-sec *,
  .plan-wrap,
  .plan-wrap *,
  .plan-box,
  .plan-box * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px !important;
  }
  
  #services {
    background: red !important; /* Temporary - so we can see it */
    min-height: 500px !important;
    padding: 50px 20px !important;
  }
  
  .plan-box {
    background: transparent !important; /* Temporary - so we can see it */
    color: white !important;
    margin: 20px 0 !important;
    padding: 20px !important;
    border: 2px solid rgb(138, 138, 134) !important;
  }
} 
/* Updated tagline styles for better mobile responsiveness */

.tagline {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  
  /* Default desktop size */
  font-size: 2.5rem;
}

/* Tablet styles */
@media (max-width: 1024px) {
  .tagline {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

/* Mobile landscape */
@media (max-width: 768px) {
  .tagline {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 0 20px;
  }
}

/* Mobile portrait */
@media (max-width: 480px) {
  .tagline {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 15px;
    letter-spacing: 0.02em;
  }
}

/* Small mobile devices */
@media (max-width: 380px) {
  .tagline {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 10px;
  }
}

/* Hero content mobile adjustments */
@media (max-width: 768px) {
  .hero-content {
    padding: 0 20px;
    justify-content: center;
  }
  
  .logo-stack {
    margin-bottom: 1rem;
  }
  
  .center-logo {
    max-width: 280px !important;
    width: 70vw !important;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding: 0 15px;
  }
  
  .center-logo {
    max-width: 240px !important;
    width: 80vw !important;
  }
}

/* Ensure proper spacing and layout */
.hero-content .tagline {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  opacity: 0.85;
}
/* Ensure overlay works */
.menuOverlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure menu slides in */
.nav-wrapper.show-menu {
    transform: translateX(0) !important;
}

/* Hamburger animation */
.show-menu .js-nav-toggle span {
    background-color: transparent !important;
}

.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
    transform: rotate(45deg) !important;
    margin-top: 0 !important;
    width: 22px !important;
}

.show-menu .js-nav-toggle span:before {
    transform: rotate(-45deg) !important;
}
/* FIX 1: Ensure menu overlay works properly */
.menuOverlay {
    transition: all 0.3s ease-in-out;
    pointer-events: none; /* Don't block clicks when hidden */
}

.menuOverlay.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto; /* Allow clicks when visible */
}

/* FIX 2: Ensure nav wrapper slides in correctly */
.nav-wrapper {
    transform: translateX(100%) !important; /* Start hidden */
    transition: transform 0.3s ease-in-out !important;
}

.nav-wrapper.show-menu {
    transform: translateX(0) !important; /* Slide in */
}

/* FIX 3: Ensure proper z-index stacking */
.menuOverlay {
    z-index: 998 !important;
}

.nav-wrapper {
    z-index: 999 !important;
}

.menu, .js-nav-toggle {
    z-index: 1000 !important;
}

/* FIX 4: Mobile menu display */
@media (max-width: 1200px) {
    .nav-wrapper {
        display: block !important;
    }
    
    .menu {
        display: flex !important;
    }
}
.social-link-box {
    pointer-events: auto !important;
    position: relative;
    z-index: 100;
}

/* Simple mobile logo size adjustments - add this to your main.css */

/* Reduce gaps between logos on mobile */
@media (max-width: 768px) {
  .swiper-slide {
    margin-right: 5px !important;
  }
  
  .logos-swiper .swiper-wrapper,
  .reverseSwiper .swiper-wrapper {
    gap: 5px !important;
  }
}

/* Mobile phones (768px and below) */
@media (max-width: 768px) {
  .logo-box img {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 4px !important;
  }
  
  .logo-box h3 {
    font-size: 0.65rem !important;
    margin: 1px 0 !important;
  }
  
  .logo-box h5 {
    font-size: 0.55rem !important;
    margin: 0 !important;
  }
  
  .logo-box {
    min-width: 90px !important;
    margin: 0 5px !important;
  }
}

/* Small phones (480px and below) */
@media (max-width: 480px) {
  .swiper-slide {
    margin-right: 3px !important;
  }
  
  .logos-swiper .swiper-wrapper,
  .reverseSwiper .swiper-wrapper {
    gap: 3px !important;
  }
  
  .logo-box img {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 3px !important;
  }
  
  .logo-box h3 {
    font-size: 0.6rem !important;
    margin: 1px 0 !important;
  }
  
  .logo-box h5 {
    font-size: 0.5rem !important;
    margin: 0 !important;
  }
  
  .logo-box {
    min-width: 80px !important;
    margin: 0 4px !important;
  }
}

/* Very small phones (375px and below) */
@media (max-width: 375px) {
  .swiper-slide {
    margin-right: 2px !important;
  }
  
  .logos-swiper .swiper-wrapper,
  .reverseSwiper .swiper-wrapper {
    gap: 2px !important;
  }
  
  .logo-box img {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 2px !important;
  }
  
  .logo-box h3 {
    font-size: 0.55rem !important;
    margin: 1px 0 !important;
  }
  
  .logo-box h5 {
    font-size: 0.45rem !important;
    margin: 0 !important;
  }
  
  .logo-box {
    min-width: 70px !important;
    margin: 0 3px !important;
  }
}
/* Simple mobile logo size adjustments - add this to your main.css */

/* Reduce gaps between logos on mobile */
@media (max-width: 768px) {
  .swiper-slide {
    margin-right: 5px !important;
  }
  
  .logos-swiper .swiper-wrapper,
  .reverseSwiper .swiper-wrapper {
    gap: 5px !important;
  }
}

/* Mobile phones (768px and below) */
@media (max-width: 768px) {
  .logo-box img {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 4px !important;
  }
  
  .logo-box h3 {
    font-size: 0.65rem !important;
    margin: 1px 0 !important;
  }
  
  .logo-box h5 {
    font-size: 0.55rem !important;
    margin: 0 !important;
  }
  
  .logo-box {
    min-width: 90px !important;
    margin: 0 5px !important;
  }
}

/* Small phones (480px and below) */
@media (max-width: 480px) {
  .swiper-slide {
    margin-right: 3px !important;
  }
  
  .logos-swiper .swiper-wrapper,
  .reverseSwiper .swiper-wrapper {
    gap: .3px !important;
  }
  
  .logo-box img {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 3px !important;
  }
  
  .logo-box h3 {
    font-size: 0.6rem !important;
    margin: 1px 0 !important;
  }
  
  .logo-box h5 {
    font-size: 0.5rem !important;
    margin: 0 !important;
  }
  
  .logo-box {
    min-width: 80px !important;
    margin: 0 4px !important;
  }
}

/* Very small phones (375px and below) */
@media (max-width: 375px) {
  .swiper-slide {
    margin-right: 2px !important;
  }
  
  .logos-swiper .swiper-wrapper,
  .reverseSwiper .swiper-wrapper {
    gap: 0px !important;
  }
  
  .logo-box img {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 2px !important;
  }
  
  .logo-box h3 {
    font-size: 0.55rem !important;
    margin: 1px 0 !important;
  }
  
  .logo-box h5 {
    font-size: 0.45rem !important;
    margin: 0 !important;
  }
  
  .logo-box {
    min-width: 70px !important;
    margin: 0 3px !important;
  }
}
/* Simple mobile logo size adjustments - add this to your main.css */

/* Reduce gaps between logos on mobile */
@media (max-width: 768px) {
  .swiper-slide {
    margin-right: 0px !important;
  }
  
  .logos-swiper .swiper-wrapper,
  .reverseSwiper .swiper-wrapper {
    gap: 0px !important;
  }
  
  .logo-box {
    margin: 0 2px !important;
  }
}

/* Mobile phones (768px and below) */
@media (max-width: 768px) {
  .logo-box img {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 2px !important;
  }
  
  .logo-box h3 {
    font-size: 0.5rem !important;
    margin: 0 !important;
    line-height: 1.1 !important;
  }
  
  .logo-box h5 {
    font-size: 0.4rem !important;
    margin: 0 !important;
  }
  
  .logo-box {
    min-width: 75px !important;
  }
}

/* Small phones (480px and below) */
@media (max-width: 480px) {
  .swiper-slide {
    margin-right: 0px !important;
  }
  
  .logos-swiper .swiper-wrapper,
  .reverseSwiper .swiper-wrapper {
    gap: 0px !important;
  }
  
  .logo-box img {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 2px !important;
  }
  
  .logo-box h3 {
    font-size: 0.45rem !important;
    margin: 0 !important;
    line-height: 1.1 !important;
  }
  
  .logo-box h5 {
    font-size: 0.35rem !important;
    margin: 0 !important;
  }
  
  .logo-box {
    min-width: 65px !important;
    margin: 0 1px !important;
  }
}

/* Very small phones (375px and below) */
@media (max-width: 375px) {
  .swiper-slide {
    margin-right: 0px !important;
  }
  
  .logos-swiper .swiper-wrapper,
  .reverseSwiper .swiper-wrapper {
    gap: 0px !important;
  }
  
  .logo-box img {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 1px !important;
  }
  
  .logo-box h3 {
    font-size: 0.4rem !important;
    margin: 0 !important;
    line-height: 1.1 !important;
  }
  
  .logo-box h5 {
    font-size: 0.3rem !important;
    margin: 0 !important;
  }
  
  .logo-box {
    min-width: 55px !important;
    margin: 0px !important;
    padding: 0px;
  }
}
.footer-links a {
    pointer-events: auto !important;
    position: relative !important;
    z-index: 99999 !important;
    display: inline-block !important;
}
/* Working Header Glass Effect - Updated for your structure */

/* Base header styles */
#header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  transition: all 0.3s ease !important;
}

.header-box {
  transition: all 0.3s ease !important;
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid transparent !important;
}

.header-box .container {
  transition: all 0.3s ease !important;
}

/* Glass effect when scrolled */
#header.scrolled {
  background: rgba(0, 0, 0, 0.1) !important;
}

#header.scrolled .header-box {
  background: rgba(0, 0, 0, 0.85) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.05) inset !important;
}

/* Alternative lighter version */
#header.scrolled-light .header-box {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.1) inset !important;
}

/* Enhance logo on scroll */
#header.scrolled .logo img {
  transform: scale(0.95);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

/* Enhance navigation on scroll */
#header.scrolled .header-list li a {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

/* Mobile adjustments */
@media (max-width: 1200px) {
  #header.scrolled .header-box {
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }
}
/* Quick fix for duplicate scrollbars */
html, body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

* {
    max-width: 100vw !important;
}
/* Based on your HTML, try this */
body {
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-wrapper {
    overflow-x: hidden !important;
    width: 100% !important;
}

.scroll-content {
    width: 100% !important;
    grid-template-columns: repeat(5, 1fr) !important;
    max-width: 100% !important;
}
.modal-overlay {
  padding-top: 0 !important;
  margin-top: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #fff !important;
}

.modal-overlay .modal-header-box {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  padding: 0 !important;
  width: 100% !important;
  background: transparent !important;
  display: block !important;
  justify-content: normal !important;
  align-items: normal !important;
}

.modal-overlay img {
  max-width: 150px !important;
  height: auto !important;
}

.modal-overlay h1,
.modal-overlay h2,
.modal-overlay h3 {
  font-size: 1.5em !important;
  font-weight: 600 !important;
  margin-bottom: 0.5em !important;
}

.modal-overlay p {
  font-size: 1em !important;
  margin-bottom: 1em !important;
}

@media (max-width: 600px) {
  .modal-overlay {
    font-size: 14px !important;
    padding: 15px !important;
  }

  .modal-overlay h1,
  .modal-overlay h2,
  .modal-overlay h3 {
    font-size: 1.3em !important;
  }
}
.modal-overlay {
  position: relative;
}

.modal-overlay .modal-header-box {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 16px 24px !important;
  background: rgba(0,0,0,0.85) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  z-index: 10 !important;
}

@media (max-width: 600px) {
  .modal-overlay .modal-header-box {
    flex-direction: column !important;
    padding: 12px 16px !important;
  }
}
.modal-content {
  padding: 0 48px;
  max-width: 800px;
  margin-left: 150px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .modal-content {
    padding: 0 20px;
  }
}
.podcast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #000;
}

.podcast-card {
  background-color: #111;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.podcast-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.7);
}

.podcast-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.podcast-card-title {
  padding: 12px 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  background-color: #1a1a1a;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  flex-grow: 1;
}
.video-section-title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin: 40px auto 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  max-width: 1200px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.podcast-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px;
  background-color: #111;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.1);
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 20px;
}

.podcast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.podcast-card {
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.podcast-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.7);
}

.podcast-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  .podcast-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.podcast-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
  border-radius: 12px;
  background-color: #000;
}

.podcast-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.podcast-card:hover .podcast-thumb img {
  transform: scale(1.02);
}
@media (max-width: 600px) {
  .podcast-thumb img {
    object-fit: contain;
    background-color: #000;
  }

  .podcast-card:hover .podcast-thumb img {
    transform: scale(1.01);
  }
}
@media (max-width: 600px) {
  .podcast-thumb {
    padding-top: 50% !important;
  }
  
  .podcast-thumb img {
    object-fit: contain !important;
    object-position: top !important;
    background-color: #000 !important;
    transform: none !important;
  }
  
  .podcast-card:hover .podcast-thumb img {
    transform: none !important;
  }
}
