/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */

#jqcheck {
  font-family: "Poppins", sans-serif;
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
   font-family: "Poppins", sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}

/* text selection color */
::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}
::selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary-color);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: none !important;
    line-height: 28px !important;
  }
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--default-color);
  font-size: var(--base-font-size);
  position: relative;
  overflow-x: hidden;
}

/* font family */

/* font colors */
.fc-primary {
  color: var(--primary-color);
}
.fc-secondary {
  color: var(--secondary-color);
}
.fc-dark {
  color: var(--theme-dark);
}
.fc-lite {
  color: var(--theme-lite);
}

.banner-btn {
  text-transform: capitalize;
  display: inline-block;
  transform: translateY(0rem);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff !important;
  background-color: transparent;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #fff !important;
}

.secpad-100 {
  padding: 100px 0;
}

.sm-btn {
  font-size: 14px;
}
.md-btn {
  font-size: 16px;
}
.lg-btn {
  font-size: 18px;
}
.xl-btn {
  font-size: 20px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}
h1,
.h1,
h2,
.h2 {
  font-family: "Poppins", sans-serif;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
  color: var(--theme-dark);
}

h2,
.h2 {
  font-size: 6.7vmin;
}
h3,
.h3 {
  font-size: var(--font-size-h3);
  font-weight: 600;
}
h4,
.h4 {
  font-size: var(--font-size-h4);
}
h5,
.h5 {
  font-size: var(--font-size-h5);
}
h6,
.h6 {
  font-size: var(--font-size-h6);
}
p {
  /*font-size: var(--base-font-size);*/
}

p {
  font-weight: 400;
  line-height: 1.4;
  padding: 0 0 20px;
  margin: 0px;
  color: #687087;
}

/*** theme sections padding ***/
.sec-padding-100 {
  padding: 100px 0;
}
.sec-padding-90 {
  padding: 90px 0;
}
.sec-padding-80 {
  padding: 80px 0;
}
.sec-padding-70 {
  padding: 70px 0;
}
.sec-padding-60 {
  padding: 60px 0;
}
.sec-padding-xlarge {
  padding: 50px 0;
}
.sec-padding-large {
  padding: 40px 0;
}
.sec-padding-medium {
  padding: 30px 0;
}
.sec-padding-small {
  padding: 25px 0;
}
.sec-padding-xsmall {
  padding: 10px 0;
}

/*** theme sections margin ***/
.sec-margin-100 {
  margin: 100px 0;
}
.sec-margin-90 {
  margin: 90px 0;
}
.sec-margin-80 {
  margin: 80px 0;
}
.sec-margin-70 {
  margin: 70px 0;
}
.sec-margin-60 {
  margin: 60px 0;
}
.sec-margin-xlarge {
  margin: 50px 0;
}
.sec-margin-large {
  margin: 40px 0;
}
.sec-margin-medium {
  margin: 30px 0;
}
.sec-margin-small {
  margin: 25px 0;
}
.sec-margin-xsmall {
  margin: 10px 0;
}

/*** no padding, no marging ***/
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}

p strong {
  color: black;
}
p span {
  color: black;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  border: 0px;
  outline: none;
}
/*img { max-width: 100%;  }*/
ul,
li {
  list-style-type: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

h2,
.h2 {
  color: #171717;
  line-height: 1.2;
  font-weight: 700;
  padding: 0 0 15px 0;
  position: relative;
  letter-spacing: -1px;
}
h2 span,
.h2 span {
  color:rgb(161 62 153);
}

a {
  text-decoration: none;
}
.list-simple {
  list-style: none;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}
.list-simple li {
  color: rgb(161 62 153);
  padding: 0 0 10px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.list-simple li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  color: var(--secondary-color);
  content: "\e93a";
  font-family: "icomoon" !important;
}

/*** morefull block link ***/
.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

/*** transition ***/
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

/* header 
------------------------------------*/
/* Header Styles */
.mz_header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px 0;
}

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

/* Logo Styles */
.mz_logo img {
  height: 121px;
  width: auto;
}

/* Burger Toggle Styles */
.mz_burger-toggle {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1000;
      position: relative;
}

.mz_burger-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #ff6572;
  transition: all 0.3s ease;
}

/* Contact Button Styles */
.mz_cta-btn {
  background: #ff6572;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.mz_cta-btn:hover {
  background: #e55a66;
  color: white;
}

/* Navigation Menu (Hidden by default) */
.mz_nav-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  box-shadow: -5px 0 15px rgba(0,0,0,0.1);
  padding: 80px 30px 30px;
  transition: all 0.4s ease;
  overflow-y: auto;
}

.mz_nav-menu.active {
  right: 0;
}

.mz_nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.mz_nav-list > li {
  margin-bottom: 15px;
}

.mz_nav-list > li > a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.mz_nav-list > li > a:hover {
  color: #6c38ef;
}

/* Dropdown Styles */
.mz_has-dropdown > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mz_dropdown {
  list-style: none;
  padding-left: 15px;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mz_has-dropdown.active .mz_dropdown {
  max-height: 500px;
}

/* CTA Button */
.mz_cta-btn {
  display: inline-block;
  background: linear-gradient(to right, #6c38ef, #8e4aff);
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mz_cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(108, 56, 239, 0.3);
}

/* Active Burger Animation */
.mz_burger-toggle.active .mz_burger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.mz_burger-toggle.active .mz_burger-line:nth-child(2) {
  opacity: 0;
}
.mz_burger-toggle.active .mz_burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

/* Body no-scroll when menu is open */
body.mz_menu-open {
  overflow: hidden;
}

.home-bannerwrp {
  /* background-image: linear-gradient(#4e4e4e3b 1px, transparent 1px), linear-gradient(90deg, #4e4e4e3b 1px, transparent 1px); */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  padding: 25vw 0 4vw;
  background-image: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
}
.home-bannerwrp video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.home-bannerwrp:after {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 100%; /* background: #00000038; */
  top: 0;
  z-index: -1; /* backdrop-filter: blur(5px); */
}
.home-bannerwrp .txtwrp {
  display: block;
  text-align: center;
  padding: 0 0 20px;
}
.home-bannerwrp .txtwrp h1 {
  font-size: 57px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 20px;
}
.home-bannerwrp .txtwrp h1 span {
  background: linear-gradient(
    to right,
    rgb(233, 154, 40) 0%,
    rgb(233, 39, 133) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-bannerwrp .txtwrp p {
  color: #fff;
  font-size: 18px;
}
.home-bannerwrp .formwrp {
  margin: 30px 0 0px;
  background: #fff;
  width: 90%;
  margin: 0px auto 10px;
  border-radiuheader .navwrp ul li a {
    color: #000;
  }
  s: 9px;
  position: relative;
  z-index: 5;
}
.home-bannerwrp .formwrp form {
  display: block;
  text-align: center;
}
.home-bannerwrp .formwrp form .lable {
  display: inline-block;
  width: 25%;
  margin: 0px -3px -10px;
  vertical-align: top;
}
.home-bannerwrp .formwrp form .lable input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 13px 15px;
  color: gray;
  font-size: 13px;
  height: 55px;
  font-weight: 400;
  outline: none !important;
  margin-bottom: 10px;
}
.home-bannerwrp .formwrp form .lable input.nmbr {
  border-right: 0;
}
.home-bannerwrp .formwrp form .lable input.fxtwrp {
  border-radius: 9px 0 0px 9px;
}
.home-bannerwrp .formwrp form .lable input.btn {
  background: linear-gradient(
    to right,
    rgb(1 86 172) 0%,
    #fa0000 105%
  ) !important;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  height: 45px;
  margin: 0px 0 0 1px;
  border-radius: 9px;
  width: 98%;
  margin: 5px 0 0 2px;
  padding: 0;
}
.home-bannerwrp .imgmain {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  z-index: 1;
}
.home-bannerwrp .imgmain img {
  width: 80%;
  padding: 0 0 0;
}
.home-bannerwrp .formwrp form .lable #countryCode {
  width: 33%;
  height: 55px;
  float: left;
  outline: none;
  border: none;
  border-left: 1px solid #efefef;
  padding: 0 0 0 2px;
}
.home-bannerwrp .formwrp input#free_cons_phone1 {
  width: 67%;
}
.home-bannerwrp .btm-txtwrp {
  display: block;
  text-align: center;
  padding: 10px 0 0;
}
.home-bannerwrp .btm-txtwrp p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.home-bannerwrp .btm-txtwrp ul {
  margin: 0;
}
.home-bannerwrp .btm-txtwrp ul li {
  display: inline-block;
  margin: 0 20px;
}
.home-bannerwrp .btm-txtwrp ul li img {
  width: 90px;
}

.home-bannerwrp .maindiv .counterwrp {
  display: block;
  text-align: center;
}
.home-bannerwrp .maindiv .counterwrp h6 {
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  color: #22204f;
}
.home-bannerwrp .maindiv .counterwrp span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  text-align: left;
  margin: 0;
  color: #000;
}
.home-bannerwrp .maindiv .revwrp {
  display: block;
  text-align: right;
}
.home-bannerwrp .maindiv .revwrp img {
  width: 120px;
}
.home-bannerwrp .maindiv .revwrp span {
  display: block;
  font-size: 18px;
  color: #000;
}
.home-bannerwrp .bdrwrp {
  width: 100%;
  margin: 20px 0 0;
}
.home-bannerwrp .maindiv .btnwrp a {
  font-size: 16px;
  color: #22204f;
  font-weight: 600;
}
.home-bannerwrp .maindiv .btnwrp a img {
  width: 100px;
  margin: 0 13px 0 0;
}
.home-bannerwrp .maindiv .btnwrp a i {
  margin: 0 0 0 10px;
}
.home-bannerwrp .counterwrprpr {
  border-radius: 15px;
  backdrop-filter: blur(30px);
  border: 1px solid hsla(0, 0%, 100%, 0.16);
  box-shadow: inset 0 1px #ff8e5d66;
  padding: 7px 40px;
  background: #bfbdbd8f;
}

.main-heading {
  color: #22204f;
  font-size: 38px;
}
.main-pera {
  font-size: 16px;
  color: #22204f;
}
.top-head {
  background: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
  font-weight: 600;
  color: #fff;
  padding: 13px 50px;
  border-radius: 7px;
  text-align: center;
  font-size: 32px;
}
.upr-head {
  color: #c79600;
  font-size: 16px;
  text-transform: uppercase;
  background: radial-gradient(
    circle farthest-corner at 100% 0,
    #ffaccf 28%,
    #5cb6f8 51%,
    #ba75e0 87%,
    #dd5183 96%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 6px;
}
.btn-11 {
  background: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
  padding: 13px 50px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #000;
}
.btn-22 {
  background: unset;
  padding: 14px 50px;
  border-radius: 15px;
  font-weight: 600;
  padding: 13px 50px;
  border-radius: 5px;
  color: #194e9b;
  margin: 0 0 0 20px;
  border-top: 2px solid #0c52a4;
  border-bottom: 2px solid #c41325;
  border-left: 2px solid #8630b3;
  border-right: 2px solid #e12929;
}

.sec-bannerwrp {
  background: #060f78;
  padding: 60px 0 110px;
  background-image: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
}
.sec-bannerwrp .txtwrp h1 {
  color: #fff;
  font-size: 64px;
  text-align: center;
  font-weight: 700;
}

.fitst-fld-wrp {
  padding: 70px 0;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.fitst-fld-wrp:after {
  content: "";
}
.fitst-fld-wrp .videowrp .border-video {
  overflow: hidden;
  border: 0px solid #a2273b;
  background: #1c4d8d;
  height: auto;
  border-radius: 22px;
}
.fitst-fld-wrp .videowrp .border-video p {
  color: #c5c9ea;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 100px;
  width: 43%;
  font-size: 22px;
}
.fitst-fld-wrp .videowrp {
  padding: 5px;
  border: 0px solid #111011;
  border-radius: 29px;
  background: #121113;
  width: 98%;
  background: linear-gradient(331deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 330% 170%;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
  animation: gradient 3s ease infinite;
  position: relative;
}
.fitst-fld-wrp .txtwrp {
  width: 85%;
  padding-bottom: 30px;
}
.fitst-fld-wrp .videowrp .border-video .playwrp {
  position: absolute;
  bottom: 50px;
  right: 90px;
  z-index: 1;
}
.fitst-fld-wrp .videowrp .border-video .playwrp span {
  border: 1px solid #fff;
  height: 60px;
  display: block;
  width: 60px;
  border-radius: 50%;
}
.fitst-fld-wrp .videowrp .border-video .playwrp span i {
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0 0;
}
.fitst-fld-wrp .imgwrp img {
  width: 100%;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.boxsectionwrp {
  padding: 90px 0 90px;
}
.boxsectionwrp .txtwrp {
  display: block;
  padding: 0 0 70px;
}
.boxsectionwrp .txtwrp ul {
  display: block;
  margin: 0 0 20px;
}
.boxsectionwrp .txtwrp ul li {
  display: block;
  padding: 0 0 6px 31px;
  font-size: 18px;
  position: relative;
  color: #4c4c4c;
}
.boxsectionwrp .txtwrp ul li:after {
  content: "\f14a";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  top: 3px;
  color: #2cb15c;
}
.boxsectionwrp .mainwrp {
  background: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
  border: 1px solid #e2e2e2;
  padding: 70px 40px;
  border-radius: 10px;
  position: relative;
  margin: 0 0 35px;
  height: 410px;
  background: #fff;
  transition: 1s all;
}
.boxsectionwrp .mainwrp h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  padding: 0 0 50px;
}
.boxsectionwrp .mainwrp img {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 70px;
}
.boxsectionwrp .mainwrp p {
  font-size: 18px;
  width: 92%;
  color: #fff;
}
.boxsectionwrp .mainwrp:hover {
  border-top: 2px solid #0c52a4;
  border-bottom: 2px solid #c41325;
  border-left: 2px solid #8630b3;
  border-right: 2px solid #e12929; /* transition: 1s all; */
}
.boxsectionwrp .mainwrp a {
  font-size: 16px;
  color: #22204f;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  background: radial-gradient(circle farthest-corner at 100% 0, #f1c9da 28%, #c0cad1 51%, #efd2ff 87%, #cfc0c5 96%);
  font-size: 16px;
  color: #22204f;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  background: radial-gradient(circle farthest-corner at 100%100% 0, #ffaccf 28%28%, #5cb6f8 51%51%, #ba75e0 87%87%, #dd5183 96%96%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.boxsectionwrp .mainwrp a i {
  margin: 0 0 0 5px;
}

.tabs {
  display: none !important;
}
.tabs.current {
  display: block;
}
.packagewrp {
  position: relative;
  padding: 90px 0;
  overflow: hidden; /* background-image: url(../images/bg-section.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background: #e8e6f1;
}
.packagewrp:after {
  content: "";
}
.packagewrp .tabingwrp {
}
.packagewrp .tabingwrp ul {
  margin: 20px 0 50px;
  display: block;
  text-align: center;
}
.packagewrp .tabingwrp ul li {
  display: inline-block;
  margin: 0 10px 10px;
  cursor: pointer;
  border-radius: 7px;
  padding: 12px 43px;
  font-family: "Cairo", sans-serif !important;
  background: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.4s;
  color: #000;
  font-weight: 500;
  position: relative;
  z-index: 111;
  border-top: 1px solid #0c52a4;
  border-bottom: 1px solid #c41325;
  border-left: 1px solid #8630b3;
  border-right: 1px solid #e12929;
}
.packagewrp .tabingwrp ul li.current {
  background: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
  color: #fff;
  transition: 0.4s; /* border: 2px solid #F95F57; */
  font-weight: 600;
}
.packagewrp .txtwrp {
}
.packagewrp .btnwrp {
}
.packagewrp .btnwrp a {
  font-size: 18px;
  margin: 0 0 0 30px;
  color: #222;
  font-weight: 600;
}
.packagewrp .btnwrp a i {
  color: #fa130d;
}
.titlebox {
  color: #fff;
  padding: 20px 20px 50px;
  border-radius: 14px;
  position: relative;
  top: 20px;
}
.titlebox h4 span {
  display: block;
  font-size: 28px;
  margin: 10px 0 0;
}
.titlebox h4 {
  display: inline-block;
  margin: 0 11px 0 0;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #000;
}
section.packagewrp .titlebox h4 + p {
  width: auto;
  text-align: left;
  margin: inherit;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox {
  padding: 20px 0px 0;
  box-sizing: border-box;
  text-align: left;
  border-top: 1px solid #f95f57;
  width: 86%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  margin-top: -30px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  margin: -20px auto 0;
}

.pkgbox {
}
section.packagewrp [class^="col-md-4"] > div.pkgbox .pricebox {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Cairo", sans-serif !important;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox .pricebox sup {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  color: #e80101;
  top: -1px;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox .pricebox h3 {
  display: inline-block;
  font-size: 45px;
  margin: 0;
  font-weight: 700;
  color: #184681;
  padding-right: 10px;
  font-family: "Cairo", sans-serif !important;
}
.package-off {
}
.package-off {
  color: #0a0000;
  top: 0;
  right: -26px;
  display: inline;
  width: 150px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.package-off strike {
  color: #000;
  font-size: 22px;
}
section.packagewrp .col-md-4 {
  margin: 16px 10px;
  float: none;
  display: inline-block;
  padding: 0;
  border-radius: 10px;
  max-width: 31%;
  position: relative;
  z-index: 1;
  border: 1.5px solid #f95f57;
  background: #fff;
  position: relative;
  border: 1px solid;
  z-index: 11;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox ul {
  margin-bottom: 11px;
  margin-top: 5px;
  padding: 0;
  height: 293px;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox ul li {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding-left: 23px;
  position: relative;
  margin-bottom: 9px;
  line-height: 17px;
  font-family: "Cairo", sans-serif !important;
  list-style: none;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
  top: 5px;
  position: absolute;
  left: 0;
  content: \f00c;
  color: #f95f57;
  font-size: 12px;
  top: 5px;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox .pricebox sup {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  color: #f95f57;
  top: -1px;
}
a.vm-btn {
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-left: -20px;
  width: 100%;
  position: relative;
  padding-top: 30px;
  cursor: context-menu;
}
section.packagewrp a.grad-btn {
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 6px;
  margin-right: 0;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  padding: 9px 9px;
  font-size: 14px;
  background: -moz-linear-gradient(left, #fa6d34 0%, #f95e48 100%);
  background: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6d34', endColorstr='#f95e48', GradientType=1);
}
section.packagewrp a.grad-btn:hover {
  color: #000;
}
section.packagewrp a.chat {
  display: inline-block;
  vertical-align: middle;
}
section.packagewrp a.chat span {
  display: block;
  color: #f95f57;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  padding-left: 20px;
  animation: blinker 1s step-start infinite;
  text-align: ri;
}
section.packagewrp a.chat span small {
  display: block;
  font-size: 10px;
  color: #8a8a8a;
  font-weight: 600;
}
a.vm-btn:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 1px;
  background: #f95f57;
}
.packagewrp:after {
  content: "";
  position: absolute;
  background-image: url(../images/circle-shade.png);
  position: absolute;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: -220px;
  right: 0px;
  z-index: -1;
  filter: hue-rotate(20deg);
  z-index: 1;
}
.packagewrp:before {
  /* content: ""; */
  position: absolute;
  background-image: url(../images/vect-8.png);
  width: 200px;
  height: 250px;
  background-repeat: no-repeat;
  left: 0;
  top: 90px;
}
.tabs.current {
  display: block !important;
}

.portfolio-pagewrp .portfoliowrp {
  position: relative;
  padding-top: 70px;
  z-index: 1;
}
.portfolio-pagewrp .portfoliowrp .txtwrp h2 {
  color: #060f78;
}

.portfoliowrp {
  padding: 70px 0;
  background: #fff;
}
.portfoliowrp .txtwrp {
  margin: 0 auto 30px;
}

.portfoliowrp {
  padding: 70px 0;
  background: #fff;
}
.portfoliowrp .txtwrp {
  display: block;
  margin: 0 auto 30px;
}
.portfoliowrp .navwrp {
  display: block;
  text-align: center;
  padding: 0 0 50px;
}
.portfoliowrp .navwrp ul {
  margin: 0;
  display: block;
  text-align: center;
}
.portfoliowrp .navwrp ul li {
  display: inline-block;
  margin: 0 5px 19px;
  border-top: 1px solid #0c52a4;
  border-bottom: 1px solid #c41325;
  border-left: 1px solid #8630b3;
  border-right: 1px solid #e12929;
  padding: 10px 35px;
  color: #000000;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 500;
  cursor: pointer;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}
.portfoliowrp .navwrp ul li.current {
  background: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
  color: #fff;
  border: unset;
}
.portfoliowrp .port-box {
}
.portfoliowrp .port-box ul {
  margin: 0;
  display: block;
  text-align: center;
}
.portfoliowrp .port-box ul li {
  display: inline-block;
  width: 24%;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
  box-shadow: -1px -2px 15px -3px rgb(0 0 0/16%);
  border-radius: 20px;
  margin: 0 4px;
  height: 400px;
  height: 400px;
  overflow: hidden;
  background-size: cover;
}
.portfoliowrp .port-box ul li:hover {
  transform: scale(1.1);
}
.portfoliowrp .port-box ul li img {
  width: 340px;
  height: 310px;
  object-fit: cover;
  border-radius: 15px;
}
.portfoliowrp .btnwrp {
  display: block;
  text-align: center;
  padding: 50px 0 0;
}
.portfoliowrp .main-pera.prtwrp {
  color: #000;
}
.portfoliowrp {
  padding: 60px 0 90px;
}
.portfoliowrp h2 {
}
.portfoliowrp .main-tbs {
}
.portfoliowrp .main-tbs ul li.current {
  background: linear-gradient(to right, rgb(17 94 234) 0%, #9e1b62 100%);
  padding: 12px 15px;
}
.portfoliowrp .main-tbs ul li {
  padding: 10px 15px;
}
.price-pg-main .pkagwerp {
  padding-top: 210px;
}
.price-pg-main .pkagwerp:after {
  height: 580px;
}
.portfoliowrp .txtwrp h2 {
}
.portfoliowrp .txtwrp p {
  color: #000;
}
li.hk_web_height.lazy.tabs-web-dsgn:hover {
  background-position: 100%;
  transition: 3s !important;
  transform: none;
}

.videos-packgeswrp {
}
.videos-packgeswrp .tabswrp {
}
.videos-packgeswrp .tabswrp ul {
}
.videos-packgeswrp .tabswrp ul li {
}
.videos-packgeswrp .tabswrp ul li.current {
}

.videos-packageswrp {
  position: relative;
  padding: 70px 0;
      overflow-x: hidden;
  background: #fff;
  z-index: 1;
}

.videos-packageswrp .txtwrp {
  display: block;
  margin: 0 auto 30px;
}

.videos-packageswrp .txtwrp h2 {
}

.videos-packageswrp .txtwrp p {
  color: #000;
}

.videos-packageswrp .navwrp {
  display: block;
  text-align: center;
  padding: 0 0 50px;
}

.videos-packageswrp .navwrp ul {
  margin: 0;
  display: block;
  text-align: center;
}

.videos-packageswrp .navwrp ul li {
  display: inline-block;
  margin: 0 5px 19px;
  border-top: 1px solid #0c52a4;
  border-bottom: 1px solid #c41325;
  border-left: 1px solid #8630b3;
  border-right: 1px solid #e12929;
  padding: 10px 35px;
  color: #000000;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 500;
  cursor: pointer;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}

.videos-packageswrp .navwrp ul li.current {
  background: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
  color: #fff;
  border: unset;
}

/* Package Card Styles */
.package-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 15px 10px;
  position: relative;
  height: 700px;
}

.package-card:hover {
  transform: scale(1.01);
}

.package-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.package-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.package-title {
  font-size: 23px;
  font-weight: 600;
  margin: 10px 0;
  color: #060f78;
}

.package-desc {
  font-size: 14px;
  color: #555;
  flex-grow: 1;
  margin-bottom: 15px;
}

.package-price {
  font-size: 18px;
  margin: 10px 0;
}

.package-price del {
  color: #aaa;
  margin-right: 10px;
}

.package-price ins {
  color: #28a745;
  text-decoration: none;
  font-weight: bold;
}

.package-btn {
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 6px;
  margin-right: 0;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  padding: 9px 9px;
  font-size: 14px;
  text-align: center;
  background: -moz-linear-gradient(left, #fa6d34 0%, #f95e48 100%);
  background: linear-gradient(
    to right,
    rgb(161 62 153) 0%,
    #3346c7 105%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6d34', endColorstr='#f95e48', GradientType=1);
}

.package-btn:hover {
  background: #e64a19;
}

.popular-tag-wrapper {
  position: relative;
}

.popular-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(to right, #8630b3, #3346c7);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .videos-packageswrp .navwrp ul li {
    padding: 8px 15px;
    font-size: 13px;
    margin: 0 3px 10px;
  }

  .package-card {
    margin-bottom: 30px;
  }
}
/* Simplified Testimonial CSS */
.testimonials-section {
  padding: 70px 0;
  background: #f9f9f9;
      overflow-x: hidden;
}

.section-header {
  margin-bottom: 50px;
}

.main-heading {
  color: #171717;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.testimonial-slider {
  padding: 0 50px;
  position: relative;
}

.testimonial-slide {
  padding: 0 15px;
}

.testimonial-box {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  height: 100%;
}

.client-name h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

.client-designation {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.rating {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Slider Navigation */
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1;
}

.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
  background: #f0f0f0;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #8630b3;
}

.testimonial-slider .slick-prev {
  left: 0;
}

.testimonial-slider .slick-next {
  right: 0;
}

.testimonial-slider .slick-prev:before {
  content: '\f104';
}

.testimonial-slider .slick-next:before {
  content: '\f105';
}

.testimonial-slider .slick-dots {
  bottom: -40px;
}

.testimonial-slider .slick-dots li button:before {
  font-size: 10px;
  color: #8630b3;
}

.testimonial-slider .slick-dots li.slick-active button:before {
  color: #3346c7;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials-section {
    padding: 50px 0;
  }
  
  .main-heading {
    font-size: 28px;
  }
  
  .testimonial-box {
    padding: 20px;
  }
  
  .testimonial-slider {
    padding: 0 30px;
  }
}

.mz_btm {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.mz_btm .text-content h3 {
  font-size: 32px;
  color: #060f78;
  margin-bottom: 20px;
  line-height: 1.3;
}

.mz_btm .text-content h3 strong {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 1.5rem;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.mz_btm .text-content p {
  color: #555;
  font-size: 18px;
  max-width: 80%;
}

.mz_btm .contact-options-wrapper {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.mz_btm .contact-option {
  display: flex;
  align-items: center;
}

.mz_btm .contact-link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background: #f8f9fa;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mz_btm .contact-link:hover {
  background: #e9ecef;
}

.mz_btm .contact-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, #8630b3, #3346c7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.mz_btm .contact-icon i {
  color: white;
  font-size: 18px;
}

.mz_btm .contact-text h4 {
  color: #060f78;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.mz_btm .contact-button {
  display: inline-flex;
  padding: 12px 30px;
  background: linear-gradient(to right, #8630b3, #3346c7);
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  align-items: center;
}

.mz_btm .contact-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(134, 48, 179, 0.3);
}

/* Animation */
.animated {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .mz_btm .contact-options-wrapper {
    justify-content: center;
    margin-top: 30px;
  }
  
  .mz_btm .text-content {
    text-align: center;
  }
  
  .mz_btm .text-content p {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .mz_btm .contact-options-wrapper {
    flex-direction: column;
    align-items: center;
  }
  
  .mz_btm .contact-option {
    width: 100%;
    justify-content: center;
  }
  
  .mz_btm .text-content h3 {
    font-size: 28px;
  }
}
.mz_footer {
    background-color: #1b1b1b;
    padding: 80px 0 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.mz_footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Brand Section */
.mz_brand {
    margin-bottom: 30px;
}

.mz_logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.mz_description {
    color: #aaa;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Social Links */
.mz_social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mz_social-link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 8px 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
}

.mz_social-link i {
    margin-right: 8px;
    font-size: 16px;
}

.mz_social-link:hover {
    background: #6c38ef;
    transform: translateY(-3px);
}

/* Navigation Sections */
.mz_nav-section {
    margin-bottom: 30px;
}

.mz_section-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.mz_section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #6c38ef;
}

.mz_nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mz_nav-links li {
    margin-bottom: 24px;
}

.mz_nav-links a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.mz_nav-links a:hover {
    color: #6c38ef;
    padding-left: 5px;
}

/* Contact Section */
.mz_contact-info {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.mz_contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #aaa;
    font-size: 15px;
}

.mz_contact-info i {
    margin-right: 15px;
    color: #6c38ef;
    width: 20px;
    text-align: center;
}

.mz_contact-info a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mz_contact-info a:hover {
    color: #6c38ef;
}

.mz_payment-methods img {
    max-width: 50%;
    height: auto;
    filter: brightness(0.8);
    transition: all 0.3s ease;
}

.mz_payment-methods img:hover {
    filter: brightness(1);
}

/* Copyright Section */
.mz_copyright {
    background: #000;
    padding: 20px 0;
    margin-top: 50px;
}

.mz_copyright p {
    color: #aaa;
    font-size: 14px;
    margin: 0;
}

.mz_legal-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.mz_legal-links li a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mz_legal-links li a:hover {
    color: #6c38ef;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .mz_footer {
        padding: 60px 0 0;
    }
    
    .mz_brand,
    .mz_nav-section,
    .mz_contact-section {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .mz_copyright .row > div {
        text-align: center !important;
        margin-bottom: 10px;
    }
    
    .mz_legal-links {
        justify-content: center;
    }
    
    .mz_social-links {
        justify-content: center;
    }
}



/* ////////////////ser pge///////////////////////*/
/* Main Banner Styles with Fading Colors */
.mz_ser_banner {
  position: relative;
  padding: 180px 0 100px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #6c38ef 0%, #8e4aff 100%);
  animation: bgFadeChange 6s infinite ease-in-out;
  background-size: 200% 200%;
}

/* Smooth Fading Color Animation */
@keyframes bgFadeChange {
  0%, 100% {
    background: linear-gradient(135deg, #17102d , #7c3aed);
    opacity: 1;
    
  }
  33% {
    background: linear-gradient(135deg, #17102d , #7423ff);
    opacity: 1;
  }
  66% {
   background: linear-gradient(135deg, #17102d , #5e11e2);
    opacity: 1;
  }
}

/* Make the transition smoother */
.mz_ser_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  animation: bgFadeChange 6s infinite ease-in-out;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* Enhanced transition effect */
@keyframes bgFadeChange {
  0% {
    background: linear-gradient(135deg, #6c38ef 0%, #8e4aff 100%);
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  33% {
      background: linear-gradient(135deg, #6c38ef , #5e11e2);

    opacity: 1;
  }
  53% {
    opacity: 0.8;
  }
  66% {
       background: linear-gradient(135deg, #6c38ef , #5305da);

    opacity: 1;
  }
  86% {
    opacity: 0.8;
  }
  100% {
    background: linear-gradient(135deg, #6c38ef 0%, #8e4aff 100%);
    opacity: 1;
  }
}

/* Rest of your existing styles remain the same */
.mz_ser_banner .container-fluid {
  padding: 0 50px;
}

.mz_banner-content {
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

.mz_banner-content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.mz_banner-content h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.mz_banner-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Rest of your existing CSS remains the same */
.mz_feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.mz_feature-list li {
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.mz_feature-list li i {
  margin-right: 10px;
  color: rgb(255 255 255);
  font-size: 20px;
}

/* Partner Logos */
.mz_partner-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px 0;
}

.mz_partner-logos img {
  height: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.mz_partner-logos img:hover {
  opacity: 1;
  transform: translateY(-3px);
}

/* Buttons */
.mz_btn-wrp {
  display: flex;
  gap: 15px;
}

.mz_btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
  cursor: pointer;
}

.mz_btn i {
  margin-left: 8px;
  font-size: 16px;
}

.mz_btn-primary {
  background: #ffd700;
  color: #222;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.mz_btn-primary:hover {
  background: #ffc800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.mz_btn-secondary {
  background: rgba(255,255,255,0.2);
  color: #fff;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255,255,255,0.3);
}

.mz_btn-secondary:hover {
  background: rgba(255,255,255,0.3);
  transform: translateY(-3px);
}

/* Form Styles */
.mz_discount-form {
  background: #ffffff7a;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
  backdrop-filter: blur(5px);
}

.mz_discount-badge {
  position: absolute;
  top: -20px;
  right: 30px;
  background: #ff4757;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(255, 71, 87, 0.3);
}

.mz_discount-form h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: left;
}

.mz_discount-form h3 span {
  color: #6c38ef;
}

.mz_form-group {
  position: relative;
  margin-bottom: 20px;
}

.mz_form-group input,
.mz_form-group select {
  width: 100%;
  padding: 15px 20px 15px 45px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: transparent;
  color: #000;
}

.mz_form-group input:focus,
.mz_form-group select:focus {
  border-color: #6c38ef;
  outline: none;
  box-shadow: 0 0 0 3px rgba(108, 56, 239, 0.1);
  background: #fff;
}

.mz_form-group i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.mz_btn-submit {
  display: flex;
  width: 100%;
  background: linear-gradient(    to right,    rgb(161 62 153) 0%,    #3346c7 105%  ) !important;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 8px;
  justify-content: center;
}

.mz_btn-submit:hover {
  background: linear-gradient(to right, #5a2dd1, #7c3aed);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(108, 56, 239, 0.4);
}

.mz_form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
}

.mz_form-footer img {
  height: 20px;
}

/* Floating Shapes */
.mz_floating-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  z-index: 1;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -150px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -100px;
}

.shape-3 {
  width: 150px;
  height: 150px;
  top: 50%;
  right: 10%;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .mz_ser_banner .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .mz_ser_banner {
    padding: 80px 0;
  }
  
  .mz_banner-content {
    padding-right: 0;
    margin-bottom: 50px;
  }
  
  .mz_banner-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .mz_ser_banner .container-fluid {
    padding: 0 15px;
  }
  
  .mz_banner-content h1 {
    font-size: 32px;
  }
  
  .mz_discount-form {
    padding: 30px 20px;
  }
  
  .mz_btn-wrp {
    flex-direction: column;
  }
  
  .mz_btn {
    width: 100%;
    justify-content: center;
  }
}


/* Simple Horizontal Process Section */
.simple-process-section {
  padding: 70px 0;
  background: #f8f9ff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-tag {
  display: inline-block;
  background: linear-gradient(90deg, #8630b3 0%, #3346c7 100%);
  color: white;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 25px;
  line-height: 1.3;
}

.highlight {
  background: linear-gradient(90deg, #8630b3 0%, #3346c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-description {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.section-description p {
  color: #4a4a6a;
  font-size: 16px;
  line-height: 1.6;
  max-width: 400px;
  margin: 0;
}

/* Process Line */
.process-line {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 40px;
}

.process-line::before {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #8630b3 0%, #3346c7 100%);
  opacity: 0.2;
}

.process-step {
  text-align: center;
  width: calc(100%/6 - 20px);
  position: relative;
  z-index: 1;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #8630b3 0%, #3346c7 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto 20px;
}

.process-step h3 {
  font-size: 18px;
  color: #1a1a2e;
  margin-bottom: 8px;
  font-weight: 600;
}

.process-step p {
  color: #6a6a8e;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .process-line {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  
  .process-step {
    width: calc(50% - 30px);
    min-width: 200px;
  }
  
  .process-line::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }
  
  .section-description {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .section-description p {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .simple-process-section {
    padding: 50px 0;
  }
  
  .section-header h2 {
    font-size: 24px;
  }
  
  .process-step {
    width: 100%;
    max-width: 250px;
  }
}

.col-md-6.text-end {
    display: flex
;
    justify-content: end;
}
input::placeholder {
    color: #fff;
}

.contact_us_sec {
    padding: 70px 0 70px;
}

.contact_us_sec .form-group {
    padding-bottom: 19px !important;
    color: #fff;
}

.contact_us_sec textarea.form-control {
    height: auto;
}

.contact_us_sec h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact_us_sec p {
    font-size: 20px;
    width: 90%;
    margin: 0 0 30px;
}

.contact_us_sec ul li {
    padding: 0 180px 0 0px;
}

.contact_us_sec ul li h5 {
    color: #be984e;
    font-size: 30px;
}

.contact_us_sec ul li p {
    font-size: 20px;
    width: 229%;
    font-weight: 500;
}

.submit_btn {
    margin: 30px 0 0;
}

.submit_btn .sbtn {
    width: 30%;
    font-size: 20px;
}

.contact_us_sec textarea.form-control::placeholder {
    color: #515151 !important;
}

.contact_us_sec p {
    font-size: 18px;
    font-weight: 500;
}

.form-main{
    background: #343a4091;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    backdrop-filter: blur(5px);}


    .contact-info-line {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-item {
  font-size: 18px;
  line-height: 1.4;
}

.highlight-text {
    color: rgb(161 62 153);
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-info-line {
    gap: 20px;
  }
  .contact-item {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .contact-info-line {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}


.mz_ser_banner .btn-22{background: #fff;}



section.packagewrp .col-md-4:hover{
  background: linear-gradient(to right, rgb(161 62 153) 0%, #3346c7 105%)
}
section.packagewrp .col-md-4:hover .package-off strike{
   color: #fff;

}

section.packagewrp .col-md-4:hover h4{
  color: #fff;
}
section.packagewrp [class^="col-md-4"]:hover > div.pkgbox ul li{
  color: #fff;
}

section.packagewrp .col-md-4:hover p{
  color: #fff;
}

.w-60{
  width: 60% !important;
}
/* Client Section */
.client-sec {
  padding: 100px 0;
}

.client-list {
  font-size: 0;
  margin: 0 -10px; /* Adjusted margin */
  text-align: center;
}

.client-list li {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  margin: 0 0 30px;
  padding: 0 10px; /* Adjusted padding */
}

.client-list .clt-box {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0;
}

.client-list .clt-box:hover {
  transform: scale(1.05);
}

.client-list img {
  max-width: 90%;
  max-height: 160px;
  height: auto;
  width: auto;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
  .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  .client-list li {
    width: 33.33%;
  }
}

@media (max-width: 767.98px) {
  .client-list li {
    width: 50%;
  }
  
  .client-sec {
    padding: 60px 0;
  }
  
  .client-list .clt-box {
    height: 150px;
  }
  
  .container-fluid {
    padding: 0 15px;
  }
}

.slick-dots li button:before {
    background: #5b42b3 !important;
  }