@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Hero Section */
.abt-hero-sec {
  width: 100%;
}

.hero-area-ptb {
  padding-top: 225px;
  padding-bottom: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.hero-title-box {
  margin-bottom: 40px;
  padding: 0px 0px 0px 80px;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: "Roboto Slab";
  font-size: 45px;
  color: #222;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.tp_fade_bottom {
  font-family: "Poppins";
  font-size: 16px;
  padding-top: 10px;
  color: #666;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.hero-thumb {
  position: relative;
  z-index: 1;
}

.hero-thumb-box {
  /* margin-top: -250px; */
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hero-thumb-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

@media (max-width: 991px) {
  .hero-area-ptb {
    padding-top: 150px;
    padding-bottom: 30px;
  }

  .hero-title-box {
    padding: 0px 40px;
  }

  .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hero-area-ptb {
    padding-top: 120px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-title-box {
    padding: 0px 20px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 40px;
  }

  .hero-title-box {
    padding: 0px 15px;
  }
}

/* About Area */
.ab-about-area {
  width: 100%;
  padding: 40px 40px;
}

.abt-drp {
  font-family: "Poppins";
  font-size: 16px;
  color: #666;
  padding: 20px 0px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 991px) {
  .ab-about-area {
    padding: 60px 40px;
  }

  .abt-drp {
    padding: 30px 0px;
  }
}

@media (max-width: 767px) {
  .ab-about-area {
    padding: 40px 20px;
  }

  .abt-drp {
    padding: 20px 0px;
    font-size: 16px;
  }
}

@media (max-width: 1100px) {}

/* Facts Section */
.facts-section {
  width: 100%;
  padding: 100px 100px;
  background-color: #fff;
}

.text-center {
  text-align: center;
  margin-bottom: 40px;
}

.facts-sub-heading {
  font-family: "Poppins";
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  /* letter-spacing: 0.5px; */
}

.facts-main-heading {
  font-family: "Roboto slab";
  font-size: 45px;
  color: #333;
  /* line-height: 1.24; */
  margin-bottom: 0;
}

.fact-hv .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 0;
}

.facts-item {
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 0 2px 12px rgba(0,0,0,0.06); */
  padding: 36px 22px 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}

.facts-item:hover {
  /* box-shadow: 0 8px 32px rgba(85, 85, 85, 0.1); */
  transform: translateY(-4px) scale(1.03);
}

.facts-icon {
  height: 90px;
  width: 90px;
  margin-bottom: 16px;
  opacity: 0.9;
  object-fit: contain;
}

.facts-item-title {
  font-family: "Poppins";
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 14px;
}

.facts-item-description {
  font-family: "Poppins";
  font-size: 16px;
  color: #666;
  line-height: 28px;
  font-weight: 400;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1560px) and (min-width: 1200px) {
  .facts-section {
    padding: 60px 40px;
  }

  .fact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .facts-section {
    padding: 40px 20px;
  }

  .fact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .facts-section {
    padding: 30px 10px;
  }

  .fact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .facts-main-heading h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .facts-section {
    padding: 20px 5px;
  }

  .fact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media screen and (max-width: 768px) {
  .facts-main-heading {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .facts-section {
    padding: 10px 2px;
  }

  .fact-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .facts-item {
    padding: 16px 5px 12px 5px;
  }

  .facts-item-title {
    font-size: 18px;
  }

  .facts-item-description {
    font-size: 16px;
  }

  .facts-icon {
    height: 80px;
    width: 80px;
    margin-bottom: 12px;
  }

  .facts-sub-heading {
    text-align: left !important;
  }
}

/* about us section */
.abt-desc-sec {
  width: 100%;
  padding: 60px 60px;
}

.main-abt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-img img {
  width: 700px;
  height: 600px;
}

.about-image {
  flex: 1;
  padding-right: 30px;
}

.about-image img {
  width: 700px;
  height: 600px;
  border-radius: 10px;
}

.about-content {
  flex: 1;
}

.about-content h2 {
  font-family: "Roboto slab";
  font-size: 45px;
  color: #333;
  margin-bottom: 20px;
}

.about-content h5 {
  font-family: "Poppins";
  color: #333;
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 20px;
}

.about-content p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

@media (max-width: 998px) {
  .abt-desc-sec {
    padding: 60px 40px;
  }

  .main-abt {
    flex-direction: column;
    text-align: left;
  }

  .about-image {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

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

@media (max-width: 767px) {
  .abt-desc-sec {
    padding: 40px 20px;
  }

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

  .about-content h5 {
    font-size: 18px;
  }

  .about-content p {
    font-size: 16px;
  }
}

@media (max-width: 1560px) and (min-width: 1000px) {
  .abt-desc-sec {
    padding: 40px 20px;
  }

  .about-image img {
    width: 100%;
    height: 500px;
    align-items: center;
  }

  .main-abt {
    gap: 32px;
  }

  .about-content h2 {
    font-size: 45px;
  }

  .about-content h5 {
    font-size: 18px;
  }

  .about-content p {
    font-size: 16px;
  }
}

/* Counter Section */
.counter-sec {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.counter-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.counter-left {
  flex: 1 1 45%;
  min-width: 320px;
}

.counter-main-title {
  font-family: "Roboto slab";
  font-size: 45px;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.24;
}

.counter-subtitle h5 {
  font-size: 18px;
  font-family: "poppins";
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.counter-desc {
  color: #666;
  font-size: 16px;
  font-family: "poppins";
  line-height: 28px;
}

.counter-right {
  flex: 1 1 45%;
  min-width: 320px;
  display: flex;
  /* padding-top: 10px; */
  align-items: center;
  justify-content: center;
}

.counter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 30px;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 600px;
}

.counter-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  height: 120px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
}

.counter-number {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 700;
  color: #333;
  /* margin-bottom: 10px; */
  height: 36px;
  display: flex;
  align-items: center;
}

.counter-label {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #666;
  /* line-height: 28px; */
  min-height: 35px;
  text-align: center;
}

.count-up::after {
  content: "+";
  margin-left: 2px;
}

@media (max-width: 991px) {
  .counter-sec {
    padding-top: 0rem;
    padding-bottom: 6rem;
  }

  .counter-flex {
    flex-direction: column;
    gap: 32px;
  }

  .counter-left,
  .counter-right {
    min-width: 0;
    width: 100%;
  }

  .counter-grid {
    max-width: 100%;
    gap: 28px 20px;
  }

  .counter-main-title {
    font-size: 35px;
  }

  .counter-number {
    font-size: 30px;
  }

  .counter-desc {
    font-size: 16px;
    line-height: 28px;
  }

}

@media (max-width: 600px) {
  .counter-sec {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }

  .counter-main-title {
    font-size: 30px;
  }

  .counter-number {
    font-size: 30px;
  }

  .counter-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 18px 0;
  }

  .counter-box {
    align-items: center;
    justify-content: center;
  }

  .counter-desc {
    font-size: 14px;
    line-height: 23px;
  }

  .counter-label {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    color: #666;
    /* line-height: 28px; */
    min-height: 35px;
    text-align: center;
  }
}

/* Why Choose Us Section */
.why-choose-us {
  width: 100%;
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.whychooseus-header {
  text-align: center;
  margin-bottom: 30px;
}

.whychooseus-title {
  font-family: "Roboto Slab";
  font-size: 45px;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
}

.whychooseus-title span {
  font-family: "Roboto Slab";
  font-size: 45px;
  color: #204d53;
  margin-bottom: 10px;
}

.whychooseus-desc {
  font-family: "Poppins";
  font-size: 16px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 28px;
}

.whychooseus-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.whychooseus-features {
  display: flex;
  flex-direction: column;
  gap: 48px;
  flex: 1 1 220px;
  max-width: 350px;
}

.whychooseus-brd {
  padding: 20px;
}

.whychooseus-feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.whychooseus-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.whychooseus-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.whychooseus-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.svg-icon {
  filter: brightness(0) saturate(100%) invert(20%) sepia(87%) saturate(328%) hue-rotate(139deg) brightness(100%) contrast(88%);
}

.whychooseus-feature-title {
  font-family: "Poppins";
  font-weight: 600;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  margin: 0;
}

.whychooseus-feature-desc {
  font-family: "Poppins";
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.whychooseus-image {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.whychooseus-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

/* Hide popup by default */
.abt-popup {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 170px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Popup image */
.abt-popup-content {
  display: block;
  margin: auto;
  max-width: 60vw;
  max-height: 60vh;
  border-radius: 10px;
  object-fit: cover;
  align-content: center;
}

/* Close button */
.abt-popup .close {
  position: absolute;
  top: 20px;
  right: 35px;
  background: #204d5362;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

/* Responsive */
@media (max-width: 1200px) {
  .why-choose-us {
    /* padding: 80px 40px; */
  }

  .whychooseus-content {
    gap: 40px;
  }

  .whychooseus-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1000px) {
  .whychooseus-content {
    gap: 20px;
  }

  .whychooseus-image img {
    width: 150px;
    height: 350px;
  }

}

@media (max-width: 999px) {
  .why-choose-us {
    padding-top: 0rem;
    padding-bottom: 6rem;

  }

  .whychooseus-content {
    flex-direction: column;
    gap: 32px;
  }

  .whychooseus-features {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    max-width: 100%;
  }

  .whychooseus-title {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  .why-choose-us {
    padding-top: 0rem;
    padding-bottom: 6rem;
  }

  .whychooseus-title {
    font-size: 35px;
  }

  .whychooseus-desc {
    font-size: 16px;
    line-height: 28px;
  }

  .whychooseus-features {
    flex-direction: row;
    gap: 24px;
    width: 100%;
  }

  .whychooseus-brd {
    width: 100%;
    max-width: 400px;
    padding: 0;
  }

  .about-main-sec {
    padding: 120px 0 80px !important;
  }

  .whychooseus-feature-desc {
    line-height: 28px;
  }
}

@media (max-width: 573px) {
  .why-choose-us {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }

  .whychooseus-title {
    font-size: 30px;
    text-align: left;
  }

  .whychooseus-desc {
    font-size: 14px;
    text-align: left;
    line-height: 23px;
  }

  .whychooseus-content {
    flex-direction: column;
    gap: 20px;
  }

  .whychooseus-features {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .whychooseus-brd {
    width: 100%;
    max-width: 100%;
  }

  .whychooseus-image {
    flex-direction: row;
    gap: 20px;
  }

  .whychooseus-image img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: cover;
  }

  .whychooseus-icon {
    width: 50px;
    height: 50px;
  }

  .whychooseus-icon img {
    width: 50px;
    height: 50px;
  }

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

  .whychooseus-feature-desc {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 1700px) and (min-width: 1000px) {
  .why-choose-us {
    /* padding: 80px 30px; */
  }

  .whychooseus-content {
    gap: 24px;
  }

  .whychooseus-image img {
    height: 300px;
    max-width: 120px;
  }

  .whychooseus-features {
    max-width: 450px;
    gap: 20px;
  }
}



.about-main-sec {
  width: 100%;
  padding: 180px 0px 20px;
}

.abt-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
}

.abt-image {
  width: 100%;
}

/* .abt-text{
  align-items: center;
} */
.abt-text h2 {
  font-family: 'Roboto slab';
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: 0;
}

.abt-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

.left-column img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* .abt-left-image {
  width: 300px !important;
  height: 260px !important;
} */
.right-column img {
  width: 100%;
  height: 100%;
  /* min-height: 400px;    */
  border-radius: 10px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.right-column {
  display: flex;
  align-items: center;
}

.abt-text p {
  font-size: 16px;
  font-family: 'poppins';
  line-height: 28px;
  color: #666;
  padding-bottom: 10px;
  word-break: normal;
  margin-bottom: 0;
}

.abt-ovr-img {
  width: 25%;
  position: absolute;
  bottom: -75px;
  height: 280px;
  right: 0px;
  object-fit: cover;
}

.new-vis-mis {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.vis-mis-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.mis-card h2 {
  font-size: 25px;
  font-family: 'Poppins';
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.mis-card p {
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 28px;
  padding-bottom: 10px;
  word-wrap: normal;
  color: #666;
}

.vis-card h2 {
  font-size: 25px;
  font-family: 'Poppins';
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.vis-card p {
  font-size: 16px;
  font-family: 'Poppins';
  word-wrap: normal;
  line-height: 28px;
  padding-bottom: 10px;
  color: #666;
}

.nw-mission {
  border: 1px solid #888;
  padding: 15px 30px;
  overflow: hidden;
  border-radius: 10px;
}

.nw-vision {
  border: 1px solid #888;
  padding: 15px 30px;
  overflow: hidden;
  border-radius: 10px;
}

.mis-icon {
  height: 90px;
  width: 90px;
  opacity: 0.9;
  object-fit: contain;
}

.vis-icon {
  height: 90px;
  width: 90px;
  opacity: 0.9;
  object-fit: contain;
}

.new-why-choose {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.whychoose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.why-image img {
  border-radius: 10px;
}

.why-choose-text p {
  font-family: 'poppins';
  font-size: 20px;
  color: #666;
  margin-top: 15px;
}

.why-choose-text h2 {
  font-family: 'Roboto slab';
  font-size: 45px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.1;
  margin-top: 15px;
}

.why-choose-text span {
  font-family: 'poppins';
  font-size: 16px;
  color: #666;
  text-align: center;
}

.why-desc-txt p {
  font-family: 'poppins';
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 0;
}

.why-accordion {
  margin-top: 30px;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-item:hover {
  color: #d7b56d;
}

.accordion-header {
  font-family: 'Poppins';
  font-size: 20px;
  color: #333;
  padding: 15px 0;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.accordion-header:hover,
.accordion-header:focus {
  color: #d7b56d;
}

.accordion-header[aria-expanded='true'] {
  color: #d7b56d;
  border-bottom: 1px solid #d7b56d;
}

.accordion-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #999;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333;
  transition: transform 0.3s ease;
}

.accordion-icon span:hover .accordion-icon span:focus {
  color: #d7b56d;
  border: 1px solid #d7b56d;
}

.accordion-header.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0;
}

.accordion-content p {
  font-size: 16px;
  padding: 15px 0;
  line-height: 28px;
  color: #666;
  font-family: 'Poppins';
  margin: 0;
}

@media (max-width: 991px) {

  .vis-mis-grid,
  .whychoose-grid {
    grid-template-columns: 1fr;
  }

  .abt-ovr-img {
    /* position: static; */
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .why-choose-text h2 {
    font-size: 45px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .mis-card h2,
  .vis-card h2 {
    font-size: 25px;
  }

  .mis-card p,
  .vis-card p,
  .why-desc-txt {
    font-size: 16px;
    line-height: 28px;
  }

  .accordion-header {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }

  .why-choose-text p {
    font-size: 16px;
    line-height: 28px;
  }

  .nw-mission,
  .nw-vision {
    padding: 10px;
  }

  /* .abt-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
  } */

  .mis-icon,
  .vis-icon {
    height: 90px;
    width: 90px;
  }

  .new-why-choose {
    padding-bottom: 6rem;
    padding-top: 0rem;
  }

  .why-accordion {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {

  .abt-text h2,
  .why-choose-text h2 {
    font-size: 30px;

  }

  .mis-card h2,
  .vis-card h2 {
    font-size: 20px;
  }

  .why-choose-text h2 {
    margin: 10px 0 20px;
  }

  .abt-text p,
  .mis-card p,
  .vis-card p,
  .why-choose-text p,
  .why-desc-txt {
    font-size: 14px;
    line-height: 23px;
  }

  .accordion-header {
    font-size: 16px;
    line-height: 28px;
  }

  .abt-image-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .why-choose-text p {
    font-size: 16px;
  }

  .accordion-content p {
    font-size: 14px;
    line-height: 23px;
  }

  .accordion-icon {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .new-vis-mis {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .new-why-choose {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }

  .nw-mission,
  .nw-vision {
    padding: 10px;
    text-align: justify;
  }

  .abt-text {
    /* padding: 0 10px; */
  }

  .abt-grid {
    grid-template-columns: 1fr;
  }

  .abt-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    margin-top: 20px;
  }

  .abt-ovr-img {
    width: 70%;
    height: 150px;
    bottom: -60px;
    position: absolute;
    margin-top: 0;
  }

  .why-choose-text span {
    display: block;
    text-align: center;
  }

  .why-desc-txt p {
    text-align: left;
    font-size: 14px;
  }

  .counter-right {
    padding-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .abt-grid {
    grid-template-columns: 1fr;
  }

  .abt-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    margin-top: 20px;
  }

  .abt-image img {
    object-fit: cover;
  }

  .abt-ovr-img {
    width: 70%;
    height: 300px;
    bottom: -80px;
    position: absolute;
    margin-top: 0;
  }

  .abt-text h2 {
    font-size: 45px;
  }

  .abt-text p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .abt-grid {
    grid-template-columns: 1fr;
  }

  .abt-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    margin-top: 20px;
  }

  .abt-image img {
    /* width: 100%; */
    /* height: auto; */
    /* position: static; */
    object-fit: cover;
  }

  .abt-ovr-img {
    width: 70%;
    height: 300px;
    bottom: -110px;
    position: absolute;
    margin-top: 0;
  }

  .abt-text h2 {
    font-size: 45px;
  }

  .abt-text p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .abt-ovr-img {
    width: 38%;
    height: 200px;
    left: 60%;
    top: 200px;
  }

  .abt-text h2 {
    line-height: 1.2;
  }
}



.product_main-section {
  padding: 180px 0 0;
  padding-bottom: 6rem;
  background: #fff;
  width: 100%;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
  overflow: visible;
}

.product-card {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #dddddd94;
  width: 100%;
  display: grid;
  align-items: flex-start;
  transition: transform 0.3s ease;
  overflow: hidden;
  height: 350px;
}

.product-img {
  width: 100%;
  height: 290px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}


.product-card:hover .product-img img {
  transform: scale(1.3, 1.3);
}

.product-info-row {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-transform: capitalize;
  margin: 18px auto 0 auto;
}

.product_name {
  font-family: 'Poppins';
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}

.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .product-grid {
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    place-items: center;
  }

  .product-card {
    min-width: 220px;
    max-width: 100%;
    height: auto;
  }

  .product-img {
    /* height: 100%; */
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .product-grid {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    place-items: center;
  }

  .product-card {
    min-width: 220px;
    max-width: 100%;
    height: auto;
  }

  .product-img {
    /* height: 100%; */
  }

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

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    place-items: center;
  }

  .product-card {
    /* width: 40vw;  */
    min-width: 0;
    max-width: 100%;
    height: auto;
    padding: 10px;
  }

  .product-img {
  }

  .product-info-row {
    align-items: center;
    gap: 4px;
  }

  .product_name {
    font-size: 20px;
  }
}

@media (max-width: 548px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    place-items: center;
  }

  .product-card {
    /* width: 40vw;  */
    min-width: 0;
    max-width: 100%;
    height: auto;
    padding: 10px;
  }

  .product-img {
    height: 200px;
    aspect-ratio: unset;
  }

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

  .product-info-row {
    /* width: 95%; */
    align-items: center;
    gap: 4px;
  }

  .product_name {
    font-size: 18px;
  }
}

/* Blog head section */
.blog-main-sec {
  width: 100%;
  padding: 180px 0 0px;
  background: none;
}

.blog-main-content {
  max-width: 100%;
  text-align: left;
}

.blog-intro-heading {
  font-size: 45px;
  color: #333;
  margin-bottom: 30px;
  font-family: 'Roboto Slab';
}

.blog-intro-text {
  font-size: 16px;
  color: #666;
  /* font-weight: 400; */
  line-height: 28px;
  margin-bottom: 10px;
  font-family: 'Poppins';
}

.blog-image {

}

.blog-image img {
  width: 100vw;
  height: 60vh;
  display: block;
  /* border-radius: 10px; */
  object-fit: cover;
}

.blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #888;
  justify-content: left;
  font-family: 'Poppins';
}

/* Blog Content Section */
.blog-cont {
  width: 100%;
}

.blog-mor-desc {
}

.blog-cont-hed {
  font-size: 32px;
  font-family: 'Roboto Slab';
  font-weight: 700;
  margin-bottom: 18px;
}

.blog-cont-text {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 18px;
  font-family: 'Poppins';
}

/* Blog Description Image Section */
.blog-desc-sec {
  width: 100%;
  border-radius: 10px;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.blog-desc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.blog-desc-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  justify-content: center;
  padding-left: 12px;
}

.blog-desc-hed {
  font-size: 45px;
  font-family: 'Roboto Slab';
  /* font-weight: 600; */
  line-height: 1.2;
  margin-bottom: 30px;
}

.blog-desc-text {
  font-size: 16px;
  color: #666;
  /* font-weight: 400; */
  margin-bottom: 10px;
  line-height: 28px;
  font-family: 'Poppins';
}

.blog-img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: none;
  object-fit: cover;
  display: block;
}

/* Featured Insight Section */
.blog-insight-sec {
  width: 100%;
  padding: 20px 0 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-insight-sec .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-insight-quote {
  font-size: 1.4rem;
  font-family: 'Roboto Slab';
  color: #3a2e1f;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-insight-quote i {
  color: #D1AE6D;
  font-size: 1.6em;
}

.blog-insight-text {
  display: inline-block;
  max-width: 600px;
  line-height: 1.5;
}

.blog-insight-author {
  font-size: 1.1rem;
  color: #7a6a4f;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  margin-top: 2px;
}

/* Innovations or Trends in Louver Design Section */
.blog-trends-sec {
  width: 100%;
  border-radius: 10px;
  padding-bottom: 6rem;
}

.blog-trends-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.blog-trends-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 12px;
}

.blog-trends-hed {
  font-size: 45px;
  font-family: 'Roboto Slab';
  /* font-weight: 600; */
  margin-bottom: 30px;
  line-height: 1.2;
  color: #333;
}

.blog-trends-text {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  font-family: 'Poppins';
  margin-bottom: 10px;
}

.blog-trends-list {
  list-style: disc inside;
  padding-left: 0;
  color: #666;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 28px;
}

.blog-trends-list b {
  color: #444;
}

.blog-trends-list li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.blog-trends-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.blog-trends-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

/* blog box section  */
.blog-box-sec {
  width: 100%;
  /* padding: 40px 0; */
  padding-bottom: 6rem;
}

.blog-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.blog-bx {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
  display: flex;
  flex-direction: column;
}

.blog-bx-sub {
  font-size: 16px;
  line-height: 27px;
  color: #666;
  font-family: 'Poppins';
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}

.blog-bx-hed {
  font-size: 25px;
  font-family: 'Roboto slab';
  margin-bottom: 18px;
  flex-shrink: 0;
}

@media (max-width: 1300px) {
  .blog-img {
    max-width: 100%;
    width: 100%;
  }

  .blog-trends-list {
    list-style: disc inside;
  }

  .blog-trends-img {
    max-width: 100%;
    width: 100%;
  }
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .blog-desc-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-img {
    max-width: 100%;
    width: 100%;
  }

  .blog-desc-txt {
    padding-left: 0;
  }

  .blog-tips-grid,
  .blog-trends-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-tips-img,
  .blog-trends-img {
    max-width: 100%;
    width: 100%;
  }

  .blog-tips-txt,
  .blog-trends-txt {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {

  .blog-cont,
  .blog-desc-sec,
  .keytake-sec {
    padding-top: 0rem;
    padding-bottom: 4rem;
    /* margin: 24px 0 18px 0; */
    border-radius: 8px;
  }

  .blog-desc-sec {
    padding-top: 4rem;
  }

  .blog-mor-desc,
  .keytake-con {
    padding: 0 6px;
  }

  .blog-intro-heading {
    font-size: 45px;
    line-height: 1.2;
  }

  .blog-desc-hed,
  .blog-cont-hed {
    font-size: 45px;
    line-height: 1.2;
  }

  .keytake-sec {
    padding: 24px 0 18px 0;
    margin: 24px 0 18px 0;
    border-radius: 8px;
    border-left-width: 4px;
  }

  .keytake-title {
    font-size: 1.1rem;
    padding-left: 10px;
    margin-bottom: 16px;
  }

  .keytake-con {
    padding: 0 6px;
  }

  .keytake-list li {
    font-size: 0.98rem;
    padding: 12px 14px 12px 38px;
    border-radius: 6px;
  }

  .keytake-list li:before {
    left: 10px;
    font-size: 1em;
  }

  .blog-insight-sec {
    padding: 22px 0 12px 0;
    margin: 18px 0 0 0;
    border-radius: 8px;
  }

  .blog-insight-quote {
    font-size: 1rem;
    gap: 7px;
  }

  .blog-insight-text {
    max-width: 95vw;
  }

  .blog-insight-author {
    font-size: 0.98rem;
  }

  .blog-tips-hed,
  .blog-trends-hed {
    font-size: 45px;
    line-height: 1.2;
  }

  .blog-box-grid {
    grid-template-columns: 1fr;
  }

  .blog-trends-list {
    list-style: disc inside;
  }

  .blog-bx-hed {
    font-size: 20px;
  }
}

@media (max-width: 548px) {
  .blog-intro-heading {
    font-size: 30px;
    line-height: 1.2;
  }

  .blog-intro-text {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 'Poppins';
  }

  .blog-desc-hed,
  .blog-cont-hed {
    font-size: 30px;
    line-height: 1.2;
  }

  .blog-desc-text {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 28px;
    font-family: 'Poppins';
  }

  .blog-tips-hed,
  .blog-trends-hed {
    font-size: 30px;
    line-height: 1.2;
  }

  .blog-trends-text {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    font-family: 'Poppins';
    margin-bottom: 12px;
  }

  .blog-trends-list {
    list-style: disc inside;
    padding-left: 0;
    color: #666;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 28px;
  }

  .blog-bx-sub {
    font-size: 14px;
  }

  .blog-cont-text {
    font-size: 14px;
  }
}

/* Introduction Section */
.blog_intro-section {
  width: 100%;
  padding: 180px 0 0px;
  background: none;
}

.blog_intro-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.blog_intro-heading {
  font-size: 45px;
  color: #333;
  margin-bottom: 30px;
  font-family: 'Roboto Slab';
}

.blog_intro-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  line-height: 28px;
  font-family: 'Poppins';
}

/* Blog Section */
.blog-section {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  /* background: #fafafa; */
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  /* margin-top: 60px; */
  justify-content: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

/* Blog Card */
.blog-card {
  background: #f9f9f9de;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(110, 110, 110, 0.25);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Blog Image */
.blog-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-category {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Poppins';
}

/* Blog Content */
.blog-content {
  padding: 20px;
  /*og 30px*/
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #888;
  justify-content: left;
  font-family: 'Poppins';
}

.blog-date,
.blog-author {
  display: flex;
  align-items: center;
}


.blog-title {
  font-size: 25px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Roboto Slab';
  transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
  color: #222;
}

.blog-excerpt {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 28px;
  font-family: 'Poppins';
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #D1AE6D;
  text-decoration: none;
  width: 150px;
  border-radius: 40px;
  padding: 12px 12px;
  text-align: center;
  border: 1px solid #D1AE6D;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins';
  transition: all 0.3s ease;
  margin-top: auto;
}

.blog-read-more::after {
  content: "→";
  margin-left: 8px;
  margin-top: -2px;
  transition: transform 0.3s ease;
}

.blog-read-more:hover {
  color: #204d53;
  border: 1px solid #204d53;
}

.blog-read-more:hover::after {
  transform: translateX(5px);
}

/* Responsive Design */


@media (max-width: 1024px) {
  .blog_intro-heading {
    font-size: 45px;
  }

  .blog_intro-text {
    font-size: 16px;
    line-height: 23px;
  }

  .blog-section {
    padding: 60px 0;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    /* margin-top: 40px; */
  }

  .blog-content {
    padding: 25px;
  }

  .blog-title {
    font-size: 25px;
  }

  .blog-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .blog_intro-heading {
    font-size: 45px;
    line-height: 1.2;
  }

  .blog_intro-text {
    font-size: 16px;
  }

  .blog-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    /* margin-top: 40px; */
  }

  .blog-content {
    padding: 25px;
  }

  .blog-title {
    line-height: 1.5;
    font-size: 20px;
  }

  .blog-excerpt {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-read-more {
    font-size: 16px;
  }

  .blog_intro-section {
    padding: 150px 0 0px;
  }
}

@media (max-width: 480px) {
  .blog_intro-heading {
    font-size: 30px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    /* margin-top: 40px; */
  }

  .blog_intro-text {
    font-size: 14px;
  }

  .blog-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-image {
    height: 200px;
  }

  .blog-content {
    padding: 20px;
  }

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

  .blog-excerpt {
    font-size: 14px;
    line-height: 23px;
  }

  .blog-read-more {
    font-size: 14px;
  }

  .blog-meta {
    flex-direction: column;
    gap: 10px;
  }

}

/* Introduction Section */
.contact_intro-section {
  width: 100%;
  padding: 180px 0 10px;
  background: none;
}

.contact_intro-content {
  /* max-width: 600px;  */
  margin: 0 auto;
  text-align: center;
}

.contact_intro-heading {
  font-size: 45px;
  color: #333;
  margin-bottom: 30px;
  margin-top: 0px;
  font-family: 'Roboto Slab';
}

.contact_intro-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  line-height: 28px;
  font-family: 'Poppins';
}

.contact_intro-subtext {
  font-size: 1rem;
  color: #666;
  font-family: 'Poppins';
}

.contact-form-info {
  width: 100%;
}

/* Contact Section Wrapper */
.contact_combined-section {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-family: 'Poppins';
}

.contact_combined-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  max-width: 900px;
}

.contact_combined-form,
.contact_combined-info {
  width: 100%;
  padding: 20px;
}

.contact_form-title,
.contact_info-title {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 0px;
  font-family: 'Roboto Slab';
}

.contact_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.form_input,
.form_textarea {
  padding: 14px 18px;
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 30px;
  width: 100%;
  background-color: #f2f2f2;
  transition: all 0.3s ease;
  font-family: 'Poppins';
}

.form_row p {
  margin-bottom: 15px;
  font-size: 25px;

}

.contact_submit-btn {
  width: fit-content;
  padding: 14px 28px;
  background: #D1AE6D;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Roboto Slab', serif;
}

.contact_submit-btn:hover {
  background: #204d53;
  color: #fff;
}

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

.contact-lbl {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'Poppins';
  color: #333;
  margin-left: 10px;
}

.form_row {
  display: flex;
  gap: 20px;
}

.form_input,
.form_textarea {
  padding: 14px 18px;
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 30px;
  width: 100%;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}


.contact_info-cards-grid.updated-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact_info-card {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #eee;
  padding: 16px;
  padding-left: 0px;
  width: 100%;
  box-sizing: border-box;
}

.contact_info-card-icon {
  flex-shrink: 0;
  min-width: 48px;
  height: 48px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.contact_info-card-label {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.contact_info-card-value {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  word-break: break-word;
  flex: 1;
}

.contact_info-card-value a {
  color: #666;
  text-decoration: none;
  display: inline-block;
}

.contact_info-card.full-width,
.contact_info-card.half-width {
  width: 100%;
}

.contact_info-social-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.contact_info-social-label {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  font-family: 'Poppins';
  /* margin-right: 12px; */
  margin-top: 10px;
}

.social_icon {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eee;
  color: #333;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social_icons-container a {
  margin: 0 5px;
}

.social_icon:hover {
  background: #D1AE6D;
  color: #fff;
  border-color: #D1AE6D;
}

@media (max-width:1200px) and (min-width:991px) {
  .contact_combined-container {
    flex-direction: row;
  }
}

@media (max-width:990px) and (min-width:769px) {
  .contact_combined-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .contact_combined-container {
    flex-direction: column;
  }

  .contact_intro-section {
    padding: 150px 0 0px;
  }

  .contact_combined-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact_intro-heading {
    font-size: 45px;
  }

  .contact_form-title,
  .contact_info-title {
    font-size: 45px;
  }

  .social_icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }


  .contact_info-social-label {
    font-size: 20px;
  }

  .contact_info-card-label {
    font-size: 20px;
  }

  .form_input,
  .form_textarea {
    padding: 14px 14px;
    font-size: 16px;
  }

  .contact_submit-btn {
    width: fit-content;
    padding: 15px 25px;
    background: #204D53;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Roboto Slab', serif;
  }

  .contact-lbl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Poppins';
    color: #333;
    margin-left: 10px;
  }
}

@media (max-width: 548px) {
  .contact_submit-btn {
    width: fit-content;
    padding: 10px 20px;
    background: #204D53;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Roboto Slab', serif;
  }

  .contact-lbl {
    margin-bottom: 15px;
  }

  .form_row {
    flex-direction: column;
  }

  .form_input,
  .form_textarea {
    padding: 14px 10px;
    font-size: 14px;
  }

  .contact_info-card {
    padding: 20px 0;
  }

  .contact_combined-form,
  .contact_combined-info {
    padding: 10px;
  }

  .contact_form-title,
  .contact_info-title {
    font-size: 30px;
  }

  .contact_info-card-value {
    font-size: 14px;
  }

  .contact_intro-heading {
    font-size: 30px;
  }

  .contact_intro-text {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 23px;
  }

  .contact_info-social-label {
    font-size: 20px;
  }

  .contact_info-card-label {
    font-size: 20px;
  }
}

@media (max-width: 548px) {
  .contact_intro-section {
    padding: 150px 0 0px;
  }

  .contact_combined-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* contact map section  */
.contact_map-section {
  max-width: 100%;
  position: relative;
  background: #fff;
  padding-top: 0rem;
  padding-bottom: 1rem;
}

.contact_map-section .container {
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  margin: 0;
}

.contact_map-title {
  font-size: 45px;
  /* font-weight: 600; */
  margin-bottom: 24px;
  color: #222;
  text-align: left;
  font-family: 'Roboto slab';
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
}

.contact_map-embed {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.contact_map-embed iframe {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
}

@media (max-width: 600px) {
  .contact_map-embed iframe {
    height: 250px;
  }

  .contact_map-title {
    padding-left: 10px;
  }
}

.catalouge_intro-section {
  width: 100%;
  padding: 180px 0 0;
  background: none;
}

.catalouge_intro-content {
  /* max-width: 600px; */
  margin: 0 auto;
  text-align: center;
}

.catalouge_intro-heading {
  font-size: 45px;
  color: #333;
  margin-bottom: 30px;
  font-family: 'Roboto Slab';
}

.catalouge_intro-text {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: 'Poppins';
}

.cata-min-sec {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}


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

.cata-card {
  border-radius: 10px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 280px;
  width: 100%;
  border: 1px solid #eee;
  flex: 1 1 250px;
  transition: transform 0.4s ease;
}

.cata-card:hover {
  transform: translateY(-7px);
}

.cata-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cata-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

.catalouge-name {
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  text-align: center;
}

.cata-btn {
  display: flex;
  gap: 20px;
  margin-top: auto;
}

.cata-btn .btn-view {
  padding: 8px 22px;
  border-radius: 50px;
  background: #D1AE6D;
  color: #fff;
  font-family: 'Roboto slab';
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cata-btn .btn-view:hover {
  background: #204d53;
  color: #fff;
}


@media (max-width: 1024px) {
  .cata-card {
    flex: 1 1 45%;
  }

  .cata-img {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .catalouge_intro-heading {
    font-size: 45px;
  }

  .catalouge_intro-text {
    font-size: 16px;
    line-height: 28px;
  }

  .cata-card {
    flex: 1 1 45%;
    max-width: 100%;
  }

  .cata-img img {
    border-radius: 10px;
  }

  .catalouge_intro-section {
    padding: 150px 0 0px;
  }

  .cata-img {
    width: 100%;
    height: 440px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .catalouge_intro-heading {
    font-size: 30px;
  }

  .cata-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .cata-img img {
    border-radius: 10px;
  }

  .catalouge_intro-heading {
    font-size: 30px;
  }

  .catalouge_intro-text {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 480px) {
  /* .catalouge_intro-section{
    padding-bottom: 30px;
  } */

  .cata-min-sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}


/* Introduction Section */
.media-section {
  width: 100%;
  padding: 180px 0 0px;
  background: none;
}

.media-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.media_intro-heading {
  font-size: 45px;
  color: #222;
  margin-bottom: 30px;
  font-family: 'Roboto Slab';
}

.media_intro-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  font-family: 'Poppins';
}

.media_gallery-section {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.media-img-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

.wrapper {
  flex: 1 0 300px;
  /* max-width: 350px; */
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.wrapper:hover img {
  transform: scale(1.1);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 37, 37, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wrapper:hover .image-overlay {
  opacity: 1;
}

.view-text {
  color: #fff;
  font-size: 25px;
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: uppercase;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.overlay.visible {
  display: flex;
}

.popup {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.popup .left,
.popup .right {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(32, 77, 83, 0.8);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  z-index: 99999;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.popup .left {
  left: 30px;
}

.popup .right {
  right: 30px;
}

.popup .content {
  position: relative;
  max-width: 60vw;
  /* max-height: 80vh; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: none;
  pointer-events: auto !important;
}

.popup .content img {
  max-width: 100%;
  /* max-height: 80vh; */
  object-fit: contain;
  border-radius: 10px;
  pointer-events: none !important;
}

.popup .cancel {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(32, 77, 83, 0.8);
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  z-index: 100000 !important;
  cursor: pointer;
  pointer-events: auto !important;
}

.popup .cancel:hover {
  background: rgba(32, 77, 83, 0.8);
  transform: scale(1.1);
}

.popup .cancel::before {
  content: "×";
}

@media (min-width: 769px) and (max-width: 1200px) {
  .media-img-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
  }

  .media_gallery-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .media_intro-heading {
    font-size: 45px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .media-heading {
    font-size: 28px;
  }

  .media_intro-heading {
    font-size: 45px;
  }

  .media_gallery-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .media-text {
    font-size: 16px;
  }

  .wrapper {
    height: 250px;
  }

  .popup .left,
  .popup .right {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .popup .left {
    left: 15px;
  }

  .popup .right {
    right: 15px;
  }

  .popup .cancel {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .media-img-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
  }

  .media-section {
    padding: 150px 0 0px;
  }
}

@media screen and (max-width: 480px) {
  .media-section {
    padding: 150px 0 10px;
  }

  .media_gallery-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper {
    /* height: 200px; */
  }

  .popup .content {
    width: 95%;
    height: 70%;
  }

  .media-img-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
  }

  .media_intro-heading {
    font-size: 30px;
  }

  .media_intro-text {
    font-size: 14px;
  }

  .popup .left,
  .popup .right {
    width: 40px;
    height: 40px;
  }

  .popup .cancel {
    width: 40px;
    height: 40px;
  }
}

/* Introduction Section */
.event-single-main-section {
  width: 100%;
  padding: 180px 0 0px;
  background: none;
}

.evt-sgn-content {
  /* max-width: 600px; */
  margin: 0 auto;
  text-align: center;
}

.evt_intro-heading {
  font-size: 45px;
  color: #222;
  margin-bottom: 30px;
  font-family: 'Roboto Slab';
}

.evt_intro-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  font-family: 'Poppins';
  line-height: 28px;
}


.event_gallery-section {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}


.img-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-content: center;
}


.evt-wrapper {
  flex: 1 0 300px;
  overflow: hidden;
  /* border-radius: 10px; */
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  border: 1px solid #eee;
  padding: 10px;
  background: none;
}

.evt-wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.evt-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  /* border-radius: 10px; */
}

.evt-wrapper:hover img {
  transform: scale(1.1);
}

/* Overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 37, 37, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.evt-wrapper:hover .image-overlay {
  opacity: 1;
}

/* View Text styling */
.view-text {
  color: #fff;
  font-size: 25px;
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: uppercase;
}

/* Overlay popup styles */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.overlay.visible {
  display: flex;
}

/* Popup container */
.popup {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.popup .left,
.popup .right {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(32, 77, 83, 0.8);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  z-index: 99999;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.popup .left {
  left: 30px;
}

.popup .right {
  right: 30px;
}

.popup .content {
  position: relative;
  max-width: 60vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: none;
  pointer-events: auto !important;
}

.popup .content img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
  pointer-events: none !important;
}

/* Cancel/close button */
.popup .cancel {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(32, 77, 83, 0.8);
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  z-index: 100000 !important;
  cursor: pointer;
  pointer-events: auto !important;
}

.popup .cancel:hover {
  background: rgba(32, 77, 83, 0.8);
  transform: scale(1.1);
}

.popup .cancel::before {
  content: "×";
}

@media (min-width: 769px) and (max-width: 1200px) {
  .img-container {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
  }

  .event_gallery-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .evt_intro-heading {
    font-size: 45px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .evt_intro-heading {
    font-size: 45px;
  }

  .event_gallery-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .evt_intro-text {
    font-size: 16px;
  }

  .evt-wrapper {
    height: 250px;
  }

  .popup .left,
  .popup .right {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .popup .left {
    left: 15px;
  }

  .popup .right {
    right: 15px;
  }

  .popup .cancel {
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .img-container {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
  }

  .event-single-main-section {
    padding: 150px 0 0px;
  }
}

@media (max-width: 480px) {
  .event-single-main-section {
    padding: 150px 0 10px;
  }

  .event_gallery-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .popup .content {
    width: 95%;
    height: 70%;
  }

  .img-container {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
  }

  .evt_intro-heading {
    font-size: 30px;
  }

  .evt_intro-text {
    font-size: 14px;
    line-height: 23px
  }

  .popup .left,
  .popup .right {
    width: 40px;
    height: 40px;
  }

  .popup .cancel {
    width: 40px;
    height: 40px;
  }
}

.single_product_main-section {
  background: #fff;
  width: 100%;
}

.product-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.product-hero img {
  width: 100vw;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.product-hero-name {
  position: absolute;
  bottom: 0%;
  left: 8%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  font-family: 'Poppins';
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 8px;
}

.product-hero-name p {
  margin: 0;
}

.product-icons {
  display: flex;
  gap: 40px;
  padding-bottom: 4rem;
  justify-content: flex-start;
}

.product-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-icon-card .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.product-icon-card span {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  font-family: 'Poppins';
  text-align: center;
}

.product-variations {
  display: flex;
  gap: 30px;
  padding: 4rem 0 0;
  flex-wrap: wrap;
}

.variation-block {
  border: 1px solid #e0e0e0;
  padding: 10px 10px;
  width: 250px;
  display: flex;
  flex-direction: column;
}

.variation-block img {
  object-fit: cover;
  display: block;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 12px;
}

.product-size {
  margin: 10px 0;
  display: flex;
}

.product-thickness {
  margin: 0px 0;
  display: flex;
}

.product-description {
  margin: 30px 0;
}

.product-size p,
.product-thickness p {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
  text-transform: capitalize;
  color: #333;
}

.size-options span,
.thickness-options span {
  padding: 6px 14px 6px 8px;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
}

.single-product-code {
  font-size: 25px;
  margin-top: 10px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.product-description p {
  font-size: 16px;
  color: #666;
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}

.variationland-block {
  border-radius: 10px;
  padding: 18px 16px;
  width: 300px;
  display: flex;
  align-items: center;
}

.popup-image {
  cursor: zoom-in;
  transition: transform 0.2s;
}

.popup-image:hover {
  transform: scale(1.03);
}

.loading,
.error {
  text-align: center;
  padding: 40px;
  font-size: 1.2rem;
  color: #666;
}

.error {
  color: #d32f2f;
}

#customPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#popupCloseBtn {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #204D53;
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px 16px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
}

#popupImage {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 10px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .product-icons {
    gap: 16px;
    flex-wrap: wrap;
  }

  .variation-block {
    width: 220px;
  }

  .product-variations {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: left;
  }

  .product-description p {
    font-size: 16px;
    color: #666;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
  }

  .single-product-code {
    font-size: 20px;
  }

  .product-size span,
  .product-thickness span {
    font-size: 16px;
  }

  .variationland-block {
    width: 280px;
  }

  .popup-image:hover {
    transform: scale(1.03);
  }
}

@media screen and (max-width:821px) {
  .variation-block {
    width: 190px;
  }

  .product-variations {
    flex-direction: row;
    gap: 18px;
    align-items: center;
    justify-content: left;
  }

  .product-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .single-product-code {
    font-size: 20px;
  }

  .product-size span,
  .product-thickness span {
    font-size: 16px;
  }

  .variationland-block {
    width: 280px;
  }

  .product-hero-name {
    left: 15%;
  }
}


@media screen and (max-width: 586px) {
  .product-icons {
    gap: 10px;
  }

  .product-icon-card {
    min-width: 0;
    /* flex: 1; */
    padding: 12px;
  }

  .product-variations {
    flex-direction: row;
    gap: 18px;
    align-items: center;
    justify-content: center;
  }

  .product-icon-card .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
  }

  .product-icon-card span {
    font-size: 16px;
  }

  .variation-block {
    width: 225px;
  }

  .single-product-code {
    font-size: 20px;
  }

  .product-size span,
  .product-thickness span {
    font-size: 14px;
  }

  .variationland-block {
    width: 250px;
  }

  .product-description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
  }

  .popup-image {
    cursor: zoom-in;
    transition: transform 0.2s;
  }

  .popup-image:hover {
    transform: scale(1.03);
  }

  .product-size p,
  .product-thickness p {
    font-size: 14px;
  }
}

@media (max-width:450px) {
  .product-hero-name {
    line-height: 1.1;
    font-size: 25px;
    padding: 10px;
    left: 20%;
  }
}


/* Introduction Section */
.event-section {
  width: 100%;
  padding: 180px 0 0;
  background: none;
}

.event-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.event_intro-heading {
  font-size: 45px;
  color: #222;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', serif;
}

.event_intro-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.event-card-section {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-content: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.event-card {
  background: #f9f9f9de;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(110, 110, 110, 0.25);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.event-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
  transform: scale(1.05);
}

.event-date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
}

/* card Content */
.event-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-title {
  font-size: 25px;
  color: #333;
  font-weight: 600;
  margin: 15px 0;
  font-family: 'Roboto Slab', serif;
  transition: color 0.3s ease;
  text-align: center;
}

/* Responsive Styles */

@media (max-width: 1024px) {
  .event-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    padding: 0 1rem;
  }

  .event-section {
    padding: 150px 0 0;
  }

  .event_intro-heading {
    font-size: 45px;
  }

  .event_intro-text {
    font-size: 16px;
  }

  .event-image {
    height: 200px;
  }

  .event-title {
    font-size: 25px;
    margin: 10px 0;
  }

  .event-date {
    padding: 6px 14px;
    font-size: 14px;
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .event-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 100%;
    padding: 0 1rem;
  }

  .event-section {
    padding: 150px 0 0;
  }

  .event-card-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .event_intro-heading {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .event_intro-text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .event-image {
    height: 180px;
  }

  .event-date {
    padding: 5px 12px;
    font-size: 10px;
    top: 12px;
    right: 12px;
  }

  .event-title {
    font-size: 25px;
    margin: 10px 0 0;
  }
}

@media (max-width: 480px) {
  .event_intro-heading {
    font-size: 30px;
  }

  .event_intro-text {
    font-size: 14px;
  }

  .event-image {
    height: 150px;
  }

  .event-date {
    padding: 4px 10px;
    font-size: 9px;
    top: 10px;
    right: 10px;
  }

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