body {
    background-color: #f9f9f9;
    font-family: 'Segoe UI', sans-serif;
    padding-top: 30px;
    color: #333;
  }

.logo {
  height: 80px;
}

  /* Filter Button Group */
.filter-btns {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .filter-btns button {
    padding: 20px;
    background-color: #63AB45;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  .filter-btns button:hover,
  .filter-btns button.active {
    background-color: #518b38;
    transform: scale(1.05);
  }

  .filterbuttons i {
    color: white !important;
  }
  
  /* Section Visibility */
  .service-section {
    display: none;
  }

  .service-section.active {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* Or 'space-between' or 'flex-start' as needed */
    margin-bottom: 30px;
  }
  

  
  
  /* .service-section.active {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  } */
  
  /* Card Styles */
  /* .projectcard {
    background: #f7fdf5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(99, 171, 69, 0.2);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
  }
  
  .projectcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(99, 171, 69, 0.3);
  }
  
  .projectcard img.projectimg {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  .projectcardwriteup {
    padding: 10px 15px;
    font-size: 0.95rem;
    color: #333;
  }
  
  .projectcardspangroup {
    padding: 0 15px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #444;
  }
  
  .projectactionbox {
    padding: 10px 15px 15px;
    margin-top: auto;
  }
  
  .projectactionboxbtn {
    background-color: #63AB45 !important;
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }
  
  .projectactionboxbtn:hover {
    background-color: #518b38 !important;
  }
   */


  .projectcard {
    width: 580px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%), 0 11px 6px -7px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%), 0 11px 6px -7px rgb(0 0 0 / 20%);
}

.projectassetbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0;
    padding: 10px 20px;
}

.assetlogo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
}

.projectcardspangroup3 {
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.projectcardspangroup3-span {
    margin: 3px;
    padding: 20px 5px;
    width: 45%;
    flex-grow: 1;
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projectcardspangroup3-span small {
    font-size: 0.8em !important;
}

.cryptopricetag {
    font-size: 0.8em !important;
    color: rgb(8, 199, 110);
}

.projectassetbox span {
    display: flex;
    flex-direction: column;
}

.projectassetbtn {
    width: 100%;
    margin: 5px;
}

.projectimg {
    width: 100%;
    height: 280px;
    border-radius: 5px 5px 0 0;
    padding-bottom: 10px;
}

@media (max-width:1260px) {
    .projectcard {
        width: 48%;
    }
}

@media (max-width:1100px) {
    .projectcard {
        width: 100%;
    }
}


.projectcard p {
    word-break: break-word;
    margin: 0;
}

.projectcardwriteup {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin: 5px 0;
    padding: 0 20px;
}


.projectcardspangroup {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 5px 0;
    padding: 0 20px;
}

.projectcardspangroup span {
    width: 30%;
    margin: 0 4px;
    text-align: center;
}

.projectactionbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px;
    padding: 5px 10px;
}

/* .projectactionboxbtn {
    width: 48%;
    margin: 5px;
} */

.quotemodalheader {
  background-color: #63AB45;
  
}

.quotemodalheader .modal-title {
  color: white !important;
}

.quoteform input {
  background-color: rgba(194, 194, 194, 0.244);
}





/* for view page */
.pageheader {
  padding: 20px;
}

.pageheader a {
  color: #63AB45;
  font-size: 1.1em;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.custom-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.custom-carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}

.custom-carousel-item img {
  width: 100%;
  height: auto;
  max-height: 700px;
  display: block;
}

.custom-carousel-indicators {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 10;
}

.custom-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.custom-indicator.active {
  background-color: #717171;
}

.custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.custom-prev {
  left: 10px;
}

.custom-next {
  right: 10px;
}


.projectbox1 {
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.projectbox1inner {
  margin-top: 20px;
}

.buyspan {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
}

.buybtn {
  background-color: transparent !important;
  color: orangered !important;
  text-decoration: underline !important;
  margin-left: 30px;
  border: none !important;
}

.buybtn:hover {
  background-color: transparent !important;
  color: cyan !important;
  border: none !important;
}

.projectbox1inner p {
  margin: 0;
}


.projectinfobox {
  width: 100%;
  padding: 20px;
}

.innerprojectinfobox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.infobox {
  /* width: 48%; */
  width: 100%;
  margin: 5px;
  display: flex;
  flex-direction: column;
}

.projectinfo {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

.projectbreakdown {
  margin: 5px 10px;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid rgb(145, 139, 139);
}

.projectbreakdown p {
  margin: 0;
}


.actionbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 40px;
}


/* .actionbox button {
  width: 48%;
  margin: 5px 0;
} */

.modalbtn {
  width: 100%;
}


.ptyhistorybox {
  width: 100%;
  /* padding: 20px; */
  padding-bottom: 20px;
}

.innerptyhistorybox {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ptybuttonbox {
  margin: 10px;
  display: flex;
  flex-direction: row;
  background-color: rgb(171, 170, 170);
  border-radius: 5px;
}

.ptybuttonbox button {
  width: 45%;
  flex-grow: 1;
  padding: 2px 20px;
  background-color: transparent;
  border-radius: 5px;
  color: white;
  border: none;
}

.activebtn {
  background-color: dodgerblue !important;
}

.financehistorybox {
  width: 100%;
  padding: 20px;
}

.innerfinancehistorybox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.financehistorybox td, .financehistorybox th {
  border: none !important;
}

.financehistorybox .deposithistorybox {
  border: 1px solid var(--foreground);
}

@media (max-width:823px) {
  .innerfinancehistorybox {
      flex-direction: column;
  }
}


.deposithistory {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  /* font-size: 0.8em; */
  padding: 20px 10px;
}

.deposithistorybox {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: var( --clr-borderBoxColor);
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%), 0 11px 6px -7px rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%), 0 11px 6px -7px rgb(0 0 0 / 20%);
  border-radius: 6px;
  font-family: 'Oswald', sans-serif;
  padding: 30px 20px;
}

.deposithistory p {
  color: var(--foreground);
}

.tablebox {
  width: 100%;
  overflow-x: auto;
  /* margin-top: 10px; */
}

.historytable {
  border-collapse: collapse;
  border: none;
  width: 100%;
  font-size:0.85em;
}


.historytable thead th {
  position: sticky;
  background-color: transparent;
  top: 0;
  border-bottom: 1px solid var( --clr-tableBorderColor);
  padding: 10px 20px;
  font-weight: lighter;
  flex-grow: 1;
  /* border-right: 1px solid black; */
}

.historytable td {
  border-bottom: 1px solid var( --clr-tableBorderColor);
  padding: 10px 20px;
  font-weight: lighter;
  flex-grow: 1;
}

i {
  color: #63AB45 !important;
}

.projectactionboxbtn {
  width: 48%;
  margin: 5px;
  background-color: #63AB45 !important;
  border: none;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.projectactionboxbtn:hover {
  background-color: #518b38 !important;
}


.flightcontainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

.flightform {
  width: 600px;
  background-color: white;
  border-radius: 10px;
}

.flightform input, .flightform select {
  background-color: rgba(194, 194, 194, 0.244);
}

.flightform div {
  width: 100%;
}

@media (max-width:640px) {
  .flightform {
    width: 100%;
  }
}