/*
* Template Name : Rictor - Onepage Multipurpose Template
* Version : 1.0
* Created by : Themesdesign
*/
/*
1. Basic
2.Helper
3.Title
4.Bootstrap Reset
5.Navbar Custom
6.home
7.About Us
8.Fun Factors
9.Video play
10.BLOG SECTION
11.PURCHASE SECTION
12.SERVICE SECTION
13.PORTFOLIO
14.TESTIMONIAL
15.PRICING BOX
16.TEAM-SECTION
17.CONTACT US
18.FOOTER COPYRIGHT
19.RESPONSIVE
*/

/* ==========
   1.Basic
   ========== */
body {
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
  background-color: #000000;
  color: #e0e0e0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
  color: #e0e0e0;
}
a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #1b9cde;
}
/*====================
    2.Helper
    ===================*/
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-0 {
  margin-top: 0px;
}
.margin-t-30 {
  margin-top: 30px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-r-l-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-b-100 {
  padding-bottom: 100px;
}
.padding-b-10 {
  padding-bottom: 10px;
}
.padding-t-b-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.padding-t-b-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.width-full {
  width: 100%;
}
.height-100vh {
  height: 100vh;
}
.position-relative {
  position: relative;
}
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.72);
}
/*=========================
        3. Title
    =======================*/
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.section-title {
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: xx-large;
  text-transform: uppercase;
  color: #fc621e;
}
.sub-title {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  color: #ffffff !important;
}
/* =============
     4. Bootstrap Reset
  ============== */
/* Text color */
.text-primary {
  color: #1b9cde;
}
.text-success {
  color: #66d203;
}
.text-info {
  color: #00a4fe;
}
.text-warning {
  color: #f5a623;
}
.text-danger {
  color: #e66060;
}
.text-muted {
  color: #898989;
}
.text-white {
  color: #fff !important;
}
.text-gray {
  color: #cccccc !important;
  line-height: 31px;
}
.text-dark {
  color: #e0e0e0 !important;
}
/*-------------BACKGROUND COLOR---*/
.bg-gray {
  background-color: #2c2c2c;
}
.bg-gray-light {
  background-color: #000000;
}
.bg-white {
  background-color: #1e1e1e;
}
.bg-dark {
  background-color: #020817 !important;
}
/*====Buttons=======*/
.btn {
  padding: 9px 28px;
  background-color: #333333;
  color: #ffffff;
}
.btn-sm {
  padding: 5px 10px;
  background-color: #333333;
  color: #ffffff;
}
.btn-rounded {
  border-radius: 30px;
}
.btn-primary {
  background-color: #1b9cde !important;
  border: 1px solid #1b9cde !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #1a89c1 !important;
  border: 1px solid #1a89c1 !important;
}
.btn-success {
  background-color: #64b937 !important;
  border: 1px solid #64b937 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #5ab903 !important;
  border: 1px solid #5ab903 !important;
}
.btn-info {
  background-color: #00a4fe !important;
  border: 1px solid #00a4fe !important;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #0094e5 !important;
  border: 1px solid #0094e5 !important;
}
.btn-warning {
  background-color: #ffb600 !important;
  border: 1px solid #ffb600 !important;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  background-color: #e6a400 !important;
  border: 1px solid #e6a400 !important;
}
.btn-danger {
  background-color: #e66060 !important;
  border: 1px solid #e66060 !important;
  color: #fff;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  background-color: #e34a4a !important;
  border: 1px solid #e34a4a !important;
}
.btn-default {
  background-color: #333333;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-white {
  background-color: #121212 !important;
  border: 1px solid #121212 !important;
  color: #e0e0e0 !important;
  transition: all 0.3s;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open > .dropdown-toggle.btn-white {
  background-color: #e0e0e0 !important;
  border: 1px solid #e0e0e0 !important;
  color: #121212 !important;
  transition: all 0.5s;
}
.btn-dark {
  background-color: #262c30;
  border: 1px solid #262c30;
  color: #fff;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open > .dropdown-toggle.btn-dark {
  background-color: #020817 !important;
  border: 1px solid #020817 !important;
  color: #fff !important;
}
.btn-custom {
  color: #fff;
  transition: all 0.3s;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  color: #f3f3f3 !important;
  transition: all 0.5s;
}

/*======================
  6. Navbar
  ======================*/
/* -- Topbar -- */
.tagline {
  background: #2c2c2c;
  font-size: 13px;
  color: #e0e0e0 !important;
}
.email,
.phone {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 11px 0;
  font-size: 15px;
  color: #e0e0e0;
}
.tagline .pull-left i {
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
  color: #e0e0e0;
}
.email a {
  transition: all 300ms;
  color: #1b9cde !important;
}
.top_socials {
  margin: 0 12px;
}
.top_socials li {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  padding: 0;
}
.top_socials a {
  display: block;
  line-height: 40px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  text-align: center;
  color: #e0e0e0 !important;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
}
.tagline > .container-fluid {
  width: 90%;
}
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sticky-wrapper {
  position: absolute;
  width: 100%;
}

.navbar-nav {
  margin-top: 10px;
}

.logo {
  font-weight: 700;
  font-size: 22px;
  color: #e0e0e0 !important;
  text-transform: uppercase;
}
.navbar-custom .navbar-nav li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  border-bottom: 3px solid transparent;
  background-color: transparent !important;
  padding: 7px 0;
  margin: 0 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.navbar-custom > .container-fluid {
  width: 90%;
}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #fc621e;
}

.navbar-custom .navbar-nav li.active a {
  color: #fc621e !important;
}
.is-sticky .navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #020817; /* Updated to dark mode */
  -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.3);
}

/* .is-sticky .navbar-custom .navbar-nav li a {
  color: #e0e0e0 !important;
} */

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #e0e0e0;
}

.navbar-custom .btn-custom {
  margin-top: 8px;
  margin-left: 20px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

/* Navbar white (Adjusted for dark mode contrast) */

.navbar-header-white {
  background-color: #333333 !important;
  padding: 15px 0px !important;
}

.navbar-header-white .logo {
  color: #e0e0e0 !important;
}
.navbar-header-white.navbar-custom .navbar-nav li a {
  color: #ccc !important;
}

.navbar-header-white.navbar-custom .navbar-toggle {
  color: #e0e0e0;
}

/*----Navbar-sticky--*/

.navbar-sticky.small {
  top: 0px !important;
}

.navbar-sticky {
  background-color: #262c30;
}
.navbar-sticky .navbar-nav > li > a {
  color: #cccccc;
}
.navbar-sticky .navbar-nav li a:hover,
.navbar-sticky .navbar-nav li a:focus,
.navbar-sticky .navbar-nav li a:active {
  color: #e0e0e0 !important;
}
.navbar-sticky .navbar-nav li.active a {
  color: #ffffff !important;
}
.navbar-sticky .navbar-brand {
  color: #e0e0e0 !important;
}
.navbar-sticky-half {
  position: relative;
  background-color: #020817 !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.navbar-sticky-half {
  background-color: #020817;
}
.navbar-sticky-half .navbar-nav > li > a {
  color: #cccccc;
}
.navbar-sticky-half .navbar-brand {
  color: #e0e0e0 !important;
}
.navbar-sticky-half .navbar-nav li a:hover,
.navbar-sticky-half .navbar-nav li a:focus,
.navbar-sticky-half .navbar-nav li a:active {
  color: #e0e0e0 !important;
}
.navbar-sticky-half .navbar-nav li.active a {
  color: #ffffff !important;
}
.navbar-sticky-half .navbar-toggle {
  color: #e0e0e0;
}

/*==============================
      HOME (Adjusted for dark mode)
  =================================*/

#first-slider .main-container {
  padding: 0;
}

#first-slider .slide-content h3 {
  color: #e0e0e0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

#first-slider .slide-content h4 {
  color: #e0e0e0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
#first-slider .slide-content .text-left {
  padding-left: 40px;
}

#first-slider .carousel-indicators {
  bottom: 0;
}

#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}

#first-slider .carousel .item {
  height: 100vh;
  width: 100%;
}

.carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#first-slider h3 {
  animation-delay: 1s;
}

#first-slider h4 {
  animation-delay: 2s;
}

#first-slider h2 {
  animation-delay: 3s;
}

#first-slider .carousel-control {
  width: 6%;
  text-shadow: none;
  top: 47%;
  font-size: 30px;
}

#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #e0e0e0; /* Updated for dark mode */
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
  color: #e0e0e0; /* Updated for dark mode */
}

#first-slider .p a {
  text-decoration: underline;
  color: #e0e0e0; /* Updated for dark mode */
}
#first-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}
#first-slider .carousel-indicators .active {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: none;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-angle-left {
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 53px;
}
.carousel-control .fa-angle-right {
  right: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 53px;
}
.carousel-control {
  opacity: 1;
}

#first-slider .slide-content {
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-title {
  font-size: 65px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 300;
  color: #e0e0e0; /* Updated for dark mode */
}
.slide-subtitle {
  font-size: 15px;
  line-height: 26px;
  color: #cccccc; /* Updated for dark mode */
}
.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/*-------HOME 2-------------*/
.first-slider-half .carousel .item {
  height: 70vh !important;
  width: 100%;
}
/*-----Home 3----*/
.home-bg {
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  opacity: 0.4;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/img-1-dark.jpg) no-repeat center; /* Updated image for dark mode */
}
.main-home-full {
  height: 100vh;
  padding: 60px 0;
  z-index: 1;
  text-align: center;
  position: relative;
  color: #e0e0e0; /* Updated for dark mode */
  background: #000000;
  min-height: 400px;
}
.home-header-content {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.intro-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 48px;
  margin: 0px 0px 20px 0px;
  font-weight: 700;
}
.intro-title span {
  margin-left: 5px;
}
.intro-text {
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 24px;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.6s infinite;
  -moz-animation: blink 0.6s infinite;
  -ms-animation: blink 0.6s infinite;
  -o-animation: blink 0.6s infinite;
  animation: blink 0.6s infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------Home 4----*/
.main-home-half {
  height: 70vh;
  padding: 60px 0;
  z-index: 1;
  text-align: center;
  position: relative;
  font-size: 13px;
  color: #ffffff; /* Updated for dark mode */
  background: #000000;
  min-height: 400px;
}
/*-----Home 5 ------*/
.home-section {
  background-attachment: fixed;
  background: #000000;
  width: 100%;
  min-height: 650px;
  text-align: center;
  position: relative;
  background-size: cover;
}
.home-section .container {
  max-width: none;
  width: 100%;
}
.video-container {
  opacity: 0.5;
}
.video-bg-slider {
  height: 650px;
  position: relative;
}
.video-bg-slider:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.slidero {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 100;
}
/*-----Home 6----*/
.video-bg-slider-full {
  height: 100vh;
  position: relative;
}
.video-bg-slider-full:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
/*-------Home 7----*/
.navbar-sticky {
  background-color: #121212; /* Updated for dark mode */
}
.navbar-sticky {
  top: 43px !important;
}
/*===============================
      7.About Us
    ===============================*/
.about-fea-p {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #e0e0e0; /* Updated for dark mode */
}
.about-desc {
  line-height: 24px;
  padding-top: 10px;
  text-align: justify;
  color: #cccccc; /* Updated for dark mode */
}
/*==============================
    8.Fun Factors
    ==============================*/
.fact-border-left {
  border-left: 1px solid #555555; /* Updated for dark mode */
}
/*====================================
    9.Video play
  ======================================*/
.bg-overlay-parllax {
  background-color: rgba(0, 0, 0, 0.72);
}
.video-name {
  font-size: 60px;
  color: #e0e0e0; /* Updated for dark mode */
}
.video-name i {
  font-size: 100px;
  position: relative;
  top: 20px;
  color: #ffffff; /* Updated for dark mode */
}

/*==========================================
    10.BLOG SECTION
  ============================================*/
.blog-desc {
  line-height: 26px;
  color: #e0e0e0; /* Updated for dark mode */
}
.blog-border {
  height: 1px;
  background-color: #777777; /* Updated for dark mode */
  margin: 18px 0;
  width: 60px;
}
/*========================================  
    11.PURCHASE SECTION
  ===========================================*/
.purchase-desc {
  font-size: 28px;
  color: #ffffff; /* Updated for dark mode */
}
/*=================================
    12.SERVICE SECTION
  ===================================*/
.service-icon i {
  font-size: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5); /* Updated for dark mode */
  height: 75px;
  border-radius: 50%;
  width: 75px;
  line-height: 73px;
  color: #ffffff; /* Updated for dark mode */
}
.service-title {
  font-size: 16px;
  padding-top: 15px;
  font-weight: 700;
  color: #e0e0e0; /* Updated for dark mode */
}
.service-content {
  line-height: 24px;
  padding: 15px;
  text-align: justify;
  color: #cccccc; /* Updated for dark mode */
}
/*===============================
    13.PORTFOLIO
    ===============================*/

.filter-list {
  margin-bottom: 30px;
}
.filter-list a {
  padding: 5px 10px;
  display: block;
  border-radius: 3px;
  color: #e0e0e0; /* Updated for dark mode */
  margin: 10px 15px;
  text-decoration: none !important;
  outline: none !important;
  background-color: #333333; /* Updated for dark mode */
}
.portfolio-img:hover .portfolio-img-overlay span {
  opacity: 2;
}
.portfolio-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 250ms linear;
  background-color: rgba(0, 0, 0, 0.7); /* Updated for dark mode */
}
.filter-list a.current {
  color: #ffffff;
}
.container .work-grid-3 .work-item {
  width: 33.2%;
}
.item-content {
  background-color: #121212; /* Updated for dark mode */
  margin: 10px;
  padding: 10px;
  float: left;
  color: #e0e0e0; /* Updated for dark mode */
}
.project-desc h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding-top: 10px;
  color: #e0e0e0; /* Updated for dark mode */
}
/*=======================================
       14. TESTIMONIAL
    =======================================*/
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.review-desc {
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 25px;
  color: #e0e0e0; /* Updated for dark mode */
}
.quote-size {
  font-size: 65px;
  color: #ffffff; /* Updated for dark mode */
}

.user-img {
  height: 60px !important;
  width: 60px !important;
  margin-bottom: 30px;
}
/*===================================
    15.PRICING BOX
    ===================================*/
.pricing-plan {
  border-radius: 7px;
  background-color: #1c1c1c; /* Updated for dark mode */
}
.plan-name {
  padding: 40px 0 70px 0;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  border-radius: 7px 7px 0 0;
  color: #ffffff; /* Updated for dark mode */
}
.pricing-features {
  padding-top: 20px;
  font-size: 15px;
  line-height: 32px;
  color: #e0e0e0; /* Updated for dark mode */
}
.plan-price {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: -60px auto 0;
  padding: 2px 0px;
  background-color: #333333; /* Updated for dark mode */
  color: #ffffff; /* Updated for dark mode */
}
/*==================================
      16. TEAM-SECTION
    ===================================*/
.team-member img {
  height: 180px;
  width: 180px;
  border-radius: 50%; /* Updated for dark mode */
}
/*===========================================
      17.CONTACT US
  ============================================*/
.form-control {
  margin-bottom: 25px;
  box-shadow: none !important;
  /* border: none; */
  height: 44px;
  background-color: #000000; /* Updated for dark mode */
  color: #e0e0e0; /* Updated for dark mode */
  border-color: #1e293b !important;
}
/*=========================================
       18.FOOTER COPYRIGHT
    ==========================================*/
.footer .copy-rights,
.footer .social {
  margin: 0;
  color: rgba(255, 255, 255, 0.7); /* Updated for dark mode */
  padding: 30px 40px;
}
.footer {
  background-color: #000000;
}
.copy-rights {
  line-height: 36px;
}
.social li a {
  display: block;
  color: #777777 !important; /* Updated for dark mode */
  font-size: 20px;
  line-height: 36px;
  padding: 0 8px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
}
.social li a:hover {
  color: #fc621e !important; /* Updated for dark mode */
}
/*=====================================
    19.RESPONSIVE
  ====================================*/
@media (max-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 5px 0px !important;
    background-color: #020817;
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  }
  .logo {
    margin-top: 5px;
  }
  .about-fea-p {
    margin-top: 30px;
    color: #e0e0e0; /* Updated for dark mode */
  }

  .navbar-custom > .container-fluid {
    width: 100%;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: transparent;
  }

  .float-none {
    text-align: center !important;
    float: none !important;
  }

  .login-btn {
    padding-left: 10px;
  }

  .slide-text {
    padding: 10px 50px;
  }
  .control-round .carousel-control {
    display: none;
  }
  .padding-t-b-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .video-name i {
    font-size: 65px;
    position: relative;
    top: 18px;
    color: #ffffff; /* Updated for dark mode */
  }
  .intro-title {
    font-size: 30px;
    color: #e0e0e0; /* Updated for dark mode */
  }
  .video-name {
    font-size: 25px;
    color: #ffffff; /* Updated for dark mode */
  }
  .container .work-grid-3 .work-item {
    width: 100%;
  }
  .form-control {
    height: 45px;
    background-color: #020817; /* Updated for dark mode */
    color: #e0e0e0; /* Updated for dark mode */
    border-color: #1e293b !important;
  }
  .slide-title {
    font-size: 32px;
    color: #e0e0e0; /* Updated for dark mode */
  }
  .slide-subtitle {
    font-size: 15px;
    line-height: 22px;
    color: #cccccc; /* Updated for dark mode */
  }
  .navbar-sticky {
    top: 0px !important;
    background-color: #000000; /* Updated for dark mode */
  }
  #first-slider .carousel-control {
    display: none;
  }
  .filter-list a {
    margin: 5px 0px;
    background-color: #333333; /* Updated for dark mode */
    color: #e0e0e0; /* Updated for dark mode */
  }
  .navbar-sticky .navbar-brand {
    color: #ffffff !important; /* Updated for dark mode */
  }
  .navbar-sticky-half .navbar-brand {
    color: #ffffff !important; /* Updated for dark mode */
  }
  .navbar-sticky-half .logo {
    color: #e0e0e0 !important; /* Updated for dark mode */
  }
  .first-slider-half .carousel .item {
    height: 100vh !important;
    background-color: #121212; /* Updated for dark mode */
  }
}
