:root {
  --f1: "Rethink Sans", sans-serif;
  --f2: "Righteous", sans-serif;
  --c1: #0C244C;
  --c2: #E9C159;
  --c3: #000;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

::-moz-selection {
  background-color: transparent;
}

::selection {
  background-color: var(--c1);
  color:#fff;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

.img__contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 500ms all;
}

.banner {
  height: 100%;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 0px;
}

.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
ol,
dl {
  margin-bottom: 0;
  padding: 0;
}

img {
  width: 100%;
}

/* header  */
.mainTopBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.topCont {
  display: flex;
  align-items: center;
}

.headCont {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f1);
  color: var(--c1);
}

.topCont li a {
  font-size: 14px;
}

.topCont li a .headIcon {
  height: 17px;
}

.topCont li {
  padding: 0 20px;
}

.topCont li:nth-child(1) {
  border-right: 1px solid #000;
  padding-left: 0;
}

.topCont li a span {
  font-family: var(--f1);
  color: var(--c1);
  font-weight: 600;
}

.themebtn {
  padding: 10px 20px;
  font-family: var(--f1);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.themebtn.--trans {
  border: 1px solid var(--c1);
  color: var(--c1);
}

.themebtn.--bg {
  background: var(--c2);
  border: 1px solid transparent;
  color: var(--c1);
}

.themebtn.--bg:hover {
  background: transparent;
  border-color: var(--c1);
  color: var(--c1);
}

.faqs .themebtn.--bg:hover {
  background: transparent;
  border-color: var(--c1) !important;
  color: var(--c1) !important;
}

.themebtn.--trans:hover {
  background: var(--c2);
  border-color: transparent;
}

.headerMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mainHeader {
  background: var(--c1);
}

.mainmenu {
  display: flex;
  align-items: center;
  gap: 13px;
}

.mainmenu li a {
  padding: 21px 20px;
  height: 100%;
  color: #fff;
  font-family: var(--f1);
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

.mainmenu li a:hover {
  background: var(--c2);
  color: var(--c1);
}

.mainmenu li a i {
  height: 15px;
}

.logo {
  width: 310px;
  height: auto;
}

.topHeader {
  padding: 10px 0;
}

.headerbtns {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* header  */
/* banner  */
.bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -4;
  filter: grayscale(1) brightness(0.4);
}

.paperImg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -3;
  opacity: 0.4;
  filter: grayscale(1) brightness(0.5);
}

.banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #000000c2;
  z-index: -2;
}

.subHead {
  font-size: 23px;
  font-family: var(--f1);
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.banner_content h1 {
  font-size: 44px;
  font-family: var(--f1);
  color: #fff;
  margin: 10px 0 0;
  text-transform: capitalize;
}

.banner_content h1 span {
  font-family: var(--f2);
  color: var(--c2);
  border-bottom: 4px solid #fff;
}

.banner_content h2 {
  font-family: var(--f1);
  color: #fff;
  font-style: italic;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 29px;
  margin: 10px 0;
}

.banner_content p {
  font-size: 14px;
  font-family: var(--f1);
  color: #fff;
  margin: 0 0 20px;
  line-height: 26px;
}

.themebtn.--trans.white {
  border-color: #fff;
  color: #fff;
}

.bannerBtns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.themebtn.--trans.white:hover {
  border-color: transparent;
  color: var(--c1);
}

.themebtn.--bg.white:hover {
  border-color: #fff;
  color: #fff;
}

.bannerFormBox {
  width: 60%;
  margin-left: auto;
  background: #fff;
}

.girlImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-33%);
  width: 390px;
  z-index: 1;
  pointer-events: none;
}

.bannerFromhead h3 {
  text-align: center;
  font-family: var(--f1);
  font-weight: 800;
  font-size: 21px;
  padding: 15px 101px;
  background: linear-gradient(0deg, #C18F3C, #E9C159);
  color: #000;
}

.bannerFromhead h3 span {
  font-weight: 500;
  font-family: var(--f1);
  font-style: italic;
}

.bannerFromhead h4 {
  font-size: 16px;
  font-family: var(--f1);
  text-align: center;
  background: #000;
  padding: 5px 0;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}

.inputfeild input, .inputfeild textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: var(--f1);
  border: 1px solid var(--c1);
  color: var(--c1);
  outline: 0;
}

.inputfeild {
  margin: 0 0 10px 0;
}

.bannerFrom {
  width: 92%;
  margin: 0px auto;
  padding: 30px 0;
}

.inputfeildBtn button {
  width: 100%;
}

.inputfeildBtn {
  margin: 20px 0 0;
}

.inputfeildBtn button {
  transition: 300ms all;
}

.bannerMainForm {
  position: relative;
}

.bannerMainForm:before {
  position: absolute;
  width: 370px;
  height: 300px;
  background: linear-gradient(180deg, var(--c1), transparent);
  content:
    '';
  z-index: -1;
  border-radius: 50px;
  top: 100px;
  left: 30px;
}

.bannerMainForm:after {
  content: '';
  position: absolute;
  width: 370px;
  height: 310px;
  background: linear-gradient(180deg, var(--c2), transparent);
  z-index: -2;
  top: 85px;
  left: 19px;
  border-radius: 50px;
}

/* banner  */
/* about  */
.about {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 70px 0;
}

.aboutbg {
  position: absolute;
  z-index: -1;
  inset: 0;
}

.aboutImg {
  width: 100%;
  height: 514px;
  text-align: center;
  position: sticky;
  top: 50px;
}

.head {
  font-size: 47px;
  font-family: var(--f1);
  line-height: 51px;
  font-weight: 600;
  color: #222;
}

.head span {
  font-family: var(--f1);
  text-decoration: underline !important;
}

.aboutContent p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 21px;
  font-family: var(--f1);
}

/* about  */
/* feature */
.features {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  position: relative;
}

.featureBg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

.featureCrd {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.featureIco {
  width: 20%;
}

.featureContent {
  width: 80%;
}

.featHead {
  font-size: 19px;
  font-family: var(--f1);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.line {
  width: 40px;
  height: 1px;
  background: var(--c2);
}

.featureContent p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffffa3;
  font-family: var(--f1);
  margin: 5px 0 0;
}

/* feature */
/* service  */
.servCrd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0;
  transition: 300ms all;
  cursor: pointer;
}

.servPage {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  background: var(--c1);
  transition: 300ms all;
}

.servPage img {
  opacity: 0.1;
}

.servNumb {
  position: absolute;
  top: 0;
  right: 40px;
  background: var(--c2);
  padding: 15px;
  font-family: var(--f1);
  font-size: 35px;
  font-weight: 500;
  color: var(--c1);
  transition: 300ms all;
}

.servbottom {
  display: flex;
  align-items: center;
  gap: 60px;
}

.servArrow {
  width: 220px;
  height: 3px;
  background: #ffffff4f;
  position: relative;
  transition: 300ms all;
}

.servArrow:before {
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  right: 0;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
  border-right: 3px solid #ffffff4f;
  border-top: 3px solid #ffffff4f;
  transition: 300ms all;
}

.servIcon {
  width: 100px;
  aspect-ratio: 1/1;
  transition: 300ms all;
}

.servHead {
  padding: 20px 0px 19px 20px;
  font-family: var(--f1);
  font-size: 33px;
  color: #fff;
  transition: 300ms all;
}

.servCrdMain p {
  padding: 0 20px 20px 20px;
  font-size: 14px;
  font-family: var(--f1);
  color: #fff;
  margin: 0;
  transition: 300ms all;
}

.mainServices {
  padding: 40px 0 0;
}

.services {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.servCrd:hover .servPage {
  background: var(--c2);
}

.servCrd:hover .servNumb {
  background: var(--c1);
  color: #fff;
}

.servCrd:hover :is(.servHead, p) {
  color: #000;
}

.servCrd:hover .servArrow {
  background: #0c244c7a;
}

.servCrd:hover .servArrow:before {
  border-color: #0c244c7a;
}

.servCrd:hover .servIcon {
  filter: brightness(0);
}

.mainServices .col-md-4 {
  margin: 0 0 20px;
}

.serv_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* service  */
/* professional 
 */
.professional {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  position: relative;
}

.proBg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

.proBg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, var(--c1) 54%, transparent);
}

.proLogo {
  width: 230px;
  margin: 0 0 10px;
}

.proHead {
  font-size: 44px;
  color: #fff;
  font-family: var(--f1);
  font-weight: 600;
  margin: 0 0 20px;
}

.proHead span {
  display: block;
  font-size: 110px;
  font-weight: 800;
  font-family: var(--f1);
  background: linear-gradient(180deg, #ffffffba 10%, transparent 90%);
  color: transparent;
  -webkit-background-clip: text;
  margin-bottom: -70px;
}

/* professional  */
/* portfolio  */
.portContent p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 25px;
  font-family: var(--f1);
}

.portImg {
  width: 100%;
  height: 350px;
}

.portSlider .slick-list {
  padding: 0 140px !important;
}

.portSlider {
  margin: 30px 0 0 !important;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: -20px 0 !important;
}

.slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  overflow: hidden;
  transition: 300ms all;
}

.slick-dots li button {
  padding: 0;
  background: #0c244c6e;
  width: 100%;
  height: 100%;
}

.slick-dots li.slick-active {
  width: 50px;
  border-radius: 10px;
}

.slick-dots li.slick-active button {
  background: var(--c1);
}

.portfolio {
  padding: 70px 0 120px;
}

/* portfolio  */

/*consultant css start*/

.consultant_sect {
  padding: 70px 0px;
  background: url(../images/consult-back.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.consult_form input {
  width: 100%;
  padding: 12px;
  margin: 0 0 18px;
  outline: none;
  font-size: 14px;
}

.consult_form input::placeholder {
  font-size: 14px;
  font-family: var(--f1);
  font-weight: 600;
  color: #8080807a;
}


.consult_form textarea {
  width: 100%;
  padding: 12px;
  margin: 0 0 18px;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
}

.consult_form textarea::placeholder {
  font-size: 14px;
  font-family: var(--f1);
  font-weight: 600;
  color: #8080807a;
}

.consult_head {
  font-family: var(--f1);
  font-size: 34px;
  color: #ffff;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.1;
}

.section_bttn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
}



.themebtn.trans {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/*consultant css end*/

/* faq css start */

.faqs {
  padding: 70px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.faqBg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.accordion-item {
  background: transparent !important;
}

button.accordion-button.collapsed {
  background: none;
  border-bottom: 1px solid;
  background: transparent !important;
}

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

.accordion-item {
  border: none;
}

.accordion-body {
  background: url(../images/yellow-back.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 22px 28px;
}

button.accordion-button {
  border: none;
  padding: 18px 28px;
}

.accordion-body p {
  margin: 0;
  font-family: var(--f1);
  font-size: 16px;
  font-weight: 500;
}

button.accordion-button h6 {
  font-family: var(--f1);
  font-weight: 600;
  font-size: 17px;
}

.faqs .themebtn.trans {
  border: 1px solid #000;
  color: #000;
}

.accordion-button::after {
  content: "\e090";
  font-family: uicons-solid-rounded !important;
  background: var(--c1);
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
}

/* faq css end */


/* confidence css start */

/* .confidence_img {
  width: 88%;
  height: 372px;
  position: relative;
  z-index: 1;
  top: 45px;
}

.confidence_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.confidence_img::before {
  position: absolute;
  content: '';
  width: 230px;
  height: 230px;
  background: url(../images/dots.webp);
  top: -32px;
  right: -55px;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.confidence_sect {
  background: var(--c1);
}

.confiidence_cont p {
  color: #fff;
  font-family: var(--f1);
  font-size: 16px;
  font-weight: 500;
} */

/* confidence css end */

/* consultant css start*/

.consult_div {
  color: #fff;
  width: 50%;
  margin: 0px auto 0px;
  position: relative;
}

.main_consult {
  display: flex;
  flex-wrap: wrap;
  width: 93%;
  margin: 0 auto 36px;
}

.consult_icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 10px 0px 0px !important;
}

.consult_icons li a {
  font-size: 24px;
  color: var(--c2);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms;
}

.consult_div a h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-family: var(--f1);
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}

.consult_div a h4 span {
  color: #fff;
  font-size: 26px;
}

.consult_div a p {
  font-family: var(--f1);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.consult_icons li a:hover {
  box-shadow: 0px 0px 8px 2px #fff;
  transform: scale(1.3);
}

.consult_div:nth-child(1) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 65px 18px 65px 46px;
}

.consult_div:nth-child(2) {
  border-bottom: 1px solid #fff;
  padding: 64px 45px 65px 45px;
}

.consult_div:nth-child(3) {
  border-right: 1px solid #fff;
  padding: 65px 68px 65px 30px;
}

.consult_div:nth-child(1)::before {
  position: absolute;
  content: '';
  width: 78%;
  height: 78%;
  border-top: 2px solid #ffffff9e;
  top: 0;
  left: 0;
  border-left: 2px solid #ffffff9e;
}

.consult_div:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 78%;
  height: 78%;
  border-top: 2px solid #ffffff9e;
  top: 0;
  right: 0;
  border-right: 2px solid #ffffff9e;
}

.consult_div:nth-child(3)::before {
  position: absolute;
  content: '';
  width: 78%;
  height: 78%;
  border-bottom: 2px solid #ffffff9e;
  bottom: 0;
  left: 0;
  border-left: 2px solid #ffffff9e;
}

.consult_div:nth-child(4)::before {
  position: absolute;
  content: '';
  width: 78%;
  height: 78%;
  border-bottom: 2px solid #ffffff9e;
  bottom: 0;
  right: 0;
  border-right: 2px solid #ffffff9e;
}

.consult_div a {
  text-decoration: none;
}

.consult_div:nth-child(4) {
  padding: 60px 45px;
}

/* consultant css end */

/* guidance css start */

.guide_main_img {
  position: relative;
  z-index: 1;
}

.head.white {
}

.guide_big_img {
  width: 76%;
  height: 620px;
  margin: 0 auto;
  box-shadow: 12px 0px 0px 0px var(--c2);
  border-radius: 0px 125px 50px 0px;
  position: relative;
}

.guide_big_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.helping_guidance {
  padding: 75px 0px;
}

.guide_small_img {
  position: absolute;
  width: 44%;
  height: 225px;
  overflow: hidden;
  top: 70%;
  left: -15%;
  transform: translateY(-50%);
}

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

.guide_big_img::before {
  position: absolute;
  content: '';
  background: url(../images/dots.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 180px;
  top: 45px;
  left: -54px;
  z-index: -1;
}

.guide_big_img::after {
  position: absolute;
  content: '';
  background: url(../images/dots.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 180px;
  bottom: 45px;
  right: -80px;
  z-index: -1;
}

.guidance_point li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 0 30px;
}

.guide_icon {
  width: 100px;
  height: 65px;
  overflow: hidden;
  border: 1px solid var(--c2);
  padding: 14px;
  border-radius: 50%;
}

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

.guide_text .guide_head {
  font-family: var(--f1);
  font-weight: 700;
  font-size: 18px;
}

.guide_text p {
  font-size: 15px;
  font-family: var(--f1);
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.guidance_point {
  width: 86%;
  margin: 45px 0px 0px !important;
}

.section_bttn .themebtn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/* guidance css end */

/* footer css start */

.footer {
  background: url(../images/footer-back.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 70px 0px 30px;
}

.footer_para h3 {
  font-size: 26px;
  margin: 0 0 18px;
  font-weight: 600;
  font-family: var(--f1);
  position: relative;
}

.footer_para p {
  font-family: var(--f1);
  font-weight: 500;
  font-size: 15px;
  width: 84%;
}

.footer_links h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--f1);
  text-transform: capitalize;
  margin: 0 0 22px;
  position: relative;
}

.footer_links h3::before {
  position: absolute;
  content: '';
  background: var(--c1);
  width: 35px;
  height: 4px;
  bottom: -5px;
  left: 0;
}

.footer_para h3::before {
  position: absolute;
  content: '';
  background: var(--c1);
  width: 35px;
  bottom: -5px;
  left: 0;
  height: 4px;
}

.footer_links li a {
  font-family: var(--f1);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-left: 10px;
}

.footer_links {
  line-height: 1.3;
  margin: 0 0 40px !important;
}

.footer_links li {
  margin: 0 0 10px;
}

.footer_links li a span {
  display: flex;
  font-size: 18px;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--f1);
  font-weight: 800;
  margin: 0 0;
}

.footer_links li a::before {
  position: absolute;
}

.footer_links li a::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: var(--c1);
  left: -2px;
  border-radius: 50%;
  top: 6px;
}

.footer_links.contact li a::before {
  display: none;
}

.footer_links.contact li a {
  padding: 0;
  margin: 0 0 12px;
}

.footer_links li a span small {
  font-size: 13px;
}


.copMain {
  background: var(--c2);
  padding: 10px;
}

.copyContent {
  margin: 0;
  font-size: 14px;
  font-family: var(--f1);
  font-weight: 600;
  color: #000;
  text-align: center;
}

/* footer css end */
/* about Page  */
.innerBannerHead {
  text-align: center;
  font-size: 110px;
  font-family: var(--f1);
  font-weight: 600;
  color: #fff;
}

.banner.--inner {
  min-height: 60vh;
}

/* responsive  css start */

.menu_logo {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  background: var(--c1);
  top: 0;
  left: 0;
  z-index: 999;
  transition: 500ms all;
}


.side_menu {
  width: 90%;
  background: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  padding: 10px 16px;
  left: 0;
  z-index: 99999;
  transform: translateX(-100%);
  transition: 200ms all;
}

.responsive_menu {
  display: none;
}

.show {
  transform: translateX(0%);
}

.responsive_logo img {
  width: 130px;
}

.open_menu {
  font-size: 30px;
  color: var(--c2);
}

.side_menu li a {
  padding: 12px 12px;
  width: 100%;
  color: #373737;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}

.close_menu {
  width: 50px;
  text-align: end;
  padding: 8px 12px !important;
  float: inline-end;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_sticky {
  position: fixed;
}

.responsive_overly {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #000000a3;
  transition: 200ms;
  left: -100%;
  top: 0;
  z-index: 9999;
}

.responsive_overly.show {
  left: 0;
}

.side_menu li.accordion-button {
  background: transparent;
  padding: 0;
}

.side_menu .accordion-item {
  background: transparent;
  border: none;
}

.side_menu .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: boxicons !important;
  background-image: none;
  content: "\ebc0";
  color: #000;
  font-size: 19px;
  background: transparent;
}

.side_menu .accordion-body {
  padding: 0;
  overflow-x: auto;
  background: #7070700d;
}

.side_menu .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
  background-image: none;
  content: "\eb8b";
  color: var(--c1);
}

.side_menu .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  outline: 0;
  border-color: transparent;
}

.side_menu .accordion-button:not(.collapsed) a {
  color: var(--c1);
}

.close_menu i {
  font-size: 23px;
}



.side_form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 5px 12px;
  gap: 10px;
  box-shadow: 0px 1px 0px 0px #ebebeb;
  margin-bottom: 14px;
  margin-top: 0px;
}

.side_form input {
  background: transparent;
  border: none;
  outline: 0;
  color: gray;
  font-size: 13px;
  width: 100%;
}

.side_form button {
  background: transparent;
  border: none;
  font-size: 17px;
  color: gray;
  outline: 0;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.social a {
  font-size: 24px;
  color: var(--c2);
}

.link_row {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0px;
  justify-content: space-between;
  padding-left: 14px;
}

.link_colom {
  width: 100%;
}


.sidenav {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px 10px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 200ms all;
  width: 500px;
  border-left: 1px solid;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-image: initial;
  padding: 20px 17px;
}


.custom-select {
  position: relative;
  width: 180px;
  cursor: pointer;
}

.custom-select .selected {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f1);
  font-size: 13px;
}

.custom-select img {
  width: 20px;
  height: 14px;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  z-index: 99;
}

.custom-select .options li {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.custom-select.open .options {
  display: block;
}

.side_menu ul {
  height: 84vh;
  overflow-y: auto;
}

/* responsive  css end */

/* dropdown css start */

ul.dropdown_menu {
  background: #fff;
  position: absolute;
  z-index: 99999;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}

ul.dropdown_menu li a {
  padding: 12px 10px;
  color: #000000;
  font-size: 13px;
  align-items: center;
}

.dropdown-submenu>.dropdown_menu,
li.dropdown-submenu ul.dropdown_menu ul.dropdown_menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

.dropdown_menu {
  padding: 0;
  margin: 0;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dropdown_menu {
  position: static;
  float: none;
}

li:hover>ul.dropdown_menu {
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 9%);
  min-width: 14rem;
  visibility: visible;
  opacity: 1;
}

.header-main__nav li {
  position: relative;
}

ul.dropdown_menu li a::after {
  display: none;
}

.dropdown-toggle {
  font-size: 17px;
  transition: 500ms;
}

ul.header_nav li a i {
  font-size: 15px;
  transition: 300ms;
}

ul.header_nav li:hover i {
  transform: rotate(180deg);
}

.dropdown-submenu:hover .dropdown-toggle {
  transform: rotate(-90deg);
}

.top-radious {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.bottom-radious {
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}

ul.dropdown_menu li a:hover {
  background: var(--c1);
  color: #fff;
}

ul.header_nav li {
  position: relative;
}

/* dropdown css end */

/* popup form css start */

.form_close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  top: -29px;
  right: -11px;
  z-index: 999;
  background: var(--c1);
  border-radius: 8px;
}

.popup_form {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #59362982;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.popup_form .form_arrow {
  display: none;
}

.popup_form.active {
  display: flex;
}

.popup_form .form_close {
  display: flex;
}

.form_close:hover {
  color: #fff;
  background: var(--c2);
}

.popup_form .chat_form {
  width: 26%;
  position: relative;
}

.popup_form .main_ban_form {
  width: 26%;
}


/* popup form css end */


/* inner banner css */

.inner_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 94vh;
}

.inner_banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: grayscale(0.3);
  z-index: -1;
}

.inner_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_cont {
  position: relative;
  z-index: 9;
  color: #fff;
}

.inner_cont h6 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--f1);
  font-weight: 400;
}

.inner_cont h3 {
  font-size: 48px;
  font-family: var(--f2);
  text-transform: capitalize;
  margin: 14px 0px;
  font-weight: 700;
  line-height: 1.1;
}

.inner_cont p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 7px;
}

.inner_sub_img {
  width: 80%;
  height: 580px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.inner_sub_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_sub_banners {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 107vh;
  backdrop-filter: blur(5px);
  padding: 52px 0px;
  background: #ffffff69;
}

.inner_sub_cont h3 {
  font-size: 38px;
  font-family: var(--f2);
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.inner_sub_cont p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 7px;
}

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

.inner_sub_banners_overly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_sub_cont {
  position: relative;
  z-index: 9;
}

.inner_cont.text-center h3 {
  font-size: 80px;
  letter-spacing: 2px;
}

.inner_cont h3 span {
  font-family: var(--f2);
  background: var(--c2);
  padding: 0px 0px;
  font-style: italic;
  display: inline-block;
  font-weight: 500;
  line-height: 0.9;
}

.inner_sub_cont ul li {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 7px;
  position: relative;
}

.inner_sub_cont ul {
  padding-left: 18px;
}

.inner_sub_cont ul li::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: var(--c2);
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
}

/* inner banner css end */

/* contact us page css start */


.contact_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  transform: scale(1.1);
  margin-left: -30px;
}

.contact_img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
}

.contact_us {
  padding: 70px 0px 100px;
  /* background: url(../images/contact-back.webp); */
  /* background-position: center; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(6px);
  background: #ffffff36;
}

.contact_img::before {
  position: absolute;
  content: '';
  border: 50px solid;
  border-radius: 100%;
  background: transparent;
  height: 395px;
  width: 395px;
  right: 110px;
  top: 30px;
}

.contact_form textarea {
  height: 103px;
}

.contact_us_cont h5 {
  font-family: var(--f1);
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  word-spacing: 2px;
}

.contact_us_cont h3 {
  font-family: var(--f2);
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.1;
  color: #000;
  font-weight: 800;
}

.contact_us_cont h3 span {
  font-family: var(--f3);
  text-transform: uppercase;
  font-weight: 900;
}

.contact_form {
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.contact_form input::placeholder {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
}

.contact_form textarea::placeholder {
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  font-weight: 400;
} 

.per-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0 15px;
}

.per-check input {
  width: fit-content;
}

.per-check label {
  font-size: 12px;
}

.per-check label a {
  color: #000;
  font-weight: 800;
  text-decoration: underline !important;
  font-size: 11px;
}

.contBox a {
  width: 100%;
  display: flex;
  gap: 10px;
  font-size: 14px;
}

.contBox a i {
  font-size: 20px;
}

.contBox a span {
  font-weight: 600;
}

.contact_form_fields input,
.contact_form_fields textarea {
  width: 100%;
  border: honeydew;
  padding: 10px 10px;
  font-size: 14px;
  box-shadow: 0px 0px 8px 0px #b9b9b9;
  border-radius: 5px;
  outline: 0;
}

form.contact_page_form .col-md-4,
form.contact_page_form .col-md-12 {
  padding: 0px 7px;
}

.contact_form_fields textarea {
  height: 120px;
}

.contact_form_fields {
  margin-bottom: 10px;
}

.contact_form_fields input::placeholder,
.contact_form_fields textarea::placeholder {
  text-transform: capitalize;
}

form.contact_page_form {
  margin: 30px 0px;
}

/* contact us page css end */

.copy_right ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.copy_right a {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
}

.copy_right a:hover {
  color: var(--c1);
}

/* privacy page css start */

.privacy {
  padding: 80px 0;
  background: #f9fafc;
}

.policy_content {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  padding: 50px 60px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* Section Headings */
.policy_content h4 {
  font-size: 26px;
  font-family: var(--f2);
  font-weight: 600;
  margin: 13px 0;
  color: #111827;
  position: relative;
  padding-left: 18px;
  text-transform: capitalize;
}

.policy_content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 70%;
  width: 4px;
  background: var(--c2);
  border-radius: 4px;
}

/* Paragraph Styling */
.policy_content p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #374151;
  text-align: justify;
  margin-bottom: 14px;
}

/* Bold text highlight */
.policy_content p b {
  color: var(--c2);
  font-weight: 600;
}

/* Links */
.policy_content a {
  color: var(--c2);
  text-decoration: none;
  font-weight: 500;
}

.policy_content a:hover {
  color: var(--c1);
}

/* Contact Section Highlight */

.policy_content h1 {
  font-size: 50px;
  font-family: var(--f1);
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: var(--c2) !important;
}

.policy_content ul,
.terms_content ul {
  padding-left: 22px;
  margin: 15px 0;
}

.policy_content ul li,
.terms_content ul li {
  font-size: 15px;
  line-height: 1.9;
  color: #374151;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

/* Custom bullet */
.policy_content ul li::before,
.terms_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  color: var(--c2);
  font-size: 21px;
  line-height: 1.9;
  width: 7px;
  height: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c2);
  border-radius: 50px;
}

.policy_content h5 {
  font-size: 22px;
  font-family: var(--f1);
  font-weight: 500;
}

/* privacy page css end */

.copyright_para {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.copyright_para ul {
  display: flex;
  align-items: center;
  gap: 21px;
}

.copyright_para ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
}

.copyright_para ul li a:hover {
  color: var(--c2);
}

.white_btn button {width: 40%;}

.testo_page {
  padding: 70px 0px;
}

.testo_page .col-md-4:nth-child(odd) .testi_card {
  background: var(--c2);
}


.popup_form .bannerMainForm:before,
.popup_form .bannerMainForm:after {
  display: none;
}


.popup_form .bannerFormBox {
  margin: 0 auto;
  width: 100%;
}

.inner_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #000000b5;
  top: 0;
  left: 0;
}

.faqs .bannerBtns {
  justify-content: center;
  margin: 40px 0px 0px;
}


.faqs .themebtn.--trans.white {
  border: 1px solid #000;
  color: #000;
}

.faqs .themebtn.--trans.white:hover {
  border: none;
}

.head_para {
  font-size: 15px;
  font-family: var(--f1);
  font-weight: 400;
  text-align: center;
}

.professional .head_para {
  color: #fff;
  text-align: start;
  width: 68%;
}

.professional .proHead {
  margin: 0 0 6px;
}

section.helping_guidance .head_para {
  text-align: start;
  line-height: 1.2;
  margin: 15px 0 0;
}

.consultant_cont p {
  font-size: 16px;
  color: #fff;
  font-family: var(--f1);
  font-weight: 500;
  width: 95%;
}

.consult_head {
  margin: 0 0 5px;
}

.aboutImg img {
  width: 80%;
  object-fit: cover;
  height: 100%;
  border-radius: 16px;
  border-top-right-radius: 64px;
}

.aboutImg::before {
  content: '';
  position: absolute;
  width: 70%;
  height: 115%;
  background: #223554;
  z-index: -1;
  left: 19px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.about_img {
  width: 100%;
  height: 505px;
}

.about_img img {
  object-fit: cover;
}

.policy_content p bold {
  font-size: 18px;
  font-family: var(--f2);
  font-weight: 600;
  color: #000;
}

.footer p bold {
  font-weight: 800;
  font-size: 18px;
  font-family: var(--f1);
}

p.disclaimer {
    font-size: 15px;
    font-family: var(--f1);
    margin: 0;
    text-align: center;
}

.contact_map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.contact_map iframe {
    width: 100%;
    height: 100%; 
    object-fit: cover;
}



.cta {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: .75rem;
    position: fixed;
    top: 55%;
    right: 0;
    transform: translate(80%, -50%);
    z-index: 99
}

#loading-spinner,
header.header.active {
    z-index: 999;
    position: fixed;
    width: 100%
}

:is(.cta-single__icon, .cta-single__icon>span) {
    display: flex;
    align-items: center;
    transition: .4s
}

.cta-single__icon {
    width: 280px;
    color: #fff;
    background: var(--color-primary);
    background-size: 200%;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-start;
    gap: .75rem;
    box-shadow: 0 0 10px 5px #00000020;
    border-radius: 100px 0 0 100px;
    background-color: #Ffff;
}

.cta .contact-form__fields .themeBtn {
    background: #f59b25;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff0
}

.cta-single__icon>span {
    width: 60px;
    height: 50px;
    font-size: 1.25rem;
    justify-content: center;
    position: relative;
    color: #f59b25;
    border-right: 1px solid #ded9d9
}

.cta-single__icon:hover {
    color: #444;
    background-color: #fff;
    font-weight: 300;
    font-size: 20px
}

.call-now:hover,
.modal button.close {
    background: var(--color-primary);
    color: #fff
}

.cta-single__icon--link:hover {
    transform: translateX(-70%)
}

.cta-formWrapper {
    background: #fff;
    width: 375px;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
    transition: .3s ease-in-out;
    box-shadow: 0 0 15px 1px #444
}

.cta-formWrapper.show {
    transform: translate(-122%, -50%)
}

.cta-single__icon--form.show {
    transform: translateX(-134%)
}

.busniess-boxes svg,
.cancel-btn,
.modal button.close,
.success_crd:hover .success_bt,
.tab-img:after {
    transform: translate(-50%, -50%)
}

.cta-single__icon--form span::after {
    right: 100%
}

.cta .contact-form__fields :is(input:not([type=file], [type=checkbox]), textarea, select, .contact-form__fields--file>label) {
    border: 1px solid #4444
}

.call-now {
    width: 50px;
    height: 50px;
    color: var(--color-primary);
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 0;
    line-height: initial;
    box-shadow: 6px 9px 30px 1px rgb(37 0 22 / .71);
    animation: .5s infinite alternate float;
    background: #fff;
    border: solid 3px var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center
}

.call-now--whatsapp {
    bottom: 85px
}

.contact-form__fields {
    margin: .5rem .45rem
}

.contact-form__fields :is(input:not([type=file], [type=checkbox]), textarea, select, .contact-form__fields--file>label) {
    width: 100%;
    background: #fff;
    border: none;
    outline: 0;
    border-radius: .25rem;
    padding: .75rem 1rem;
    margin: 0;
    resize: none
}

.contact-formWrapper--modal .contact-form__fields :is(input:not([type=file], [type=checkbox]), textarea, select, .contact-form__fields--file>label) {
    border: 2px solid var(--color-primary)
}

.contact-form__fields :is(input, textarea, select)::placeholder,
.contact-form__fields :is(input, textarea, select, .contact-form__fields--file>label) {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400
}

.contact-form__fields--file>label {
    width: 100%;
    position: relative;
    border: 2px dashed var(--color-primary) !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    cursor: pointer;
    padding: .6rem 1rem !important
}

.inner_btn li,
.per-check,
.privacy,
.success_bt {
    display: flex;
    align-items: center
}

.contact-form__fields--file>label>i {
    font-size: 1.75rem
}

.btn:before,
.contact-form__fields--file>label>input,
.slick-dots li button:before {
    display: none
}

.contact-form__fields button:not(.themeBtn) {
    width: 100%;
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    background: var(--color-primary);
    padding: 1rem;
    text-align: center;
    text-transform: uppercase
}

.cta .contact-form__fields .themeBtn:hover {
    background: 0 0;
    color: var(--c1);
    border-color: var(--c1)
}

.cta .contact-form__fields .themeBtn:hover {
    background: 0 0;
    color: var(--c1);
    border-color: var(--c1)
}

.heading.heading--sm {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 7px;
}

.heading.heading--sm span {
    display: block;
    font-size: 18px;
    color: #f59b25;
}


.review_button {
    position: fixed;
    width: fit-content;
    height: fit-content;
    z-index: 99999;
    top: 50%;
    transform: translatey(-50%)
}

.review_btn {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    gap: 20px;
    background: #fff;
    margin: 10px 0;
    border-radius: 0 50px 50px 0;
    color: #000;
    font-size: 18px;
    font-family: 'Work Sans';
    font-weight: 500;
    transform: translatex(-139px);
    transition: 400ms all;
    box-shadow: 0 0 15px 1px #4444;
    padding-right: 19px;
    padding-left: 10px;
}

.review_img {
    width: 30px;
    height: 30px;
    margin-right: 0
}

.review_btn:hover {
    transform: translate(0)
}
p.powr {
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copyright ul a {
    font-size: 14px;
}


.pricing-fit {
    position: relative;
    padding: 80px 0px;
    background: var(--c2);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.pricing-fit::before,
.pricing-fit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pricing-fit::before {
    width: 260px;
    height: 260px;
    background: #ffffff69;
    top: -80px;
    left: -80px;
}

.pricing-fit::after {
    width: 320px;
    height: 320px;
    background: #00000014;
    bottom: -120px;
    right: -120px;
}

.pricing-wrap {
    position: relative;
    z-index: 1;
}

/* TEXT */
.pricing-text {
    color: #fff;
    text-align: center;
}

.pricing-text h2 {
    font-size: 52px;
    margin-bottom: 12px;
    line-height: 1.0;
    color: #000;
    font-family: var(--f1);
}

.pricing-text p {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
    color: #000;
    font-family: var(--f1);
}

.cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.d-flex span {
    font-size: 35px;
}

li.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cta-btn .themebtn {
    border: 1px solid #000;
    color: #000;
}

/* pricing css */

.packages-section {
    padding: 80px 20px 130px;
    background: var(--c1);
    font-family: 'Arial', sans-serif;
}

.packages-section .pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
    width: 90%;
    height: 600px;
}

.packages-section .pricing-card h3 {
    font-size: 26px;
    margin: 15px 0;
    font-family: var(--f1);
    text-transform: uppercase;
    font-weight: 700;
}

.packages-section .desc {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: var(--f1);
}

.packages-section ul {
    list-style: none;
    padding: 0px !important;
    margin: 20px 0 !important;
    overflow-y: auto;
    padding-left: 8% !important;
}

.packages-section ul li {
    font-size: 15px;
    padding: 6px 0;
    position: relative;
    text-align: left;
    padding-left: 12px;
}

.packages-section .price {
    font-size: 34px;
    font-weight: bold;
    margin: 25px 0 5px;
    color: var(--c1);
}

.packages-section .price.highlight {
    color: #4285f4;
}

/* Buttons */
.packages-section .btn {
    width: 100%;
    padding: 14px;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.packages-section .basic-btn {
    background: var(--c1);
    color: #fff;
    box-shadow: 0px 0px 0px 1px;
}

.packages-section .premium-btn {
    background: var(--c2);
    color: #fff;
}

.packages-section .elite-btn {
    background: #4285f4;
    color: #fff;
}

.packages-section .btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* Badges */
.packages-section .badge {
    display: inline-block;
    padding: 10px 13px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
}

.packages-section .badge.basic {
    background: var(--c1);
}

.packages-section .badge.premium {
    background: var(--c2);
}

.packages-section .badge.elite {
    background: #e3f0ff;
    color: #4285f4;
}

/* Ribbon */
.packages-section .ribbon {
    position: absolute;
    top: 15px;
    right: -35px;
    background: #ff4d00;
    color: #fff;
    padding: 6px 40px;
    transform: rotate(45deg);
    font-size: 12px;
}

.packages-section ul li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 13px;
}

.packages-section .section_title h3 {
    color: #fff;
    font-family: var(--f1);
    font-weight: 600;
    font-size: 48px;
}

.packages-section .section_title p {
    color: #fff;
    font-weight: 400;
    font-family: var(--f1);
    font-size: 16px;
}

ul.price_drop {
    padding: 0;
    height: fit-content;
    margin: 0;
}

ul.price_drop li {
    padding: 6px 0px;
    padding-left: 16px;
}

.packages-section ul li h4 {
    font-family: var(--f2);
    font-weight: 700;
    font-size: 20px;
}

.packages-section ul li p {
    font-size: 15px;
    font-family: var(--f1);
    line-height: 1.4;
    margin: 0;
}

.packages-section ul h4 {
    font-weight: 800;
    font-family: var(--f2);
    font-size: 20px;
}

.pricing-card.alt {
    height: 825px;
}
/* pricing css */

p.poweredContent {
    font-size: 14px;
    margin: 0;
    font-family: var(--f1);
    font-weight: 700;
}

.copmain_end {
    display: flex;
    align-items: center;
    gap: 90px;
}

p.Powered {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--f1);
}

ul.policies {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

ul.policies li a {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 500;
}

p.desc b {
    text-transform: capitalize;
    font-family: var(--f2);
    font-size: 26px;
    font-weight: 600;
}

p.desc {
    font-size: 17px;
    font-family: var(--f1);
    font-weight: 400;
    line-height: 1.4;
    margin: 50px 0px 0px;
}

.desclaim {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--f1);
}

.desclaim b {
    font-size: 15px;
    font-weight: 800;
    font-family: var(--f1);
}







.tcp-section {
  background: linear-gradient(to bottom, #0b2b4c, #09213a);
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
}

.tcp-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.tcp-heading {
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--f2);
}

.tcp-subheading {
  color: #cfd8e3;
  margin-bottom: 50px;
  font-size: 20px;
  font-family: var(--f1);
}

.tcp-packages {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.tcp-card {
  background: #ffffff;
  color: #222;
  width: 330px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
}

.tcp-card-header {
  padding: 20px;
  color: #fff;
}

.tcp-card-header h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  font-family: var(--f2);
  margin: 0 0 8px;
}

.tcp-card-header span {
  font-size: 16px;
  opacity: 0.9;
  font-family: var(--f1);
}

.tcp-price {
  font-size: 55px;
  font-weight: 800;
  padding: 0;
  background: #fff;
  margin: 0 0 28px;
  font-family: var(--f1);
}

.tcp-features {
  list-style: none;
  padding: 0 25px !important;
  flex-grow: 1;
}

.tcp-features li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  font-family: var(--f1);
  font-weight: 600;
}

.tcp-muted {
  color: #777;
  font-style: italic;
  position: relative;
  font-size: 20px !important;
}

.tcp-btn {
  background: #0b2b4c;
  color: #fff;
  border: none;
  padding: 15px;
  margin: 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.tcp-btn:hover {
  background: #061a2d;
}

/* Package Colors */
.tcp-starter {
  background: linear-gradient(to right, #1e7f3f, #2fbf5a);
}

.tcp-standard {
  background: linear-gradient(to right, #2a6fba, #4aa3ff);
}

.tcp-professional {
  background: linear-gradient(to right, #6a3ea1, #a86be0);
}

/* Bottom Section */
.tcp-bottom {
  margin-top: 60px;
}

.tcp-bottom h3 {
  margin-bottom: 25px;
  font-family: var(--f2);
  font-weight: 500;
  font-size: 36px;
}

.tcp-icons {
  display: flex;
  justify-content: center;
  gap: 55px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #d9e4f0;
}

.tcp-muted::before {
    position: absolute;
    content: "*";
    color: #fff;
    font-size: 28px;
    left: 8px;
    top: 0px;
}


.tcp-starter .tcp-price {
    color: #32a353;
}

.tcp-standard .tcp-price {
    color: #3b8ddb;
}

.tcp-professional .tcp-price {
    color: rebeccapurple;
}

.tcp-standard .tcp-muted::before {
    left: 24px;
}

.tcp-icons img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.tcp_img_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
    gap: 6px;
    font-size: 18px;
    font-family: var(--f1);
    font-weight: 600;
    color: #fff;
}

.tcp_disclaimer {
    margin: 50px 0 0;
    text-transform: capitalize;
    font-family: var(--f1);
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    border-top: 1px solid #ffffff69;
    border-bottom: 1px solid #ffffff69;
    padding: 24px;
    font-style: italic;
}

.tcp_disclaimer b {
    font-weight: 600;
    font-family: var(--f2);
    letter-spacing: 1px;
    font-size: 22px;
    font-style: normal;
}


.innerBannerHead :is(p, b) {
    font-size: 23px;
}
.inner_cont :is(.desclaim, b) {
    font-size: 23px;
}

.bannerMainForm .per-check label {
    color: #000;
    text-align: left;
    font-size: 12px;
}

.bannerMainForm .per-check a {
    color: #000;
    font-size: 11px;
}

.per-check.alt {
    margin: 20px 0 8px;
}