
body{
    background: var(--color-bg);
}
.responsibility {
  padding: 150px 20px 100px 20px; 
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
}


.respons-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap; 
}


.response-left {
  flex: 1 1 500px;
}


.response-left h1 {
  font-size: 2.8rem;
  color: var(--color-text);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.response-left h1 .line-left,
.response-left h1 .line-right {
  flex: 1;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: all 0.5s ease;
}

.response-left h1:hover .line-left {
  transform: scaleX(1.2);
  opacity: 0.8;
}

.response-left h1:hover .line-right {
  transform: scaleX(1.2);
  opacity: 0.8;
}

.response-left p {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}


.responsibility-cards {
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 40px;
  flex-wrap: wrap; 
}

.responsibility-card1 {
  background: var(--color-bg-2);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
  box-shadow: var(--shadow-strong);
  flex: 1 1 200px; 
  transform-style: preserve-3d;
}

.responsibility-card1:hover {
  transform: translateY(-10px) scale(1.05) rotateX(2deg) rotateY(2deg);
  box-shadow: 0 35px 70px rgba(0,0,0,0.55);
  background: rgba(255,255,255,0.08);
}


.responsibility-card1 .icon {
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-bottom: 20px;
  transition: transform 0.5s ease, color 0.5s ease;
}

.responsibility-card1:hover .icon {
  transform: rotate(20deg) scale(1.3);
  color: var(--color-text);
}

.responsibility-card1 h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--color-text);
  position: relative;
}

.responsibility-card1 p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}


.response-right {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}

.response-right .image-wrapper {
  max-width: 100%;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}

.response-right .image-wrapper img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.response-right .image-wrapper:hover {
  transform: translateY(-10px) rotateY(5deg);
}

.response-right .image-wrapper:hover img {
  transform: scale(1.05);
}



.social-responsibility {
  padding: 150px 20px 100px 20px;
  background: var(--color-bg-2); 
  color: var(--color-text);
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}


.social-responsibility::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 150%;
  height: 120%;
  background: var(--color-primary); 
  clip-path: polygon(0 0, 100% 0, 0 100%);
  opacity: 0.1;
  z-index: 0;
}

.social-responsibility::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150%;
  height: 120%;
  background: var(--color-bg-alt); 
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0.15;
  z-index: 0;
}


.social-responsibility-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


.social-left {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.social-left h1 {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
}

.social-left h1 .line-left,
.social-left h1 .line-right {
  flex: 1;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: all 0.5s ease;
}

.social-left h1:hover .line-left,
.social-left h1:hover .line-right {
  transform: scaleX(1.2);
  opacity: 0.8;
}

.social-left .red {
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 25px;
}

.social-details p {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
}


.social-responsibility::before,
.social-responsibility::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 2px;
  background: var(--color-primary);
  opacity: 0.2;
  top: 30%;
  left: -50%;
  transform: rotate(-15deg);
}

.social-responsibility::after {
  top: 60%;
  transform: rotate(15deg);
}



.social-impact {
  position: relative;
  padding: 150px 20px 100px;
  background: var(--color-bg-2); 
  color: var(--color-text);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  border-radius: 25px;
}


.social-impact::before,
.social-impact::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 120%;
  z-index: 0;
}

.social-impact::before {
  top: -50px;
  left: -50px;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  opacity: 0.12;
}

.social-impact::after {
  bottom: -50px;
  right: -50px;
  background: var(--color-bg-alt);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0.15;
}


.impact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}


.impact-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}

.impact-image img {
  width: 100%;
  border-radius: 25px;
  box-shadow: var(--shadow-strong);
  transition: transform 0.5s ease;
}

.impact-image:hover img {
  transform: translateY(-10px) scale(1.05);
}


.impact-text {
  flex: 1 1 500px;
  position: relative;
  z-index: 2;
}

.impact-text h1 {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-text);
}

.impact-text h1 .line-left,
.impact-text h1 .line-right {
  flex: 1;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
  transform: skewX(-20deg); 
  transition: all 0.5s ease;
}

.impact-text h1:hover .line-left,
.impact-text h1:hover .line-right {
  transform: skewX(-20deg) scaleX(1.2);
  opacity: 0.9;
}

.impact-text p {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
}


.impact-cards {
  display: flex;
  gap: 25px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.impact-card {
  background: var(--color-bg-2);
  padding: 25px 20px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: var(--shadow-strong);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.impact-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

.impact-card .icon {
  font-size: 2.5rem;
  color: var(--color-primary);
  transition: transform 0.5s ease, color 0.5s ease;
}

.impact-card:hover .icon {
  transform: rotate(15deg) scale(1.2);
  color: var(--color-text);
}

.impact-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: var(--color-text);
}

.impact-card p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}




.second-part {
  padding: 150px 20px 100px;
  background: var(--color-bg-alt);
  color: var(--color-text);
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}


.second-part::before,
.second-part::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  z-index: 0;
  opacity: 0.1;
}

.second-part::before {
  top: -100%;
  left: -100%;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.second-part::after {
  bottom: -100%;
  right: -100%;
  background: var(--color-bg-2);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}


.customer-satisfaction {
  max-width: 900px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
  text-align: center;
}


.customer-satisfaction h1 {
  font-size: 2.8rem;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}

.customer-satisfaction h1::before,
.customer-satisfaction h1::after {
  content: '';
  flex: 1;
  height: 3px;
  background: var(--color-primary);
  transform: skewX(-20deg);
  border-radius: 2px;
  transition: all 0.4s ease;
}

.customer-satisfaction h1:hover::before,
.customer-satisfaction h1:hover::after {
  transform: skewX(-25deg) scaleX(1.2);
  opacity: 0.85;
}

.customer-satisfaction p {
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin: 0 auto;
  max-width: 700px;
}


.social-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


.social-cards {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-2);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: var(--shadow-strong);
  transition: transform 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
}


.social-cards::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 3px;
  background: var(--color-primary);
  transform: rotate(-15deg);
  opacity: 0.3;
}

.social-cards:hover {
  transform: translateY(-10px) scale(1.04) rotateX(1deg) rotateY(1deg);
  box-shadow: 0 35px 70px rgba(0,0,0,0.5);
  background: rgba(255,255,255,0.08);
}


.social-cards i {
  font-size: 3rem;
  color: var(--color-primary);
  margin-bottom: 15px;
  transition: transform 0.5s ease, color 0.5s ease;
}

.social-cards:hover i {
  transform: rotate(20deg) scale(1.25);
  color: var(--color-text);
}

.social-cards h2 {
  font-size: 1.45rem;
  margin-bottom: 10px;
  color: var(--color-text);
  font-weight: 600;
}

.social-cards p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}




/* =======================================
   SUPPORT SECTION (BRIGHT & STYLISH)
======================================== */

.support-section {
  width: 100%;
  padding: 120px 0;
  background: var(--color-bg);
  position: relative;
  overflow: hidden;
}


.support-section .bg-accent-1,
.support-section .bg-accent-2 {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 20px;
  filter: blur(70px);
  z-index: 0;
  opacity: 0.45;
}

.support-section .bg-accent-1 {
  top: -40px;
  right: 10%;
  background: var(--color-bg);
}

.support-section .bg-accent-2 {
  bottom: -40px;
  left: 10%;
  background: var(--color-bg-2);
}


.support-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.support-header h2 {
  font-size: 2.8rem;
  margin-bottom: 18px;
  font-weight: 800;
  color: var(--color-text);
}

.support-header p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.15rem;
  color: var(--color-text-muted);
  line-height: 1.8;
}


.support-grid {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;

  position: relative;
  z-index: 2;
}


.support-card {
  background: linear-gradient(145deg, var(--color-bg-2), rgba(255,255,255,0.03));
  border-radius: 20px;
  padding: 45px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  transition: 0.35s ease;
}


.support-card .triangle-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid var(--color-primary);
  border-left: 50px solid transparent;
  opacity: 0.9;
  transition: 0.35s ease;
}

.support-card h1 {
  font-size: 1.7rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--color-text);
}

.support-card p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-text-muted);
}


.support-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.12);
  border-color: var(--color-bg);
}

.support-card:hover .triangle-tag {
  border-top-color: red;
}


@media(max-width: 600px) {
  .response-left h1 {
    font-size: 2rem;
  }

  .responsibility-card1 {
    padding: 20px 15px;
  }

  .response-right .image-wrapper {
    max-width: 90%;
  }
    .social-left h1 {
    font-size: 2rem;
    flex-direction: column;
  }
    .impact-text h1 {
    font-size: 2rem;
    flex-direction: column;
  }
  
  .impact-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .impact-card .icon {
    margin-bottom: 10px;
  }

    .customer-satisfaction h1 {
    font-size: 2rem;
    flex-direction: column;
  }

  .social-cards {
    padding: 20px 15px;
  }
}

