.slide-section {
  display: flex;
  /* align-items: center;
  justify-content: space-between; */
}

.slide-left-section {
  background-image: url(../img/bg-img/AJ6A0826-removebg-preview.png);
  background-position: top;
  /* background-size: cover; */
  min-width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  background-repeat: no-repeat;
}
.slide-right-section {
  background-image: url(../img/bg-img/2.jpg);
  background-position: center;
  /* background-size: cover; */
  min-width: 30%;
  height: auto;
  background-attachment: fixed;
}
.slide-left-section .slide-left-content {
  padding: 200px 0;
  padding-left: 100px;
}
.slide-left-section .slide-left-content h4 {
  line-height: 1.2em;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.2em;
}
.slide-left-section .slide-left-content .shownow-btn {
  display: block;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  text-align: center;
  width: 300px;
  font-weight: 300;
  text-transform: uppercase;
}

.slide-right-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.category-box {
  position: relative;
}

.category-link-box {
  position: absolute;
  bottom: 1px;
  right: 0;
}

.bg-1 {
  background-color: #fff;
  background-image: url(../img/bg-img/8.png);
  background-position: center;
  background-size: cover;
}

.bg-2 {
  background-color: #e8e6e6;
  background-image: url(../img/bg-img/8.png);
  background-position: center;
  background-size: cover;
}

.section-gap-top {
  margin-top: 50px;
}
.section-gap-bottom {
  margin-bottom: 50px;
}
.section-p-gap-top {
  padding-top: 100px;
}
.section-p-gap-bottom {
  padding-bottom: 100px;
}

.category-section {
  padding: 100px 0px 350px;
}

.category-link-box.first-box {
  background-color: #e8e6e6;
}
.category-link-box.second-box {
  background-color: #ea5823;
}

.category-link-box .category-link .link-box a {
  display: flex;
  padding: 20px 40px;
  justify-content: space-evenly;
}
.category-link-box .category-link span {
  font-size: 30px;
  display: block;
  /* letter-spacing: 2px; */
  line-height: 1.5;
  font-weight: 600;
}
.category-link-box .category-link .arrow {
  width: 30px;
  transform: rotate(180deg);
  display: flex;
  justify-content: center;
  margin-left: 30px;
  color: #fff;
}

.category-link-box.first-box .category-link span {
  color: #ea5823;
}
.category-link-box.second-box .category-link span {
  color: #fff;
}
.category-link-box.second-box .arrow {
  fill: #fff;
}

.section-2-content {
  margin-top: 80px;
}
.section-2-content span.first-text,
.section-2-content span.second-text {
  font-size: 70px;
  display: block;
  line-height: 1.2;
  font-weight: 600;
}

.section-2 .container {
  margin-top: -250px;
}
.section-2-content span.first-text {
  color: #fff;
}
.section-2-content span.second-text {
  color: #ea5823;
}

.section-2-content .section-2-para {
  margin-top: 30px;
  padding-right: 8%;
  line-height: 2;
}

.img-box img {
  border: 25px solid #e8e6e6;
}

.readbtn1 {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid;
  border-color: #ea5823;
  width: 150px;
  text-align: center;
  color: #ea5823;
  background-color: transparent;
  transition: all 0.3s ease;
}
.readbtn1:hover {
  background-color: #ea5823;
  color: #fff;
}

.section-3 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-3 .section-title {
  margin-bottom: 50px;
}
.section-3 .section-title h2 {
  text-align: center;
  color: rgb(153, 153, 151);
  font-family: "Open Sans", sans-serif;
}

.product-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}

.product-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ea5823;
  color: #fff;
  padding: 1px 10px;
}
.product-tag span {
  font-size: 14px;
}
.product-name p {
  margin: 0;
  color: #ea5823;
  font-size: 18px;
}

.newsletter-section .group-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter-section .group-field input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ea5823;
  color: #fff;
  outline: none;
  min-height: 50px;
  padding: 0px 10px;
}

.subscribe-btn {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid;
  border-color: #ea5823;
  text-align: center;
  color: #ea5823;
  background-color: transparent;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.subscribe-btn:hover {
  background-color: #ea5823;
  color: #fff;
}

.footer-link li {
  margin-bottom: 10px;
}
.footer-link li a {
  color: #fff;
}

.pl-50 {
  padding-left: 50px;
}

.breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.breadcrumb .breadcrumb-left {
  width: 40%;
  background-color: #ea5823;
  height: 500px;
}
.breadcrumb .breadcrumb-left .breadcrumb-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.breadcrumb-right {
  width: 60%;
}
.breadcrumb-right .breadcrumb-img.bg-1 {
  background-image: url(../img/bg-img/AJ6A9833.JPG-removebg-preview.png);
  background-position: center;
  background-size: cover;
  height: 500px;
}
.breadcrumb-right .breadcrumb-img.bg-2 {
  background-image: url(../img/bg-img/12.jpg);
  background-position: center;
  background-size: cover;
  height: 500px;
}
.breadcrumb-right .breadcrumb-img.bg-3 {
  background-image: url(../img/bg-img/14.jpg);
  background-position: center;
  background-size: cover;
  height: 500px;
}
.breadcrumb .breadcrumb-left .breadcrumb-content h1 {
  color: #fff;
  font-weight: 600;
  outline: 2px solid #fff;
  outline-offset: 50px;
}
.section-left {
  display: flex;
  align-items: center;
}
.section-left .arrow {
  width: 20px;
  transform: rotate(180deg);
  margin-right: 30px;
  margin-left: 20px;
  fill: #ea5823;
}
.about-section {
  margin: 100px 0;
}
.contact-section {
  margin: 100px 0;
}
.section-left h2 {
  color: #ea5823;
}
.section-right .rect-design {
  transform: rotate(90deg);
  width: 150px;
  fill: #ea5823;
}

.section-heading {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-left: 11%;
}
.section-group {
  display: flex;
  justify-content: space-between;
  border: 2px solid #ea5823;
  width: 55%;
}

.about-img-section {
  position: relative;
  top: -100px;
}

.about-content {
  margin-top: 50px;
}

.field-group input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid gray;
  background-color: transparent;
  padding: 5px 0px;
}

.field-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid gray;
  background-color: transparent;
  padding-top: 30px;
}

.submit-btn {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid;
  border-color: #ea5823;
  text-align: center;
  color: #fff;
  background-color: #ea5823;
  transition: all 0.3s ease;
  margin-top: 5px;
  width: 150px;
  margin-top: 20px;
}
.submit-btn:hover {
  border-color: #ea5823;

  color: #ea5823;
  background-color: transparent;
}

@media (max-width: 768px) {
  .category-section {
    padding: 50px 0px 50px 0px;
  }

  .section-2-content span.first-text,
  .section-2-content span.second-text {
    font-size: 45px;
  }

  .section-2-content {
    margin-top: 220px;
  }

  .about-section {
    margin: 50px 0;
  }

  .about-img-section {
    position: relative;
    top: 20px;
    margin-bottom: 50px;
  }

  .section-heading {
    margin-left: 0%;
  }

  .section-right .rect-design {
    display: none;
  }
  .section-group {
    width: 100%;
  }
  .section-left h2 {
    margin-bottom: 0;
    padding: 30px 0;
  }
  .pl-50 {
    padding-left: 15px;
  }
}

.about-content p{
text-align:justify;}

.main-heading{
color: #f0801d;
}

/* Director Section Styles */
.director-section {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}

.director-img-wrapper {
  position: relative;
  border: 15px solid #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  overflow: hidden;
  border-radius: 4px;
}

.director-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.director-img-wrapper:hover .director-img {
  transform: scale(1.08);
}

.director-info {
    padding: 20px 0;
}

.director-name {
  font-size: 2.8rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 5px;
  line-height: 1.2;
}

.director-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ea5823;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.director-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background-color: #ea5823;
}

.director-bio {
    margin-top: 20px;
}

.director-bio p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}

.director-quote-box {
  background: #fff;
  padding: 30px;
  border-left: 6px solid #ea5823;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.director-quote {
  font-size: 1.3rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

.director-cite {
  font-size: 0.95rem;
  color: #ea5823;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.btn-director-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  border: 2px solid #ea5823;
  color: #ea5823;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-right: 15px;
  margin-top: 10px;
}

.btn-director-link:hover {
  background-color: #ea5823;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(234, 88, 35, 0.3);
}

.btn-director-link i {
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .director-name {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .director-img-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
  .director-info {
    text-align: center;
    margin-top: 30px;
  }
  .director-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
