/* body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
} */

.main {
  height: calc(100vh - 96px) !important;
}
.head {
  /* background-color: #f6fcff; */
  padding-bottom: 20px;
}
header {
  text-align: center;
  /* padding: 40px 20px; */
  padding: 20px 20px 0px 20px;
  /* background-color: #f4f4f4; */
  color: #4a4a4a;
}


header h1 {
  /* font-size: 2rem; */
  color: #01a7c2;
}



.cardBorder{
  gap: 16px;
  flex-direction: column;
  padding: 1rem 2.5rem;
  z-index: 1;
  display: flex;
  margin: 15px;
  border-radius: 10px;
  color: rgb(1 167 194);;
  overflow-y: hidden;
  position: relative;
  transition: box-shadow 0.2s;
  width: -webkit-fill-available;
  border: 1px solid rgb(1 167 194);
  font-size: 1rem;
}


.cardBorder.active p span{
  float: right;
  position: absolute;
  right: 10px;
  padding: 4px 10px;
}

.cardBorder p span{
  float: right;
  position: absolute;
  right: 10px;
  padding: 4px 10px;
}

.cardBorder.active p span img{
 width: 20px;
}


.cardBorder.active{
  gap: 16px;
  background-color: rgb(1 167 194);
  flex-direction: column;
  padding: 1rem 2.5rem;
  z-index: 1;
  display: flex;
  margin: 15px;
  border-radius: 10px;
  box-shadow: rgba(37, 49, 56, 0.08) 0px 12px 16px -4px, rgba(37, 49, 56, 0.03) 0px 4px 6px -2px;
  overflow-y: hidden;
  position: relative;
  transition: box-shadow 0.2s;
  color: #fff;
  width: -webkit-fill-available;
  border: none;
  font-size: 1rem;
}



.accordion {
  width: 80%;
  max-width: 500px;
  margin: auto;
}
details {
  border: 1px solid #01a7c2;
  border-radius: 5px;
  color: #fff;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  background-color: #01a7c2;
  margin: 5% -10%;
  padding: 10px;
}
summary {
  cursor: pointer;
  padding: 10px;
  outline: none;
  text-align: start;
  font-size: 1.3rem;
}
details[open] {
  background: #fff;
  color: #000;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

details[open] summary {
  background: #01a7c2;
  color: #fff;
}
details > p {
  overflow: hidden;
  min-height: 145px;
  opacity: 0;
  padding: 10px 20px;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
details[open] > p {
  max-height: 140px; /* Adjust based on content */
  opacity: 1;
  padding:20px;
}


.popover-container {
  position: relative;

}

.popover-content {
  display: none;
  position: absolute;
  top: 116%;
  left: 339px;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #0d0a34;
  padding: 10px;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3sease-in-out;
  z-index: 9;
  cursor: pointer;
}

.popover-container:hover .popover-content {
  display: block;
  opacity: 1;

}

.popover-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent #01a7c2 transparent;
  border: 1px solid #01a7c2;
}


.adc-f16{
  font-size: 1.3rem;
}
/* header p {
  font-size: 1.2rem;
  margin: 10px 0 0;
} */
section {
  /* padding: 40px 20px; */
  /* max-width: 1200px; */
  margin: 0 auto;
  text-align: center;
}
.placeholder {
  /* width: 100%; */
  height: 200px;
  background-color: #e0e0e0;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.placeholder span {
  /* font-size: 14px; */
  color: #666;
}
.content {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem;
  justify-content: center;
  /* margin: 50px 0px; */
  align-items: center;
  /* margin-top: 7rem;
  margin-bottom: 7rem; */
  /* border: 1px solid #000; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
  /* margin: 20px 0; */
}
/* .content:last-child {
  margin-top: 10rem;
} */
.content div:not(.button-group) {
  flex: 1;
  min-width: 280px;
  padding: 0px 20px;
 
  /* background-color: #f9f9f9; */
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  text-align: left;
}
h3 {
  /* color: #0066cc; */
  margin: 20px 0 10px;
}
p {
  /* font-size: 1rem; */
  /* color: #555; */
  margin: 10px 0px;
}
.button-group {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}
/* .button-group a {
  padding: 15px 25px;
  font-size: 20px;
  text-decoration: none;
  border: none;
  color: #000;
  cursor: pointer;
  background: #ccccfb;
} */
.button-group a:hover {
  /* background-color: #005bb5; */
}
footer {
  text-align: center;
  padding: 20px;
  /* background-color: #f4f4f4; */
  margin-top: 20px;
  margin: auto;
  /* font-size: 0.9rem; */
  /* color: #777; */
}

footer button {
  background-color: #281a39;
  padding: 10px 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 1.5px;
  cursor: pointer;
}

footer p {
  color: #281a39;
  font-style: italic;
  font-size: 1.375rem;
}

.adc-cardmsg{
  border: 1px solid #01a7c2;
  padding: 15px 30px;
  border-radius: 10px;
  margin-top: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  align-content: center;
  margin-bottom: 15px;
}

/* .cardBorder.active::after {
  content: "";
  position: absolute;
  right: -10px; 
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #007bff; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
} */

.card {
  /* background-color: #01a7c2; */
  /* color: #ffffff; */
  margin: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  /* width: 25rem; */
}

.card-header {
  background-color: #01a7c2;
  color: #ffffff;
  padding: 5px 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.card-body {
  padding: 20px 20px;
}

.image img {
  width: 100%;
  
}

.card-div {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}

.video-placeholder {
  width: 95%;
}

.adc-clr-hover{
  color:#01a7c2
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  /* width: calc(100vw - 50%); */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-header {
  padding: 2px 16px;
  color: white;
}

.close {
  color: white;
  float: right;
  font-size: 1.75rem;
  font-weight: bold;
  cursor: pointer;
}

.modal-body {
  padding: 2px 16px;
}

.modal-body iframe {
  width: 100%;
  min-height: 30rem;
}

.adc-justity-cnt{
  justify-items: center;
 
}


.text h1 {
  font-size: 1.5rem;
  color: #333;
}

.text p {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #555;
}

/* .text ul {
  margin-top: 15px;
  padding-left: 0px;
  list-style-type: none;
  list-style-image: url('../assets/icons/right-arrow.png');
  padding-left: 25px;
}

.text li::marker {
 width: 24px;
} */

.text ul {
  margin-top: 15px;
  padding-left: 35px; /* Increase padding to create space for the image */
  list-style-type: none; /* Disable default bullets */
}

.text ul li {
  position: relative; /* Enable positioning for the image */
  padding-left: 25px; /* Space between image and text */
  margin-bottom: 10px;
}

.text ul li::before {
  content: '';
  position: absolute;
  left: 0; /* Align image to the left */
  top: 5px; /* Adjust vertical alignment */
  width: 16px; /* Set width of the image */
  height: 16px; /* Set height of the image */
  background-image: url('../assets/icons/right-arrow.png'); /* Use your image */
  background-size: contain; /* Scale the image */
  background-repeat: no-repeat;
}

.adc-txt-star{
  text-align: start;
}

/* .text li::before {
  content: '\279C';
  margin-right: 10px;
} */

.text li {
  /* margin-bottom: 10px; */
  font-size: 1.125rem;
}



.video-container {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.modal video {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 9999;
}
.quality_mobile{
  display: none;
}




/* @media (max-width: 1000px) { 
  .card-div {
    flex-wrap: wrap;
  }
} */

/* @media (max-width: 992px) {
  .content .image {
    order: 2;
  }
} */

@media (max-width: 576px) {
  .video-placeholder {
    width: 80%;
  }

  .image-order {
    order: 2;
  }

  .content {
    margin: 0px;
    gap: 0px;
  }
  .details[open] > p{
    max-height: 200px;
  }
  .quality_desktop{
    display: none;
  }
  .quality_mobile{
    display: block;
  }
  .button-group {
    padding: 0px 15px;
  }
}

@media (max-width: 768px) and (min-width: 577px) {
  .content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 0px;
  }
  .details[open] > p{
    max-height: 200px;
  }
  .quality_desktop{
    display: none;
  }
  .quality_mobile{
    display: block;
  }
}


@media (max-width: 768px) {
  .adc-txt-end{
    text-align: center;

  }
  .content{
  gap:0rem;
  margin-top: 40px;
   }
  .image{
    margin: 0px !important;
    padding-bottom: 0px !important;
  }
  .content div:not(.button-group) {
    padding: 10px 20px 20px 20px;
    margin: 0px;
  }

  .adc-title {
    
    margin-top: 40px;
}

.adc-titlespc{
  margin: 15px;
}
.details[open] > p{
  max-height: 200px;
}

.quality_desktop{
  display: none;
}
.quality_mobile{
  display: block;
}
}