/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
  background-color: #F6FCFF !important;
}

a {
  text-decoration: none !important;
  display: block !important;
}

a:focus,
a:active {
  outline: none !important;
  box-shadow: none !important;
}

p {
  font-weight: 400 !important;
}

.site-content .ast-container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

button[aria-current="true"] {
  background: linear-gradient(90.39deg, #007DFE 0.34%, #004B98 119.78%);
  width: 1.25rem;
  /* Tailwind's w-5 ~ 20px */
  height: 0.75rem;
  /* Tailwind's h-3 ~ 12px */
  border-radius: 9999px;
  /* Fully rounded */
}

input:focus {
  border: 1px solid #d1d5db !important;
}

/* Header Styles */
.main-header-bar.is-sticky,
.ast-mobile-header-wrap.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff; /* make sure background is solid */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.menu-item a {
  font-weight: 700 !important;
}

.header-btn {
  background-color: #fff;
  color: #161616;
  border-radius: 9px;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 800;
  border: 0.5px solid #B9B9B9;
  /* font-style: italic; */
}

.header-btn:hover {
  color: #161616;
}

.header-btn img {
  width: 50px;
}

/* Select 2 Dropdown Styles */

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px !important;
  line-height: 38px !important;
}

.select2-selection--single .select2-selection__arrow {
  top: 7px !important;
  right: 7px !important;
}

/* Padding Styles */
.padding-style-1 {
  padding: 50px 80px;
}

.padding-style-2 {
  padding: 20px 80px;
}

@media (max-width: 768px) {
  .padding-style-1 {
    padding: 40px 10px;
  }

  .padding-style-2 {
    padding: 10px;
  }
}

/* Margin Styles */
.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-100 {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .mt-0-mob {
    margin-top: 0;
  }

  .mt-20-mob {
    margin-top: 20px;
  }

  .mt-30-mob {
    margin-top: 30px;
  }

  .mt-50-mob {
    margin-top: 50px;
  }

  .mt-75-mob {
    margin-top: 75px;
  }

  .mt-10-mob0 {
    margin-top: 100px;
  }
}

/* Font Size Styles */
.ft-10 {
  font-size: 10px;
}

.ft-12 {
  font-size: 12px;
}

.ft-14 {
  font-size: 14px;
}

.ft-16 {
  font-size: 16px;
}

.ft-18 {
  font-size: 18px;
}

.ft-20 {
  font-size: 20px;
}

.ft-24 {
  font-size: 24px;
}

.ft-26 {
  font-size: 26px;
}

.ft-30 {
  font-size: 30px;
}

.ft-36 {
  font-size: 36px;
}

.ft-40 {
  font-size: 40px;
}

.ft-50 {
  font-size: 50px;
}

@media (max-width: 768px) {
  .ft-12-mob {
    font-size: 12px;
  }

  .ft-14-mob {
    font-size: 14px;
    line-height: 22px !important;
  }

  .ft-16-mob {
    font-size: 16px;
  }

  .ft-18-mob {
    font-size: 18px;
  }

  .ft-22-mob {
    font-size: 22px;
  }

  .ft-24-mob {
    font-size: 24px;
  }

  .ft-30-mob {
    font-size: 30px;
  }
}

/* Heading Styles */
.head-blue {
  font-weight: 700 !important;
  color: #0E165D;
}

.head-white {
  font-weight: 700;
  color: #fff;
}

/* Paragraph Styles */
.para-blue {
  color: #0E165D;
  line-height: 26px;
  font-weight: 400;
}

.para-black {
  color: #1E1E1E;
  font-weight: 400;
}

.para-lead {
  color: #3A3A3A;
  font-weight: 400;
}

/* Width Styles */
.w-fit-content {
  width: fit-content;
}

.w-40p {
  width: 40%;
}

.w-50p {
  width: 50%;
}

.w-55p {
  width: 55%;
}

.w-60p {
  width: 60% !important;
}

.w-65p {
  width: 65%;
}

.w-70p {
  width: 70%;
}

@media (max-width: 768px) {
  .w-100p-mob {
    width: 100%;
  }
}

/* Background Styles */
.bg-blue {
  background-image: url('assets/images/bg/light-blue-bg.jpg');
  background-size: cover;
  overflow: hidden;
}

.bg-lightblue {
  background-color: #EDF7FC;
}

/* Homepage Styles */
.hero-btn-1 {
  background-color: #F08900;
  color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid transparent;
}

.hero-btn-1:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid;
}

.hero-btn-2 {
  background-color: #fff;
  color: #0E165D;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid transparent;
}

.hero-btn-2:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid;
}

.home-swiper-controls {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 10;
  gap: 5rem;
}

.home-swiper-controls .swiper-button-prev, 
.home-swiper-controls .swiper-button-next {
  position: unset !important;
  border: 2px solid #fff !important;
  z-index: 20;
}

.home-swiper-controls .swiper-button-prev i,
.home-swiper-controls .swiper-button-next i {
  color: #fff !important;
}

.home-swiper-controls .swiper-pagination-bullet {
  background: #9E9E9E !important;
  opacity: 1 !important;
}

.home-swiper-controls .swiper-pagination-bullet-active {
  background: #fff !important;
}

.category-card {
  background-color: #004E74;
  border-radius: 14px;
}

.category-card:hover {
  background-color: #F08900;
}

.category-img {
  margin-left: -10px;
  margin-top: -14px;
}

.card-title {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero-bg {
    height: 250px !important;
    object-fit: cover;
    overflow: hidden;
  }

  .hero-btn-1, .hero-btn-2 {
    padding: 6px 12px;
    font-size: 10px;
  }

  .home-swiper-controls {
    bottom: 4%;
    right: 4%;
    gap: 4rem;
  }

  .home-swiper-controls .swiper-button-prev, 
  .home-swiper-controls .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
  }

  .home-swiper-controls .swiper-button-prev i,
  .home-swiper-controls .swiper-button-next i {
    font-size: 12px;
  }

  .home-swiper-controls .swiper-pagination {
    bottom: 4px !important;
  }
}

/* Truck Listing Styles */

.truck-listing-section #search {
  padding: 12px 16px 12px 42px !important;
}

.card-btn {
  background-color: #1E1E1E;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
}

.card-btn:hover {
  background-color: transparent;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
}

.load-more-btn {
  background-color: #4BB5C3;
  border-radius: 30px;
  padding: 15px 50px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
}

.load-more-btn:hover {
  background-color: transparent;
  color: #4BB5C3;
  border: 1px solid #4BB5C3;
}

.tag {
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0px 8px;
  border-radius: 5px;
  background-color: #FFFFFFA6;
}

.truck-card {
  border-radius: 1.25rem !important;
  overflow: hidden;
  background: #fff;
}

.truck-card-img {
  object-fit: cover;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.truck-card .card-footer {
  background: #fff;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

/* Truck Card (List View) */
.truck-card-list {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.truck-card-list img {
  object-fit: cover;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.truck-card-list .card-body {
  padding: 1rem 1.5rem;
}

.tab-btn {
  background-color: #fff;
  border-radius: 50%;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 900;
  color: #1E1E1E;
  border: 0.5px solid #1E1E1E;
}

.tab-btn:hover {
  border: 0.5px solid #1E1E1E;
  background-color: #4BB5C3;
  color: #fff;
}

.tab-btn.active {
  background-color: #4BB5C3;
  color: #fff;
}

/* Truck Detail Styles */

.share-img {
  width: 25px;
}

.compare-btn {
  background-color: #F08900 !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 15px 50px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border: 1px solid transparent !important;
}

.compare-btn:hover {
  background-color: transparent !important;
  color: #F08900 !important;
  border: 1px solid #F08900 !important;
}

.spec-card {
  border-radius: 18px !important;
  box-shadow: 0 2px 12px rgba(33,150,243,0.08) !important;
  background: #fff;
}

.spec-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5faff;
}

.spec-lable {
  color: #6B6B6B;
}

.spec-value {
  letter-spacing: 1px;
}

.spec-table-card {
  box-shadow: 0 2px 12px rgba(33,150,243,0.08);
  overflow: hidden;
  margin-bottom: 3rem;
}

.spec-table-header {
  background: #232323;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

table.spec-table tbody tr:nth-of-type(even) {
  background-color: #ECECEC;
}

table.spec-table td {
  border: none !important;
  padding: 1.25rem;
  vertical-align: middle;
  font-size: 1rem;
  color: #232323;
}

@media (max-width: 767px) {
  .compare-btn {
    padding: 10px 30px;
    font-size: 12px;
  }

  .spec-table-header,
  table.spec-table td {
    font-size: 0.95rem;
    padding: 0.6rem 0.7rem;
  }
}

/* Truck Comparison Styles */

.search-input {
  border-radius: 20px;
  border: 0.5px solid #979797;
  padding: 6px 18px;
  font-size: 14px;
}

.custom-modal-body {
  padding: 2rem 3rem !important;
}

.modal-body h4 {
  color: #004E74;
  font-size: 24px;
  font-weight: 700;
}

.modal-body p {
  color: #AAAAAA;
  font-size: 16px;
  margin-left: 2rem;
}

.modal-body ul {
  padding: 0 !important;
}

.modal-body ul li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.modal-body ul li:hover {
  cursor: pointer;
  color: #F08900;
}

.text-wrap {
  word-break: break-all;
  overflow-wrap: anywhere;
}

.truck-card {
  cursor: pointer;
}

.close-div {
  top: 10px;
  right: 10px;
  z-index: 1;
}

.close-div img {
  width: 24px;
  cursor: pointer;
}

.compare-spec-table-title-card {
  background-color: #EDF7FC;
  border-radius: 20px 20px 0px 0px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.compare-spec-table-title-card h3 {
  font-size: 18px;
  color: #373737;
  font-weight: 700;
}

.compare-spec-table-title-card p {
  font-size: 16px;
  color: #373737;
  font-weight: 500;
}

.compare-spec-table-card {
  display: flex;
  align-items: stretch;
  box-shadow: 0 2px 12px rgba(33,150,243,0.08);
  overflow: hidden;
  margin-bottom: 3rem;
}

.compare-spec-table-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #232323 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.25rem 0.75rem;
  min-width: 64px;
  width: 64px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  letter-spacing: 0.4px;
  flex-shrink: 0;
}

table.compare-spec-table {
  flex: 1;
  margin-bottom: 0;
}

table.compare-spec-table tbody tr:nth-of-type(even) {
  background-color: #ECECEC;
}

table.compare-spec-table td {
  border: none !important;
  padding: 1rem;
  vertical-align: middle;
  font-size: 1rem;
  color: #232323;
}

@media (max-width: 767px) {
  .modal-body h4 {
    font-size: 18px;
  }

  .modal-body p {
    font-size: 12px;
    margin-left: 1rem;
  }

  .modal-body ul {
    margin-left: 2rem !important;
  }

  .modal-body ul li {
    font-size: 14px;
  }

  .custom-modal-body {
    padding: 1rem !important;
  }

  .compare-spec-table-header,
  table.compare-spec-table td {
    font-size: 0.95rem;
    padding: 0.6rem 0.7rem;
  }

  /* Stack headers above tables on mobile for better fit */
  .compare-spec-table-card {
    flex-direction: column;
  }

  .compare-spec-table-header {
    min-width: 100%;
    width: 100%;
    padding: 0.75rem 1rem;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: left;
  }
}

/* Charging Station Styles */

#charging-hero {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
              url('assets/images/home-page/slider-img.jpg');
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

#charging-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.filter-section {
  background-image: url('assets/images/bg/light-blue-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  /* padding: 40px 0; */
  border-bottom: 1px solid #e9ecef;
}

.filter-section .form-select,
.filter-section .form-control {
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 14px;
}

.charger-map-section {
  background-image: url('assets/images/bg/pilot-map-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

#india-map-container { 
  min-height: 600px; 
  width: 100%; 
}

.marker-ongoing { 
  color: #1e90ff; 
  font-size: 1.5rem; 
}

.marker-upcoming { 
  color: #28a745; 
  font-size: 1.5rem; 
}

.state-top10 { 
  fill: #2b8cbe !important; 
}

.state-next10 { 
  fill: #7bccc4 !important; 
}

.state-rest { 
  fill: #bae4bc !important; 
}

.station-list { 
  max-height: 550px; 
  overflow-y: auto; 
}

.station-item:hover { 
  background: #f1f1f1; 
  cursor: pointer; 
}

.highlight-marker { 
  border: 2px solid #ff9800 !important; 
}

.state-info-box {
  position: absolute;
  background: #ff9800;
  color: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  max-width: 250px;
}
.state-info-box h5 {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.state-info-box p {
  margin: 0;
  font-size: 14px;
}

.map-legend {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: white;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  font-size: 14px;
  z-index: 1000;
}
.map-legend i {
  color: #28a745;
  margin-right: 8px;
}

.disclaimer {
  font-size: 14px;
  color: #6c757d;
  margin-top: 20px;
  font-style: italic;
}

/* Pilot Page Styles */

.black-overlay-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.14%, #000000 103.37%);
}

.info-wrapper {
  position: relative; /* parent for absolute positioning */
  display: inline-block;
}

.info-text {
  position: absolute;
  top: 160%;          /* directly below the icon */
  left: 50%;
  transform: translateX(-90%);
  background: #fff;
  color: #333333;
  padding: 8px 16px;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 10;
  box-shadow: 0px 2px 4px 0px #00000026;
  border: 1px solid #DADADA;
}

.info-wrapper:hover .info-text {
  opacity: 1;
  visibility: visible;
}

.arrow-icon {
  position: absolute;
  right: 5.5%;
  top: -37%;
  color: #D9D9D9;
  font-size: 22px;
}

#container {
  height: 600px;
  width: 100%;
  position: relative;
}

.popup {
  position: absolute;
  left: 54%;
  top: 30%;
  width: 28%;
  margin-left: 2%;
  background: #FFFAF4;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 0.5px solid #DADADA;
  font-family: sans-serif;
  display: none;
  font-family: "Montserrat", sans-serif !important;
  z-index: 1000;
}

.popup .title-container {
  background-color: #F08900;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.popup .title-container h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.popup .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup .close-btn:hover {
  opacity: 0.8;
}

.popup .popup-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup .read-case-study-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F08900;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}

.popup .read-case-study-btn:hover {
  background-color: #d67800;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  #container {
    height: 500px;
    margin-top: -60px;
  }

  .popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    margin-left: 0;
    max-height: 80vh;
    overflow-y: auto;
  }

  .popup .title-container {
    padding: 15px;
    padding-right: 45px;
  }

  .popup .title-container h3 {
    font-size: 16px;
  }

  .popup .popup-container {
    padding: 15px;
  }

  .popup .para-lead,
  .popup .para-blue {
    font-size: 14px !important;
  }

  .popup .challenge-img {
    width: 20px;
    height: 20px;
  }

  .popup .read-case-study-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #container {
    height: 450px;
    margin-top: -40px;
  }

  .popup {
    width: 95%;
  }

  .popup .title-container h3 {
    font-size: 14px;
  }

  .popup .popup-container {
    padding: 12px;
    gap: 8px;
  }
}

.read-case-study-btn {
  background-color: transparent;
  border: 2px solid #F08900;
  padding: 10px;
  text-align: center;
  color: #F08900;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
}

.read-case-study-btn:hover {
  border: 2px solid #F08900;
  background-color: #F08900;
  color: #fff;
}

.state-label {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  padding: 2px 6px;
  border-radius: 4px;
}

.explore-btn {
  background-color: #1577BD;
  border: 0.96px solid #9ED6FF;
  color: #fff !important;
  padding: 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

.explore-btn:hover {
  background-color: transparent;
  color: #000 !important;
  border: 0.96px solid #000;
}

.info-icon {
  color: #F08900;
  cursor: pointer;
}

.e-truck-transition {
  background: #ECECEC;
}

.pilot-swiper {
  width: 100%;
  padding: 20px 0 50px 0 !important;
}

/* Pilot Accordion Styles */
.pilot-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pilot-accordion-item {
  border-radius: 14px;
}

.pilot-accordion-toggle {
  width: 100%;
  border: 1px solid #DADADA;
  background: #fff;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  font-weight: 700;
  color: #5C5C5C;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.pilot-accordion-toggle:hover {
  background-color: #FFFFFF;
  color: #F08900;
  border: 1px solid #DADADA;
}

.pilot-accordion-toggle:focus {
  background-color: #FFFFFF;
  color: #5C5C5C;
  border: 1px solid #DADADA;
}

.pilot-accordion-item.active .pilot-accordion-toggle {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-color: #C9C9C9;
  color: #F08900;
}

.pilot-accordion-indicator {
  width: 28px;
  height: 28px;
  border: 1.5px solid #F08900;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #F08900;
  background: #fff;
}

.pilot-accordion-item.active .pilot-accordion-indicator {
  background: #F08900;
  color: #fff;
}

.pilot-accordion-body {
  margin-top: 8px;
}

.pilot-accordion-card {
  box-shadow: none;
  padding: 24px 20px;
}

.pilot-accordion-card .card-label {
  margin-bottom: 6px;
}

.pilot-accordion-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pilot-accordion-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3A3A3A;
  line-height: 24px;
}

.pilot-accordion-bullet {
  color: #F08900;
  font-size: 18px;
  line-height: 18px;
  margin-top: 2px;
  display: inline-flex;
}

@media (max-width: 768px) {
  .pilot-accordion-toggle {
    padding: 14px 16px;
  }

  .pilot-accordion-card {
    padding: 20px 16px;
  }
  
  .pilot-accordion-list li {
    font-size: 12px;
  }
}

.slider-container {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.slider-container video {
  height: 380px;
  object-fit: inherit;
  overflow: hidden;
}

.slider-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 2;
  font-size: 10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  display: none !important;
}

.swiper-button-prev, .swiper-button-next {
  border: 2px solid #7A7A7A;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #000 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-button-prev i,
.swiper-button-next i {
  color: #7A7A7A;
}

.swiper-pagination-bullet-active {
  background: #000000 !important;
  width: 20px !important;
  border-radius: 5px !important;
}

.slider-title-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.play-btn {
  background: #FFFFFF78;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  padding: 14px;
  display: inline !important;
}

.card-design {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.card-design img {
  width: 35px;
}

.card-label {
  font-size: 10px;
  color: #0E165D;
  background-color: #D7E8FA;
  padding: 5px;
  border-radius: 15px;
  width: fit-content;
}

.card-design a {
  color: #1577BD;
  font-weight: 600;
}

.card-design a:hover {
  color: #F08900;
  font-weight: 700;
}

/* .your-role {
  background-image: url('assets/images/bg/slider-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
} */

.your-role, .key-challenges {
  background-color: #F1F7F9;
}

.challenge-img {
  width: 24px !important;
}

.form-section {
  background-color: #ECECEC;
}

.form-bg {
  background-color: #F1F1F1;
}

/* Case Study Detail Page Styles */

.black-overlay {
  background-color: #00000080;
}

.dot {
  width: 8px;
  background-color: white;
  border-radius: 50%;
  height: 8px;
}

.detail {
  background-color: #FFF3E4;
}

.detail-img {
  width: 35px;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  color: #0E165D;
  font-weight: 700;
  margin-bottom: 20px;
}

.rte ol, .rte ul {
  padding-left: 0rem !important;
}

.related-case-studies {
  background-color: #EFF5F8;
}

.case-card {
  border: 1px solid #DADADA;
  box-shadow: 0px 24px 72px 0px #7773AA1A;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}

.card-img-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  height: 220px;
  object-fit: cover;
}

.case-card a {
  color: #F08900;
  font-weight: 600;
  font-size: 16px;
}

.case-card a:hover {
  color: #1577BD;
}

.case-label {
  font-size: 10px;
  color: #0E165D;
  background-color: #D7E8FA;
  padding: 5px;
  border-radius: 6px;
  width: fit-content;
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: 15px;
}

.address-card {
  background-color: #4BB5C3;
  padding: 30px;
  border-radius: 10px;
}

.location-img {
  width: 22px;
  height: 22px;
  margin-top: 3px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 400px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #caseStudyHero .hero-bg {
    height: 350px !important;
    object-fit: cover;
    overflow: hidden;
  }

  .mapouter {
    height: 250px;
  }
}

/* Case Study Listing Page Styles */

.case_pagination {
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0;
}

.case_pagination .page-item {
  margin: 0;
}

.case_pagination .page-link {
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 8px 0;
  line-height: 24px;
  border: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.case_pagination .page-item.active .page-link {
  background-color: #F08900;
  color: #FFFFFF !important;
  border: 1px solid #F08900;
}

.case_pagination .page-link:hover {
  background-color: transparent;
  color: #F08900;
  border: 1px solid #F08900;
}

.case_pagination .nav-btn {
  border: 1px solid #222222;
  border-radius: 50rem !important;
  padding: 8px 34px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  width: auto;
  height: auto;
  line-height: normal;
  background-color: transparent;
}

@media (max-width: 576px) {
  .case_pagination .page-link {
    font-size: 14px;
  }

  .case_pagination .nav-btn {
    padding: 6px 26px;
    font-size: 12px;
  }
}
