/* Reset and base styles */

.socarabout-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header styles */
.socarabout-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  z-index: 10;
}

.socarabout-breadcrumb {
  padding: 16px 0;
  font-size: 14px;
  color: #000000;
}

.socarabout-breadcrumb-link {
  cursor: pointer;
  transition: color 0.2s ease;
  color: black;
  position: relative;
}

.socarabout-breadcrumb-link:hover {
  color: #2563eb;
}

.socarabout-breadcrumb-separator {
  margin: 0 8px;
}

.socarabout-breadcrumb-current {
  font-weight: 600;
  color: #111827;
  position: relative;
}

/* Hero section */
.socarabout-hero {
  position: relative;
  min-height: 60vh;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.socarabout-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.socarabout-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 64px 0;
}

.socarabout-hero-title {
  font-size: 96px;
  font-weight: 300;
  color: #111827;
  letter-spacing: -2px;
  line-height: 1;
}

.socarabout-hero-right {
  display: flex;
  justify-content: flex-end;
}

.socarabout-hero-description {
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
  max-width: 500px;
  font-weight: 500;
}

.socarabout-hero-description strong {
  font-weight: 700;
  color: #111827;
}

/* Cards section */
.socarabout-cards-section {
  padding: 80px 0;
}

.socarabout-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 377px);
  justify-content: center;
  gap: 24px;
}

.socarabout-card {
  width: 377px;
  height: 131px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 10px;
}

.socarabout-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #d1d5db;
}

.socarabout-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.socarabout-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  transition: color 0.3s ease;
  margin: 0;
}

.socarabout-card:hover {
  background-color: #000;
}

.socarabout-card:hover .socarabout-card-title {
  color: #ffffff;
}

.socarabout-card-arrow {
  font-size: 20px;
  color: #9ca3af;
  transition: all 0.3s ease;
  font-weight: 400;
}

.socarabout-card:hover .socarabout-card-arrow {
  color: #ffffff;
  transform: translateX(4px);
}

/* Responsive design */
@media (max-width: 1024px) {
  .socarabout-hero-title {
    font-size: 72px;
  }

  .socarabout-hero-content {
    gap: 32px;
  }

  .socarabout-hero-description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .socarabout-hero-content {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .socarabout-hero-title {
    font-size: 48px;
  }

  .socarabout-hero-right {
    justify-content: center;
  }

  .socarabout-hero-description {
    max-width: 100%;
    text-align: center;
  }

  .socarabout-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 377px));
    gap: 16px;
  }

  .socarabout-card {
    width: 100%;
    max-width: 377px;
    height: 131px;
    margin: 0 auto;
  }

  .socarabout-cards-section {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .socarabout-container {
    padding: 0 16px;
  }

  .socarabout-hero-title {
    font-size: 36px;
  }

  .socarabout-hero-description {
    font-size: 14px;
  }

  .socarabout-card {
    width: 100%;
    max-width: 377px;
    height: 131px;
    padding: 20px 24px;
  }

  .socarabout-card-title {
    font-size: 16px;
  }
}

.scrbreadcump-box {
  position: relative;
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}

.scrbreadcump-group {
  position: relative; /* fixed removed for responsive */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.scrbreadcump-text-wrapper {
  flex: 1 1 100%;
 
  font-weight: 500;
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  position: relative;
}

.scrbreadcump-line {
  width: 100%;
  height: 1px;
  position: relative;
  margin: 15px 0;
  object-fit: cover;
  flex-basis: 100%;
}

.page-sub {
  top: 0;
  left: 0;
  
  font-weight: 300;
  color: #8d818bfb;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.scrbreadcump-description {
  flex: 1 1 100%;
 
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  text-align: right;
}

.subtext {
  position: relative;

  top: 69px;
  left: 0;
  
  
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .scrbreadcump-text-wrapper {
    font-size: 36px;
  }

  .scrbreadcump-description {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .scrbreadcump-text-wrapper {
    font-size: 28px;
    text-align: center;
  }

  .scrbreadcump-description {
    font-size: 14px;
    text-align: center;
  }

  .scrbreadcump-group {
    gap: 10px;
  }
}
.single-project-style-three {
  position: relative;
}
.single-project-style-three .thumbnail img {
  width: 100%;
  transition: 0.5s;
}
.single-project-style-three .inner-content {
  position: absolute;
  left: 50%; /* sol başlanğıcı ekranın ortasına qoy */
  bottom: -30px; /* aşağıdan 30px daşsın */
  transform: translateX(-50%); /* öz eninin yarısını sola çək => tam ortala */
  background: #ffffff;
  padding: 22px 60px 22px 22px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 30px 20px rgba(182, 182, 182, 0.1);
}
.single-project-style-three .inner-content .title {
  margin-bottom: 8px;
}

/* Heading */
.heading.heading-border {
  margin-bottom: 25px;
}

.heading.heading-border h1,
.heading.heading-border h2,
.heading.heading-border h3,
.heading.heading-border h4,
.heading.heading-border h5,
.heading.heading-border h6 {
  margin: 0;
  padding: 0;
}

.heading.heading-bottom-border h1 {
  border-bottom: 5px solid #eaeaea;
  padding-bottom: 10px;
}

.heading.heading-bottom-border h2,
.heading.heading-bottom-border h3 {
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
}

.heading.heading-bottom-border h4,
.heading.heading-bottom-border h5,
.heading.heading-bottom-border h6 {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.heading.heading-bottom-double-border h1,
.heading.heading-bottom-double-border h2,
.heading.heading-bottom-double-border h3 {
  border-bottom: 3px double #000000;
  padding-bottom: 10px;
}

.heading.heading-bottom-double-border h4,
.heading.heading-bottom-double-border h5,
.heading.heading-bottom-double-border h6 {
  border-bottom: 3px double #000000;
  padding-bottom: 5px;
}

.heading.heading-middle-border {
  position: relative;
}

.heading.heading-middle-border:before {
  border-top: 1px solid #000000;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 95%;
}

.heading.heading-middle-border h1,
.heading.heading-middle-border h2,
.heading.heading-middle-border h3,
.heading.heading-middle-border h4,
.heading.heading-middle-border h5,
.heading.heading-middle-border h6 {
  position: relative;
  background: var(--light);
  display: inline-block;
}

.heading.heading-middle-border h1 {
  padding-right: 15px;
}

.heading.heading-middle-border h2,
.heading.heading-middle-border h3 {
  padding-right: 10px;
  background: #ffffff;
}

.heading.heading-middle-border h4,
.heading.heading-middle-border h5,
.heading.heading-middle-border h6 {
  padding-right: 5px;
}

.heading.heading-middle-border-reverse {
  text-align: right;
}

.heading.heading-middle-border-reverse h1,
.heading.heading-middle-border-reverse h2,
.heading.heading-middle-border-reverse h3,
.heading.heading-middle-border-reverse h4,
.heading.heading-middle-border-reverse h5,
.heading.heading-middle-border-reverse h6 {
  padding-right: 0;
}

.heading.heading-middle-border-reverse h1 {
  padding-left: 15px;
}

.heading.heading-middle-border-reverse h2,
.heading.heading-middle-border-reverse h3 {
  padding-left: 10px;
}

.heading.heading-middle-border-reverse h4,
.heading.heading-middle-border-reverse h5,
.heading.heading-middle-border-reverse h6 {
  padding-left: 5px;
}

.heading.heading-middle-border-center {
  text-align: center;
}

.heading.heading-middle-border-center h1 {
  padding-left: 15px;
  padding-right: 15px;
}

.heading.heading-middle-border-center h2,
.heading.heading-middle-border-center h3 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading.heading-middle-border-center h4,
.heading.heading-middle-border-center h5,
.heading.heading-middle-border-center h6 {
  padding-left: 5px;
  padding-right: 5px;
}

.heading.heading-border-xs:before {
  border-top-width: 1px;
}

.heading.heading-border-sm:before {
  border-top-width: 2px;
}

.heading.heading-border-lg:before {
  border-top-width: 3px;
}

.heading.heading-border-xl:before {
  border-top-width: 5px;
}

/* Modal Titles */
.modal-header h3 {
  color: var(--dark--200);
  text-transform: none;
}

@media (max-width: 575px) {
  h2 {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  h1.big {
    font-size: 3.2em;
    line-height: 42px;
  }
}

.mission-vision {
  padding: 40px 20px;
}

.mission-vision__grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 column layout on desktop */
  gap: 40px;
  align-items: center;
}

/* Images */
.mission-vision__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Text blocks */
.mission-vision__text h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
  
}

.mission-vision__text p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #000;

}

/* ✅ Responsive (mobile < 768px) */
@media (max-width: 768px) {
  .mission-vision__grid {
    grid-template-columns: 1fr; /* stack vertically */
    gap: 30px;
  }

  .mission-vision__text h2 {
    font-size: 1.6rem;
  }

  .mission-vision__text p {
    font-size: 1rem;
  }
}

.values {
  background: #eaebed;
  padding: 80px 20px;
  text-align: center;
 
}

.values__container {
  max-width: 1200px;
  margin: 0 auto;
}

.values__title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 50px;
  color: #000;
}

.values__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.hero__breadcrumb span.white,
.hero__breadcrumb a.white {
  color: #fff; /* Ağ rəng */
}
.hero__breadcrumb span.active.white {
  font-weight: 600; /* Active olduqda qalın */
}

/* white class əlavə olunanda */
.tj-page-link.white {
  color: #fff; /* mətn ağ rəng olur */
  background: #000; /* fon qaralır */
}

/* hover effekti */
.tj-page-link.white:hover {
  background: #333;
}

.values__item {
  padding: 30px 20px;
  border-radius: 16px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.values__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50%;
}

.values__item h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}

.values__item p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
}

/* ✅ Mobile tweaks */
@media (max-width: 600px) {
  .values__title {
    font-size: 2rem;
  }

  .values__item {
    padding: 20px;
  }

  .values__item h3 {
    font-size: 1.3rem;
  }

  .values__item p {
    font-size: 0.95rem;
  }
}

.saf {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 60vh;
  background: #fff;
 
  gap: 40px;
}
.bg-gray {
  background-color: #eaebed;
}
.hero__container {
  max-width: 600px;
}

.hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  font-size: 18px;
}

.hero__breadcrumb a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}

.hero__breadcrumb span {
 
  font-weight: 400;
  color: #000;
}

.hero__breadcrumb .active {
  font-weight: 500;
}

.hero__text h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}

.hero__text p {
  font-size: 1.3rem;
  font-weight: 300;
  color: #bfbebe;
  line-height: 1.6;
}

.hero__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* ✅ Responsive */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 40px 20px;
  }

  .hero__container {
    max-width: 100%;
  }

  .hero__breadcrumb {
    justify-content: center;
  }

  .hero__text h1 {
    font-size: 2.3rem;
  }

  .hero__text p {
    font-size: 1.1rem;
  }
}

.hero__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; /* gradientin və şəkilin daşmasını önləyir */
}

.hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0 0 12px; /* əgər radius istəyirsinizsə, sadəcə sola */
  margin: 0; /* bütün marginləri sil */
}

.hero__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* gradient sağdan başlayacaq */
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}

.profile-card {
  position: relative;
  width: 100%;
  padding-top: 130%; /* aspect ratio üçün: height / width ≈ 496/377 */
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
}

.profile-card__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%; /* şəkili sağ-sol üçün biraz böyüdürük */
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
}

.profile-card__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.profile-card__name {
  position: absolute;
  bottom: 50px;
  left: 20px;
  color: #fff;
  font-size: 1.25rem; /* 24px */
 
  font-weight: 500;
}

.profile-card__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 1.1rem; /* 22px */
 
  font-weight: 300;
}

/* Responsive */
@media (max-width: 768px) {
  .profile-card__name {
    font-size: 1rem;
  }

  .profile-card__title {
    font-size: 0.95rem;
  }
}

/* Yeni hover effekt */
.profile-card:hover .profile-card__img {
  left: 0; /* şəkil sağdan sola sürüşür */
  transform: scale(1.05); /* yüngül böyü */
}

.profile-card:hover .profile-card__gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
}

.profile-card:hover .profile-card__name,
.profile-card:hover .profile-card__title {
  opacity: 1;
  transform: translateY(0); /* yazılar yuxarı çıxır */
}

.socarnewhero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 20vh;
  background: url("../images/ay.png") no-repeat center/cover;
 
  gap: 40px;
  padding: 60px 20px;
}

.socarnewhero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* qara overlay, opacity tənzimlənə bilər */
  z-index: 1;
}

.socarnewhero__container {
  max-width: 600px;
}

.socarnewhero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  font-size: 18px;
}

.socarnewhero__breadcrumb a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}

.socarnewhero__breadcrumb .active {
  font-weight: 500;
}

.socarnewhero__text h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}

.socarnewhero__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 1024px) {
  .socarnewhero {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 40px 20px;
  }

  .socarnewhero__breadcrumb {
    justify-content: center;
  }

  .socarnewhero__text h1 {
    font-size: 2.3rem;
  }
}

.socar-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 responsive */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Gradient Overlay */
.socar-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: background 0.4s ease;
}

/* Title */
.socar-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 22px;
 
  font-weight: 700;
  z-index: 1;
  transition: transform 0.4s ease, color 0.4s ease;
}

/* Hover Effects */
.socar-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.socar-box:hover::after {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.socar-box:hover .socar-title {
  transform: translateY(-5px);
  color: #a8abab; /* istəsən brend rəngi */
}

.pipeline {
 
  color: #000;
  line-height: 1.6;
  margin: 40px 0;
}

.pipeline h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.pipeline p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.partners {
  margin-top: 30px;
}

.partners h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.partners ul {
  list-style: none;
  padding: 0;
}

.partners li {
  font-size: 18px;
  font-weight: 400;
  margin: 8px 0;
}

img.align-left {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 40%; /* ölçüsünü də idarə etmək üçün */
}

img.align-right {
  float: right;

  max-width: 40%;
}

#pageContent img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 847px;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.51),
      rgba(255, 255, 255, 1)
    ),
    url("../images/media.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.background-overlay-contact {
  position: absolute; /* section-a görə absolute, lazım olsa fixed də ola bilər */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      /* yuxarıdan şəffaf ağ */ rgba(0, 0, 0, 0.51) 51%,
      /* orta qara yarı şəffaf */ rgba(0, 0, 0, 1) 100% /* aşağıda tam qara */
    ),
    url("../images/contact.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.background-overlay-life {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 847px;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.51),
      rgba(255, 255, 255, 1)
    ),
    url("../images/life.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.img__left {
  margin-right: 20px;
}
.img__right {
  margin-left: 20px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  padding: 20px 0;
  color: white;
  font-size: 14px;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: white;
}

.breadcrumb span {
  margin: 0 8px;
  opacity: 0.6;
}

.page-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 60px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
  padding-bottom: 60px;
}

.content-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.content-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.content-card:hover::before {
  transform: scaleX(1);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-arrow {
  width: 24px;
  height: 24px;
  stroke: #667eea;
  transition: all 0.3s ease;
}

.content-card:hover .card-arrow {
  transform: translateX(5px);
  stroke: #764ba2;
}

.card-description {
  color: #718096;
  font-size: 1rem;
  line-height: 1.6;
}

/* Camera icon for SMOG in media card */
.smog-card::after {
  content: "📹";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  opacity: 0.1;
  transition: all 0.3s ease;
}

.smog-card:hover::after {
  opacity: 0.3;
  transform: scale(1.1);
}

/* Design icon for Logo Usage card */
.logo-card::after {
  content: "🎨";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  opacity: 0.1;
  transition: all 0.3s ease;
}

.logo-card:hover::after {
  opacity: 0.3;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .page-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .content-card {
    padding: 30px 25px;
  }

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

  .container {
    padding: 0 15px;
  }
}

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

  .content-card {
    padding: 25px 20px;
  }

  .card-title {
    font-size: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .card-arrow {
    align-self: flex-end;
  }
}

.media-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap; /* kiçik ekranlarda alt-üst düşsün */
}

/* Boxlar */
.media-card {
  position: relative;
  width: 509px;
  max-width: 90vw; /* kiçik ekranlarda sığsın */
  height: 131px;
  border-radius: 4px;
  overflow: hidden;
  border: 0.3px solid black;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

/* Hover effekti */
.media-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Overlay */
.media-card .overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(4px);
  pointer-events: none;
}

/* Title */
.media-card .title {
  color: #666;
  font-size: 18px;
 
  font-weight: 500;
  line-height: 20px;
  z-index: 1;
}

/* Right arrow */
.media-card .arrow {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}

/* Responsive: Kiçik ekranlar üçün */
@media (max-width: 1100px) {
  .media-card {
    width: 48%; /* iki box yan-yana qalır */
  }
}

@media (max-width: 650px) {
  .media-card {
    width: 100%; /* alt-üst düşür */
  }
}

.mt-50 {
  margin-top: 50px;
}

.section-gap-400 {
  padding-top: 400px;
  padding-bottom: 100px;
}

/* Container */
.socarlife-box {
  width: 100%;

  padding: 20px;
  box-sizing: border-box;
  overflow: visible; /* kənara çıxmağa icazə */
}

/* Layout */
.socarlife-content {
  position: relative; /* absolute işləsin deyə */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image */
.socarlife-image {
  width: 100%;

  height: auto;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.sutextcolor {
  color: #8d8d8d;
}

/* Text card (overlay sağ üst və kənardan çıxan) */
.socarlife-text-card {
  position: absolute;
  top: -30px; /* mənfi dəyər → yuxarıdan çıxır */
  right: -30px; /* mənfi dəyər → sağdan çıxır */
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  padding: 20px 25px;
  max-width: 700px;
  border-radius: 6px;
  z-index: 2;
}

/* Title */
.socarlife-title {

  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin: 44px 0 12px 0;
}

/* Description */
.socarlife-description {

  font-weight: 300;
  font-size: 18px;
  color: #8c8c8c;
  line-height: 1.4;
  margin: 0;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .socarlife-text-card {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .socarlife-title {
    font-size: 20px;
  }
  .socarlife-description {
    font-size: 16px;
  }
}

/* Grid Container */
.socarcarrerf-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;

  padding: 10px;
  box-sizing: border-box;
}

/* Card */
.socarcarrerf-card {
  border: 1px solid #bababa;
  border-radius: 6px;
  padding: 24px;
  background: #fff;
  min-height: 210px;
  max-width: 304px;
  display: flex;
  align-items: center;
}

/* Text */
.socarcarrerf-text {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #000;

}

.socarcarrerf-text .strong {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.socarcarrerf-text .light {
  font-weight: 300;
  color: #666;
}

/* Responsiveness */
@media (max-width: 1400px) {
  .socarcarrerf-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .socarcarrerf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .socarcarrerf-grid {
    grid-template-columns: 1fr;
  }

  .socarcarrerf-text {
    font-size: 16px;
    line-height: 24px;
  }
}
/* Hover effect */
.socarcarrerf-card:hover {
  transform: translateY(-8px) scale(1.02); /* yuxarı qalxır və böyüyür */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); /* daha dərin shadow */
  border-color: #000; /* daha vurğulu border */
}

/* General Box */
.socarmeds-box {
  width: 100%;
  padding: 50px 20px;
  box-sizing: border-box;
 
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Top Highlights */
.socarmeds-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

.socarmeds-highlight {
  flex: 1 1 180px;
  text-align: center;
}

.socarmeds-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.socarmeds-subtitle {
  font-weight: 300;
  font-size: 16px;
}

/* Section Title */
.socarmeds-section-title {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  margin: 40px 0;
}

/* Offers Section */
.socarmeds-offers {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.socarmeds-graduates,
.socarmeds-criteria {
  flex: 1 1 300px;
}

.socarmeds-h3 {
  font-weight: 300;
  color: #8c8c8c;
  font-size: 18px;
  margin-bottom: 10px;
}

.socarmeds-h2 {
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 15px;
}

.socarmeds-p {
  font-weight: 300;
  font-size: 18px;
}

.socarmeds-subtitle-title {
  font-weight: 500;
  font-size: 24px;
  margin-top: 15px;
}

.socarmeds-subtitle-criteria {
  font-weight: 300;
  font-size: 18px;
}

/* Image */
.socarmeds-image-container {
  text-align: center;
  margin-top: 30px;
}

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

/* Black Section */
.socarmeds-black-section {
  background-color: #000;
  color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
}

.socarmeds-main-text {
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}

.socarmeds-cta {
  text-align: left;
  font-weight: 300;
  font-size: 19px;
}

.socarmeds-email-wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.socarmeds-email {
  font-weight: 500;
}

/* Boxlar */
.media-cardx {
  position: relative;
  width: 509px;
  max-width: 90vw; /* kiçik ekranlarda sığsın */
  height: 131px;
  border-radius: 4px;
  overflow: hidden;
  border: 0.3px solid black;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #ffffff3d;
  border-radius: 4px;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
}

/* Hover effekti */
.media-cardx:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Overlay */
.media-cardx.overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(4px);
  pointer-events: none;
}

/* Title */
.media-cardx .title {
  color: #ffffff;
  font-size: 18px !important;
 
  font-weight: 500;
  line-height: 20px;
  z-index: 1;
}

/* Right arrow */
.media-cardx.arrow {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}

/* Responsive: Kiçik ekranlar üçün */
@media (max-width: 1100px) {
  .media-cardx {
    width: 48%; /* iki box yan-yana qalır */
  }
}

@media (max-width: 650px) {
  .media-cardx {
    width: 100%; /* alt-üst düşür */
  }
}

.contactinput-box {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 50px;
  max-width: 774px;
  margin: auto;
}
.contactinput-box:hover {
  background: #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 50px;
  max-width: 774px;
  margin: auto;
}

.contactinput-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #000;
}

.contactinput-subtitle {
  font-size: 15px;
  color: #555;
  margin: 0 0 20px;
  line-height: 2;
}
.contactinput-item {
  display: flex;
  justify-content: space-between;
  align-items: center; /* text həmişə dikey ortada olsun */
  border: 0px solid #9c9c9c; /* stroke rəngi */
  background: #f0f0f0; /* bir az daha tünd boz */
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 12px;
  min-height: 69px; /* sabit hündürlük */
  font-size: 15px;
}

.contactinput-label {
  font-weight: 300;
  color: #333; /* sol text */
}

.contactinput-value {
  color: #555;
  font-weight: 300; /* sağ text */
  text-align: right;
}

/* Responsive */
@media (max-width: 480px) {
  .contactinput-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .contactinput-value {
    margin-top: 5px;
    text-align: left;
  }
}
