
.clearfix {
  clear:both;
  overflow: auto;
}

.text-red{
  color:red;
}

.text-yellow{
  color:yellow;
}

.text-blue{
  color:blue;
}
.text-light-green{
  color:rgb(36, 241, 36);
}
.text-green{
  color:rgb(0, 255, 0);
}

.text-black{
  color:black;
}

.text-abp-color{
  color:#e46c0b;
}

.text-gray{
  color:gray;
}

/* Modal */
.whyus_modal p {
  text-align:justify;
}

.whyus_modal p i {
  padding-right:10px;
}


.values_modal p {
  text-align:justify;
}

.values_modal p i {
  padding-right:10px;
}

.sustainability_modal p {
  text-align:justify;
}

.sustainability_modal p i {
  padding-right:10px;
}


/*--------------------------------------------------------------
# Content Intro Section
--------------------------------------------------------------*/

#content-intro {
  width: 100%;
  height: 114px;
  position: relative;
  background: rgba(148, 148, 148, 0.5);
  background-size: cover;
  border-bottom:1px solid #efefef;
}

.text-basic-color {
  color:#e67a21;
}

.text-gray {
  color:#919191;
}

/**
* Template Name: Mamba - v2.2.0
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/  
* {
	box-sizing:border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #e67a21;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #e67a21;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# FAQ in home
--------------------------------------------------------------*/
/* Default state (laptop screens) */
.faq-list ul {
  list-style: none;
  padding: 0;
  zoom: 0.8; /* 0.8 zoom for laptop screens */
}

/* For larger screens (monitors) */
@media (min-width: 1367px) {
  .faq-list ul {
    zoom: 0.9; /* 0.9 zoom for bigger screens */
  }
}

/* Base styles that remain the same */
.faq-list li {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.faq-list .question h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.faq-list .answer p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}
#hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#hero .hero-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
  color: #fff;
  text-align: left;
  max-width: 50%;
}
#hero .hero-content h1 {
  font-size: 2rem;
  font-weight: 700;
}
#hero .hero-content p {
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  #hero .hero-content h1 {
    font-size: 2.5rem;
  }
  #hero .hero-content p {
    font-size: 1rem;
  }
  .hero-content .btn-custom {
    background-color: #e67a21;
    border: none;
  }
  .hero-content .btn-custom:hover {
    background-color: #cc5200;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #e67a21;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/


.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
  /* Add top padding to account for header */
  padding-top: 30px;
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 700;
  /* Remove top margin since we moved it to container */
  margin: 0 0 25px 0;
}

/* Add container to align h2 and list */
.breadcrumbs .breadcrumb-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  /* Add alignment */
  align-items: center;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

.breadcrumbs li.active a {
  color:#e67a21;
  font-weight: bold;
 }

 .breadcrumbs li.active:hover a {
  color:#bbbbbb;
  font-weight: bold;
 }

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* ----------------------------------------------------- 
.sub-section
----------------------------------------------------------*/

.inner-page {
  padding: 10px 0 40px 0;
}

.inner-page  .content{
  margin-top:10px;
  padding: 10px;
}

.inner-page  .content .text{
  padding: 10px;
}

.inner-page  .sub-section {
  padding-top:20px;
  margin-bottom:5px;
}

.inner-page .yan-kutu{
  margin-top:20px;
  padding: 20px;
  color:rgb(25, 115, 189);
  background-color:rgba(255, 255, 255, 0.9);
  border:1px solid #f87102;
  box-shadow:2px 2px 1px 1px rgba(68, 88, 144, 0.1);
 }
.inner-page .yan-kutu h3{
  padding-top: 20px;
  font-weight: 700;
  font-size: 16pt;
  text-align: center;
 }
 .inner-page .yan-kutu:hover{
  background-color:  rgba(214, 214, 214, 0.4);
 }

.inner-page .sub-section-header h4 {
  font-size: 27px;
  text-align: left;
  font-weight: 600;
  position: relative;
  font-family: "Montserrat", sans-serif;
  color:#484848;
}

.inner-page .size-table button {

  font-family: "Montserrat", sans-serif;
  width:100%; 
  border:1px solid #cccccc;
  text-align: left;
}

.inner-page .size-table i {
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 20px;
}

.inner-page .size-table button.collpase {
  color: #1bb1dc;
}

.inner-page .size-table button.collapsed {
  color: #000;
}

.inner-page .size-table button.collapsed i::before {
  content: "\f0fe" !important;
}

.inner-page .video {
  text-align: center;
  padding-top:15px;
}

.inner-page .video a{
 color:rgb(76, 79, 248);
}

.inner-page .video a:hover{
  color:darkred;
 }

.inner-page .video i{
  font-size: 30pt;
  color: #e67a21;
  border-radius: 40%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.inner-page .video a:hover  i{
  font-size: 30pt;
  color: #ca5242;
  border-radius: 40%;
  padding: 8px;
  border: 2px dotted #f4b29e;
}

.inner-page .icons{
 margin-top:30px;
}

.inner-page .icons img{
  width:80px;
  height:auto;
  padding:10px;
 }
 .inner-page .types a.btn{
  margin:3px;
  background-color: rgb(255, 218, 139);
}

.inner-page .types a.btn:hover{
  background-color: rgb(236, 236, 236);
}

/* ----------------------------------------------------- 
#  Warning
----------------------------------------------------------*/
.warning-lists {
  padding: 40px;
}

.warning-lists .row {
  overflow: hidden;
}

.warning-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.warning-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.warning-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.warning-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .warning-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}