@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

/*-----------------------------------------------------------------------------------

    Template Name: Binoz - Creative Business Agency HTML Template
    Author: AQLOVA
    Support: https://help.themepure.net/
    Description: Binoz - Creative Business Agency HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Common Classes
		1.2 Default Spacing
		1.3 Theme Default

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 animetion
		2.2 background
		2.3 backtotop
		2.4 breadcrumb
		2.5 buttons 
		2.6 Carousel
 		2.7 instagram
		2.8 cursor
		2.9 Modal
		2.10 nice select
		2.11 offcanvas
		2.12 Modal
		2.13 search
		2.14 Section Title
 		2.15 Tooltip CSS START

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 dropdown css
		4.3 Mobilemenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Blog css
		5.2 Postbox css
		5.3 Recent Post css
		5.4 Sidebar css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css
		7.2 agency css
		7.3 awards css
		7.4 brand css
		7.5 testimonial css
		7.6 contact css
		7.7 counter css
		7.8 cta css
		7.9 faq css
		8.0 feature css
		8.1 Hero css
		8.2 portfolio css
		8.3 pricing css
		8.4 process css
		8.5 project css
		8.6 service css
		8.7 step css
		8.8 team css
		8.9 testimonial css
		9.0 video css
**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap");

.tp-gradient-bg {
  background: linear-gradient(90deg, #2ecc71, #27ae60);
  border: none;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
  color: #fff;
  transition: 0.3s;
}

.tp-hero-area {
  background-color: #fff3e8;
}



.tp-gradient-bg-2 {
  background-image: linear-gradient(to right, #aa28d9, #4d3bbf, #aa28d9);
}

.tp-gradient-bg-2:hover {
  background-position: right center;
  color: var(--tp-common-white);
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-poppins: 'Poppins', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-grotesk: 'Space Grotesk', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-white-2: #f5ffff;
  --tp-common-black: #242e45;
  --tp-common-black2: #04121f;
  --tp-common-black-3: #252840;
  --tp-common-black-4: #161617;
  --tp-common-blue: #000c60;
  --tp-common-blue2: #600ee4;
  --tp-common-blue-3: #424a8f;
  --tp-common-blue-4: #091542;
  --tp-common-green: #18433c;
  --tp-common-cream: #fef2ed;
  --tp-common-cream-2: #fcf2f5;
  --tp-common-pure: #faf6f3;
  --tp-common-pink: #AA28D9;
  --tp-common-yellow: #F0EC51;
  --tp-common-sky: #09B0E6;
  --tp-common-orange: #F24721;
  --tp-grey-1: #868d98;
  --tp-grey-2: #878898;
  --tp-grey-3: #f2f2f2;
  --tp-grey-4: #565764;
  --tp-grey-5: #EFF4E0;
  --tp-grey-6: #555555;
  --tp-border-1: #efeff5;
  --tp-theme-primary: #4230d3;
  --tp-theme-secondary: #ff7a41;
}

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

@media (min-width: 1400px) {
  .container-1350 {
    max-width: 1350px;
  }
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-grey-1);
  background: var(--tp-common-white);
  line-height: 1;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-grotesk);
  color: var(--tp-common-black);
  font-weight: 700;
  line-height: 1.12;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 22px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 15px;
  line-height: 1.62;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.bg-position {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-heading-1);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #95999D;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: #95999D;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

textarea {
  line-height: 1.4;
  padding-top: 18px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-grey-1);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-grey-1);
  font-size: 14px;
  opacity: 1;
}

.cursor {
  cursor: pointer;
}

.underline-black {
  background-image: linear-gradient(#242e45, #242e45), linear-gradient(#242e45, #242e45);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.underline-black:hover {
  background-image: linear-gradient(#242e45, #242e45), linear-gradient(#242e45, #242e45);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.underline-white {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.underline-white:hover {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.text-right {
  text-align: right;
}

/* dropcap */
.tp-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
}

.position-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*---------------------------------
    1.2 custom-container-here
---------------------------------*/
@media (min-width: 1400px) {
  .container-1400 {
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1400px) {
  .container-1435 {
    max-width: 1435px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn-black {
  padding: 17px 39px;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: -0.02em;
  border: 2px solid transparent;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk);
  background: var(--tp-common-black);
}

.tp-btn-black:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.tp-btn-gradient {
  background-size: 200% auto;
  border-radius: 30px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-grotesk);
  font-weight: 550;
  color: var(--tp-common-white);
  padding: 15px 30px;
  display: inline-block;
}

.tp-btn-gradient span {
  margin-left: 3px;
  display: inline-block;
  transform: translateY(-2px);
}

.tp-btn-gradient:hover {
  color: var(--tp-common-white);
}

.tp-btn-gradient-border {
  font-family: var(--tp-ff-grotesk);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  border: 1px solid #3b4660;
  border-radius: 10px;
  padding: 14px 29px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.tp-btn-gradient-border span {
  display: inline-block;
  transform: translateY(-2px);
}

.tp-btn-gradient-border:hover {
  color: var(--tp-common-white);
  border-color: transparent;
}

.tp-btn-gradient-border:hover::before {
  background-position: right center;
  opacity: 1;
}

.tp-btn-gradient-border::before {
  background: linear-gradient(90deg, #605cfa 0%, #ff764a 100%);
  background-size: 200% auto;
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}

.tp-btn-gradient.green-redius {
  padding: 22px 36px;
  border-radius: 30px;
}

.tp-btn-video {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  background: #f6dfe0;
  color: var(--tp-theme-primary);
}

.tp-btn-video:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}

.tp-btn-border {
  font-weight: 500;
  border-radius: 25px;
  padding: 16px 39px;
  display: inline-block;
  letter-spacing: -0.02em;
  border: 1px solid #d9d4d4;
  color: var(--tp-common-black2);
  font-family: var(--tp-ff-grotesk);
}

.tp-btn-border:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}

.tp-btn-border-2 {
  color: var(--tp-common-white);
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 21px 40px;
}

@media (max-width: 767px) {
  .tp-btn-border-2 {
    padding: 15px 40px;
  }
}

.tp-btn-border-2:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

.tp-btn-border.btn-border-60 {
  border-radius: 60px;
  padding: 21px 40px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-btn-border.btn-border-60:hover {
  border-color: var(--tp-theme-primary);
}

.tp-btn-grey-radius {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 25px;
  padding: 17px 80px;
  display: inline-block;
  background: #eff4e0;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}

.tp-btn-grey-radius:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow);
}

.tp-btn-grey-radius.grey-light {
  color: #4d3bbf;
  background-color: #f2f2f2;
}

.tp-btn-grey-radius.grey-light:hover {
  background-color: #4D3BBF;
  color: var(--tp-common-white);
}

.tp-btn-yellow-radius {
  padding: 17px 39px;
  font-weight: 500;
  font-size: 16px;
  color: #161617;
  border-radius: 25px;
  display: inline-block;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 2px solid transparent;
  font-family: var(--tp-ff-grotesk);
  background: var(--tp-common-yellow);
}

.tp-btn-yellow-radius:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-common-yellow);
}

.tp-btn-yellow-radius-lg {
  padding: 19px 41px;
  border-radius: 30px;
}

.tp-btn-yellow-radius-lg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.tp-btn-yellow-radius.yellow-54 {
  padding: 19px 39px;
}

.tp-btn-yellow-radius.yellow-54:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.tp-btn-orange {
  padding: 25px 55px;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-radius: 10px;
  font-size: 16px;
  display: inline-block;
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
  box-shadow: 0 6px 10px 0 rgba(4, 10, 72, 0.2);
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-btn-orange {
    padding: 20px 45px;
  }
}

.tp-btn-orange:hover {
  box-shadow: none;
  transform: translateY(-3px);
  color: var(--tp-common-white);
}

.tp-btn-blue {
  padding: 17px 39px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  border-radius: 25px;
  display: inline-block;
  letter-spacing: -0.02em;
  border: 2px solid transparent;
  font-family: var(--tp-ff-grotesk);
  background: var(--tp-common-blue2);
}

.tp-btn-blue:hover {
  color: var(--tp-common-blue2);
  background-color: transparent;
  border-color: var(--tp-common-blue2);
}

.tp-btn-blue.sm {
  font-size: 15px;
  padding: 11px 24px;
  border-radius: 6px;
}

.tp-btn-blue.sm:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black2);
}

.tp-btn-white {
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tp-btn-white span {
  margin-left: 5px;
}

.tp-btn-white span svg {
  transform: translateY(-2px);
}

.tp-btn-white:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
@keyframes tp-line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}

.line-dash-path {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 30s linear forwards infinite;
  animation: tp-line-dash 30s linear forwards infinite;
}

@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tp-rotate-infinite {
  -webkit-animation: rotate-infinite 15s linear infinite;
  animation: rotate-infinite 15s linear infinite;
}

.box-hover {
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-hover:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

@-webkit-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@-moz-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@-ms-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

.tpswing {
  animation: tpSwing 2s linear infinite alternate;
}

@-webkit-keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tprotate {
  -webkit-animation: tprotate 2s infinite alternate;
  animation: tprotate 2s infinite alternate;
}

@keyframes upslide {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

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

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

.upslide {
  animation: upslide 4s linear forwards infinite alternate;
}

@keyframes treeMove {
  0% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  75% {
    -webkit-transform: rotate(5deg) translateX(10px);
    transform: rotate(5deg) translateX(10px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(20px);
    transform: rotate(10deg) translateX(20px);
  }

  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}

.tree-move {
  animation-name: treeMove;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes tptranslateX2 {
  0% {
    transform: translateX(-30px);
  }

  to {
    transform: translateX(20px);
  }
}

.tptranslateX2 {
  animation: tptranslateX2 4s infinite alternate;
}

@keyframes bar_anim {

  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }

  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 71, 33, 0.6), 0 0 0 0 rgba(242, 71, 33, 0.6);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 rgba(242, 71, 33, 0.6);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
}

.pulse-anim {
  animation: animate-pulse 3s linear infinite;
}

.pulse-anim-2 {
  animation: animate-pulse-2 3s linear infinite;
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes tpleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}




.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
}

.logo {
  font-weight: 700;
  font-size: 18px;
}

/* Links */
.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #00e5ff;
  transition: width 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #ffffff;
}

/* Sections */


/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(16px);
    border-radius: 14px;
    padding: 20px;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }
}



/* Header */
.glass-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  z-index: 1000;
  transition: 0.3s ease;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 26px;
}


/* Menu */
.nav-menu {
  display: flex;
  gap: 34px;
}

.nav-menu a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 550;
  position: relative;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #ff7a18;
  transition: 0.3s;
}

.nav-menu a:hover::after {
  width: 100%;
}

/* Right */
.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}



/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {

  .nav-menu {
    position: absolute;
    top: 72px;
    left: 0;
    text-align: left;
    font-size: 1.2rem;
    right: 0;
    flex-direction: column;
    background: rgb(36, 36, 36);
    backdrop-filter: blur(18px);
    border-radius: 18px;
    padding: 22px;
    display: none;
  }

  .nav-menu a {
    color: white;
  }

  .nav-menu.active {
    display: flex;
    margin-top: 10px;
  }

  .menu-toggle {
    display: flex;
  }
}

@media (max-width: 425px) {
  .header-text {
    font-size: 3rem !important;
  }

  .hero-buttons {
    display: inline !important;
    width: 100%;
  }

  .btn {
    width: 100%;
    margin-bottom: 20px;
  }

}


.page-hero {
  padding: 80px 15px 50px;
  text-align: center;
}

.page-hero h1 {
  font-size: 42px;
  font-weight: 700;
}

.page-hero p {
  font-size: 16px;
  color: #6B7280;
  max-width: 600px;
  margin: auto;
}

.pilgrim-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  height: 100%;
}

.pilgrim-card img {
  border-radius: 24px;
  margin-bottom: 15px;
}

.pilgrim-card:hover {
  transform: translateY(-6px);
}

.pilgrim-card h5 {
  font-size: 20px;
  font-weight: 600;
}

.pilgrim-card p {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 576px) {
  .page-hero h1 {
    font-size: 30px;
  }
}

.main-bg {
  background-image: url(../images/top-banner.jpg);
  background-position: center;
  background-size: contain;
}

/* HERO SECTION */

/* Content */
.hero-content {
  max-width: 50rem;
}

/* Heading */
.hero h1 {
  font-size: 4.5rem;
  /* REM only */
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.hero h1 span {
  color: #9ecbff;
}

/* Sub Text */
.sub-text {
  font-size: 1.5rem;
  /* REM only */
  font-weight: 400;
  line-height: 1.6;
  color: #d6d6ff;
  margin-bottom: 2rem;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 1.5rem;
}

/* Button Base */
.btn {
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  /* REM only */
  font-weight: 600;
  border-radius: 0.8rem;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Primary Button */
.btn-primary {
  background: #3ccf7f;
  color: #ffffff;
}

.btn-primary:hover {
  background: #2bbd6f;
}

/* Secondary Button */
.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(0.5rem);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 62rem) {
  .hero {
    padding: 4rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .sub-text {
    font-size: 1.2rem;
  }
}

.header-text {
  font-size: 4.5rem;
  font-weight: 700;

  background: linear-gradient(90deg,
      #ffffff 0%,
      #e6dcff 40%,
      #cbb8ff 70%,
      #a78bfa 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}




/* Heading */
.main-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ffffff 0%, #e6dcff 40%, #cbb8ff 70%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.main-heading span {
  background: linear-gradient(90deg, #ffd66b, #ff9d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-heading {
  font-size: 1.2rem;
  margin-top: 15px;
  color: #cfc3ff;
}

/* Cards */
.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 10px;
  backdrop-filter: blur(10px);
  transition: 0.3s;
}

.feature-card img {
  border-radius: 15px;
}

.feature-card:hover {
  transform: translateY(-8px);
}

/* Feature Text */
.feature-text {
  margin-top: 20px;
}

.feature-text h5 {
  font-weight: 600;
  margin-top: 10px;
}

.feature-text p {
  font-size: 0.9rem;
  color: #d8d3ff;
}

/* Icons */
.icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.bg-purple {
  background: #7b4dff;
}

.bg-pink {
  background: #ff4da6;
}

/* Responsive */
@media (max-width: 768px) {
  .main-heading {
    font-size: 2rem;
  }

  .sub-heading {
    font-size: 1rem;
  }
}

.Explain h5 {
  color: white;
  font-size: 1.3rem;
}

.Explain p {
  color: white;
  font-size: 1rem;
  font-weight: 600;
}

.logo img {
  height: 38px;
}

.features li {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-bottom: 22px;
  color: white;
  font-weight: 500;
}

.check {
  width: 30px;
  height: 30px;
  background: #22c55e;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
}

/* Card */

.testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 15px;
  backdrop-filter: blur(10px);
  transition: 0.3s;
  color: white;
}

/* Profile Image */
.profile {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profile img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
}

/* Text Content */

.text-user h2 {
  font-size: 1.6rem;
  color: white;
}

.text-user h4 {
  font-size: 1rem;
  color: white;
}

.stars {
  margin: 10px 0 15px;
  font-size: 20px;
  color: #ffc107;
  letter-spacing: 3px;
}

.content p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
  opacity: 0.9;
}

/* Responsive */

@media(max-width:600px) {
  .testimonial-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.faq-container {
  width: 90%;
  max-width: 500px;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  width: 111%;
  padding: 18px 20px;
  font-size: 16px;
  color: white;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: 0.3s;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.faq-item.active .arrow {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
  color: #ddd;
}

.faq-item.active .faq-answer {
  max-height: 150px;
  padding-top: 10px;
}

.download-section {
  text-align: center;
  color: #fff;
}

.download-section p {
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0.9;
}

.btn-download {
  background: linear-gradient(90deg, #2ecc71, #27ae60);
  border: none;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
  color: #fff;
  transition: 0.3s;
}

.btn-download:hover {
  transform: translateY(-3px);
}



.store-btn img {
  height: 50px;
  margin: 10px;
}

/* Responsive */
@media(max-width:768px) {
  .download-section h1 {
    font-size: 32px;
  }

  .download-section p {
    font-size: 16px;
  }
}



.hero-subtitle {
  color: white;
  font-size: 2rem;
}

.btn-main {
  background: linear-gradient(90deg, #2ecc71, #6a11cb);
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
}

.btn-main:hover {
  opacity: 0.9;
}

/* Glass Cards */
.contact-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
}

.contact-card h5 {
  font-weight: 600;
  color: white;
  margin-top: 15px;
}

.contact-card p {
  font-size: 1rem;
  color: white;
  margin-top: 15px;
}

.contact-card small {
  color: white;
  font-size: 1rem;
}

.btn-chat {
  background: #ffd700;
  border: none;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 600;
  color: #000;
}

/* Responsive */
@media(max-width:768px) {
  .hero-title {
    font-size: 28px;
  }

  .section-padding {
    padding: 60px 0;
  }
}

/* Glass Form Container */
.contact-box {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 40px;
  color: #fff;
}

/* Labels */
.contact-box label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}

/* Inputs */
.contact-box input,
.contact-box textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.contact-box input::placeholder,
.contact-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-box input:focus,
.contact-box textarea:focus {
  border-color: #9b5cff;
}


/* Subject Buttons */
.subject-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.subject-buttons button {
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.subject-buttons button:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Fake Captcha */
.captcha-box {
  background: #fff;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.captcha-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
}

.captcha-left input {
  width: 18px;
  height: 18px;
}

.privacy {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 20px;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #2ecc71, #6a11cb);
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
}

/* Responsive */
@media(max-width:600px) {

  .contact-box {
    padding: 25px;
  }
}

.feature-card {
  background: linear-gradient(180deg, #4b006e, #1a0035);
  border-radius: 20px;
  padding: 24px 20px;
  color: white;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255, 0, 200, 0.4);
}

.icon-box img {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-top: -59px;
  margin-bottom: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
}

.feature-card h4 {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.highlight {
  font-size: 1.3rem;
  color: #ffc400;
  font-weight: 500;
}

/* main card */
.signup-box {
  max-width: 700px;
  margin: auto;
  padding: 40px;
  border-radius: 20px;
  background: rgba(40, 0, 70, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 30px rgba(255, 0, 200, 0.4);
  backdrop-filter: blur(10px);
}

/* title */
.signup-title {
  color: white;
  font-weight: 700;
  margin-bottom: 30px;
}

.signup-title span {
  color: #ff70ff;
}

/* phone input */
.phone-input {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  padding: 0px 20px;
  margin-bottom: 20px;
}

.phone-input input {
  border: none;
  background: transparent;
  outline: none;
  color: white;
  width: 100%;
  margin-left: 10px;
}

.phone-input input::placeholder {
  color: #ccc;
}

.country {
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  font-weight: 500;
}

/* buttons */
.whatsapp-btn {
  text-align: center;
  background: linear-gradient(90deg, #25d366, #1ea94d);
  color: white;
  border-radius: 50px;
  padding: 18px 0px;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
}

.whatsapp-btn:hover {
  color: white;
  box-shadow: 0 0 20px #25d366;
}

.otp-btn {
  background: linear-gradient(90deg, #ff00cc, #8a2be2);
  color: white;
  border-radius: 50px;
  padding: 18px 0px;
  width: 100%;
  font-weight: 600;
}

.otp-btn:hover {
  color: white;
  box-shadow: 0 0 20px #ff00cc;
}

/* OR */
.or {
  margin: 10px 0;
  color: #ddd;
}

/* bottom text */
.signup-info {
  margin-top: 20px;
  color: #ffd54a;
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.country img {
  height: 20px;
  border-radius: 2px;
}

.copyright {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
}

.policy li{
  list-style: none;
  color: white;
  margin-bottom: 15px;
}

::selection{
  background:#a855f7;
  color:#fff;
}


