.btn-outline-black {
	color: #000;
	border: 1px solid #000;
	border-radius: 5px;
	transition: all 0.3s ease;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.btn-outline-black:hover {
    background-color: black;
    color: white;
}

.ml-2 {
    margin-left: 9px;
}


.feature_section {
    padding: 0;
}

.feature_video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

  .product_section {
    padding: 100px 0;
  }

  .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product_title {
    font-size: 45px;
  }

  .product_label li {
    background-color: var(--label-color, #fb5d5d);
  }
  
.item_image .image_wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 62.5%;
    overflow: hidden;
}

.item_image .product-img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}




/* Container and Section Styling */
.container-fluid.prl_100 {
  padding-left: 100px;
  padding-right: 100px;
}

.container.maxw_1600 {
  max-width: 1600px;
  margin: 0 auto;
}

.sec_ptb_140 {
  padding: 140px 0;
}

/* Button Styling */
.custom_btn.btn_sm {
	display: inline-block;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	background-color: white;
	color: black;
	border: 1px solid black;
	border-radius: 5px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.custom_btn.btn_sm:hover {
  background-color: black;
  color: white;
}

/* Calculator Section */
.calculator-section {
  background: #f7f7f7;
}

.item_title_new {
	font-weight: 800 !important;
	font-size: 25px;
	margin-bottom: 10px;
}

.calculator-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  border-radius: 15px;
}

.module-title {
	font-size: 30px;
	margin: 0 0 15px;
	color: #000 !important;
	text-transform: capitalize;
	font-weight: 800 !important;
}

.calc-paragraph p {
  font-size: 16px;
  color: #000;
}

.calculator-inputs,
.calculator-outputs {
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
}

.calculator-input-label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: "Poppins", cursive;
}

.calculator-asterik {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  display: block;
}

.calculator-inputs input:not([type='range']) {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 17px;
  color: #000;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 10px;
}

.calculator-inputs input:not([type='range']):focus {
  border-color: #000;
  box-shadow: 0 0 4px rgba(32, 32, 32, 0.2);
  outline: none;
}

.calculator-inputs input:disabled {
  background: #e0e0e0;
  color: #666;
}

.range-slider {
  width: 100%;
  margin-top: 8px;
}

#perCardCostRange {
  width: 100%;
  accent-color: #000;
  height: 5px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.slider-ticks {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
}

.slider-tick small {
  display: block;
  text-align: center;
}

.card-costs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.paper-card-costs,
.popl-card-costs {
  flex: 1;
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

.popl-card-costs {
  background: #00bf63;
  color: white;
}

.popl-card-costs input {
  background: #00bf63;
  color: white;
  border: none;
  text-align: center;
}

.cost-output {
  font-size: 28px;
  font-weight: 800;
  color: #000;
}

.full-width-output {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border: 1.5px solid #d5d5d5;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 7px rgba(0,0,0,.1);
	margin-top: 12px;
}

.environment-impact {
  display: flex;
  gap: 15px;
}

.environment-impact .full-width-output {
  width: 33%;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  gap: 10px;
}

.environment-impact .trees {
  background: #00bf63;
  color: white;
  border-color: transparent;
}

.environment-impact .water {
  background: #0cc0df;
  color: white;
  border-color: transparent;
}

.environment-impact .carbon {
  background: #505da8;
  color: white;
  border-color: transparent;
}

.environment-output {
  font-size: 20px;
  font-weight: 400;
}

.output-icon img {
  max-width: 80px;
  height: auto;
}

/* Gadget Details Section */
.gadget_details_section {

}

.fm_section_title .title_text {
  font-size: 30px;
}

.shop_details_content .title_text {
	font-size: 25px;
	font-weight: 800;
	line-height: 35px;
}

.shop_details_content .mb_30 {
	margin-bottom: 10px;
}

.features_list {
	font-size: 14px;
	line-height: 18px;
	list-style: inherit;
	text-transform: capitalize;
	font-weight: 800;
	padding: 10px;
}

.features_list li {
  margin-bottom: 5px;
}

.button_group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop_details_image img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 2px 7px rgba(0,0,0,.1);
}

/* Ecommerce Policy Section */
.ecommerce_policy_section {
  background: #FFFFFF;
  padding: 0px 0;
}

.ecommerce_policy_item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Sustainability Section */
.sustainability_section {
  background: #FFFFFF;
}

.sustainability-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-title {
  font-size: 35px;
  margin-bottom: 40px;
}

.sustainability-items {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.sustainability-item {
  flex: 1;
  min-width: 300px;
  max-width: 360px;
  padding: 25px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  text-align: center;
}

.sustainability-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.sustainability-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.sustainability-item h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.sustainability-item p {
  font-size: 16px;
  color: #666;
}

/* Team and Features Section */
.team_features_section {
  padding: 40px 0;
}

.feature_item {
  padding: 40px 0;
}

.item_image img.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.item_content {
  padding: 0 15px;
}

.item_title {
  font-size: 35px;
}

.item_content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  text-align: justify;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .container-fluid.prl_100 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec_ptb_140 {
    padding: 80px 0;
  }

  .calculator-wrapper {
    padding: 20px;
  }

  .calculator-header h2 {
    font-size: 24px;
  }

  .calc-paragraph p {
    font-size: 14px;
  }

  .calculator-input-label {
    font-size: 14px;
  }

  .calculator-asterik {
    font-size: 11px;
  }

  .cost-output {
    font-size: 22px;
  }

  .environment-impact {
    flex-direction: column;
  }

  .environment-impact .full-width-output {
    width: 100%;
    flex-direction: row;
  }

  .fm_section_title .title_text {
    font-size: 32px;
  }

  .shop_details_content .title_text {
    font-size: 32px;
  }

  .sustainability-items {
    flex-direction: column;
    align-items: center;
  }

  .sustainability-item {
    min-width: 100%;
  }

  .item_title {
    font-size: 28px;
  }

  .item_content p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .calculator-wrapper {
    padding: 15px;
  }

  .calculator-header h2 {
    font-size: 20px;
  }

  .calc-paragraph p {
    font-size: 12px;
  }

  .cost-output {
    font-size: 20px;
  }

  .fm_section_title .title_text {
    font-size: 24px;
  }

  .shop_details_content .title_text {
    font-size: 24px;
  }

  .sustainability-item h3 {
    font-size: 18px;
  }

  .sustainability-item p {
    font-size: 14px;
  }

  .item_title {
    font-size: 24px;
  }

  .item_content p {
    font-size: 13px;
  }

  .custom_btn.btn_sm {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.fwitdhcenter{
  width: 100%;
  text-align: center;
}



