body {
  overflow-x: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff; /* vacibdir */
}
.page-layout {
  padding-left: 138px;
  padding-right: 70px;
  padding-top: 130px;
}

.page-layout-footer{
  padding-left: 138px;
  padding-right: 70px;
}



.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 58px;
  height: 58px;
  background: #ed1c24;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  z-index: 999999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s ease;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* fixed left  icons */
.icons-fixed {
  position: fixed;
  left: 26px;              
  top: 36%;             
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 10px;
  z-index: 1000;
}
.social-icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.social-icon .hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.3s;
}

.social-icon:hover .hover {
  opacity: 1;
}

.social-icon:hover .normal {
  opacity: 0;
}



/* title */

.title {
  display: flex;
  align-items: center;
  gap: 34px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 18px;
  margin-right: 30px;
}

.title a {
  text-decoration: none;
  color: #000;
  position: relative;
}

.title a:hover {
  color: #ed1c24;
}

/* slash dizaynı */
.slash {
  width: 2px;
  height: 32px;
  background: #ed1c24;
  display: inline-block;
  transform: rotate(15deg);
}


hr {
  border: none;
  border-top: 1px solid #E6E6E6;
  margin: 30px 0;
}




/* logo */
.client-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 80px 50px;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 80px;
  /*padding: 50px 80px 50px 0;*/
}

.client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 90px;
}

.client-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 90px;
  object-fit: contain;
}


/* footer */
/* footer */
footer {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 150px;
  margin-right: -70px;
}

.footer-left {
  max-width: 900px;
}

.footer-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.red {
  color: #ed1c24;
}

.footer-info {
  display: flex;
  gap: 80px;
  margin-top: 20px;
}

.info-item span {
  color: #999;
  font-size: 11px;
}

.info-item p {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
}
.red {
  color: #000; 
  transition: 0.3s;
}

.red:hover {
  color: #ed1c24; 
  cursor: pointer;
}

.footer-right {
  width: 400px;
}

.footer-right img {
  width: 100%;
}

.footer-card{
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.footer-socials {
  display: flex;
  gap: 15px;
  cursor: pointer;
  margin-bottom: 10px;
}

.footer-socials img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: 0.3s;
}

.footer-ifr iframe {
  border: none;
}


.footer-bottom {
  display: flex;
  gap: 80px;
  margin-top: 10px;
}

.footer-bottom span {
  color: #999;
  font-size: 11px;
}

.footer-bottom p {
  font-size: 16px;
  font-weight: 400;
}
.footer-links{
  margin-top: 40px;
  font-size: 14px;
}
.footer-links a:hover {
  color: #ed1c24;
}



.telegram-banner {
  background: #ed1c24;
  color: #fff;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 20px 40px;
  margin-top: 40px;

  width: 78%;          
  margin: 40px 0;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

/* sol text */
.tg-text {
  font-size: 12px;
}

/* sağ hissə */
.tg-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* icon */
.tg-icon {
  font-size: 16px;
}

/* link */
.tg-right a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  font-size: 12px;

}

.tg-right a:hover {
  border-bottom: 1px solid #fff;
}








/* animation */
.link-anim {
  position: relative;
  color: #ed1c24;
  display: inline-block;
  cursor: pointer;
}

.link-anim::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #ed1c24;

  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.link-anim::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #fff;

  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.link-anim:hover::before {
  transform: scaleX(1); /* sağdan sola ağ gəlir */
}

.link-anim:hover::after {
  transform: scaleX(0); /* qırmızı silinir */
}

/* tablet */
@media (max-width: 1024px) {
  .client-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px 35px;
  }

  .client-logo img {
    max-width: 120px;
    max-height: 65px;
  }
}

/* mobile */
/* @media (max-width: 600px) {
  .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 25px;
    margin-top: 30px;
  }

  .client-logo {
    min-height: 70px;
  }

  .client-logo img {
    max-width: 110px;
    max-height: 55px;
  }
} */

/* fixed part */
@media (max-width: 1024px) {
  .icons-section,
  .icons-fixed {
    display: none;
  }

   .page-layout, .page-layout-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

}

/* title part */
@media (max-width: 768px) {
  .page-layout , .page-layout-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title {
    gap: 16px;
    font-size: 14px;
    margin-bottom: 28px;
    margin-right: 0;
    flex-wrap: nowrap;
    margin-top: 50px;
  }

  .slash {
    width: 2px;
    height: 28px;
    transform: rotate(15deg);
  }

  h1 {
    font-size: 30px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
  }
  hr{
    display: none;
  }
}

@media (max-width: 420px) {
  .title {
    gap: 12px;
    font-size: 12px;
    margin-top: 50px;

  }

  .slash {
    height: 24px;
  }

  h1 {
    font-size: 26px;
  }
}



@media (max-width: 1200px) {
  .client-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 70px 40px;
  }
}

/* 4 → 3 */
@media (max-width: 900px) {
  .client-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px 35px;
  }

  .client-logo img {
    max-width: 140px;
    max-height: 75px;
  }
}

/* 3 → 2 mobile */
@media (max-width: 600px) {
  .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 25px;
    margin-top: 30px;
    padding-right: 0;

  }

  .client-logo {
    min-height: 70px;
    margin-right: 0;

  }

  .client-logo img {
    max-width: 115px;
    max-height: 60px;
  }
}



@media (max-width: 768px) {
  footer {
    display: block;
    margin-top: 70px;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }

  .footer-left {
    max-width: 100%;
    width: 100%;
  }

  .footer-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 35px;
  }

  .footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
    margin-top: 0;
  }


  .info-item i {
    font-size: 25px;
    display: block;
  }

  .info-item span {
    font-size: 16px;
    color: #9E9E9E;
    display: block;
  }


   .info-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .info-item p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;

  }

  .footer-card {
    display: flex;
    margin-top: 10px;
  }

  .footer-card .link-anim {
    font-size: 11px;
    margin-bottom: 18px;
  }

  .footer-extra {
    display: block;
  }

  .footer-socials {
    display: flex;
    gap: 9px;
    margin-top: 18px;
    margin-bottom: 12px;
  }

  .footer-socials img {
    width: 17px;
    height: 17px;
  }


  .footer-bottom {
    display: block;
    margin-top: 1px;
  }
  .footer-bottom div{
    margin-top: 10px;
  }

  .footer-bottom span {
    font-size: 16px;
  }

  .footer-bottom p,
  .footer-bottom a {
    font-size: 14px;
    line-height: 1.4;
  }


  .footer-links {
    display: block;
    font-size: 14px;
    line-height: 1.35;
  }

  .footer-links a {
    display: block;
    color: #000;
  }

  .footer-links p {
    font-size: 14px;
    line-height: 1.35;
  }

  .telegram-banner {
    width: 100%;
    margin: 25px 0 0;
    padding: 18px 18px;
    clip-path: none;
    display: block;
  }

  .tg-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    display: block;
    margin-bottom: 28px;
  }

  .tg-right {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .tg-icon {
    font-size: 18px;
  }

  .tg-right a {
    font-size: 16px;
    font-weight: 700;
  }

  .footer-right {
    display: none;
  }
}

@media (max-width: 420px) {
  .page-layout, .page-layout-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-title {
    font-size: 19px;
  }

  .footer-info {
    grid-template-columns: 1fr 1fr;
    gap: 26px 18px;
  }

  

  .telegram-banner {
    padding: 18px 16px;
  }
}

@media (max-width: 768px) {
  .footer-ifr {
    width: 150px;
    height: 50px;
    overflow: hidden;
  }

  .footer-ifr iframe {
    width: 200px;
    height: 100px;
    transform: scale(0.82);
    transform-origin: left top;
  }
}


