.innerpage-title-bar h1,
.innerpage-title-bar h2 {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 60%;
  left: 50%;
  color: #ffffff;
  font-size: 35px;
  width: 100%;
  text-align: center;
  padding: 0px 20px;
}

.innerpage-title-bar {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(/wp-content/uploads/2025/05/breadcrumb-1-scaled-1.webp) !important;
}

.breadcrumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.breadcrumb a {
  color: #ffffff;
}

.wpcf7-response-output {
  color: black;
}

/* Responsive for Tablets (1024px and below) */
@media screen and (max-width: 1024px) {
  .innerpage-title-bar {
    height: 230px !important;
  }

  .innerpage-title-bar h1,
  .innerpage-title-bar h2 {
    font-size: 30px;
    top: 50% !important;
    padding: 0 15px;
  }

  .breadcrumb {
    bottom: 50px;
  }

  img.custom-logo {
    width: 100px !important;
  }

}

/* Responsive for Tablets & Small Devices (768px and below) */
@media screen and (max-width: 768px) {
  .innerpage-title-bar {
    height: 220px;
  }

  /*     .innerpage-title-bar h1, 
    .innerpage-title-bar h2 {
        font-size: 26px;
        top: 54%;
        padding: 0 10px;
    }

    .breadcrumb {
        bottom: 15px;
        font-size: 14px;
    } */
  .innerpage-title-bar h1,
  .innerpage-title-bar h2 {
            top: 60% !important;
  }

  .breadcrumb {
            bottom: 15px;
  }
}

/* Responsive for Mobile Devices (480px and below) */
@media screen and (max-width: 480px) {
  .innerpage-title-bar {
    height: 220px !important;
  }

  /*     .innerpage-title-bar h1, 
    .innerpage-title-bar h2 {
      font-size: 20px !important;
        top: 70%;
        padding: 0 10px;
    }

    .breadcrumb {
        bottom: 15px;
        font-size: 12px;
    } */

  .innerpage-title-bar h1,
  .innerpage-title-bar h2 {
    font-size:18px !important;
	          top: 60% !important;
  }

  .breadcrumb {
    font-size:14px !important;
	          bottom: 15px !important;
  }
}


html {
  scroll-behavior: smooth;
}

.about-us-bar {
  padding: 60px 20px;
  margin-top: 10%;
}

.about-us-bar-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  width: 80%;
  margin: auto;
}

.about-left {
  flex: 1 1 50%;
}

.about-left h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.about-left p {
  font-size: 16px;
  color: #666;
}

.about-right {
  flex: 1 1 40%;
}

.progress-group {
  margin-bottom: 25px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.progress-bar {
  height: 8px;
  background-color: #eee;
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background-color: #3678a2;
  border-radius: 4px;
  transition: width 1.5s ease-in-out;
}

@media (max-width: 1024px) {
  .about-us-bar-content {
    width: 90%;
  }

  .about-left h2 {
    font-size: 30px;
  }

  .about-left p {
    font-size: 15px;
  }

  .progress-label {
    font-size: 15px;
  }
}

@media (max-width: 768px) {

  .about-left,
  .about-right {
    flex: 1 1 100%;
    text-align: center;
  }

  .about-left h2 {
    font-size: 26px;
  }

  .about-left p {
    font-size: 14px;
  }

  .progress-label {
    justify-content: center;
    gap: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .about-us-bar {
    padding: 0px !important;
    margin-top: 0% !important;
  }

  .about-us-bar-content {
    width: 95%;
    gap: 25px;
  }

  .about-left h2 {
    font-size: 22px !important;
    line-height: 35px !important;
  }

  .about-title {
    font-size: 24px !important;
    line-height: 35px !important;
  }

  .about-left p {
    font-size: 13px !important;
  }

  .progress-group {
    width: 100% !important;
  }

  .progress-label {
    font-size: 13px;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-around;
  }
}

.image-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.image-box {
  flex: 1 1 25%;
  max-width: 25%;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 1024px) {
  .image-box {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .image-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Contact US */
.contact-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  max-width: 1200px;
  margin: auto;
}

.contact-info-left {
  flex: 1 1 40%;
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.contact-info-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-info-left p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.contact-info-left .icon {
  width: 20px;
  margin-right: 10px;
}

.contact-form-right {
  flex: 1 1 55%;
}

/* Make CF7 inputs full width inside this section */
.contact-form {
  flex: 1 1 55%;
}

.contact-form h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-form p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.form-row input {
  flex: 1 1 48%;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-wrap {
  text-align: center;
}

.contact-form-right .wpcf7-submit {
  background-color: #99d0f2;
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 200px;
}

.contact-form-right .wpcf7-submit:hover {
  background-color: #1ea1f3;
}

.contact-form p {
  color: black;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-layout {
    flex-direction: column;
    padding: 20px;
  }

  .contact-info-left,
  .contact-form-right {
    flex: 1 1 100%;
  }

  .form-row {
    flex-direction: column;
    gap: 0px;
  }
}

.contact-map-section {
  width: 100%;
  margin: 0;
  overflow: hidden;
  margin-top: 50px;
}

.contact-map-section .map-embed iframe {
  display: block;
  width: 100%;
  height: 550px;
  border: none;
}

/* product page */

.product-categories .container {
  /*   max-width: 1200px; */
  margin: auto;
  padding: 40px 20px;
}

.category-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
}

.category-card {
  width: 400px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.category-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.category-card h3 {
  padding: 15px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .category-card {
    max-width: 320px !important;
  }
}

@media (max-width: 768px) {
  .category-card {
    max-width: 100%;
    margin: 0 auto;
  }

  .category-card img {
    height: 200px !important;
  }

  .container h2 {
    font-size: 25px !important;
  }
}

@media (max-width: 480px) {
  .category-cards {
    gap: 15px !important;
  }

  .category-card h3 {
    font-size: 14px !important;
    padding: 0px !important;
    margin: 5px !important;
  }

  .category-card img {
    height: 180px !important;
  }
}

.about-us-flexbox {
  display: flex;
  align-items: center;
  gap: 40px;
  /* flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  justify-content: center;
  width: 100%;
  margin: auto;
}

.about-left img {
  max-width: 100%;
  border-radius: 12px;
}

.about-subtitle {
  color: red;
  font-weight: 600;
  text-transform: uppercase;
}

.about-title {
  font-size: 32px;
  font-weight: bold;
  color: #1b1c57;
  margin-bottom: 20px;
}

.about-desc {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}

.feature-list {
  background: #f8fbe9;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
}

.feature-item {
  margin-bottom: 10px;
  font-size: 15px;
  color: black;
  display: flex;
  /* justify-content: center; */
  gap: 10px;
  align-items: center;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-box-product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.contact-number {
  font-size: 18px;
  font-weight: bold;
  color: #1b1c57;
  margin: 0px;
}

.check-icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.contact-icon {
  width: 50px;
  background: #12251F !important;
  padding: 10px;
}

span.contact-text {
  color: black;
}

.product-section {
  margin-top: 3%;
}

.page-products {
  width: 80%;
  margin: auto;
  margin-top: 1%;
}

/* Wrap products in a clean bordered card */
.woocommerce ul.products li.product {
  border: 2px solid #58b9f9;
  /* Orange border */
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 6px;
  box-shadow: none;
  transition: 0.3s;
}

/* Image styling */
.woocommerce ul.products li.product img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 15px auto;
  display: block;
}

/* Product title styling */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px !important;
  font-weight: 600;
  color: #234694;
  margin-top: 10px;
  margin-bottom: 0;
  background: #bbf5ec;
  padding: 10px;
}

/* Remove price, add-to-cart etc. */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  display: none;
}

.woocommerce .products .product .loop-product-thumbnail {
  background: white !important;
}

/* Responsive Grid */
@media (max-width: 1024px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 48%;
    margin: 1%;
  }
}

@media (max-width: 600px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.product-about-us-flexbox {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
  /*     padding: 20px; */
}

.product-about-left,
.product-about-right {
  flex: 1 1 45%;
  min-width: 300px;
}

.product-about-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-btn {
  background: #12251F !important;
}

.product-btn-text {
  color: white !important;
}

.about-desc p {
  color: black !important;
}

@media (max-width: 768px) {

  .product-about-left,
  .product-about-right {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ?shop page */
.custom-single-product-wrapper {
  padding: 40px 0;
  background-color: #fff;
}

.custom-single-product-wrapper .custom-product-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
}

.custom-single-product-wrapper .custom-product-image {
  /*     flex: 1 1 45%; */
  max-width: 500px;
}

.custom-single-product-wrapper .custom-product-summary {
  /*     flex: 1 1 45%; */
  text-align: left;
}

.custom-single-product-wrapper .custom-product-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.custom-single-product-wrapper .custom-product-short-description {
  font-size: 16px;
  line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .custom-single-product-wrapper .custom-product-layout {
    flex-direction: column;
    align-items: center;
  }

  .custom-single-product-wrapper .custom-product-image,
  .custom-single-product-wrapper .custom-product-summary {
    max-width: 100%;
  }

  .custom-single-product-wrapper .custom-product-summary {
    text-align: center;
  }
}

@media (max-width: 1370px) {
  .innerpage-title-bar {
    height: 300px;
  }

  .breadcrumb {
    bottom: 30px;
  }

  .corp-container {
    max-width: 100%;
    padding: 0px 80px;
  }

  .about-us-bar {
    padding: 40px 20px;
    margin-top: 1%;
  }

  .site-footer .widgets {
    padding: 100px 30px 0;
  }

  .contact-layout {
    padding: 20px;
  }
}

.contact-info-left a {
  color: #333 !important;
}

.contact-info-left strong {
  color: #333 !important;
}


/* Company Page */


/* Base Styles (already included) */
.our-company-section p,
.certification-section p {
  width: 65% !important;
  text-align: center;
  margin: auto;
  color: #000000 !important;
}

.company-section {
  display: flex;
  padding: 0 300px;
  gap: 25px;

}

.company-section-left {
  width: 50%;
}

.company-section img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.company-section-right {
  width: 50%;
  padding: 15px;
  background: #0c7972;
}

.company-section-right h2 {
  color: #fff !important;
}

.company-certificates {
  display: flex;
  flex-wrap: wrap;
  padding: 0 150px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 50px;
}

.certificate-slide {
  /*   width: 30%; */
  align-items: center;
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #E87F1F;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}

.certificate-slide img {
  padding: 10px;
  height: 236px;
  width: 236px;
}

.certificate-slide h6 {
  color: #36509C !important;
}

/* 1440px */
@media (max-width: 1440px) {
  .company-section {
    padding: 0 200px;
  }

  .company-certificates {
    padding: 0;
  }
}

/* 1370px */
@media (max-width: 1370px) {
  .company-section {
    padding: 0 100px;
  }

  /*   .certificate-slide {
    width: 40%;
  } */
}

/* 1024px */
@media (max-width: 1024px) {
  .company-section {
    flex-direction: column;
    padding: 0 60px;
  }

  .company-section-left,
  .company-section-right {
    width: 100%;
  }

  .company-certificates {
    padding: 0 50px;
  }

  .certificate-slide {
    width: 45%;
  }

  .our-company-section p,
  .certification-section p {
    width: 85% !important;
  }
}

/* 768px */
@media (max-width: 768px) {
  .company-section {
    padding: 0 30px;
  }

  .certificate-slide {
    width: 90%;
  }

  .company-certificates {
    padding: 0;
    gap: 10px;
  }
}

/* 480px */
@media (max-width: 480px) {
  .company-section {
    padding: 0 20px;
  }

  .certificate-slide {
    width: 100%;
  }

  .our-company-section p,
  .certification-section p {
    width: 95% !important;
    font-size: 15px;
  }

  .company-section-right h2 {
    font-size: 22px;
  }
}

/* 380px */
@media (max-width: 380px) {
  .company-section {
    padding: 0 15px;
  }

  .company-section-right h2 {
    font-size: 20px;
  }

  .certificate-slide img {
    padding: 15px;
  }

  .certificate-slide h6 {
    font-size: 14px;
  }
}


/* //what we do */

.what-we-do-section {
  background: url('/wp-content/uploads/2025/07/what-do-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 20px;
  color: #fff;
}

.what-we-do-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #12251F;
}

.what-we-do-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}

.what-feature-card {

  padding: 20px 30px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature-icon img {
  width: 100px;
  height: 100px;
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}

.feature-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}


/* ✅ Responsive Breakpoints */
@media (max-width: 1370px) {
  .section-title {
    font-size: 32px;
  }

  .what-we-do-grid {
    gap: 30px 40px;
  }
}

@media (max-width: 1024px) {
  .what-we-do-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-desc {
    font-size: 15px;
  }
}

@media (max-width: 480px) {

  .feature-title {
    font-size: 18px;
  }

  .what-feature-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px !important;
    padding: 0;
    margin: 0;
  }

  .feature-icon img {
    margin-bottom: 10px;
  }

  .what-we-do-grid {
    gap: 0px !important;
  }

  .what-we-do-section {
    padding: 40px 20px;
  }
}

@media (max-width: 380px) {
  .section-title {
    font-size: 24px;
  }

  .feature-desc {
    font-size: 14px;
  }
}



/*  Key Person Page  */


.key-person-section {
  padding: 150 0px;
}


.team-member-section .team-left .team-title,
.team-member-section .team-right .team-title {
  color: #000000 !important;
  text-align: center !important;
}

.team-member-section .team-edu,
.team-position {
  color: #000000 !important;
  text-align: center !important;
}

.team-member-section p {
  color: #000000 !important;
  text-align: justify !important;
}

.team-member-section {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 50px;
}

.team-member-section .team-left,
.team-member-section .team-right {
  width: 30%
}


.team-member-section .team-img {
  width: 100%;
  padding: 5px;
  border: 2px solid black;
}

.team-social-icons ul {
  display: flex;
  justify-content: space-evenly
}

.team-social-icons ul li {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #000000;
  display: flex;
  padding-top: 10px;

}

.team-social-icons img {
  width: 20px !important;
}

@media (max-width: 480px) {
	.team-member-section{
		flex-direction:column;
	}
.team-member-section .team-left, .team-member-section .team-right {
    width: 100%;
}
}


/*  Sourcing Agent  */

.sourcing-agent-section {
  padding: 150 0px;
}

.sourcing_agent {
  display: flex;
  width: 100%;
  justify-content: center;
}

.sourcing_agent .agent-image {

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.sourcing_agent>div {
  width: 33%;
}



.sourcing_agent .agent-title,
.sourcing_agent p,
.sourcing_agent li {
  color: #000000 !important;
}

.agent-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto 0;
}

.agent-left .bottom-line {
  width: 150px;
  height: 2px;
  background: #000000;
  margin-top: -40px;
}

.agent-right .agent-points {
  padding: 50px 0;
  margin: 0 !important;
  gap: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  left: -25px;
}

.agent-right .agent-points li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.agent-right .agent-points li img {
  width: 70px;
  height: 70px;
  box-shadow: 1px 2px 6px #000;
  border-radius: 100%;
  margin-right: 15px;
}

h2.benifit-title {
  text-align: center;
  color: #ffffff !important;
}

.your-benefit-section {
  background: #0c7972;
}

.benifits-info p {
  color: #000000 !important
}

.your-benefits {
  display: flex;
  padding: 70px 250px;
  gap: 25px;
  align-items: center;
  justify-content: center;
  text-align: center;

}

.benifits {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}


.benifits img {
  width: 40px;
}


.benifits-info {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
}


* Tablets */
@media (max-width: 1024px) {
  .sourcing_agent > div {
    width: 45%;
  }
  .your-benefits {
    padding: 50px 80px;
  }
  .benifits {
    width: 45%;
  }
}

/* Mobiles */
@media (max-width: 768px) {
  .sourcing-agent-section {
    padding: 80px 20px;
  }
  .sourcing_agent {
    flex-direction: column;
    align-items: center;
  }
  .sourcing_agent > div {
    width: 100%;
  }
  .your-benefits {
    padding: 40px 20px;
	  flex-wrap:wrap;
  }
  .benifits {
    width: 100%;
  }
  .agent-right .agent-points {
    left: 0; /* fix overlap */
    padding: 20px 0;
  }
  .agent-right .agent-points li img {
    width: 50px;
    height: 50px;
  }

}

/* Small Mobiles */
@media (max-width: 480px) {
  h2.benifit-title {
    font-size: 20px;
  }
  .agent-right .agent-points li img {
    width: 40px;
    height: 40px;
  }
  .benifits-info {
    padding: 10px;
  }
}


/* Sticky button */
.sticky-inquiry-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10050;
  background: #111827;
  color: #fff;
  padding: 14px 18px;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .2s;
}

.sticky-inquiry-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .20);
  background: #0b1220;
}

.sticky-inquiry-btn:active {
  transform: translateY(0);
}

/* Popup */
.inquiry-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10060;
}

.inquiry-modal.is-open {
  display: block;
}

.inquiry-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 18, 24, .55);
  backdrop-filter: saturate(140%) blur(2px);
}

.inquiry-modal__dialog {
  position: relative;
  width: min(680px, 92vw);
  max-height: 88vh;
  margin: 6vh auto;
  background: #fff;
  border-radius: 16px;
  overflow: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
  padding: 22px 22px 26px;
  animation: modalIn .18s ease-out;
}

@keyframes modalIn {
  from {
    transform: translateY(10px);
    opacity: .85;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.inquiry-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  background: #f4f5f7;
  color: #111;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Hover state */
.inquiry-modal__close:hover {
  background: #e2e6ea;
  /* slightly darker */
  color: #000;
  /* deeper text color */
}

/* Focus (keyboard/tab navigation) */
.inquiry-modal__close:focus {
  background: #d0d7de;
  /* even darker for focus */
  color: #000;
  outline: 2px solid #4f46e5;
  /* nice visible focus ring */
  outline-offset: 2px;
}

.inquiry-modal__title {
  margin: 4px 32px 14px 4px;
  font-size: 20px;
}

.inquiry-modal__body {
  padding-top: 6px;
}

/* Basic CF7 tidy */
.inquiry-modal .wpcf7-form p {
  margin-bottom: 12px;
}

.inquiry-modal input[type="text"],
.inquiry-modal input[type="email"],
.inquiry-modal select,
.inquiry-modal textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
}

.inquiry-modal textarea {
  min-height: 120px;
  resize: vertical;
}

.inquiry-modal input[type="submit"] {
  background: #111827;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.inquiry-modal .wpcf7-response-output {
  margin: 12px 0 0;
}

/* Mobile full-width sticky */
@media (max-width: 640px) {
  .sticky-inquiry-btn {
    left: 12px;
    right: 12px;
    bottom: 14px;
    width: calc(100% - 24px);
    border-radius: 12px;
  }

  .inquiry-modal__dialog {
    margin: 10vh auto;
  }
}


/* gallery page  */
/* Section wrapper */
.gallery-page {
  padding: 50px 20px;
  background: #fff;   /* optional background */
}

/* Container keeps gallery centered & fluid */
.gallery-page .corp-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* Make gallery images fluid */
.gallery-page .corp-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive grid for gallery items */
.gallery-page .bw-galleries,
.gallery-page .bw-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* Tablet adjustments */
@media (max-width: 992px) {
  .gallery-page {
    padding: 40px 15px;
  }
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .gallery-page {
    padding: 30px 10px;
  }
  .gallery-page .bw-galleries,
  .gallery-page .bw-gallery {
    grid-template-columns: 1fr; /* single column on mobile */
    gap: 15px;
  }
.home-blog-item {
    width: 100%;
}
}

/* blog inner page  */

.blog-inner-layout {
    display: flex !important;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-around;
}
.blog-inner-layout .content-area {
    width: 90% !important;
}
.blog-inner-layout .widget-area  {
    width: 30% !important;
}
.blog-inner-layout .widget-area .widget {
    margin: 0 0 50px;
    top: 150px !important;
    position: sticky !important;
	background: #f0fbf0;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #abebab;
}
 .entry-meta span a{
	text-transform: capitalize;
}

.entry-content {
    color: black;
}
p.logged-in-as
 {
    color: black;
}


