/*@import url(' ht tps://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300;400;500;600;700;800;900&display=swap');*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

table {
    white-space: nowrap;
}

.site_logo{
       height: 100px;
    width: 20%;
    border-radius: 0 25px 25px;
}
.footersite_logo{
    background-color: #fff;
    padding: 4%;
    border-radius: 25px 25px;
    width: 30%;
    height: 45%;
}
body {
    height: 100vh;
    width: 100%;
    background-color: #f5f8f4;
}
.carousel-caption{
    text-align: left !important;
    padding: 0 25% 0 0;
}
.carousel-caption h1{
    font-size: 45px;
    padding: 0 0 2% 0;
}
.offers-bx{
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
}
.offers-bx h5{
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    border-bottom: 2px solid #00987a;
    color: #ffffff;
}

.navbar-nav .nav-link {
    position: relative;
    color: #ffffffbf;
}

.navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #008883;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.25, 1);
}

.navbar-toggler-icon{
    background: url('/assets/images/menu.png')no-repeat;
    background-size: cover;
    background-position: center;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.bg-body-tertiary {
    background-color: #000000 !important;
}

.header-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #00000080 25%, transparent 100%);
}

.text-justify {
    text-align: justify;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

/*Breadcumb CSS*/
.vp-breadcrumb-wrapper {
  position: relative;
  padding: 10% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.service-banner-{
  background-image: url("/assets/images/banner-01.jpg");
}
.about-banner-{
    background-image: url("/assets/images/banner-02.jpg");
}
.testimonial-banner-{
    background-image: url("/assets/images/banner-03.jpg");
}
.contact-banner-{
    background-image: url("/assets/images/Contact-Us-banner.jpg");
}
.login-banner-{
     background-image: url("/assets/images/login-b.webp");
}
.registration-banner-{
     background-image: url("/assets/images/registration.webp");
}

.forgot-banner-{
    background-image: url("/assets/images/forgot.webp");
}

/* Dark overlay for readability */
.vp-breadcrumb-wrapper .vp-breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.vp-breadcrumb-wrapper h1{
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 2% 0;
}
/* Breadcrumb styling */
.vp-breadcrumb {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  padding: 12px 18px;
  border-radius: 30px;
  width: fit-content;
}
.vp-breadcrumb .breadcrumb-item{
     color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.85;
  transition: all 0.3s ease;
}
.vp-breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.vp-breadcrumb .breadcrumb-item a:hover {
  opacity: 1;
}

.vp-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 600;
}

.vp-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: rgba(255, 255, 255, 0.7);
  padding: 0 10px;
}




/*  */

.cards-wrapper {
    display: flex;
    justify-content: center;
}
.mobile-login{
    display: none;
}

.cards-wrapper .card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
    height: 100%;
}

.logo-slider {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.logo-slider .logo-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.logo-slider .logo-item {
  flex: 0 0 auto;
  padding: 15px 40px;
}

.logo-slider .logo-item img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s ease;
}

.logo-slider .logo-item img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/*Welcome section start*/
.service-section {
  background: #f9fafc;
}

.service-section__label {
  color: #777;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.service-section__title {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.service-section__desc {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

.service-section__card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.service-section__card:hover {
  transform: translateY(-6px);
}

.service-section__icon {
  width: 52px;
  height: 52px;
  background: #111;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  display: none;
  margin-bottom: 15px;
}

.service-section__card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.service-section__card p {
  color: #666;
  height: 36%;
  font-size: 14px;
  margin-bottom: 15px;
}

.service-section__card img {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}

.service-section__arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  display: none;
}


/*Hover effect start*/
  .business-cards-section {
            padding: 50px 0;
            background-color: #f5f5f5;
        }

        .business-cards-section .hover-card {
            position: relative;
            height: 350px;
            overflow: hidden;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.4s ease;
        }

        .business-cards-section .hover-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .business-cards-section .card-overlay {
            position: absolute;
            bottom: -50px;
            left: 0;
            right: 0;
            background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
            padding: 15px 30px;
            transition: all 0.4s ease;
        }

        .business-cards-section .card-title {
            color: white;
            font-size: 1.11rem;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 0;
            transition: all 0.4s ease;
        }

        .business-cards-section .card-arrow {
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            font-size: 2rem;
            transition: all 0.4s ease;
            display: none;
        }

        .business-cards-section .card-content {
            color: white;
            margin-top: 20px;
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .business-cards-section .read-more-btn {
            background-color: #27ae60;
            color: white;
            border: none;
            padding: 12px 20px;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 10px;
            font-size: 14px;
            opacity: 0;
            transition: all 0.4s ease;
            cursor: pointer;
            text-decoration: none;
        }

        .business-cards-section .read-more-btn:hover {
            background-color: #229954;
          
        }

        /* Hover effects */
        .business-cards-section .hover-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        .business-cards-section .hover-card:hover img {
            transform: scale(1.05);
        }

        .business-cards-section .hover-card:hover .card-overlay {
            background: rgba(44, 62, 80, 0.95);
            padding: 40px 30px;
              bottom: 0;
        }
        .card-content p{
            font-size: 14px;
            line-height: 25px;
        }
        .business-cards-section .hover-card:hover .card-arrow {
            opacity: 0;
        }

        .business-cards-section .hover-card:hover .card-content {
            opacity: 1;
            max-height: 200px;
        }

        .business-cards-section .hover-card:hover .read-more-btn {
            opacity: 1;
        }


/*background-fixe-banner*/
.fixed-hero-section {
  position: relative;
  min-height: 80vh;
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* 🔥 KEY LINE */
  background-attachment: fixed;

  display: flex;
  align-items: center;
}

.fixed-hero-section__overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 176 108 / 42%);
}

.fixed-hero-section__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.fixed-hero-section__play {
  width: 80px;
  height: 80px;
  background: #18c3c8;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 25px;
  cursor: pointer;
}

.fixed-hero-section h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.fixed-hero-section__logos {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  font-weight: 600;
  opacity: 0.9;
}

.fixed-hero-section__logos span {
  border-left: 1px solid rgba(255,255,255,0.4);
  padding-left: 20px;
}

.fixed-hero-section__logos span:first-child {
  border-left: none;
  padding-left: 0;
}


/*Choose us section start*/.why-choose-section {
  background: #000;
}

.why-choose-section__content {
  background: #111;
  color: #fff;
  padding: 80px 70px;
  height: 100%;
}

.why-choose-section__label {
     background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.why-choose-section__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}

.why-choose-section__title span {
     background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.why-choose-section__desc {
  color: #ccc;
  font-size: 16px;
  line-height: 1.7;
}

.why-choose-section__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.why-choose-section__icon {
  width: 55px;
  height: 55px;
  background: #f5a623;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #111;
}

.why-choose-section__item h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.why-choose-section__image {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d");
  background-size: cover;
  background-position: center;
  min-height: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .why-choose-section__content {
    padding: 60px 30px;
  }

  .why-choose-section__title {
    font-size: 32px;
  }

  .why-choose-section__image {
    min-height: 350px;
  }
}



.cards-wrapper .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px #40404040;
    border: none;
    border-radius: 0;
    width: 33%;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-inner {
    padding: 1em;
}
.content-afterlogin{
    margin: 0;
    padding: 0 15px;
}
.content-afterlogin form{
    padding: 3%;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgb(0 123 139);
}
.content-afterlogin .dash-right-bx{
    padding: 3%;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgb(0 123 139); 
}
.content-afterlogin .dash-right-bx p .usr-nme{
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600;
    font-size: 20px;
}
.content-afterlogin .right-bx-dep{
    padding: 3%;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgb(0 123 139); 
    height: 100%;
}
.wallet-cards .card{
    height: 100%;
    color: #fff;
}
.carousel-control-prev, .carousel-control-next {
    background-color: transparent;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
                
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
    padding: 12px 0;
}

.marquee-wrapper .marquee {
    display: inline-block;
    white-space: nowrap;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    animation: marquee 12s linear infinite;
}
.marquee-wrapper .marquee p{
        margin: 0;
    }

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
@media (max-width: 768px) {
    .carousel-caption{
        padding: 5% 0% 5% 0;
    }
    .service-section__title{
        font-size: 25px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .service-section__card{
        height: auto;
    }
    .service-section__card img{
        margin-top: 0;
    }
    .fixed-hero-section h1{
        font-size: 28px;
    }
    .fixed-hero-section__logos{
        gap: 10px;
    }
    .fixed-hero-section__logos span{
        font-size: 14px;
    }
    .tp-pricing-section .tp-plan-price{
        font-size: 30px;
    }
        .why-choose-section__title {
        font-size: 25px;
    }
    .carousel-caption p{
        font-size: 12px;
        margin: 0 0 -20px 0;
    }
     .carousel-caption a{
         font-size: 10px;
         padding: 0;
         margin: -25px 0 0 0 !important;
     }
    .category .card{
        margin-bottom:2%;
    }   
    .marquee-wrapper .marquee{
        font-size: 14px;
    }
    .marquee-wrapper .marquee p{
        margin: 0;
    }
     .offer-pg-contn{
                        padding: 15px 0 0;
                    }
    .desktop-login{
        display: none !important;
    }
    .mobile-login{
        border-radius: 50px;
        padding: 0.7% 2%;
        border: 1px solid #fff;
        display: block;
        color: #fff;
        position: fixed;
        top: 5%;
        right: 20%;
    }
    .site_logo {
    height: 80px;
    width: 60%;
    }
    .footersite_logo {
    border-radius: 25px 25px;
            width: 45%;
        height: 40%;
}
}

@media (min-width: 768px) {
    .card img {
        height: 240px;
    }
}



/*Login and registration css changes*/
     
         .login-sec-area {
            min-height: 100vh;
            /*background: linear-gradient(10deg, #00b669 0%, #00609a 100%);*/
        }

         .login-sec-area .login-container {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 6% 0;
        }

         .login-sec-area .login-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            max-width: 1000px;
            width: 100%;
        }

         .login-sec-area .left-section {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 60px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 100%;
        }

         .login-sec-area .left-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

         .login-sec-area .left-section p {
            font-size: 1.1rem;
            margin-bottom: 40px;
            opacity: 0.9;
        }

         .login-sec-area .graph-container {
            width: 100%;
            max-width: 400px;
            /*height: 300px;*/
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

         .login-sec-area .graph-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
        }

         .login-sec-area .right-section {
            padding: 60px 50px;
        }

         .login-sec-area .login-header {
            margin-bottom: 40px;
        }

         .login-sec-area .login-header h3 {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 10px;
        }

         .login-sec-area .login-header p {
            color: #666;
            font-size: 1rem;
        }

         .login-sec-area .form-control {
            padding: 12px 15px;
            border-radius: 10px;
            border: 1px solid #ddd;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

         .login-sec-area .form-control:focus {
            border-color: #00b669;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
        }

         .login-sec-area .input-group-text {
            background: transparent;
            border-right: none;
            border-radius: 25px 0 0 25px;
        }

         .login-sec-area .input-group .form-control {
            border-left: none;
            border-radius: 0 25px 25px 0;
        }

         .login-sec-area .input-group:focus-within .input-group-text {
            border-color: #00b669;
        }

         .login-sec-area .btn-login {
            width: 100%;
            padding: 12px;
            background: linear-gradient(135deg, #00b669 0%, #00609a 100%);
            border: none;
            border-radius: 25px;
            color: white;
            font-size: 1.1rem;
            font-weight: 600;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

         .login-sec-area .btn-login:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(102, 126, 234, 0.4);
        }

         .login-sec-area .forgot-password {
            color: #00b669;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

         .login-sec-area .forgot-password:hover {
            color: #00609a;
        }

         .login-sec-area .signup-link {
            text-align: center;
            margin-top: 30px;
            color: #666;
        }

         .login-sec-area .signup-link a {
            color: #00b669;
            text-decoration: none;
            font-weight: 600;
        }

         .login-sec-area .signup-link a:hover {
            color: #00609a;
        }
        
           #registerform{
            background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
        }
         #registerform .btn-login{
             background: #000;
             color: #fff;
             border-radius: 25px;
             transition: 0.4s;
         }
          #registerform .btn-login:hover{
             background: #fff;
             color: #000;
             transition: 0.4s;
         }
         .login-sec-area  #registerform .login-header h3{
             color: #fff;
         }
         .login-sec-area #registerform .login-header p{
             color: #eee;
         }
         #registerform  .form-label{
             color: #eee;
         }
         .login-sec-area #registerform p a{
             color: #fff;
             transition: 0.4s;
             text-decoration: none;
         }
          .login-sec-area #registerform p a:hover{
             color: #000;
         }

        @media (max-width: 768px) {
             .login-sec-area .left-section {
                padding: 40px 30px;
                /*min-height: auto;*/
            }

             .login-sec-area .left-section h2 {
                font-size: 2rem;
            }

            /* .login-sec-area .graph-container {*/
            /*    height: 200px;*/
            /*}*/

             .login-sec-area .right-section {
                padding: 40px 30px;
            }

             .login-sec-area .login-header h3 {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 576px) {
             .login-sec-area .left-section {
                padding: 30px 20px;
            }

             .login-sec-area .right-section {
                padding: 30px 20px;
            }
        }
/*Login and registration css changes End*/







/*#carouselExampleIndicators, #carouselExampleIndicators .carousel-inner {*/
/*    max-height: 100vh;*/
/*}*/

#carouselExampleIndicators .carousel-inner {
    position: relative;
}

#carouselExampleIndicators .carousel-inner .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

#carouselExampleIndicators .carousel-item img {
    height: 100%;
}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption {
    z-index: 2;
    height: max-content;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    transform: scale(1.25);
}




/*Plan section start*/
 .tp-pricing-section {
      padding: 80px 0;
      background: #ffffff;
    }

    /* Card Wrapper */
    .tp-pricing-section .tp-plan-card {
       background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
      border-radius: 22px;
      padding: 30px 25px;
      height: 100%;
      position: relative;
      transition: 0.4s;
    }

    /* Inner Box */
    .tp-pricing-section .tp-plan-header {
      background: #ffffff;
      border-radius: 16px;
      padding: 25px;
      margin-bottom: 25px;
      color: #000000;
    }

    .tp-pricing-section .tp-plan-title {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px;
      background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    }

    .tp-pricing-section .tp-plan-price {
      font-size: 36px;
      font-weight: 800;
      margin-bottom: 5px;
    }

    .tp-pricing-section .tp-plan-price span {
      font-size: 14px;
      font-weight: 500;
    }

    .tp-pricing-section .tp-plan-desc {
      font-size: 14px;
      color: #555;
    }

    /* Features */
    .tp-pricing-section .tp-plan-features {
      list-style: none;
      padding: 0;
      margin: 0 0 30px;
    }
    .tp-plan-features a{
        color: #eee;
        transition: 0.4s;
        text-decoration: none;
    }
    .tp-plan-features a:hover{
        color: #000;
    }
    .tp-pricing-section .tp-plan-features li {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
      font-size: 15px;
      transition: 0.4s;
    }
    .tp-pricing-section .tp-plan-features li:hover{
        padding-left: 5px;
        transition: 0.4s;
    }
    .tp-pricing-section .tp-plan-features i {
      width: 18px;
      height: 18px;
      border-radius: 50%;
     background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
    }

 
    /* Button */
    .tp-pricing-section .tp-plan-btn {
      width: 100%;
      border-radius: 25px;
      padding: 12px 0;
      font-weight: 600;
      border: none;
      text-decoration: none;
      display: block;
      text-align: center;
    }

    .tp-pricing-section .tp-btn-dark {
       background: #fff;
       color:#00609a;
    }
    
       .tp-pricing-section .tp-plan-card:hover{
       transition: 0.4s;
      background: #353635;
   }
   .tp-pricing-section .tp-plan-card:hover  .tp-plan-features a{
       color: #777;
       transition: 0.4s;
   }
   .tp-pricing-section .tp-plan-card:hover  .tp-btn-dark{
      background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
       color:#fff;
       transition: 0.4s;
   }


    @media (max-width: 991px) {
     
    }
    
    /*Plans section end*/
    
    
    /*plans start*/
      
/* Parent class */
.modern-table-wrap {
  width: 100%;
  overflow-x: auto;
  padding: 20px;
}

/* Table */
.modern-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  font-family: "Segoe UI", sans-serif;
  margin: 0 0 5% 0;
}

/* Header */
.modern-table thead {
  background: linear-gradient(135deg, #00b669, #00609a);
  color: #ffffff;
}

.modern-table th {
  padding: 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Body */
.modern-table td {
  padding: 15px;
  font-size: 14px;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #eee;
}

/* Row hover */
.modern-table tbody tr:hover {
  background: #f7fbff;
  transition: 0.3s;
}

/* First column */
.modern-table td:first-child {
  font-weight: 600;
  text-align: left;
}

/* Badge style */
.modern-badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 20px;
  background: #e6f7f1;
  color: #00b669;
  font-weight: 600;
}

/* Responsive text */
@media (max-width: 768px) {
  .modern-table th,
  .modern-table td {
    padding: 12px;
    font-size: 13px;
  }
  .table-bx-modern{
      overflow-x: scroll;
  }
}



/*Faq Section start*/
.faq-sec-con{
    padding: 5% 0 8%;
}
.faq-section {
  max-width: 900px;
  margin: 15% auto 0;
}

/* FAQ item */
.faq-section .faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}


/*FOOTER*/
.foot{
    padding: 0;
    margin: 0;
}
.foot .hero-section {
            background-color: #343333;
            padding: 60px 20px;
            text-align: center;
            color: white;
        }

        .foot .hero-title {
            font-size: 2.5rem;
            font-weight: 300;
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .foot .hero-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .foot .btn-trade {
            background-color: #ea7964;
            color: white;
            padding: 12px 35px;
            border-radius: 30px;
            text-decoration: none;
            border: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .foot .btn-trade:hover {
            background-color: #d66854;
            transform: translateY(-2px);
        }

        .foot .btn-discord {
            background-color: rgba(0, 0, 0, 0.3);
            color: white;
            padding: 12px 35px;
            text-decoration: none;
            border-radius: 30px;
            border: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .foot .btn-discord:hover {
            background-color: rgba(0, 0, 0, 0.5);
            transform: translateY(-2px);
        }

        .footer-con-sec {
            background: linear-gradient(-175deg, #00b669 0%, #00609a 100%) !important;
            color: white;
            padding: 60px 0 30px;
        }

        .footer-con-sec .footer-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 30px;
            font-size: 1.5rem;
            font-weight: 300;
        }

        .footer-con-sec .brand-logo {
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer-con-sec .brand-logo::before,
        .footer-con-sec .brand-logo::after {
            content: '';
            width: 10px;
            height: 20px;
            background: #6b5b52;
            position: absolute;
        }

        .footer-con-sec .social-link {
            color: white;
            text-decoration: none;
            display: block;
            margin-bottom: 20px;
            transition: color 0.3s ease;
        }

        .footer-con-sec .social-link:hover {
            color: #00b669;
        }

        .footer-con-sec .social-title {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .footer-con-sec .social-desc {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
        }

        .footer-con-sec .footer-section-title {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 15px;
            color: white;
        }

        .footer-con-sec .footer-link {
            color: white;
            text-decoration: none;
            display: block;
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .footer-con-sec .footer-link:hover {
            color: #00609a;
        }

        .footer-con-sec .footer-desc {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 20px;
        }

        .footer-con-sec .accent-primary {
            color: #00b669;
        }

        .footer-con-sec .accent-secondary {
            color: #00609a;
        }

        @media (max-width: 768px) {
            .foot {
                font-size: 1.8rem;
            }

            .footer-con-sec {
                padding: 40px 0 20px;
            }

            .footer-con-sec .footer-brand {
                justify-content: center;
            }

            .footer-con-sec .social-link,
            .footer-con-sec .footer-link {
                text-align: center;
            }
        }



/* Question */
.faq-section .faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

/* Icon */
.faq-section .faq-icon {
  font-size: 22px;
  font-weight: 700;
  color: #00b669;
  transition: transform 0.3s ease;
}

/* Answer */
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.faq-section .faq-answer p {
  margin: 16px 0;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* Active state */
.faq-section .faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-section .faq-item.active .faq-icon {
  content: "-";
}
.faq-sec-con .service-section {
    background: #f9fafc45;
}
.faq-sec-con video{
    width: 100%;
    border-radius: 20px;
}


/*thank you page start*/
  .thankyou-sec {
            padding: 15% 0;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
            padding: 20px;
            overflow: hidden;
        }
.thank-you-container a{
        padding: 2% 0;
    text-decoration: none;
    transition: 0.4s;
    width: 40%;
    margin: 0 auto;
}
.thank-you-container a:hover{
    transform: scale(1.02);
}
        .thankyou-sec .thank-you-container {
            max-width: 600px;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 30px;
            padding: 60px 40px;
            text-align: center;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
            position: relative;
            animation: fadeInUp 0.8s ease;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .thankyou-sec .checkmark-container {
            width: 100px;
            height: 100px;
            margin: 0 auto 30px;
            position: relative;
            animation: scaleIn 0.6s ease 0.2s both;
        }

        @keyframes scaleIn {
            from {
                transform: scale(0);
            }
            to {
                transform: scale(1);
            }
        }

        .thankyou-sec .checkmark-circle {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
        }

        .thankyou-sec .checkmark {
            width: 40px;
            height: 40px;
            border: 4px solid white;
            border-top: none;
            border-left: none;
            transform: rotate(45deg);
            animation: drawCheck 0.5s ease 0.5s both;
        }

        @keyframes drawCheck {
            from {
                width: 0;
                height: 0;
            }
            to {
                width: 40px;
                height: 40px;
            }
        }

        .thankyou-sec h1 {
            font-size: 42px;
            color: #333;
            margin-bottom: 20px;
            font-weight: 700;
            animation: fadeIn 0.6s ease 0.4s both;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        .thankyou-sec .message {
            font-size: 18px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 40px;
            animation: fadeIn 0.6s ease 0.6s both;
        }

        .thankyou-sec .details {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 30px;
            animation: fadeIn 0.6s ease 0.8s both;
        }

        .thankyou-sec .detail-row {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .thankyou-sec .detail-row:last-child {
            border-bottom: none;
        }

        .thankyou-sec .detail-label {
            color: #888;
            font-size: 14px;
            font-weight: 500;
        }

        .thankyou-sec .detail-value {
            color: #333;
            font-size: 14px;
            font-weight: 600;
        }

        .thankyou-sec .button-group {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
            animation: fadeIn 0.6s ease 1s both;
        }

        .thankyou-sec .btn {
            padding: 15px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            display: inline-block;
        }

        .thankyou-sec .btn-primary {
            background: linear-gradient(135deg, #04664c 0%, rgb(59, 99, 59) 100%);
            color: white;
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
        }

        .thankyou-sec .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
        }

        .thankyou-sec .btn-secondary {
            background: white;
            color: #04664c;
            border: 2px solid #04664c;
        }

        .thankyou-sec .btn-secondary:hover {
            background: #04664c;
            color: white;
            transform: translateY(-3px);
        }

        .thankyou-sec .decorative-circle {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
            animation: float 6s ease-in-out infinite;
        }

        .thankyou-sec .circle-1 {
            width: 150px;
            height: 150px;
            top: -50px;
            right: -50px;
        }

        .thankyou-sec .circle-2 {
            width: 100px;
            height: 100px;
            bottom: -30px;
            left: -30px;
            animation-delay: -3s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0) scale(1);
            }
            50% {
                transform: translateY(-20px) scale(1.1);
            }
        }

        @media (max-width: 600px) {
            .thankyou-sec {
                padding: 5%;
            }
            .thankyou-sec .thank-you-container {
                padding: 40px 25px;
            }
            
            .thankyou-sec .checkmark-circle{
                width: 75px;
                height: 75px;
            }

            .thankyou-sec h1 {
                font-size: 25px;
            }

            .thankyou-sec .message {
                font-size: 14px;
            }

            .thankyou-sec .button-group {
                flex-direction: column;
            }

            .thankyou-sec .btn {
                width: 100%;
            }
        }





.plans-cards-container, .testimonial-container, .welcome-container, .img-slider-container, .about-container {
    background-color: #f5f8f4;
}

.plans-cards-container .card {
    border: none;
    background: transparent;
    box-shadow: #36503140 0px 2px 5px -1px, #36503150 0px 1px 3px -1px;
    border-radius: 24px !important;
}

.plans-cards-container .card * {
    transition: all 0.5s ease;
}

.plans-cards-container .card .card-header {
       background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    border-bottom: none;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.plans-cards-container .card:hover .card-header {
    color: #ffffff !important;
}
.plans-cards-container .card:hover .card-header h2{
    color: #fff !important;
}
.plans-cards-container .card .price-container {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.plans-cards-container .card:hover .price-container {
    background-color: #008a82;
}

.plans-cards-container .card .price-container h1 {
    padding-left: 1rem;
    position: relative;
    width: max-content;
    color: #ffffff;
}

.plans-cards-container .card:hover .price-container h1 {
    /*background-color: #ffffff;*/
    color: #fff;
}

.plans-cards-container .card .price-container h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 150%;
    width: 115%;
     background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
    z-index: -1;
    transform: translateX(-10%) skewX(-20deg);
}

.plans-cards-container .card:hover > .price-container h1::before {
    background-color: #ffffff;
}

.plans-cards-container .card .card-body {
    background-color: #ffffff !important;
    color: #ECA900 !important;
}

.plans-cards-container .card:hover .card-body a {
    color: #ffffff !important;
}

.plans-cards-container .card:hover .card-body {
    background-color: #008a82 !important;
    color: #ffff !important;
}
.plans-cards-container .card:hover .card-body p{
    color: #ffff !important;
}
.plans-cards-container .card:hover .card-body p a{
    color: #ffff !important;
}
.plans-cards-container .card .card-footer {
    background-color: #ffffff !important;
    border-top: none;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}

.plans-cards-container .card:hover .card-footer {
    background-color: #008a82 !important;
}

.plans-cards-container .btn-outline-success {
    border-color: none;
    color: #fff;
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
}

.plans-cards-container .card:hover .card-footer .btn-outline-success {
    border-color: #fff;
    color: #ffffff;
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
}

.plans-cards-container .card:hover .card-footer .btn-outline-success:hover {
    transform: scale(1.25);
}

.footer-container {
   background-color: #000;
}
.footer-container  .col-md-5 p{
    padding: 0 20% 0 0;
}
.footer-container  .col-md-4{
    padding: 0 40px 0 0;
}
.footer-container  h5{
    border-bottom: 2.2px solid #fff;
        margin: 0 0 5% 0;
    font-weight: 600;
    padding: 0 0 2% 0;
}
.footer-container .list-group-item a{
    text-decoration:  none;
}
footer .link-secondary {
    color: #eee !important;
    transition: 0.4s;
}

footer .link-secondary:hover {
    color: #00b568 !important;
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child),
.list-group-horizontal>.list-group-item+.list-group-item,
.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    padding: 0;
    background: transparent;
    border: none;
}

.custom-button {
   background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
    border: none;
    border-radius: 25px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    outline: transparent;
    padding: 5px 30px 7px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.5s ease-in-out;
    user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    box-shadow: none;
}

.custom-button:not([disabled]):focus, .custom-button:not([disabled]):hover {
    box-shadow: 0 0 4px #01322080, -1px -1px 8px #013220bf, 1px 1px 8px #013220bf;
}



/*Reviews section start*/
 .tp-review-section {
      padding: 80px 0;
      background: linear-gradient(135deg, #fff6ec 0%, #f7fbff 100%);
    }

    /* Top Content */
    .tp-review-section .tp-top-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 50px;
      flex-wrap: wrap;
      gap: 30px;
    }

    .tp-review-section .tp-left h2 {
      font-size: 42px;
      font-weight: 700;
      color: #008c81;
      margin-bottom: 5px;
    }
  .tp-review-section .tp-left h1{
      font-size: 42px;
      font-weight: 700;
  }
    .tp-review-section .tp-left h1 span{
      color: #008c81; 
    }
    .tp-review-section .tp-left p {
      font-size: 16px;
      color: #0b3c6d;
      font-weight: 600;
    }

    .tp-review-section .tp-right {
      text-align: right;
    }

    .tp-review-section .tp-users {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 15px;
    }

    .tp-review-section .tp-users img {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-left: -10px;
    }

    .tp-review-section .tp-right p {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .tp-review-section .tp-btn-primary {
      background: #f18a2b;
      color: #fff;
      padding: 10px 22px;
      border-radius: 8px;
      font-weight: 600;
      text-decoration: none;
      margin-right: 10px;
      display: inline-block;
    }
    
    .tp-review-section .row .col-md-4{
        padding: 10px;
    }
    .tp-review-section .row .col-md-6{
        padding: 10px;
    }

    .tp-review-section .tp-btn-outline {
      border: 2px solid #008c81;
      color: #008c81;
      padding: 10px 22px;
      border-radius: 8px;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
    }

    /* Review Cards */
    .tp-review-section .tp-review-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 25px;
      height: 100%;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .tp-review-section .tp-stars {
      color: #ffb703;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .tp-review-section .tp-review-text {
      font-size: 15px;
      color: #333;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .tp-review-section .tp-review-footer {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .tp-review-section .tp-review-footer img {
      width: 44px;
      height: 44px;
      border-radius: 50%;
    }

    .tp-review-section .tp-review-footer h6 {
      font-size: 15px;
      margin: 0;
      font-weight: 700;
    }

    .tp-review-section .tp-review-footer span {
      font-size: 13px;
      color: #777;
    }

    @media (max-width: 768px) {
      .tp-review-section .tp-top-wrap {
        flex-direction: column;
        text-align: center;
      }

      .tp-review-section .tp-right {
        text-align: center;
      }

      .tp-review-section .tp-users {
        justify-content: center;
      }
    }
/*Reviews section end*/
.map-bx{
    border-radius: 20px;
    padding: 5%;
}
    .contact-page {
            background: linear-gradient(135deg, #eee 0%, #efefef 100%);
            padding: 60px 0;
        }
        
        .contact-page .building-section {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        
        .contact-page .building-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.9;
        }
        
        .contact-page .form-card {
            background: white;
            border-radius: 20px;
            padding: 50px 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        }
        
        .contact-page .form-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 10px;
        }
        
        .contact-page .form-subtitle {
            color: #718096;
            margin-bottom: 30px;
            font-size: 0.95rem;
        }
        
        .contact-page .form-subtitle a {
            color: #5b6fee;
            text-decoration: none;
        }
        
        .contact-page .form-label {
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 8px;
            font-size: 0.9rem;
        }
        
        .contact-page .form-control {
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            padding: 12px 15px;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }
        
        .contact-page .form-control:focus {
            border-color: #5b6fee;
            box-shadow: 0 0 0 3px rgba(91, 111, 238, 0.1);
        }
        
        .contact-page .icon-input {
            position: relative;
        }
        
        .contact-page .icon-input i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #a0aec0;
        }
        
        .contact-page .icon-input .form-control {
            padding-left: 40px;
        }
        
        .contact-page .phone-input-wrapper {
            display: flex;
            gap: 10px;
        }
        
        .contact-page .country-select {
            width: 100px;
            flex-shrink: 0;
        }
        
        .contact-page .submit-btn {
           background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
            color: white;
            border: none;
            border-radius: 50px;
            padding: 15px 40px;
            font-size: 1rem;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s ease;
            margin-top: 20px;
        }
        
        .contact-page .submit-btn:hover {
            background: #4c5fd5;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(91, 111, 238, 0.3);
        }
        
        .contact-page .char-count {
            font-size: 0.8rem;
            color: #a0aec0;
            text-align: right;
            margin-top: 5px;
        }
        
        .contact-page .info-section {
            background: white;
            border-radius: 20px;
            padding: 50px 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
            margin-top: 40px;
        }
        
        .contact-page .info-title {
            font-size: 2rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 10px;
        }
        
        .contact-page .info-subtitle {
            color: #718096;
            margin-bottom: 40px;
            font-size: 0.95rem;
        }
        
        .contact-page .info-subtitle a {
            color: #5b6fee;
            text-decoration: none;
        }
        
        .contact-page .info-card {
            text-align: center;
            padding: 30px 20px;
            border-radius: 15px;
            transition: all 0.3s ease;
        }
        
        .contact-page .info-card:hover {
            background: #f7fafc;
            transform: translateY(-5px);
        }
        
        .contact-page .info-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.5rem;
            color: #fff;
        }
        
        .contact-page .info-card-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 10px;
        }
        
        .contact-page .info-card-text {
            color: #718096;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }
        
        .contact-page .info-card-link {
            background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
            text-decoration: none;
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .contact-page {
                padding: 30px 0;
            }
            
            .contact-page .form-card,
            .contact-page .info-section {
                padding: 30px 20px;
            }
            
            .contact-page .form-title,
            .contact-page .info-title {
                font-size: 1.8rem;
            }
            
            .contact-page .building-section {
                min-height: 250px;
            }
        }




@media (max-width: 768px) {
 .foot .hero-title {
    font-size: 1.1rem;
 }
 #carouselExampleIndicators .carousel-item img {
    height: 250px;
}
 .foot .btn-trade{
     font-size: 12px;
     padding: 10px 25px;
 }
 .vp-breadcrumb-wrapper{
     padding: 12% 0;
 }
 .foot .btn-discord {
        font-size: 12px;
     padding: 10px 25px;
 }
 .vp-breadcrumb .breadcrumb-item a{
     font-size: 10px;
 }
 .footer-container .col-md-5 p{
     font-size: 14px;
     padding: 0;
 }
 footer .link-secondary{
     font-size: 14px;
 }
 .vp-breadcrumb-wrapper h1 {
    font-size: 25px;
}
.vp-breadcrumb{
    padding: 5px 18px;
}
.vp-breadcrumb .breadcrumb-item{
    font-size: 10px;
}
.carousel-inner .custom-button{
    margin: 15px 0 0 0;
    font-size: 10px;
    padding: 6px 18px;
}
  .cop-right{
      
     text-align: center;
     justify-content: center;
  }
 .cop-right span{
     font-size: 13px;
 }
 .footer-container h5{
     font-size: 18px;
 }
 .footer-container .row .col-sm-7 .row{
     padding: 3%;
 }
}


.testimonial-container .card {
    border: none;
    box-shadow: #36503140 0px 2px 5px -1px, #36503150 0px 1px 3px -1px;
}

.testimonial-container .card .testimonial-card-img-container {
    height: 5vh;
}

.testimonial-container .card .testimonial-card-img-container img {
    top: -100%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    height: auto;
}

.text-green,.testimonial-container h2 span, .testimonial-container .card .person-rating, .about-container h2 span {
    /*color: #ECA900 !important;*/
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.text-green-color{
    /*color:green;*/
    color:#56ba42;
}

.about-img-container img {
    border: 4px solid #008286;
       display: flex;
    justify-content: right;
    margin: 0 0 0 auto;
    border: 4px solid #008286;
    width: 70%;
}
.about-img-container .video-over{
    right: 50px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    position: absolute;
    bottom: -40px;
    box-shadow: 0 2px 8px rgb(0 130 134);
}
.service-sec-con .graph-container .video-over{
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}
.service-sec-con .graph-container{
    padding: 5%;
}
.img-slider-container .cards-wrapper .card {
    border-radius: 0.375rem;
}

.img-slider-container .cards-wrapper .card .card-body {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.sidebar-afterlogin h4{
        background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600;
    font-size: 30px;
}
.sidebar-afterlogin{
    padding: 20px;
    box-shadow: 0 2px 8px rgb(0 123 139);
    border-radius: 15px;
    margin: 0px;
}
.sidebar-afterlogin .list-group-item {
    border: none;
    background-color: transparent;
    border-radius: 35px;
       margin: 0 0 5% 0;
    box-shadow: 0 2px 9px rgb(0 155 121);
}
.content-afterlogin .form-control{
    padding: 10px 0 10px 10px;
    border-radius: 25px;
    border: 1px solid #007c8a;
    transition: 0.4s;
}
.content-afterlogin .form-label{
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600;
}
.content-afterlogin .form-control:hover{
      box-shadow: 0 2px 9px rgb(0 155 121);
      transition: 0.4s;
      transform: scale(1.02);
}
.sidebar-afterlogin .list-group-item.active {
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
    color: #fff;
    border: 0;
}

.sidebar-afterlogin .list-group-item a {
    color: inherit;
    font-weight: bold;
    width: 100%;
    display: block;
     border-radius: 25px;
    padding: 11px 0 11px 20px;
}

.sidebar-afterlogin .list-group-item:hover {
    background-color: #0000000d;
}

.dashboard-container .content-afterlogin .card {
    background-color: transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    padding: 15px;
    transition: 0.4s;
}
.dashboard-container .content-afterlogin .card:hover{
    transition: 0.4s;
    box-shadow: 0 4px 8px rgb(0 141 129);
    transform:scale(1.02);
    border: 2px solid #008a82;
}
.dashboard-container a{
    color: #008a82;
    text-decoration: none;
}
.dashboard-container a:hover{
    color: #006597;
}
.dashboard-container .content-afterlogin .card img {
    padding: 10px 0;
    width: 25%;
    height: auto;
    opacity: 0.75;
}

.wishlist-container .content-afterlogin img.blankwishlistimg, .cart-container .content-afterlogin img.blankcartimg {
    opacity: 0.5;
    width: 25%;
    height: auto;
    padding: 10px;
}

.wallet-container .content-afterlogin .wallet-top-container {
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
    color: #ffffff;
    border-radius: 8px;
}

.wallet-container .content-afterlogin .wallet-top-container a {
    color: inherit;
}

.wallet-container .content-afterlogin .wallet-cards .card {
    background: linear-gradient(10deg, #00b669 0%, #00609a 100%);
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    padding: 15px;
}

.wallet-container .content-afterlogin .wallet-cards .card:hover {
    background-color: #ECA90026;
}

.wallet-container .content-afterlogin .wallet-cards .card.active {
    background-color: #ECA9004D;
}

/*.wallet-dashboard-container .content-afterlogin .card .atc-btn-container {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    transition: display 5s ease;
}*/

/*.wallet-dashboard-container .content-afterlogin .card {
    padding-bottom: 0;
    transition: padding-bottom 0.5s ease;
}

.wallet-dashboard-container .content-afterlogin .card:hover {
    padding-bottom: 50px;
}*/

/*.wallet-dashboard-container .content-afterlogin .card:hover .atc-btn-container {
    display: block;
    opacity: 1;
}*/

.wishlist-btn{
    position: absolute;
    top: 2px;
    right: 2px;
    max-height: 40px;
    cursor: pointer;
    display: none;
}
.link-underline{
    font-size: 14px;
    color: #006895;
    padding: 20px 0;
}
.addrss-btn .link-underline{
        background: linear-gradient(10deg, #00b669 0%, #00609a 100%) !important;
    color: #fff !important;
    width: 15%;
    border-radius: 20px !important;
    padding: 5px 15px;
    transition: 0.4s;
    text-align: center;
}
.addrss-btn .link-underline:hover{
   transition: 0.4s;
   transform: scale(1.02);
}
.table {
    /*--bs-table-accent-bg: transparent;*/
    /*--bs-table-striped-color: var(--bs-emphasis-color);*/
    --bs-table-striped-bg: #009f76;
    /*--bs-table-active-color: var(--bs-emphasis-color);*/
    /*--bs-table-active-bg: orange;*/
    --bs-table-hover-color: #fff;
    --bs-table-hover-bg: #ccc
;
}