/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header And Nav-Bar
    - Slider
    - About Us
    - Team Progress
    - Portfolio
    - Client
    - Testimonial
    - Pricing Plans
    - Blog
    - Contact Us
    - Google-Map
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

.main-font {
  font-family: "Poppins", sans-serif;
}
.alt-font {
  font-family: "Roboto", sans-serif;
}

.dark-background {
  background-color: #01061a;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: white;
  border-left: 0 solid white;
  border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
  background: #0dcaf0;
  width: 0;
  height: 25%;
  transition: 0.5s ease;
  cursor: pointer;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.hover-effect::before {
  right: 0;
  opacity: 1;
  bottom: 0;
}
.hover-effect::after {
  top: 0;
  opacity: 0.7;
  left: 0;
}
.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}
/* Use in BLog */
.image {
  overflow: hidden;
}
a.image {
  display: block;
}
.image img {
  width: 100%;
  height: 100%;
  display: block;
}
.image,
.image img {
  position: relative;
}
/* Use in BLog */
.image {
  overflow: hidden;
}
a.image {
  display: block;
}
.image img {
  width: 100%;
  height: 100%;
  display: block;
}
.image,
.image img {
  position: relative;
}

/* ===================================
    General
====================================== */

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #202020;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.h1,
h1 {
  font-size: 2.5rem;
}
a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
section,
.section-padding {
  position: relative;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.rev_slider_wrapper {
  width: 100% !important;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
p:last-child {
  margin-bottom: 0 !important;
  font-family: "Roboto", sans-serif;
}
.fa,
.far,
.fas {
  display: inline;
}
a:active,
a:hover {
  color: #0dcaf0;
}
li {
  list-style: none;
  text-decoration: none;
}
blockquote {
  border-left: 2px solid;
  padding: 10px 15px 10px 35px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
  margin-bottom: 32px;
}
blockquote > cite {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.hidden {
  display: none;
}
section {
  padding: 7rem 0;
}
.padding-bottom {
  padding-bottom: 7.5rem;
}
.padding-top {
  padding-top: 7.5rem;
}
::selection {
  background-color: #0dcaf0;
  color: #ffffff;
}

/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* opacity */
.opacity-full {
  opacity: 1;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}

/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}

/* button */
.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
/* Pink button */
.btn.btn-pink {
  background: #0dcaf0;
  border-color: #0dcaf0;
  color: #ffffff;
}
.btn.btn-pink:hover {
  background: transparent !important;
  border-color: #0dcaf0;
  color: #0dcaf0 !important;
}
/* Transparent button */
.btn.btn-trans {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-trans:hover {
  background: #0dcaf0 !important;
  border-color: #0dcaf0;
  color: #ffffff !important;
}

/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 10px 48px;
  line-height: 1.8em;
}
.btn.btn-large {
  font-size: 16px;
  padding: 14px 30px;
  line-height: 1.8em;
}
.btn.btn-rounded {
  border-radius: 50px;
}

/* Text color */
.text-pink {
  color: #0dcaf0;
}
.text-grey {
  color: #797979;
}
.text-white {
  color: #ffffff;
}

/* Background color */
.bg-pink {
  background: #0dcaf0;
}
.bg-black {
  background: #000000;
}
.bg-transparent {
  background: transparent;
}

/* Font */
.font-10 {
  font-size: 10px;
}
.font-15 {
  font-size: 15px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-40 {
  font-size: 40px;
}
.font-45 {
  font-size: 45px;
}

.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 30px;
}

/*Social Icon Hover Bg Hover */
.social-icon:hover {
  color: #ffffff !important;
  background: #0dcaf0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
  max-width: 50px;
  vertical-align: sub;
}
header .header-name {
  font-size: 22px;
  color: #0dcaf0;
  margin-bottom: 0;
  margin-left: 10px;
}

.nav-button {
  margin: 0 1.5rem;
}

.navbar-top-default {
  position: absolute;
  top: 15px;
  z-index: 99;
  overflow: hidden;
  height: 100px;
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.other-page .navbar-top-default {
  background-color: #0dcaf0;
}

.header-appear .navbar-top-default {
  height: 100px;
  position: fixed;
  z-index: 99;
  top: 0;
  background: #101010;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-nav {
  align-items: center;
}

.navbar-top-default #megaone {
  margin-right: 0px;
  justify-content: end;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem 2rem;
  font-family: "Poppins", sans-serif;
}

.nav-box-round .navbar-nav .nav-link {
  border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
  background-color: #0dcaf0;
  color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
  color: #0dcaf0;
}

/*nav line*/

.line:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.line:hover:after,
.line.active:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #0dcaf0;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

/* ===================================
   Get Started Model Popup
====================================== */

.quote-content {
  text-align: center;
  max-width: 900px;
  padding: 50px 150px;
  overflow: visible;
  background-color: #171717;
}

.quote-content .contact-form .form-control {
  border-radius: 0;
  padding: 0;
}

.quote-content #quote_submit_btn {
  margin-bottom: -120px;
}

/*CheckBox*/

.quote-content .form-check {
  padding: 50px 0 8px 0;
  text-align: center;
  margin-bottom: -15px;
}

.checkbox-lable {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0dcaf0;
}

.checkbox-lable input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px dotted #d4d4d4;
}

.checkbox-lable:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-lable input:checked ~ .checkmark {
  background-color: #0dcaf0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-lable input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-lable .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quote-content .fancybox-close-small {
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #0dcaf0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.quote-content .fancybox-close-small:after {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -1px;
  font: initial;
  font-size: 35px;
  color: #fff;
}

.fancybox-close-small:focus:after {
  outline: none;
}

.quote-content .fancybox-close-small:hover:after,
.quote-content .fancybox-close-small:focus:after {
  background-color: transparent;
}

.contact-form .form-control:focus {
  border-color: #0dcaf0;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.contact-form textarea {
  min-height: 130px;
  resize: none;
}

#phoneCode {
  position: absolute;
  top: 3px;
  left: 0;
  color: #797979;
}
.contactInput {
  padding-left: 30px !important;
}

/* ===================================
    About Us
====================================== */

.about {
  background-repeat: no-repeat;
  background-size: cover;
}

.about-margin {
  margin: 5rem 0;
}

.about-box {
  border-radius: 3px;
  padding: 35px 15px 35px;
  background: transparent;
  text-align: center;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

.about-box:hover {
  background: transparent;
}

.about-box span {
  display: block;
}

.about-box h5 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 200;
  color: #202020;
}

.about-box .about-main-icon i {
  color: #ffffff;
  font-size: 80px;
}

.about-box h5 {
  font-weight: 200;
  color: #ffffff;
  transition: ease-in-out 0.5s;
}

.about-box:hover i,
.about-box:hover h5 {
  transition: ease-in-out 0.5s;
}

.about-box:hover i {
  color: #0dcaf0;
}

.about-main-icon {
  transition: 0.5s ease;
}

.about-box:hover .about-main-icon {
  transform: translateY(-10px);
  transition: 0.5s ease;
}

/* ===================================
   Service
====================================== */

.service-three__single {
  position: relative;
  background-color: #171717;
  border-radius: 8px;
  padding: 35px 25px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 180px;
  display: flex;
  align-items: start;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.service-three__single:hover h3 {
  color: #0dcaf0;
}

.service-three__single:hover .service-three__icon span {
  transform: scale(0.9);
}

.service-three__single i {
  font-size: 60px;
  color: #0dcaf0;
}
.service-three__single div {
  margin-left: 20px;
}
.service-three__single h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.service-three__single p {
  color: #797979;
}

.service-sidebar {
  background-color: white;
}
.service-sidebar h3 {
  color: #000;
  font-size: 1.5rem;
}

.service-details__service-list {
  position: relative;
  display: block;
}

.service-details__service-list li {
  position: relative;
  display: block;
}

.service-details__service-list li + li {
  margin-top: 23px;
}

.service-details__service-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.1em;
  color: #01061a;
  border-radius: 8px;
  padding: 9px 0px 8px;
  z-index: 1;
}
.service-details__service-list li.active a,
.service-details__service-list li a:hover {
  color: #fff !important;
}

.service-details__service-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  border-radius: 8px;
  background-color: rgb(1 6 26);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.service-details__service-list li:hover a::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.service-details__service-list li.active a::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.service-details__service-list li a::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  bottom: 7px;
  width: 2px;
  background-color: #0dcaf0;
  transform: scaleY(0.7) rotateY(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.service-details__service-list li:hover a::after {
  transform: scaleY(1) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.service-details__service-list li.active a::after {
  transform: scaleY(1) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.service-content .title {
  font-size: 1.7rem;
  color: white;
  margin-top: 20px;
}
.service-content .description {
  color: #a4a2a2;
}
.service-content li {
  color: #fff;
  margin-bottom: 8px;
}
.service-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../images/banner1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 20px;
  border: 0;
}
.service-contact h3 {
  color: #fff;
}
.service-contact p {
  color: #a4a2a2;
}

/* ===================================
Empower our business
====================================== */
.glass-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
  margin: 5px 0;
}
.glass-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 50px;
  height: 50px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
}
.bg-gradient-success {
  background: linear-gradient(135deg, #1d976c, #93f9b9);
}
.bg-gradient-danger {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
}
.bg-gradient-warning {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}
.bg-gradient-info {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
}

/* ===================================
   Point of Interest
====================================== */
/* General Card Styles */
.em-card,
.em-tier-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.em-card:hover,
.em-tier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Benefits */
.benefit-card {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}
.benefit-card .icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 128, 0, 0.1);
  color: #198754;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
}
.benefit-card h5 {
  margin: 0;
  font-weight: 600;
}
.benefit-card p {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}

/* ===================================
   timeline
====================================== */
.roles-section {
  background-color: rgba(255, 255, 255, 0.06);
  padding: 3rem 1rem;
  border-radius: 0.5rem;
}

.roles-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.roles-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: gray;
}

.roles-icon {
  font-size: 1.2rem;
  color: #0d6efd;
  margin-right: 0.75rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.final-note {
  background: #f3f6fb1a;
  border-left: 5px solid #0d6efd;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  max-width: 500px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  position: relative;
}

.final-note span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: revealText 0.8s ease-out forwards;
  animation-delay: 0.3s;
  color: #fff;
}

@keyframes revealText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===================================
   earning 2
====================================== */
.bg-gradient-dark {
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.85),
    rgba(25, 25, 25, 0.9)
  );
}
.bg-gradient-dark2 {
  background: linear-gradient(
    145deg,
    rgba(25, 25, 25, 0.9),
    rgba(0, 0, 0, 0.85)
  );
}
.left-border-line {
  border-left: 3px solid #00c6ff;
}
.tiers .tier-card {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #01061a;
}
.tier-icon {
  margin-right: 15px;
  font-size: 22px;
}
.silver {
  background: linear-gradient(to right, #c0c0c0, #a9a9a9);
  color: #000;
}
.gold {
  background: linear-gradient(to right, #ffd700, #e5c100);
  color: #000;
}
.diamond {
  background: linear-gradient(to right, #b9f2ff, #76e6f0);
  color: #000;
}
.platinum {
  background: linear-gradient(to right, #e5e4e2, #cfcfcf);
  color: #000;
}
.text-gradient {
  background: linear-gradient(90deg, #ff6600, #ffcc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===================================
   How it works
====================================== */

.timeline {
  position: relative;
  padding: 40px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 30px;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-item.left .timeline-marker {
  left: 100%;
}
.timeline-item.right .timeline-marker {
  left: 0%;
}

.timeline-marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00c6ff;
  color: #fff;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.timeline-content {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
}

/* Tablet adjustments */
@media (max-width: 991px) {
  .timeline::before {
    left: 30px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 80px;
    padding-right: 20px;
    text-align: left !important;
    left: 0 !important;
  }
  .timeline-marker {
    left: 30px !important;
    transform: translateY(-50%);
  }
}

/* Mobile small screens */
@media (max-width: 575px) {
  .timeline-marker {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .timeline-content {
    padding: 15px;
  }
}

.mega-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mega-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Tiers */
.tiers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tier-card {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 500;
}
.tier-icon {
  margin-right: 12px;
  font-size: 20px;
  color: #002336;
}

/* Colors for tiers */
.silver {
  background: linear-gradient(to right, #c0c0c0, #a9a9a9);
  color: #000;
}
.gold {
  background: linear-gradient(to right, #ffd700, #e5c100);
  color: #000;
}
.diamond {
  background: linear-gradient(to right, #b9f2ff, #76e6f0);
  color: #000;
}
.platinum {
  background: linear-gradient(to right, #e5e4e2, #cfcfcf);
  color: #000;
}

/* Theme color shortcut */
.theme-color {
  color: #0072ff; /* MegaOne accent red */
}

/* ===================================
   partner timeline2
====================================== */
.partner-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  padding-top: 30px;
  gap: 20px;
}

.partner-timeline::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(
    90deg,
    #0044ff,
    #00c6ff,
    #134d68,
    #00c6ff,
    #0044ff
  );
  opacity: 0.4;
  z-index: 0;
}

.partner-item {
  background: rgb(14 19 38);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 180px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 198, 255, 0.6);
}

.partner-item svg {
  margin-bottom: 10px;
}

.partner-item p {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: white;
}

.partner-item .icon-box i {
  font-size: 36px;
  color: #00c6ff;
}

/* Responsive */
@media (max-width: 992px) {
  .partner-timeline {
    justify-content: center;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .partner-timeline {
    flex-direction: column;
    align-items: center;
  }

  .partner-timeline::before {
    display: none;
  }

  .partner-item {
    width: 100%;
    max-width: 300px;
  }
}

/* ===================================
    Ideal Partner Profile

====================================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 25px;
  width: 280px;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.feature-card:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(0, 255, 255, 0.1),
    transparent
  );
  transform: rotate(25deg);
  transition: 0.5s;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.3);
}

.feature-card:hover:before {
  left: 100%;
}

.icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #0ff;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #fff;
}

/* ===================================
   GROW TOGETHER
====================================== */
.lets-grow-section {
  background: rgb(14 19 38);
  padding: 60px 20px;
  color: white;
  text-align: center;
}

.lets-grow-container {
  max-width: 900px;
  margin: 0 auto;
}

.lets-grow-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #00c6ff;
}

.lets-grow-title i {
  margin-right: 8px;
}

.lets-grow-subtitle {
  font-size: 1.1rem;
  color: #d0d0d0;
  margin-bottom: 30px;
}

.lets-grow-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}

.lets-grow-buttons button {
  border-radius: 12px;
}
.lets-grow-buttons i {
  margin-right: 8px;
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lets-grow-title {
    font-size: 1.6rem;
  }
  .lets-grow-subtitle {
    font-size: 1rem;
  }
  .grow-btn,
  .grow-btn-outline {
    width: 100%;
    max-width: 300px;
  }
}

/* ===================================
   Contact 2
====================================== */

.thm-btn {
  position: relative;
  display: inline-flex;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #0dcaf0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 29px 11px;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
  justify-content: center;
  z-index: 1;
}

.thm-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 260%;
  content: "";
  top: 132%;
  left: 50%;
  background-color: #161616;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}

.thm-btn:hover:before {
  top: -60%;
}

.thm-btn:hover {
  color: #ffffff;
}

.thm-btn2 {
  position: relative;
  display: inline-flex;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #161616;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 29px 11px;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
  justify-content: center;
  z-index: 1;
  border: 1px solid #0dcaf0;
}

.thm-btn2::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 260%;
  content: "";
  top: 132%;
  left: 50%;
  background-color: #0dcaf0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}

.thm-btn2:hover:before {
  top: -60%;
}

.thm-btn2:hover {
  color: #ffffff;
}
.contact-form {
  max-width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #797979;
  padding: 10px 0;
  background: transparent;
  font-weight: normal;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  color: #797979;
  font-size: 14px;
  position: relative;
  font-family: "Roboto", sans-serif;
  -webkit-transition: border 0.9s ease;
  -o-transition: border 0.9s ease;
  transition: border 0.9s ease;
}

.contact-form .form-control:focus {
  border-color: #0dcaf0;
}

.contact-form textarea {
  min-height: 130px;
  resize: none;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
}

/* ===================================
   Footer
====================================== */

.footer {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #01061a;
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  font-size: 17px;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.footer-social a i {
  color: #ffffff;
}

.footer-social li:nth-last-child(1) a {
  margin-right: 0;
}

.company-about {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  background-color: #0dcaf0;
  border-radius: 50%;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}

.go-top.active {
  -webkit-animation: bounceInDown 2s;
  animation: bounceInDown 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0dcaf0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/* ===================================
     Stand Alone
====================================== */

.standalone,
.blog-page,
.blog-detail {
  background-color: #01061a;
}

.standalone-row:not(:last-child) {
  margin-bottom: 3rem;
}
.standalone-row .stand-img-des {
  padding-left: 30px;
  text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des {
  padding-left: 0;
  padding-right: 30px;
}
.standalone-detail .sub-heading {
  margin-bottom: 10px;
}
.standalone-area .sub-heading {
  margin-bottom: 8px;
}
.standalone-detail .heading {
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.standalone-detail .para_text {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
}

.standalone-detail {
  padding-bottom: 100px;
}
.standalone-area .heading-text {
  font-weight: 400;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
}
.standalone-area .stand-img-des .para_text {
  font-family: "Roboto", sans-serif;
}

.page-title {
  position: relative;
  text-align: center;
  padding: 200px 0 150px 0;
  background: url("../images/standalone.jpg");
  background-size: cover;
  background-position: top center;
}

.page-title .auto-container {
  position: relative;
}

.page-title h2 {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-size: 3.5rem;
  text-transform: capitalize;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f101";
  right: -5px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: aqua;
}

.page-breadcrumb li a {
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.breadcrumb-list {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
}

.page-breadcrumb li a .icon {
  margin-right: 4px;
  color: #0dcaf0;
}

.page-breadcrumb li a:hover {
  color: #ffffff;
}

/* ===================================
    Blog Page
====================================== */
.blog-page-title {
  position: relative;
  text-align: center;
  padding: 200px 0 150px 0;
  background: url("../images/banner2.png");
  background-size: cover;
  background-position: top center;
}
.heading-space {
  margin-bottom: 2.125rem;
}
.heading-space li {
  color: #797979;
}
.margin-bottom-3 {
  margin-bottom: 3rem !important;
}
.news_item {
  background: transparent;
  position: relative;
}
.news_item.blog-one:hover img,
.news_item.blog-two:hover img {
  transform: scale(1.2);
}
.news_item.shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.news_item .news_desc {
  padding: 12px 15px;
}
.news_desc a {
  font-size: 20px;
}
.meta-tags li,
.meta-tags li a {
  display: inline-block;
  margin-top: 10px;
}
.meta-tags li a i {
  color: #0dcaf0;
}
.meta-tags > li + li {
  margin-left: 10px;
}
.meta-tags li a {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.meta-tags li a > i {
  font-size: 17px;
  margin-right: 5px;
}
.meta-tags li a > i,
.meta-tags > li + li::before {
  vertical-align: middle;
}
.meta-tags li a:hover,
.meta-tags li a:focus {
  color: #0dcaf0;
}
.news_item:hover h3 a {
  color: #0dcaf0;
}

/* ===================================
   Loader
====================================== */
.loader-bg {
  position: fixed;
  z-index: 99999;
  background-color: #171717;
  width: 100%;
  height: 100%;
}

.loader {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
  content: "";
  border: 1em solid #0dcaf0;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: load 2s linear infinite;
  opacity: 0;
}

.loader:before {
  animation-delay: 0.5s;
}
@keyframes load {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* ===================================
   Media & Queries
====================================== */

@media (min-width: 1800px) {
  .side-nav .navbar-nav .nav-item {
    margin: 30px 0;
  }

  .side-menu .btn-close {
    right: 50px;
  }
}

@media (max-width: 1280px) and (min-width: 992px) {
  .navbar-simple .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }
  .sidemenu_btn {
    right: -4px;
  }
  .about-box h5 {
    font-size: 20px;
  }
  .navbar .container {
    max-width: 930px;
  }
  .blog-bg {
    background-size: cover;
  }
}

@media (max-width: 1280px) and (min-width: 992px) {
  .skill-box {
    padding: 0 70px;
  }

  .side-menu .side-nav .navbar-nav li a {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  body {
    text-align: center;
  }
  /* Nav */
  .round-nav {
    border-radius: 0;
  }
  .navbar-top-default {
    background: #171717;
    top: 0;
  }
  .navigation-toggle span {
    background-color: #ffffff;
  }
  .side-menu .btn-close {
    right: 48px;
    top: 32px;
  }
  .side-menu .side-nav .navbar-nav li a {
    font-size: 22px;
  }
  .get-started-btn {
    margin: 20px;
  }

  /* Slider */
  .tp-caption > .font-18 {
    font-size: 15px;
  }

  /* About */
  .m-ipad {
    margin-top: 40px;
  }

  /* Client */
  .stats-bg,
  .parallax-img {
    background-size: cover;
  }
  .skill-box {
    padding: 7.5rem 0;
    max-width: 720px;
    margin: 0 auto;
  }
  .about-img {
    height: auto;
    width: 100%;
  }

  /* Portfolio */
  .da-thumbs li {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(25%);
    width: 40%;
  }
  .nav-pills .nav-link {
    padding: 0.8rem 1.5rem;
  }

  /* Blog Section */
  .blog-bg {
    background-size: cover;
  }

  /* Standalone */
  .standalone-detail {
    padding-bottom: 70px;
  }
  .standalone-area .gradient-text1 {
    font-size: 30px;
  }
  .standalone-detail .heading {
    font-size: 30px;
  }
  .standalone-area .sub-heading {
    margin-top: 3rem;
  }
  .standalone-row .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .para_text {
    font-size: 18px;
  }
  .author-avatar {
    float: none;
    margin-bottom: 25px;
    overflow: visible;
  }
  .agency-author {
    padding: 30px;
    text-align: left;
  }
  .author-content {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  /* Font adjustment for small screens */
  .font-10 {
    font-size: 10px;
  }
  .font-15 {
    font-size: 12px;
  }
  .font-14 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-22 {
    font-size: 22px;
  }
  .font-24 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 28px;
  }
  .font-45 {
    font-size: 45px;
  }
  .tp-caption > .font-18 {
    font-size: 14px;
  }
  body {
    text-align: center;
  }
  section {
    padding: 4.5rem 0;
  }
  .padding-top {
    padding-top: 4.5rem;
  }
  .h1,
  h1 {
    font-size: 1.5rem;
  }
  /* Nav */
  .round-nav {
    border-radius: 0;
  }
  .navbar-top-default {
    background: #171717;
    top: 0;
    height: 80px;
  }
  .header-appear .navbar-top-default {
    height: 80px;
  }
  .navigation-toggle span {
    background-color: #ffffff;
  }
  .side-menu .mega-title {
    display: none;
  }
  .side-nav .navbar-nav .nav-item {
    margin: 18px 0;
  }
  .side-footer p {
    font-size: 14px;
  }
  .side-menu .side-nav .navbar-nav li a {
    font-size: 18px;
  }
  .sidemenu_btn {
    right: 8px;
    top: 25px;
  }
  .side-menu .btn-close {
    right: 26px;
    top: 28px;
  }
  .tp-caption > .font-40 {
    font-size: 35px;
  }
  .side-menu .mega-title h2 {
    font-size: 54px;
  }
  .side-menu .mega-title {
    animation: none;
    left: 50%;
  }
  .side-menu .side-nav .navbar-nav .get-started-btn a {
    font-size: 12px;
  }
  .quote-content {
    padding: 30px 20px;
    margin: 0;
  }
  .quote-content #quote_submit_btn {
    margin-bottom: 0;
  }
  .quote-content .form-check {
    padding: 10px 0 40px 0;
  }
  .get-started-btn {
    margin-top: 20px;
  }

  /* About Us */
  .about-box {
    margin-top: 20px;
  }
  .about-margin {
    margin: 4.5rem 0;
  }
  .about-box h5 {
    font-size: 20px;
  }

  /* Parallax */
  .paragraph {
    font-size: 14px;
  }

  /* Contact Form */
  .contact-sec {
    padding-bottom: 60px;
  }

  /* Footer */
  .footer-social a {
    margin: 0;
  }

  /* Standalone */
  .standalone-detail {
    padding-bottom: 70px;
  }
  .standalone-area .gradient-text1 {
    font-size: 30px;
  }
  .standalone-detail .heading {
    font-size: 30px;
  }
  .standalone-area .sub-heading {
    margin-top: 3rem;
  }
  .standalone-row .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .page-title h2 {
    font-size: 2.5rem;
  }
  .standalone-area .heading-text {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  /* Side Nav */

  /*Footer*/
  .social-icons-simple li a {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 320px) {
  .side-menu .side-nav .navbar-nav .get-started-btn a {
    font-size: 8px;
  }
  .quote-content .fancybox-close-small {
    right: 6px;
  }
  .get-started-btn {
    margin: 0;
  }
}
