* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    background-color: #0a0a0a;
    color: #f8f8f8;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
}
.custom_section {
  padding: 50px 24px;
      font-family: 'Poppins', sans-serif;
}

.custom_container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.custom_section h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.custom_section h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #d4af37;
  margin-bottom: 20px;
  position: relative;
}
/* .custom_section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(
    90deg,
    transparent,
    #d4af37,
    transparent
  );
} */

.custom_section h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.custom_section h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'Signika Bold';
  color: #f5deb3;
  margin-bottom: 16px;
}

.custom_section h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.custom_section h6 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  /* font-family: "Lato", sans-serif; */
  color: #ffffff;
}

.custom_section p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  /* font-family: "Lato", sans-serif; */
  color: #a0a0a0;
  margin-bottom: 20px;
}
.custom_section ul li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  /* font-family: "Lato", sans-serif; */
  color: #ffffff;
}

.custom_section a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  /* font-family: "Lato", sans-serif; */
  color: #ffffff;
  text-decoration: none;
}
.custom_section .custom_btns {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
}


.custom_section .custom_btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    padding: 14px 36px;
    border: 0;
    border-radius: 8px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #2b3b95 0%, #1e2a7a 100%);
    box-shadow: 0 4px 12px rgba(43, 59, 149, 0.3);
    letter-spacing: 0.5px;
}
.custom_section .custom_btn:hover{
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 100%);
    color: #2b2b2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}
.custom_section .custom_btn_primary {
  color: #ffffff;
  background-color: #ed9885;
}
.custom_section .custom_btn_primary:hover {
  color: #ed9885;
  background-color: #2b2b2b;
}
.custom_section .custom_btn_outline {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 8px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.custom_section .custom_btn_outline:hover {
    color: #2b2b2b;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.custom_section img,
.custom_section figure {
  width: 100%;
}

.custom_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.custom_section .custom_header {
  max-width: 1000px;
  margin: 0 auto;
    margin-bottom: 40px;

}
.custom_section .custom_header h2,.custom_section .custom_header p {
  /* margin-bottom: 0px; */
  text-align: center;
  
}


/* hero section css  */
.custom_section.custom_hero_section {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 78px;
}
.custom_hero_section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.custom_hero_section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.custom_hero_section .custom_container {
  position: relative;
}
.custom_hero_section .custom_flex {
  gap: 72px;
  align-items: center;
}
.custom_hero_content {
  width: 54%;
}
.custom_hero_image {
  width: 46%;
}
.custom_hero_section p {
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: 0.95;
}
/* product section  */

.custom_products_section h2 {
  text-align: center;
}
.custom_products_section .custom_flex_3 {
  gap: 48px;
  flex-wrap: wrap;
}
.custom_flex_3 .custom_product_card {
    width: calc(100% /3 - 32px);
}
.custom_section .custom_product_card p{
  margin-bottom: 0px;
}

.custom_products_section h4,.custom_products_section p{
  text-align: center;
}
.custom_products_section .custom_product_card {
  border-radius: 22px;
  overflow: hidden;
  padding: 24px;
  background-color: #141414;
}
.custom_products_section .custom_product_card .custom_product_card_icon{
      background: linear-gradient(135deg, #b8860b, #d4af37);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
    margin: 0 auto 24px auto;
}
.custom_products_section .custom_product_card .custom_product_card_icon i{
  font-size: 32px;
    color: #0a0a0a;
}


/* about us  */
.custom_about_us .custom_container {
  max-width: 1280px;
}
.custom_about_us .custom_flex {
  gap: 100px;
  align-items: center;
}
.custom_about_us .custom_flex .custom_image {
  width: 45%;
}
.custom_about_us .custom_flex .custom_content {
  width: 55%;
}
/* custom_meticulis_section */
.custom_meticulis_section h4, .custom_meticulis_section p {
    text-align: left;
}
.custom_meticulis_section h4 i {
    font-size: 24px;
    margin-right: 20px;
}




/* custom_serving_section */
.custom_serving_section .custom_flex {
    align-items: center;
    gap: 100px;
}
.custom_serving_section .custom_content, .custom_serving_section .custom_map {
    width: 50%;
}
.custom_serving_section .custom_map iframe {
    width: 100%;
    height: 400px;
}
/* custom_benefits_section */

.custom_flex.custom_flex_2 {
    flex-wrap: wrap;
    gap: 60px;
}
.custom_flex_2 .custom_product_card {
    width: calc(100%/2 - 30px);
}
.custom_footer {
    margin-top: 30px;
}

.custom_our_project_management .custom_btns {
    justify-content: center;
}

.custom_our_project_management.custom_products_section .custom_product_card {
    background-color: transparent;
}
.custom_our_project_management.custom_products_section .custom_product_card .custom_product_card_icon i {
    color: #ffffff;
    font-size: 60px;
}
.custom_our_project_management.custom_products_section .custom_product_card .custom_product_card_icon {
    background: transparent;
}

/* custom faq  */
/* .custom_faq h2{
  color: #ffffff;
} */

.custom_faq .accordion-item {
  margin: 0 0 20px 0;
  /* border-radius: 9px; */
  overflow: hidden;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.custom_faq .accordion-item-header {
  padding: 20px 60px 20px 0px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #d4af37;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #333;
}

.custom_faq .accordion-item-header::after {
  content: "\002B";
  font-size: 24px;
  position: absolute;
  right: 0px;
  color: #d4af37;
  font-weight: 300;
}

.custom_faq .accordion-item-header.active::after {
  content: "\2212";
}

.custom_faq .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: transparent;
}

.custom_faq .accordion-item-body-content {
  padding: 20px 60px 20px 0px;
  line-height: 1.6;
  font-size: 16px;
}

.custom_faq .accordion-item-header.active {
  border-bottom: 1px solid #333;
}

.custom_faq .accordion-item-body-content p {
  margin: 0px;
  color: #a0a0a0;
}
.custom_faq .accordion-item-header.active ,.custom_faq .accordion-item-body{
    background-color: transparent;
}






/* responsive view  */

@media only screen and (max-width: 1024px) {

.custom_section {
  padding: 40px 24px;
}


.custom_section h1 {
    font-size: 36px;
    margin-bottom: 16px;
}
.custom_section h2 {
    font-size: 30px;
    margin-bottom: 14px;
}



/* hero section  */
.custom_section.custom_hero_section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.custom_hero_content{
  width: 70%;
}
.custom_hero_image {
    width: 30%;
}

.custom_products_section .custom_flex_3 {
    gap: 32px;
}

.custom_flex_3 .custom_product_card {
    width: calc(100% /2 - 16px);
}
.custom_about_us .custom_flex {
    gap: 32px;
}
.custom_flex_2 .custom_product_card {
    width: calc(100%/2 - 16px);
}
.custom_flex.custom_flex_2 {
    gap: 32px;
}
.custom_serving_section .custom_flex{
  gap: 32px;
}




    /* faq css  */


  .custom_faq .accordion-item-header {
    padding: 12px 28px 12px 16px;
    font-size: 18px;
  }

  .custom_faq .accordion-item-body-content {
    padding: 14px 50px 14px 16px;
    font-size: 17px;
  }

  .custom_faq .accordion-item-header::after {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {

.custom_section {
  padding: 40px 16px;
}

.custom_section h1 {
    font-size: 32px;
    margin-bottom: 12px;
}
.custom_section h2 {
    font-size: 26px;
    margin-bottom: 10px;
}


/* hero section  */

.custom_hero_section .custom_flex {
    flex-direction: column;
    gap: 20px;
}
.custom_hero_content {
    width: 100%;
}
.custom_hero_image{
  width: 100%;
  display: none;
}


.custom_products_section .custom_flex_3 {
    gap: 24px;
}
.custom_flex_3 .custom_product_card {
    width: 100%;
}

/* about us  */

.custom_about_us .custom_flex {
    flex-direction: column-reverse;
}
.custom_about_us .custom_flex .custom_image {
    width: 100%;
}
.custom_about_us .custom_flex .custom_content {
    width: 100%;
}

.custom_flex.custom_flex_2 {
    gap: 24px;
}
.custom_flex_2 .custom_product_card {
    width: 100%;
}
.custom_serving_section .custom_flex {
    gap: 24px;
    flex-direction: column-reverse;
}
.custom_serving_section .custom_content, .custom_serving_section .custom_map {
    width: 100%;
}
.custom_our_project_management.custom_products_section .custom_product_card .custom_product_card_icon i {
    font-size: 40px;
}

    /* faq css  */
  
  .custom_faq .accordion-item-header {
    padding: 12px 24px 12px 16px;
    font-size: 17px;
  }

  .custom_faq .accordion-item-header::after {
    right: 12px;
  }

  .custom_faq .accordion-item-body-content {
    padding: 12px 30px 12px 16px;
    font-size: 16;
  }
}
