/* .slider-banner {
    background: url(../img/general-contact.png);
    padding: 160px 0 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
} */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.slider-banner {
  position: relative;
  display: contents;
  overflow: hidden;
}

.slider_about_text {
  position: absolute;
  top: 40%;
  left: 30px;
  z-index: 1;
}

.slider_about .container {
  position: relative;
}

.slider_about_text h4 {
  color: #e5b73b;
  margin-bottom: 10px;
  /* display: flex; */
  font-size: 22px;
  margin-left: 60px;
  position: relative;
  text-align: left;
}

.slider_about_text h4:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 7px;
  background: #e5b73b;
  left: -60px;
  top: 10px;
  bottom: 0;
}

.slider_about_text p {
  color: #fff;
  width: 60%;
  line-height: 1.5;
  font-size: 42px;
  float: left;
  text-align: left;
  text-transform: capitalize;
}

.slider_about_text p span {
  color: #e5b73b;
  font-size: 38px;
  margin: 0;
}

.slider_about_text p b {
  color: #e5b73b;
  font-size: 58px;
}

.slider_about.slider_a-green-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 80vh;
}

.videoembed {
  height: 80vh;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.slider-banner-text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  opacity: 0.4;
  background: #095763;
  z-index: 1;
}

.contact-overlay-section {
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}


@media screen and (max-width: 1199px) {
  .slider_about_text p {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .slider_about_text {
    top: 60%;
  }
}

@media screen and (min-width: 576px) {
  .slider_about_pc {
    display: block;
  }

  .slider_about_media {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .slider_about_text p {
    width: 100%;
    font-size: 24px;
  }

  .slider_about_text {
    top: 60%;
    left: 20px;
  }

  .slider_about_pc {
    display: none;
  }

  .slider_about_media {
    display: block;
  }
}

.slider-banner-text h2 {
  font-size: 42px;
}

.contact-about {
  margin-bottom: 80px;
  margin-top: 80px;
}

.contact-about-box {
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
  background: #fff;
  padding: 10px 0;
}

.contact-about-text {
  padding: 20px 0;
}

.contact-about-text h2 {
  margin-bottom: 20px;
}

.contact-about-text a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  margin: 0 20px;
}

.contact-about-box .col-sm-4:nth-child(2) {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.contact-about-text ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-about-text a svg {
  width: 20px;
  height: 20px;
}

.contact-address {
  margin-bottom: 130px;
}

.contact-address-text h2 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #095763;
}

.contact-address-text span {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
  display: block;
}

form {
  text-align: center;
}

.apply_now_submit h2 {
  font-size: 18px;
  padding: 10px 15px;
}

@media screen and (max-width: 991px) {
  .contact-about-text a {
    font-size: 14px;
    margin: 0 10px;
  }

  .contact-address-text h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .contact-address-text span {
    font-size: 16px;
  }

  .contact-address-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contact-about-box {
    box-shadow: none;
  }
}

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

  .contact-about {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .contact-address {
    margin-bottom: 70px;
  }

  .career-form h1 {
    margin-bottom: 70px;
  }

  .career-form h1:before {
    bottom: -30px;
  }

  .career-form {
    margin-bottom: 70px;
  }
}

/* ------ back-to-top ------*/
button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 32px !important;
  bottom: 96px !important;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #095763;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.animated-underline {
  width: 60px;
  height: 4px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.animated-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #095763;
  animation: underlineSlide 2s infinite;
}

@keyframes underlineSlide {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

/* Form Hover */
.form-control:focus {
  border-color: #095763;
  box-shadow: 0 0 0 0.2rem rgba(65, 68, 73, 0.25);
  transition: all 0.3s ease;
}

/* Social Icons (if you want to add) */
.social-icons a {
  font-size: 1.5rem;
  color: #212529;
  margin: 0 8px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
  color: #095763;
  transform: scale(1.2);
}

.form-control::placeholder {
  font-size: 14px !important;
}

.bg-secondary {
  background-color: #9e9e9e !important;
  color: white;
  border: none;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: rgb(192, 191, 191) !important;
  border: none;
}

.contact-about-text i {
  font-size: 90px;
  position: absolute;
  opacity: 0.05;
  color: #095763;
  /* right: 398px; */
}


/* Contact Section */
.contact-section {
  padding: 2rem 0;
  background-color: #f8fafc;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.contact-card {
  background: white;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: #095763;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.contact-icon svg {
  width: 24px;
  height: 24px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.contact-title {
  font-size: 1.5rem;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.contact-description {
  color: #4a5568;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  color: #095763;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #074952;
}

.arrow-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.contact-link:hover .arrow-icon {
  transform: translateX(3px);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 87, 99, 0.1);
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #095763;
  transform: translateY(-3px);
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: #095763;
  transition: fill 0.3s ease;
}

.social-icon:hover svg {
  fill: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-section {
    padding: 3rem 0;
  }

  .contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .contact-card {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-icon svg {
    width: 20px;
    height: 20px;
  }

  .contact-title {
    font-size: 1.3rem;
  }
}

/* Modern Contact Section */
.modern-contact-section {
  padding: 0rem 0 5rem;
  background-color: #f8fafc;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* Contact Info Column */
.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.location-card {
  background: white;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.location-image {
  height: 180px;
  overflow: hidden;
}

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

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

.location-details {
  padding: 1.5rem;
}

.location-title {
  font-size: 1.5rem;
  color: #095763;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.company-name {
  color: #4a5568;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.location-address {
  color: #718096;
  line-height: 1.6;
  font-style: normal;
  margin-bottom: 0px;
}

/* Contact Form Column */
.contact-form-col {
  background: white;
  padding: 2.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.form-title {
  font-size: 2rem;
  color: #1a202c;
  margin-bottom: 1rem;
  font-weight: 700;
}

.title-underline {
  height: 4px;
  width: 80px;
  background: #e5b73b;
  margin: 0 auto 1rem;
}

.form-subtitle {
  color: #4a5568;
  line-height: 1.6;
}

/* Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row {
  display: flex;
  gap: 1.5rem;
}

.form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.form-group {
  flex-grow: 1;
  margin-bottom: 0px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #095763;
  box-shadow: 0 0 0 3px rgba(9, 87, 99, 0.1);
}

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

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: #095763;
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.submit-btn:hover {
  background: #074952;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(9, 87, 99, 0.2);
}

.send-icon {
  width: 18px;
  height: 18px;
  stroke: white;
  stroke-width: 2;
  fill: none;
  margin-left: 0.5rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-info-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .modern-contact-section {
    padding: 3rem 0;
  }

  .contact-info-col {
    grid-template-columns: 1fr;
  }

  .form-row.two-col {
    grid-template-columns: 1fr;
  }

  .contact-form-col {
    padding: 1.5rem;
  }

  .form-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 576px) {
  .contact-container {
    padding: 0 1.5rem;
  }

  .form-title {
    font-size: 1.5rem;
  }

  .submit-btn {
    width: 100%;
  }
}

.design-3 .minimal-form {
  margin: 0 auto;
}

.design-3 .form-group {
  margin-bottom: 25px;
}

.design-3 input,
.design-3 textarea {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 12px 0;
  background: transparent;
}

.design-3 input:focus,
.design-3 textarea:focus {
  border-bottom-color: #095763;
  box-shadow: none;
}

.design-3 .addresses {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}

.design-3 .address {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  flex: 1;
  min-width: 300px;
}

.map-frame {
  display: none;
}

.map-frame.active {
  display: block;
}

.address {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.address.active {
  opacity: 1;
  font-weight: 600;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #09576356;
  color: #095763;
  padding: 15px 0;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
  margin-top: auto;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

/* Animation keyframes */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-container:hover .marquee {
  animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .title {
    font-size: 2rem;
  }

  .intro {
    font-size: 1rem;
  }

  .marquee-item {
    font-size: 20px;
    padding: 0 20px;
  }

  #map {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 1.8rem;
  }

  .marquee-item {
    font-size: 18px;
    padding: 0 15px;
  }

  #map {
    height: 300px;
  }
}