/* Reset and base styles */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Poppins", serif;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; */
    line-height: 1.5;
    background-color: #EDEDED;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  .bg-red{
    background-color: #FD6190!important;
  }
  .topbar{
    /* max-width: 1445px!important; */
    background-color: #FD6190!important;
    margin: 0 auto;
  }
  .mx-limit{
    /* max-width: 1445px!important; */
    background-color: #ffffff!important;
    margin: 0 auto;
  }
  .text-black{
    color: #000000;
  }

  .caption{
    max-width: 60%;
  }
  .blink-cost{
    font-size: 9px;
    /* position: absolute; */
    top: 18px;
    animation: blinker 1.5s linear infinite;
    font-weight: 600;
  }
  @keyframes blinker {
  50% {
      opacity: 0;
  }
}
.text-cap{
  text-transform: capitalize!important;
}
          .sup-submit{
  background-color: #98CB0B;
  width: 50%;
    text-align: center;
    padding: 6px;
}
        .loading-spinner {
            display: none;
        }
        #success-message, #error-message {
            display: none;}
  /*--------------- Navbar --------------------*/
.header{
  min-height: 110px;
}
.header .navbar-nav .nav-link {
  position: relative;
  margin-left: 30px;
  padding: 35px 0;
  font-size: 18px;
  color: var(--light);
  outline: none;
  transition: 0.5s;
  font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #810012;
}
@media (min-width: 992px) {
.header .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    bottom: 25px;
    left: 50%;
    background: #810012;
    transition: 0.5s;
  }

.header .navbar-nav .nav-link:hover::before,
.header .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991.98px) {
    /* Navbar */
    .header{
      min-height: auto!important;
    }
  .header .navbar-nav .nav-link {
    padding: 15px 0;
  }
  .log-section{
    justify-content: center;
  }
}
 /* Login */
 .header .log-section a button {
  font-size: 17px;
  font-weight: 500;
 }
.header .log-icon, .header .con-icon{
  position: absolute;
  top: 8px;
  left: -18px;
}
.header .con-icon{
  position: absolute;
  top: 8px;
  left: -13px;
}

/*--------------- banner --------------------*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

/* Added slider styles */
.banner-slider, .banner-chart {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-slider .slide, .banner-chart .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.banner-slider .slide.active, .banner-chart .slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.banner-slider .video-slide {
  z-index: 2;
}

#bg-video {
  min-width: 100%;
  /* min-height: 100vh; */
  max-width: 100%;
  max-height: 100vh;
  object-fit: fill;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  /* background-color: rgba(31, 39, 43, 0.75); */
  top: 0;
  left: 0;
  bottom: 8px;
  right: 0;
  width: 100%;
}

/* Added image slide styles */
.image-slide {
  background: #000;
}

.image-slide .slide-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

/* Added animated text styles for image slide */
.image-slide .caption {
  max-width: 60%;
  position: relative;
}

.image-slide .slide-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
}

.image-slide .slide-title span {
  display: block;
  opacity: 0;
  transform: translateY(30px);
}

.slide-title .title-green{
  color: #7ed321!important;
}
.title-blue{
  color: #82d5f3;
}
.image-slide.active .slide-title .title-line-1 {
  animation: slideUpFadeIn 0.8s ease-out 0.3s forwards;
}

.image-slide.active .slide-title .title-line-2 {
  animation: slideUpFadeIn 0.8s ease-out 0.5s forwards;
}

.image-slide .slide-subtitle {
  font-size: 30px;
  font-weight: 600!important;
  margin-bottom: 25px;
  display: block;
  opacity: 0;
  transform: translateY(30px);
}

.image-slide.active .slide-subtitle {
  animation: slideUpFadeIn 0.8s ease-out 0.8s forwards;
}

.image-slide .subtitle-speed {
  color: #ffffff;
}

.image-slide .subtitle-strength {
  color: #ff2f6f;
}

.image-slide .subtitle-scalability {
  color: #7ed321;
}

.image-slide .subtitle-divider {
  color: #ffffff;
  margin: 0 10px;
}

.image-slide .slide-description {
  font-size: 20px;
  font-weight: 400;
  /* line-height: 1.6; */
  color: #ffffff;
  opacity: 0;
  transform: translateY(30px);
}

.image-slide.active .slide-description {
  animation: slideUpFadeIn 0.8s ease-out 1.1s forwards;
}

/* Added IBM slide specific styles */
.ibm-slide-2 .image-overlay {
  justify-content: flex-end;
}

.ibm-slide-2 .ibm-caption {
  max-width: 50%;
  text-align: left;
  padding-right: 100px;
}

.ibm-slide-2 .ibm-title {
  font-size: 72px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

.ibm-slide-2 .ibm-title .title-line-1,
.ibm-slide-2 .ibm-title .title-line-2 {
  color: #000000;
}
.ibm-slide-2 .ibm-title .title-line-1,
.ibm-slide-2 .ibm-title .title-line-2 {
  color: #000000;
}

/* Added slider navigation dots */
.slider-navigation {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 12px;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.nav-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.nav-dot.active {
  background-color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.3);
}

/* Added keyframe animations */
@keyframes slideUpFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.main-banner .caption {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  /* text-transform: uppercase; */
  /* font-weight: 600; */
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  /* font-size: 36px; */
  /* text-transform: uppercase; */
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  /* font-size: 14px; */
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}
.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #ff2f3e;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.slide-title .f-line-1{
  font-size: 44px;
}
.slide-title .f-line-2{
  font-size: 47px;
}

@media screen and (max-width: 767px) {
  .main-banner .caption h3,
  .main-banner .caption h5 {
    font-size: 16px;
  }
  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2,.slide-title .f-line-1, .slide-title .f-line-2 {
    font-size: 36px;
  }

  .image-slide .slide-title {
    font-size: 32px;
  }

  .image-slide .slide-subtitle {
    font-size: 20px;
  }

  .image-slide .slide-description {
    font-size: 14px;
  }

  .ibm-slide-2 .ibm-title {
    font-size: 36px;
  }

  .ibm-slide-2 .ibm-caption {
    padding-right: 20px;
    max-width: 90%;
  }

  .slider-navigation {
    bottom: 15px;
  }

  .nav-dot {
    width: 10px;
    height: 10px;
  }
  .banner-slider {
    height: 48vh!important;
}

.banner-slider .slide {
    height: auto!important;
}
.main-banner .caption {
    top: 48%!important;
}

}
@media screen and (max-width: 480px) {
    .banner-slider {
    height: 26vh!important;
}
.main-banner .caption h2 {
  font-size: 20px;
}
.chart-img{
  width: 225px;
    margin: 0 auto;
}
.cost-detail p{
  font-size: 15px!important;
}
.extra-text p{
  font-size: 15px!important;
}
.main-banner .caption {
    top: 51% !important;
  }
.image-slide .slide-description {
  font-size: 14px;
  line-height: normal;
}
.image-slide .slide-subtitle {
    font-size: 27px;
    margin-bottom: 10px;
}
}

@media (max-width: 991.98px) {
  .main-banner .caption h1 {
    font-size: 38px;
  }
  .main-banner .caption h6 {
    font-size: 12px;
  }


  .image-slide .slide-title {
    font-size: 42px;
  }

  .image-slide .slide-subtitle {
    font-size: 26px;
  }

  .ibm-slide-2 .ibm-title {
    font-size: 52px;
  }

  .ibm-slide-2 .ibm-caption {
    padding-right: 40px;
  }
  .chart-img{
    width: 50%;
    margin: 0 auto;
  }
    .banner-chart{
    height: 62vh!important;
  }
}

@media screen and (max-width: 767px) {
  .data-list ul li {
    font-size: 25px;
  }
  .main-banner .caption h1 {
    font-size: 25px;
  }
  .main-banner .caption h6 {
    font-size: 10px;
  }
  .caption {
    max-width: 95% !important;
  }
  .support-section {
    margin: 10px !important;
  }
}


/*------------------- Service Section ---------------------*/

h3{
  font-weight: 400!important;
}
.sevice-cap{
  font-size: 20px;
}

/*------------------- Clients Section ---------------------*/
.swiper-slide {
  width: 200px!important;

}

.clients {
  padding: 25px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background-color: color-mix(in srgb, (#000000), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #9ACD10;
  position: relative;
  top: 2px;
}



/*-------------- Support Section --------------*/
.support-section .sup-left{
  background-image: linear-gradient(to bottom, #C3F53C, #9ACD10);
}
.support-section .sup-right{
  background-image: linear-gradient(to bottom, #00BDFF, #5BCAF8);
}
.support-section .sup-left, .support-section .sup-right{
  padding: 90px 30px!important;
}
.support-section .sup-left button, .support-section .sup-right button{
  font-size: 14px;
    font-weight: 500;
    padding: 5px;
    margin-left: 5px;
}


/*-------------- Email Section --------------*/
  .contact-section{
     background-image: url(/assets/img/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px!important;
  }
.contact {
 
}

.contact .form-control{
  background: transparent;
  border: 3px solid #98CB0B;
}
.contact .form-control:focus{
  box-shadow: 0 0 0 0!important;
  
}
.contact .form-control::placeholder{
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .contact form{
    /* flex-direction: column!important; */
}
.contact .form-control::placeholder{
  font-size: 11px;
}
}
/*-------------- Footer Section --------------*/

.foo-left{
    font-size: 21px;
}
.foo-left ul li a{
  color: #000000;
}
@media (max-width: 991.98px) {
  .foo-left {
    font-size: 15px;
}
}

/* Product Page */
/*--------------------- Departments Section --------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  color: #8A8686;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
}

.departments .nav-link:hover {
  color: var(--accent-color);
}

.departments .nav-item.active {
  background-color: #98CB0C;
}
.departments .nav-link.active {
  color: #000;
  border-color: var(--accent-color);
  background-color: var(--background-color);
}

.departments .tab-panes.active {
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.departments .details p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.departments .details p:last-child {
  margin-bottom: 0;
}

.nav-tabs{
  border: 3px solid #999!important;
    border-radius: 8px!important;
}
.nav-tabs .nav-item{
  padding: 6px 15px;
  border-bottom: 3px solid #999;
}
.nav-tabs .nav-item:last-child {
  border-bottom: 0px solid;
}

/* Dynamic Content */
.vendor-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.vendor-content.active {
  display: block;
  opacity: 1;
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .tab-contents{
  background-image: url(/assets/img/product/Nvidia/nvidia--banner-2.jpg);
} */

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: var(--accent-color);
    background: var(--accent-color);
  }
}


/*-------------------- Product Items Card ------------------*/
.p-blog-text{
  font-size: 20px;
    color: #565656;
}

.real-card .card {
  max-width: 375px;
  margin: 0 auto;
  border-radius: 22px;
  margin-bottom: 25px;
  border: 3px solid #222;
}
.real-card .card-body {
  color: #7A7A7A!important;
}
.real-card .card-body .card-title {
  font-size: 35px;
  font-weight: 500!important;
}
.real-card .card-body .card-text {
  font-size: 19px;
  margin-top: 30px;

}
.card .card-img-top {
  max-width: 235px;
  margin: 20px auto;
}



@media (max-width: 991.98px) {
  /* .product-blog{
    flex-direction: column;
  } */
  .real-card .card {
    max-width: auto;
  }
  
  .caption {
    max-width: 90%;
  }
  
}

/* Banner Images */
.vendor-banner {
  transition: opacity 0.3s ease-in-out;
}

  
/*----------- Service Page --------------*/

.services{
  height: 100vh;
  background-image:linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.53)), url(/assets/img/service/service-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.service-hero .caption h6{
  max-width: 60%;
}

.service-title p{
  font-size: 18px;
  font-weight: 500;
}

.service-list {
  list-style: none;
  padding-left: 0;
  color: #707070;
}
.service-list li {
  padding: 2px 0;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}
.service-list li::before {
  content: "›";
  color: #FF6B8B;
  position: absolute;
  left: 0;
  font-family: cursive;
  font-size: 25px;
  top: -6px;
}
.carousel-indicators {
  position: static;
  margin-top: 2rem;
}
.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: none;
  border: 1px solid #ddd;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #FF6B8B;
  color: white;
}
.carousel-control-prev, .carousel-control-next {
  width: auto;
  position: static;
  display: inline-block;
  margin: 0 10px;
}
.carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.slide-counter {
  min-width: 40px;
  text-align: center;
}

/* Remove the old carousel indicators */
.carousel-indicators {
  display: none;
}


/*----------- Cost Charts Page ------------*/

/* .cost-chart{
  height: 100vh;
  background-image:linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.53)), url(/assets/img/cost/coins.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */
.cost-detail{
  max-width: 85%;
    margin: 0 auto;
}
.chart-des p{
  font-weight: 500;
}
.cost-detail p{
  font-size: 18px;
}

.co-chart{
      position: relative;
    width: 100%;
    height: 600px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    transition: .5s;
    margin-bottom: 35px;
}
.extra-text{
  margin: 30px 10px 10px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  transition: .5s;
  opacity: 0;
}
/* .co-chart:hover .extra-text{
  opacity: 1;
} */
.ex-r{
  border: 3px solid #FA6291;
}
.ex-g{
  border: 3px solid #98CB0B;
}
.ex-b{
  border: 3px solid #83D6F4;
}
@media (max-width: 991.98px) {
  .cost-detail{
    max-width: 100%;
  }
}
/*----------- Data Center Page ------------*/

.data-caption h6{
  font-size: 12px;
}
.data-text{
  background-color: #EDEDED;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.data-list{
  background-color: #D0E7E1;
  border-radius: 20px;
}
.data-list ul{
  list-style: none;
}
.data-list ul li{
  font-weight: 500;
  font-size: 35px;
  color: #000;
}

.data-list ul li:before {
  content:"·";
  font-size:50px;
  vertical-align:middle;
  line-height:20px;
  margin-right: 12px;
}
/* @media (max-width: 991.98px) {

  .main-banner .caption h1 {
    font-size: 38px;
  }
  .main-banner .caption h6 {
    font-size: 12px;
  }
} */
/* @media screen and (max-width: 767px) {
  .data-list ul li{
    font-size: 25px;
  }
  .main-banner .caption h1 {
    font-size: 25px;
  }
  .main-banner .caption h6 {
    font-size: 10px;
  }
  .caption{
    max-width: 95%!important;
  }
  .support-section{
    margin: 10px !important;
  }
} */
/* @media screen and (max-width: 480px) {

  .main-banner .caption h1 {
    font-size: 20px;
  }
  .main-banner .caption h6 {
    font-size: 8px;
  }
} */

/*------------ Hardware Solution Page ----------*/
.data-center .hardware-list{
  background-color: #EDEDED;
  border-radius: 20px;
  max-width: 350px;
  margin: 20px auto;
}
.data-center .hardware-list h4{
  text-align: center;
  margin-bottom: 16px;
  font-weight: 600;
}
.data-center .hardware-list ul li{
font-weight: 500;
line-height: 1.8;
}
.data-center .hardware-list ul li span{
font-size: 12px;
}

/*------------- Our Story --------------*/
/* .our-story{
  height: 100vh;
  background-image:linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.53)), url(/assets/img/story-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */
.story-text{
  font-size: 18px;
  line-height: 1.4;
}
.story-text h1{
  font-size: 45px;
  font-family: serif;
}
.story-text p{
  line-height: 35px;
}
.story-list{
    max-width: 70%;
    margin: 20px auto;
    text-align: center;
    background-color: #DDDDDD;
    border-radius: 20px;
}
.story-list h2{
  font-size: 40px;
}
.story-list p{
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .story-list{
    max-width: 95%;
}
}
/*@@@@@@@@@ Mobile first queries @@@@@@@@@@*/

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (max-width: 768px) {

  .support-section .sup-left, .support-section .sup-right{
    text-align: center;
  }
  .support-section .sup-left .row, .support-section .sup-right .row{
  gap: 20px;
  }
  .data-list ul li {
    font-size: 24px;
}

}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/*-------------- Email Section --------------*/
/* .support {
  background-image: url(/assets/img/contact-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.support .form-control{
  background: transparent;
  border: 2px solid #999;
}
.support .form-control:focus{
  box-shadow: 0 0 0 0!important;
  
}
.support .form-control::placeholder{
  color: #999;
  font-size: 15px;
  font-weight: 600;
}

.sup-submit{
  background-color: #98CB0B;
  width: 50%;
    text-align: center;
    padding: 6px;
}

.support-center{
  padding: 20px;
}
.support-center .hr{
    max-width: 100%;
    height: 4px;
    background-color: #222;
    margin-top: 100px;
}

/* Portal */
.portal{
  min-height: 100vh;
}


/* cost chart*/

.chart-container {
    position: relative;
    /* display: inline-block; */
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#mainChart {
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.chart-container .chart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.chart-container .click-area {
    position: absolute;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.2s ease;
    border-radius: 50%;
}

.chart-container .click-area:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

/* Cost Section - Pink area (top portion) */
.chart-overlay .cost-area {
    top: 15%;
    left: 15%;
    width: 35%;
    height: 35%;
    transform-origin: center;
}

/* Options Section - Blue area (right portion) */
.chart-overlay .options-area {
    top: 25%;
    right: 15%;
    width: 30%;
    height: 50%;
    transform-origin: center;
}

/* Selection Section - Green area (bottom portion) */
.chart-overlay .selection-area {
    bottom: 15%;
    left: 20%;
    width: 40%;
    height: 35%;
    transform-origin: center;
}

#textContainer {
    margin-top: 2rem;
    animation: fadeIn 0.5s ease-in;
}

.text-display {
    max-width: 100%;
    text-align: left;
    /* border: 1px solid #dee2e6; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.text-display h4 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.text-display p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.text-display strong {
    font-weight: 600;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reset-btn .btn {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.reset-btn .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#currentSection {
    font-size: 1.1rem;
    font-weight: 500;
}

.section-active {
    color: #007bff !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .chart-container {
        max-width: 100%;
    }
    
    h1 {
        font-size: 1.5rem;
    }
    
    .click-area {
        border: 2px solid transparent;
    }
    
    .click-area:hover {
        border-color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .text-display {
        text-align: center;
    }
}




@media (prefers-color-scheme: dark) {
    
    .text-muted {
        color: #adb5bd !important;
    }
    
    .text-display {
        /* background-color: #2d2d2d !important;
        border-color: #495057; */
        color: #000000;
    }

}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.honeypot {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
}