html {
  overflow-x: hidden;
}

body.gratech-php-theme {
  background: var(--theme-body-bg, var(--main-bg));
  color: var(--paragraph);
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

/* Dekoratif shape/arkaplan gorselleri (footer golgesi, hizmet kart shape'i vb.)
   kendi konteynerinden tasip yatay scrollbar'a sebep oluyordu; bu bolumler
   iceriklerini kirpar, gorsellerin kendisi ve konumlari degismez. */
body.gratech-php-theme .footer-area,
body.gratech-php-theme .footer-two-area,
body.gratech-php-theme .service-area,
body.gratech-php-theme .service-two-area,
body.gratech-php-theme .service-inner-area {
  overflow-x: hidden;
}

body.gratech-php-theme .theme-stage {
  overflow: hidden;
}

body.gratech-php-theme .header-area {
  background: var(--theme-header-bg, var(--white));
}

body.gratech-php-theme .header-area.menu-fixed {
  background: var(--theme-header-bg, var(--white));
}

body.gratech-php-theme .header-area::after {
  background: var(--theme-header-bg, var(--white));
}

body.gratech-php-theme .header__main {
  min-height: 104px;
}

body.gratech-php-theme .header__main .logo img,
body.gratech-php-theme .sidebar-area .logo img,
body.gratech-php-theme .footer__item .logo img {
  display: block;
  height: auto;
  max-height: 92px;
  max-width: 320px;
  object-fit: contain;
  width: auto;
}

body.gratech-php-theme .header__main .main-menu > nav > ul {
  gap: clamp(18px, 2.2vw, 34px);
}

body.gratech-php-theme .header__main .main-menu ul li a {
  color: var(--theme-header-text, var(--heading-color));
  white-space: nowrap;
}

body.gratech-php-theme .header__main .main-menu ul li .sub-menu li a {
  white-space: normal;
}

body.gratech-php-theme .header__main .bars i,
body.gratech-php-theme .header__main .main-menu ul li .search-trigger {
  color: var(--theme-header-text, var(--heading-color));
}

body.gratech-php-theme .mefe-contact-links {
  display: inline-flex;
  min-width: 0;
}

body.gratech-php-theme .mefe-contact-links-inline {
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 14px;
}

body.gratech-php-theme .mefe-contact-links-stack {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

body.gratech-php-theme .mefe-contact-link {
  display: inline-flex;
  line-height: 1.45;
  min-width: 0;
}

body.gratech-php-theme .mefe-contact-link-email {
  overflow-wrap: anywhere;
}

/* Hizmet detay sayfasi "Yardima mi ihtiyaciniz var?" koyu kutusu icindeki
   telefon linki: <a> kendi varsayilan link rengini kullanir, ust elementin
   text-white'ini miras almaz - burada acikca beyaz yapiliyor. */
body.gratech-php-theme .mefe-service-help-phone,
body.gratech-php-theme .mefe-service-help-phone a {
  color: #ffffff;
}

body.gratech-php-theme .header-top .link-info a.dildegis-home.active {
  color: var(--primary-color);
}

body.gratech-php-theme .header-top {
  background-color: var(--theme-topbar-bg, var(--heading-color));
}

body.gratech-php-theme .header-top .info li,
body.gratech-php-theme .header-top .info li a,
body.gratech-php-theme .header-top .link-info a {
  color: var(--theme-topbar-text, var(--white));
}

body.gratech-php-theme .mefe-social-link {
  align-items: center;
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  min-width: 38px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 38px;
}

body.gratech-php-theme .mefe-social-link i {
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
}

.mefe-social-label,
body.gratech-php-theme .mefe-social-label {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body.gratech-php-theme .header-top .link-info .mefe-social-link {
  flex-basis: 30px;
  height: 30px;
  min-width: 30px;
  width: 30px;
}

body.gratech-php-theme .header-top .link-info .mefe-social-link i {
  font-size: 15px;
}

body.gratech-php-theme .social-icon .mefe-social-link,
body.gratech-php-theme .contact__left-item .social .mefe-social-link {
  flex-basis: 42px;
  height: 42px;
  min-width: 42px;
  width: 42px;
}

body.gratech-php-theme .search-wrap .main-search-input {
  color: var(--white);
}

body.gratech-php-theme .telefon,
body.gratech-php-theme .whatsapp {
  height: 54px;
  left: 18px;
  margin: 0;
  position: fixed;
  transition: transform 0.25s ease, opacity 0.25s ease;
  width: 54px;
  z-index: 999;
}

body.gratech-php-theme .telefon {
  bottom: 86px;
}

body.gratech-php-theme .whatsapp {
  bottom: 22px;
}

body.gratech-php-theme .telefon a,
body.gratech-php-theme .whatsapp a {
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  color: var(--white);
  display: flex;
  font-size: 24px;
  height: 54px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  width: 54px;
}

body.gratech-php-theme .telefon a {
  background: var(--primary-color);
}

body.gratech-php-theme .whatsapp a {
  background: #25d366;
}

body.gratech-php-theme .telefon .tooltiptext,
body.gratech-php-theme .whatsapp .tooltiptext {
  background: var(--secondary-color);
  border-radius: 6px;
  color: var(--white);
  font-size: 13px;
  left: calc(100% + 10px);
  line-height: 1.2;
  opacity: 0;
  padding: 7px 10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  white-space: nowrap;
}

body.gratech-php-theme .telefon:hover,
body.gratech-php-theme .whatsapp:hover {
  transform: translateY(-2px);
}

body.gratech-php-theme .telefon:hover .tooltiptext,
body.gratech-php-theme .whatsapp:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}

body.gratech-php-theme .banner-area .slide-bg::before {
  background: linear-gradient(90deg, rgba(15, 13, 29, 0.84), rgba(15, 13, 29, 0.42));
  content: "";
  inset: 0;
  position: absolute;
}

body.gratech-php-theme .banner-area .slide-bg-default {
  background-color: var(--theme-footer-bg, var(--secondary-color));
  background-position: right 8% bottom !important;
  background-size: auto min(88%, 620px) !important;
}

body.gratech-php-theme .banner-area .slide-bg-default::before {
  background: linear-gradient(90deg, rgba(15, 13, 29, 0.94) 0%, rgba(15, 13, 29, 0.78) 42%, rgba(15, 13, 29, 0.28) 100%);
}

body.gratech-php-theme .banner__slider .swiper-slide-active .slide-bg-default {
  transform: none;
}

body.gratech-php-theme .banner__content {
  max-width: min(760px, 92vw);
}

body.gratech-php-theme .banner__content h1 {
  overflow-wrap: anywhere;
}

body.gratech-php-theme .banner__content p {
  max-width: 680px;
}

/* "Sizin Icin Cozumler" kartlari: altta "Devamini Oku" linki icin biraz
   daha fazla yukseklik/bosluk, buton her zaman kartin en altinda. */
body.gratech-php-theme .service__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 45px;
}

/* "Sizin Icin Cozumler" kartlari: aciklama tam 4 satirla sinirli,
   tasan metin kart sinirina kadar gidip "..." ile kesiliyor. */
body.gratech-php-theme .service__item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}

body.gratech-php-theme .service__item .read-more-btn {
  margin-top: 18px;
}

/* Not: kart artik hover'da maviye boyanmiyor (bkz. infotek-php-bridge.css
   ".service__item.active::after"), bu yuzden "Devamini Oku" linkini o
   mavi zemine gore acik griye ceviren eski kural kaldirildi - link artik
   hizmetler listeleme sayfasindaki gibi varsayilan .read-more-btn:hover
   davranisini (koyu -> mavi) kullaniyor. */

body.gratech-php-theme .service__item .service__icon img {
  height: 52px;
  object-fit: contain;
  width: 52px;
}

body.gratech-php-theme .arolax-tech-area {
  background: var(--main-bg);
  overflow: hidden;
}

body.gratech-php-theme .arolax-tech-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  margin-bottom: 46px;
}

body.gratech-php-theme .arolax-tech-kicker {
  color: var(--primary-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  text-transform: uppercase;
}

body.gratech-php-theme .arolax-tech-head h2 {
  color: var(--heading-color);
  font-size: 72px;
  line-height: 0.96;
  margin: 0;
  max-width: 760px;
}

body.gratech-php-theme .arolax-tech-head p {
  color: var(--paragraph);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 8px;
}

body.gratech-php-theme .arolax-tech-grid {
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.gratech-php-theme .arolax-tech-item {
  align-items: center;
  background: color-mix(in srgb, var(--sub-bg) 56%, var(--main-bg));
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
  min-height: 190px;
  padding: 28px 18px;
  position: relative;
  text-align: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

body.gratech-php-theme .arolax-tech-item::before {
  background: var(--gradient-bg);
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s ease;
}

body.gratech-php-theme .arolax-tech-item:hover {
  background: var(--primary-color);
  border-color: color-mix(in srgb, var(--primary-color) 72%, var(--white));
  transform: translateY(-4px);
}

body.gratech-php-theme .arolax-tech-item:hover::before {
  opacity: 1;
}

body.gratech-php-theme .arolax-tech-icon {
  align-items: center;
  background: var(--white);
  border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  border-radius: 8px;
  display: flex;
  height: 86px;
  justify-content: center;
  padding: 17px;
  transition: transform 0.25s ease;
  width: 86px;
}

body.gratech-php-theme .arolax-tech-icon img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

body.gratech-php-theme .arolax-tech-item h3 {
  color: var(--heading-color);
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  transition: color 0.25s ease;
}

body.gratech-php-theme .arolax-tech-item:hover .arolax-tech-icon {
  transform: translateY(-3px);
}

body.gratech-php-theme .arolax-tech-item:hover h3 {
  color: var(--white);
}

body.gratech-php-theme .about__left-item .image img,
body.gratech-php-theme .case__image img,
body.gratech-php-theme .blog__image img {
  display: block;
  object-fit: cover;
  width: 100%;
}

body.gratech-php-theme .about__left-item .big-image img {
  aspect-ratio: 4 / 5;
}

body.gratech-php-theme .about__left-item .sm-image img {
  aspect-ratio: 1 / 1;
}

/* "Hakkimizda" sayfasindaki banner-alti kolaj (buyuk resim + kucuk resim +
   donen daire/nokta ikonlari), dar mobil ekranlarda birbirinin ustune
   biniyordu. 576px altinda ikinci resim ve dekoratif ikonlar kaldirilir,
   sadece ana resim tam genislikte ve duzgun oranli kalir. */
@media (max-width: 576px) {
  body.gratech-php-theme .about__left-item,
  body.gratech-php-theme .about-two__left-item {
    max-width: 100%;
  }
  body.gratech-php-theme .about__left-item .sm-image,
  body.gratech-php-theme .about-two__left-item .sm-image,
  body.gratech-php-theme .about-two__left-item .circle-shape,
  body.gratech-php-theme .about-two__left-item .dots,
  body.gratech-php-theme .about-two__left-item .shape-halper,
  body.gratech-php-theme .about__left-item .circle-shape {
    display: none;
  }
  body.gratech-php-theme .about__left-item .big-image,
  body.gratech-php-theme .about-two__left-item .big-image {
    max-width: 100%;
    width: 100%;
  }
  body.gratech-php-theme .about__left-item .big-image img,
  body.gratech-php-theme .about-two__left-item .big-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
}

/* "Devamini Incele" butonu ile yaninda WebRotam adi/email kismi, orijinal
   template'te 575px altinda gap:5px'e dusup birbirine yapisiyordu. Ayni
   satirda yan yana ve ortali kalmaya devam ediyor, sadece aralarindaki
   bosluk 400px'e kadar genis tutuluyor; yalnizca 400px'in altindaki
   gercekten dar ekranlarda kucuk gap'e geciliyor. */
@media (max-width: 575px) {
  body.gratech-php-theme .about__info {
    justify-content: center;
    gap: 18px;
  }
}

@media (max-width: 400px) {
  body.gratech-php-theme .about__info {
    gap: 5px;
  }
}

body.gratech-php-theme .case__image img {
  aspect-ratio: 416 / 500;
}

body.gratech-php-theme .brand__image,
body.gratech-php-theme .tekmino-client-logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

body.gratech-php-theme .brand__image {
  height: 95px;
}

body.gratech-php-theme .brand__image img,
body.gratech-php-theme .tekmino-client-logo img {
  max-height: 72px;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

body.gratech-php-theme .tekmino-client-section {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--white) 7%, transparent) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--white) 5%, transparent) 1px, transparent 1px),
    var(--theme-client-bg, var(--theme-footer-bg, var(--secondary-color)));
  background-size: 96px 96px;
  border-bottom: 1px solid color-mix(in srgb, var(--white) 12%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--white) 12%, transparent);
  overflow: hidden;
  position: relative;
}

body.gratech-php-theme .tekmino-client-section::before {
  background: linear-gradient(90deg, var(--theme-client-bg, var(--theme-footer-bg, var(--secondary-color))) 0%, color-mix(in srgb, var(--theme-client-bg, var(--theme-footer-bg, var(--secondary-color))) 72%, transparent) 18%, color-mix(in srgb, var(--theme-client-bg, var(--theme-footer-bg, var(--secondary-color))) 72%, transparent) 82%, var(--theme-client-bg, var(--theme-footer-bg, var(--secondary-color))) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.gratech-php-theme .tekmino-client-section .container-fluid {
  position: relative;
  z-index: 1;
}

body.gratech-php-theme .tekmino-client-content {
  background: color-mix(in srgb, var(--white) 6%, transparent);
  border: 1px solid color-mix(in srgb, var(--white) 16%, transparent);
  border-radius: 40px;
  margin: 0 auto 54px;
  max-width: 560px;
  padding: 7px 16px;
  text-align: center;
  width: calc(100% - 30px);
}

body.gratech-php-theme .tekmino-client-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

body.gratech-php-theme .tekmino-client-title span {
  background: var(--primary-color);
  border-radius: 50px;
  color: var(--white);
  display: inline-flex;
  line-height: 1.2;
  padding: 1px 8px;
}

body.gratech-php-theme .tekmino-client-slider-wrap {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.gratech-php-theme .tekmino-client-slider-wrap::before,
body.gratech-php-theme .tekmino-client-slider-wrap::after {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(28vw, 360px);
  z-index: 3;
}

body.gratech-php-theme .tekmino-client-slider-wrap::before {
  background: linear-gradient(90deg, var(--theme-client-bg, var(--theme-footer-bg, var(--secondary-color))), transparent);
  left: 0;
}

body.gratech-php-theme .tekmino-client-slider-wrap::after {
  background: linear-gradient(-90deg, var(--theme-client-bg, var(--theme-footer-bg, var(--secondary-color))), transparent);
  right: 0;
}

body.gratech-php-theme .tekmino-client-slider {
  margin: 0 auto;
  max-width: 1540px;
  overflow: visible;
  padding: 0 24px;
}

body.gratech-php-theme .tekmino-client-slider .swiper-wrapper {
  align-items: center;
}

body.gratech-php-theme .tekmino-client-item {
  align-items: center;
  display: flex;
  justify-content: center;
}

body.gratech-php-theme .tekmino-client-logo {
  background: var(--white);
  border: 1px solid color-mix(in srgb, var(--white) 18%, transparent);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  height: 120px;
  max-width: 285px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition: border-color 0.25s ease, transform 0.25s ease;
  width: 100%;
}

body.gratech-php-theme .tekmino-client-logo::before {
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  content: "";
  height: 100%;
  left: -110%;
  position: absolute;
  top: -110%;
  transform: rotate(12deg);
  transition: left 0.45s ease, top 0.45s ease;
  width: 100%;
}

body.gratech-php-theme .tekmino-client-logo:hover {
  border-color: var(--primary-color);
  transform: translateY(-5px);
}

body.gratech-php-theme .tekmino-client-logo:hover::before {
  left: 110%;
  top: 110%;
}

body.gratech-php-theme .blog__image img {
  aspect-ratio: 410 / 280;
}

body.gratech-php-theme .blog__content p {
  margin-top: 12px;
}

body.gratech-php-theme .footer-contact .mefe-contact-link,
body.gratech-php-theme .footer__copyright a,
body.gratech-php-theme .footer__copyright p,
body.gratech-php-theme .footer__item p {
  color: var(--theme-footer-text, rgba(255, 255, 255, 0.82));
  opacity: 1;
}

body.gratech-php-theme .footer-area.secondary-bg,
body.gratech-php-theme .footer-two-area.secondary-bg {
  background-color: var(--theme-footer-bg, var(--secondary-color)) !important;
}

body.gratech-php-theme .footer__item .footer-title,
body.gratech-php-theme .footer__item .footer-contact li h5 {
  color: var(--theme-footer-heading, var(--white));
}

body.gratech-php-theme .footer__item ul li,
body.gratech-php-theme .footer__item .footer-contact li {
  color: var(--theme-footer-text, var(--white));
}

body.gratech-php-theme .footer__item ul li a {
  color: var(--theme-footer-link, var(--theme-footer-text, var(--white)));
  opacity: 1;
}

/* Orijinal template hover'da linke padding-left:5px verip tum satiri
   (ikon+metin) sagla kaydiriyordu; uzun basliklarda (orn. "Bilisim
   Danismanligi") bu kayma, satirin tasan kismini alt satira itiyordu.
   Bunun yerine sadece ikonu kaydiriyoruz, metin sabit/tek satirda kalir. */
body.gratech-php-theme .footer__item ul li a {
  display: inline-flex;
  align-items: center;
  padding-left: 0 !important;
  line-height: 1.35;
}
body.gratech-php-theme .footer__item ul li a:hover {
  padding-left: 0 !important;
  color: var(--primary-color);
}
body.gratech-php-theme .footer__item ul li a i {
  transition: var(--transition);
}
body.gratech-php-theme .footer__item ul li a:hover i {
  transform: translateX(2px);
}

body.gratech-php-theme .footer__item .social-icon a {
  border-color: color-mix(in srgb, var(--theme-footer-text, var(--white)) 24%, transparent);
  color: var(--theme-footer-link, var(--theme-footer-text, var(--white)));
}

body.gratech-php-theme .footer__copyright {
  border-top-color: color-mix(in srgb, var(--theme-footer-text, var(--white)) 20%, transparent);
}

/* Footer sutunlari (.footer__wrp: flex + justify-content:space-between)
   1199px altinda tum sutunlar tek satira sigmayinca "Iletisim" alt satira
   düsüyor ve space-between yuzunden SOLA yaslaniyor (tek eleman kalan
   satirda hizalama bozuluyor). justify-content:center'a cevirip satirlar
   arasi/ici bosluklari genisletince hem tasan sutun ortalanir hem de
   sutunlar birbirine yapismaz. */
@media (max-width: 1199px) {
  body.gratech-php-theme .footer__wrp {
    justify-content: center;
    row-gap: 50px;
    column-gap: 40px;
  }
  body.gratech-php-theme .footer__item.item-big,
  body.gratech-php-theme .footer__item.item-sm {
    max-width: 320px;
  }
}

/* 991px altinda 4 sutun ikili gruplar halinde alt alta gelir: ust satirda
   logo/aciklama + Hizmetlerimiz, alt satirda Hizli Erisim + Iletisim.
   Butun blok container'in ortasinda durur, kenarlardan pay birakilir. */
@media (max-width: 991px) {
  body.gratech-php-theme .footer__wrp {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    row-gap: 40px;
    column-gap: 60px;
  }
  body.gratech-php-theme .footer__item.item-big,
  body.gratech-php-theme .footer__item.item-sm {
    max-width: 280px;
  }
}

@media (max-width: 575px) {
  body.gratech-php-theme .footer__wrp {
    max-width: 400px;
  }
}

body.gratech-php-theme .footer-contact .mefe-contact-link:hover,
body.gratech-php-theme .footer__copyright a:hover {
  color: var(--primary-color);
}

body.gratech-php-theme .sidebar-area {
  background-color: var(--theme-sidebar-bg, var(--heading-color));
}

body.gratech-php-theme .sidebar-area p,
body.gratech-php-theme .sidebar-area .info li,
body.gratech-php-theme .sidebar-area .mefe-contact-link {
  color: var(--theme-footer-text, var(--white));
}

body.gratech-php-theme .sidebar-area .mefe-contact-link:hover {
  color: var(--primary-color);
}

@media (max-width: 1199px) {
  body.gratech-php-theme .header__main {
    min-height: 86px;
  }

  body.gratech-php-theme .header__main .logo img {
    max-height: 74px;
    max-width: 260px;
  }

  body.gratech-php-theme .arolax-tech-head h2 {
    font-size: 56px;
  }

  body.gratech-php-theme .arolax-tech-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.gratech-php-theme .tekmino-client-logo {
    height: 104px;
  }
}

@media (max-width: 767px) {
  body.gratech-php-theme .banner-area .slide-bg-default {
    background-position: center bottom !important;
    background-size: auto 54% !important;
  }

  body.gratech-php-theme .banner-area .slide-bg-default::before {
    background: linear-gradient(180deg, rgba(15, 13, 29, 0.94) 0%, rgba(15, 13, 29, 0.84) 48%, rgba(15, 13, 29, 0.48) 100%);
  }

  body.gratech-php-theme .arolax-tech-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  body.gratech-php-theme .arolax-tech-head h2 {
    font-size: 44px;
    line-height: 1.05;
  }

  body.gratech-php-theme .arolax-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gratech-php-theme .arolax-tech-item {
    min-height: 172px;
  }

  body.gratech-php-theme .tekmino-client-content {
    margin-bottom: 34px;
  }

  body.gratech-php-theme .tekmino-client-slider-wrap::before,
  body.gratech-php-theme .tekmino-client-slider-wrap::after {
    width: 90px;
  }

  body.gratech-php-theme .tekmino-client-logo {
    height: 92px;
    padding: 16px;
  }
}

@media (max-width: 575px) {
  body.gratech-php-theme .header__main {
    min-height: 76px;
  }

  body.gratech-php-theme .header__main .logo img {
    max-height: 64px;
    max-width: 210px;
  }

  body.gratech-php-theme .telefon,
  body.gratech-php-theme .whatsapp {
    height: 48px;
    left: 14px;
    width: 48px;
  }

  body.gratech-php-theme .telefon {
    bottom: 74px;
  }

  body.gratech-php-theme .whatsapp {
    bottom: 16px;
  }

  body.gratech-php-theme .telefon a,
  body.gratech-php-theme .whatsapp a {
    font-size: 21px;
    height: 48px;
    width: 48px;
  }

  body.gratech-php-theme .banner__content h1 {
    font-size: 44px;
    line-height: 1.05;
  }

  body.gratech-php-theme .banner__content .btn-one {
    margin-top: 34px;
  }

  body.gratech-php-theme .counter__wrp {
    padding: 44px 24px;
  }

  body.gratech-php-theme .arolax-tech-head h2 {
    font-size: 38px;
  }

  body.gratech-php-theme .arolax-tech-grid {
    grid-template-columns: 1fr;
  }

  body.gratech-php-theme .arolax-tech-item {
    min-height: 156px;
  }

  body.gratech-php-theme .tekmino-client-title {
    font-size: 16px;
  }

  body.gratech-php-theme .tekmino-client-slider-wrap::before,
  body.gratech-php-theme .tekmino-client-slider-wrap::after {
    width: 56px;
  }
}

.mouse-cursor.cursor-outer,
.mouse-cursor.cursor-inner {
  display: none !important;
}

.pace {
  display: none !important;
}

body.gratech-php-theme .mefe-about-testimonial-section {
  background-color: #f3f7fb;
}

body.gratech-php-theme .mefe-about-testimonial-section .testimonial__slider {
  padding: 20px 10px 40px;
}

body.gratech-php-theme .mefe-about-testimonial-section .testimonial__item {
  height: 100%;
  padding: 40px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(12, 19, 48, 0.08);
}

body.gratech-php-theme .mefe-about-testimonial-section .testimonial__item > p {
  color: #56596b;
}

body.gratech-php-theme .mefe-about-testimonial-section .testimonial__item .d-flex > img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  object-fit: cover;
}

body.gratech-php-theme .mefe-about-testimonial-section .swiper-slide {
  height: auto;
}

body.gratech-php-theme .mefe-about-testimonial-section .testimonial__arry-btn button {
  transition: all 0.3s ease;
}

/* 430px ve altinda mavi tirnak ikonu, dar kartlarda isim/rol bilgisiyle
   ust uste biniyordu; bu genislikte tamamen gizlendi, uzeri genislikler
   etkilenmedi. */
@media (max-width: 430px) {
  body.gratech-php-theme .mefe-about-testimonial-section .testimonial__item .coma {
    display: none;
  }
}

/* Yukari cikma butonu: sabit (fixed) sag-alt konum, asagi inilince gorunur.
   Dis cizgi beyaz (track), scroll oranina gore mavi doluyor (JS strokeDashoffset). */
body.gratech-php-theme .scroll-up.mefe-scroll-up-fixed {
  position: fixed !important;
  right: 25px !important;
  bottom: 35px !important;
  top: auto !important;
  left: auto !important;
  transform: translateY(15px);
  height: 46px;
  width: 46px;
  border-radius: 50%;
  box-shadow: none;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
  transition: opacity 0.35s ease, visibility 0.35s ease,
    transform 0.35s ease, box-shadow 0.3s ease;
}

/* Asagi inince gorunur hale gelir (JS .active-scroll ekler) */
body.gratech-php-theme .scroll-up.mefe-scroll-up-fixed.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Basit hover efekti */
body.gratech-php-theme .scroll-up.mefe-scroll-up-fixed:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(60, 114, 252, 0.28);
}

/* FA glyph'i devre disi (kendi inline SVG okumuzu kullaniyoruz) */
body.gratech-php-theme .scroll-up.mefe-scroll-up-fixed::after {
  display: none;
}

body.gratech-php-theme .scroll-up.mefe-scroll-up-fixed .scroll-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Gri sabit taban halka (track), beyaz arkaplanda belli olsun */
body.gratech-php-theme .scroll-up.mefe-scroll-up-fixed .scroll-circle path.mefe-scroll-track {
  fill: none;
  stroke: #cfd4dc;
  stroke-width: 4px;
  opacity: 1;
}

/* Mavi dolan ilerleme cizgisi (JS strokeDashoffset ile guncellenir) */
body.gratech-php-theme .scroll-up.mefe-scroll-up-fixed .scroll-circle path:not(.mefe-scroll-track) {
  fill: none;
  stroke: var(--primary-color, #3c72fc);
  stroke-width: 4px;
  box-sizing: border-box;
}

/* Yukari ok */
body.gratech-php-theme .scroll-up.mefe-scroll-up-fixed .mefe-scroll-up-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color, #3c72fc);
  z-index: 2;
}

/* "Devamini Oku" yazisi: varsayilan mavi, hover'da daha koyu mavi
   (aciklama metniyle ayni gri tonda olup gorunmez oldugu icin degistirildi).
   Hover SADECE yazinin/linkin kendisine gelince tetiklenir, kartin
   tamamina gelince degil. Orijinal template'te ".service-two__item:hover
   .read-more-btn" kurali ".read-more-btn:hover" kuralindan DAHA YUKSEK
   specificity'ye sahip oldugu icin (3 secici > 2 secici), sadece renk
   override etmek yetmiyordu - kart-hover kuralinin kendisini burada
   sifirlamak (no-op) gerekiyor. */
body.gratech-php-theme .read-more-btn {
  color: var(--primary-color, #3c72fc) !important;
}
body.gratech-php-theme .read-more-btn i {
  margin-left: 5px !important;
}
body.gratech-php-theme .service-two__item:hover .read-more-btn,
body.gratech-php-theme .service-two__slider .swiper-slide-active .read-more-btn {
  color: var(--primary-color, #3c72fc) !important;
}
body.gratech-php-theme .service-two__item:hover .read-more-btn i,
body.gratech-php-theme .service-two__slider .swiper-slide-active .read-more-btn i {
  margin-left: 5px !important;
}
body.gratech-php-theme .service-two__item .read-more-btn:hover,
body.gratech-php-theme .service-two__slider .read-more-btn:hover {
  color: #2952c8 !important;
}
body.gratech-php-theme .service-two__item .read-more-btn:hover i,
body.gratech-php-theme .service-two__slider .read-more-btn:hover i {
  margin-left: 10px !important;
}

/* Hizmet kartlarinin ayni hizada durmasi icin esit yukseklik + flex hizalama */
body.gratech-php-theme .service-inner-area .row.g-4 {
  display: flex;
  flex-wrap: wrap;
}
body.gratech-php-theme .service-inner-area .row.g-4 > [class*="col-"] {
  display: flex;
}
body.gratech-php-theme .service-inner-area .service-two__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.gratech-php-theme .service-inner-area .service-two__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body.gratech-php-theme .service-inner-area .service-two__content p {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.gratech-php-theme .service-inner-area .read-more-btn {
  margin-top: auto;
}

/* Kartin 4 kösesi de yuvarlak olsun (orijinalde sadece sol-ust/sag-alt
   yuvarlaktı), yarıçap da yazıların sığması için küçültüldü. */
body.gratech-php-theme .service-inner-area .service-two__item {
  border-radius: 16px;
}

/* Kurumsal sayfasi kartlari: hizmetlerimiz kartiyla ayni yapiyi kullanir
   ama resim alani daha kisa, ikon bloğu gizli ve hover'da kartin disinda
   hafif bir golge olusur (hizmetlerimiz kartlarinda bu golge yok). */
body.gratech-php-theme .mefe-kurumsal-card .icon {
  display: none;
}

body.gratech-php-theme .mefe-kurumsal-card .image {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

body.gratech-php-theme .mefe-kurumsal-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gratech-php-theme .mefe-kurumsal-card .service-two__content p {
  -webkit-line-clamp: 3;
}

/* Ikon kaldirilinca resim ile baslik arasindaki bosluk (orijinalde ikonun
   margin-top/margin-bottom'undan geliyordu) kayboldu, burada geri eklendi;
   alt padding da kartin biraz daha uzun durmasi icin artirildi. */
body.gratech-php-theme .mefe-kurumsal-card .service-two__content {
  padding-top: 26px;
  padding-bottom: 38px;
}

body.gratech-php-theme .mefe-kurumsal-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

body.gratech-php-theme .mefe-kurumsal-card:hover {
  box-shadow: 0 20px 45px rgba(12, 19, 48, 0.14);
  transform: translateY(-4px);
}

/* Mobile drawer: WebRotam blue / dark theme */
body.gratech-php-theme .sidebar__overlay {
  background: rgba(3, 8, 20, 0.66) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

body.gratech-php-theme .sidebar-area {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: min(430px, 100vw) !important;
  min-height: 100vh;
  padding: 34px 30px 28px !important;
  background:
    radial-gradient(circle at 82% 6%, rgba(60, 114, 252, 0.22), transparent 30%),
    radial-gradient(circle at 16% 96%, rgba(29, 196, 240, 0.16), transparent 34%),
    linear-gradient(180deg, #07142c 0%, #050b18 100%) !important;
  border-left: 1px solid rgba(111, 181, 255, 0.18);
  box-shadow: -28px 0 70px rgba(2, 7, 18, 0.48);
  overflow-y: auto;
}

body.gratech-php-theme .sidebar-area::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 14px);
  opacity: 0.45;
}

body.gratech-php-theme .sidebar-area > * {
  position: relative;
  z-index: 1;
}

body.gratech-php-theme .sidebar-area .logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 72px);
  min-height: 74px;
  margin: 0 0 8px !important;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(2, 8, 22, 0.24);
}

body.gratech-php-theme .sidebar-area .logo img {
  max-width: min(220px, 100%) !important;
  max-height: 62px !important;
  width: auto;
  height: auto;
}

body.gratech-php-theme #closeButton {
  position: absolute;
  top: 34px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(137, 191, 255, 0.28);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color, #3c72fc), #12b8e8) !important;
  color: #ffffff !important;
  box-shadow: 0 15px 32px rgba(60, 114, 252, 0.32);
  z-index: 3;
}

body.gratech-php-theme #closeButton i {
  color: #ffffff !important;
  font-size: 22px;
  line-height: 1;
}

body.gratech-php-theme .mobile-menu {
  width: 100%;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.gratech-php-theme .mobile-menu.mean-container,
body.gratech-php-theme .mean-container .mean-bar,
body.gratech-php-theme .mean-container .mean-nav {
  background: transparent !important;
}

body.gratech-php-theme .mean-container .mean-nav {
  margin-top: 0;
}

body.gratech-php-theme .mean-container .mean-nav > ul {
  display: grid !important;
  gap: 10px;
  padding: 0 !important;
}

body.gratech-php-theme .mean-container a.meanmenu-reveal {
  display: none !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li {
  float: none !important;
  width: 100% !important;
  border: 0 !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li a {
  display: flex !important;
  align-items: center;
  float: none !important;
  width: 100% !important;
  min-height: 58px;
  padding: 0 18px !important;
  border: 1px solid rgba(121, 178, 255, 0.18) !important;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #f7fbff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.gratech-php-theme .mean-container .mean-nav ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color, #3c72fc), #12d0ff);
  box-shadow: 0 0 0 5px rgba(60, 114, 252, 0.12);
  flex: 0 0 auto;
}

body.gratech-php-theme .mean-container .mean-nav ul li a:hover,
body.gratech-php-theme .mean-container .mean-nav ul li a:focus {
  background: rgba(60, 114, 252, 0.18) !important;
  border-color: rgba(18, 208, 255, 0.45) !important;
  color: #ffffff !important;
  transform: translateX(3px);
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand {
  display: none !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li.has-dropdown > ul.sub-menu {
  display: none !important;
}

body.gratech-php-theme .sidebar-area .info {
  display: grid;
  gap: 12px;
  margin: auto 0 0 !important;
  padding: 8px 0 0 !important;
}

body.gratech-php-theme .sidebar-area .info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 0 !important;
  color: rgba(232, 241, 255, 0.78) !important;
  font-size: 15px;
  line-height: 1.45;
}

body.gratech-php-theme .sidebar-area .info li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 12px;
  background: rgba(60, 114, 252, 0.16);
  color: #76d8ff !important;
}

body.gratech-php-theme .sidebar-area .info li a,
body.gratech-php-theme .sidebar-area .mefe-contact-link {
  color: rgba(232, 241, 255, 0.84) !important;
  overflow-wrap: anywhere;
}

body.gratech-php-theme .sidebar-area .info li a:hover,
body.gratech-php-theme .sidebar-area .mefe-contact-link:hover {
  color: #ffffff !important;
}

body.gratech-php-theme .sidebar-area .social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(121, 178, 255, 0.16);
}

body.gratech-php-theme .sidebar-area .social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(121, 178, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}

body.gratech-php-theme .sidebar-area .social-icon a:hover {
  background: var(--primary-color, #3c72fc);
  border-color: var(--primary-color, #3c72fc);
}

body.gratech-php-theme .sidebar-area .social-icon .mefe-social-label {
  display: none;
}

@media (max-width: 575px) {
  body.gratech-php-theme .sidebar-area {
    width: 100vw !important;
    padding: 32px 24px 24px !important;
  }

  body.gratech-php-theme .sidebar-area .logo {
    max-width: calc(100% - 70px);
    min-height: 66px;
    padding: 10px 12px;
  }

  body.gratech-php-theme .sidebar-area .logo img {
    max-width: min(190px, 100%) !important;
    max-height: 54px !important;
  }

  body.gratech-php-theme #closeButton {
    top: 32px;
    right: 24px;
    width: 46px;
    height: 46px;
  }

  body.gratech-php-theme .mean-container .mean-nav ul li a {
    min-height: 56px;
    padding: 0 16px !important;
    font-size: 15px !important;
  }
}

/* Mobile drawer redesign: clean WebRotam blue / black menu with dropdowns */
body.gratech-php-theme .sidebar-area,
body.gratech-php-theme .sidebar-area * {
  box-sizing: border-box;
}

body.gratech-php-theme .sidebar__overlay {
  background: rgba(0, 0, 0, 0.76) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

body.gratech-php-theme .sidebar-area {
  gap: 18px;
  width: min(405px, 100vw) !important;
  padding: 26px 24px 24px !important;
  background:
    linear-gradient(180deg, rgba(60, 114, 252, 0.24) 0, rgba(60, 114, 252, 0) 160px),
    linear-gradient(135deg, rgba(22, 199, 255, 0.09) 0, transparent 36%),
    linear-gradient(180deg, #05070d 0%, #070b14 48%, #03050a 100%) !important;
  border-left: 1px solid rgba(91, 152, 255, 0.36);
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.62);
}

body.gratech-php-theme .sidebar-area::before {
  opacity: 0.13;
  background:
    linear-gradient(90deg, transparent 0 30px, rgba(255, 255, 255, 0.22) 30px 31px, transparent 31px 100%),
    linear-gradient(180deg, transparent 0 30px, rgba(255, 255, 255, 0.16) 30px 31px, transparent 31px 100%);
  background-size: 31px 31px;
}

body.gratech-php-theme .sidebar-area .logo {
  width: fit-content;
  max-width: calc(100% - 62px);
  min-height: 58px;
  margin: 0 0 4px !important;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

body.gratech-php-theme .sidebar-area .logo img {
  max-width: min(178px, 100%) !important;
  max-height: 42px !important;
}

body.gratech-php-theme #closeButton {
  top: 28px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(103, 167, 255, 0.42);
  border-radius: 12px;
  background: #0b1324 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

body.gratech-php-theme #closeButton:hover {
  background: #3c72fc !important;
}

body.gratech-php-theme .mobile-menu {
  margin-top: 8px !important;
}

body.gratech-php-theme .mean-container .mean-nav > ul {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

body.gratech-php-theme .mean-container .mean-nav ul li {
  position: relative;
  overflow: visible;
}

body.gratech-php-theme .mean-container .mean-nav ul li a:not(.mean-expand) {
  min-height: 52px;
  padding: 0 16px 0 18px !important;
  border: 1px solid rgba(97, 151, 255, 0.26) !important;
  border-left: 4px solid #3c72fc !important;
  border-radius: 8px;
  background: linear-gradient(180deg, #0d1729 0%, #09101e 100%) !important;
  color: #f5f8ff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

body.gratech-php-theme .mean-container .mean-nav ul li.has-dropdown > a:not(.mean-expand) {
  padding-right: 64px !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li a:not(.mean-expand)::before {
  width: 0;
  height: 0;
  margin: 0;
  box-shadow: none;
}

body.gratech-php-theme .mean-container .mean-nav ul li a:not(.mean-expand):hover,
body.gratech-php-theme .mean-container .mean-nav ul li a:not(.mean-expand):focus {
  background: linear-gradient(180deg, #10264a 0%, #0c1b34 100%) !important;
  border-color: rgba(67, 131, 255, 0.68) !important;
  border-left-color: #17c4ef !important;
  color: #ffffff !important;
  transform: none;
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 2;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
  width: 38px !important;
  height: 38px !important;
  min-height: 38px;
  padding: 0 !important;
  border: 1px solid rgba(92, 153, 255, 0.32) !important;
  border-radius: 8px;
  background: #111e34 !important;
  color: transparent !important;
  font-size: 0 !important;
  box-shadow: none;
  transform: none;
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand::before,
body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  margin: 0;
  border-radius: 2px;
  background: #8fc2ff;
  box-shadow: none;
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand::after {
  transform: rotate(90deg);
  transition: opacity 0.2s ease;
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand.mean-clicked::after {
  opacity: 0;
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:hover,
body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:focus {
  background: #3c72fc !important;
  border-color: #3c72fc !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:hover::before,
body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:hover::after,
body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:focus::before,
body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:focus::after {
  background: #ffffff;
}

body.gratech-php-theme .mean-container .mean-nav ul li.has-dropdown > ul.sub-menu[style*="display: block"],
body.gratech-php-theme .mean-container .mean-nav ul li.has-dropdown > ul.sub-menu[style*="display:block"] {
  display: block !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu {
  width: 100% !important;
  margin: 8px 0 2px !important;
  padding: 8px !important;
  border: 1px solid rgba(91, 152, 255, 0.24);
  border-radius: 8px;
  background: rgba(0, 5, 14, 0.68);
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu li + li {
  margin-top: 6px;
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu li a:not(.mean-expand) {
  min-height: 42px;
  padding: 0 14px !important;
  border: 1px solid rgba(124, 184, 255, 0.2) !important;
  border-left: 3px solid rgba(23, 196, 239, 0.75) !important;
  background: rgba(11, 21, 38, 0.9) !important;
  color: rgba(244, 248, 255, 0.92) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: none;
  box-shadow: none;
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu li.has-dropdown > a:not(.mean-expand) {
  padding-right: 56px !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu li a.mean-expand {
  top: 5px;
  right: 5px;
  width: 32px !important;
  height: 32px !important;
  min-height: 32px;
  background: rgba(22, 35, 60, 0.95) !important;
  border-color: rgba(112, 178, 255, 0.22) !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu li a.mean-expand::before,
body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu li a.mean-expand::after {
  background: #d9ecff;
}

body.gratech-php-theme .sidebar-area .info {
  gap: 10px;
  margin-top: auto !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(91, 152, 255, 0.2);
}

body.gratech-php-theme .sidebar-area .info li {
  align-items: center;
  gap: 10px;
  color: rgba(229, 240, 255, 0.84) !important;
  font-size: 14px;
}

body.gratech-php-theme .sidebar-area .info li i {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-radius: 10px;
  background: rgba(60, 114, 252, 0.2);
  color: #8fd9ff !important;
}

body.gratech-php-theme .sidebar-area .social-icon {
  padding-top: 12px;
  border-top-color: rgba(91, 152, 255, 0.2);
}

body.gratech-php-theme .sidebar-area .social-icon a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(10, 19, 34, 0.96);
  border-color: rgba(91, 152, 255, 0.22);
}

@media (max-width: 575px) {
  body.gratech-php-theme .sidebar-area {
    padding: 24px 20px 22px !important;
  }

  body.gratech-php-theme .sidebar-area .logo {
    max-width: calc(100% - 58px);
    min-height: 54px;
  }

  body.gratech-php-theme .sidebar-area .logo img {
    max-width: min(166px, 100%) !important;
    max-height: 38px !important;
  }

  body.gratech-php-theme #closeButton {
    top: 25px;
    right: 20px;
    width: 42px;
    height: 42px;
  }

  body.gratech-php-theme .mean-container .mean-nav ul li a:not(.mean-expand) {
    min-height: 50px;
    font-size: 14px !important;
  }
}

/* Mobile drawer: Infotek-style dark panel adapted to WebRotam */
body.gratech-php-theme .sidebar__overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.gratech-php-theme .sidebar-area {
  width: min(500px, 100vw) !important;
  gap: 0;
  padding: 42px 36px 34px !important;
  background: #0d0a1a !important;
  border-left: 3px solid #3c72fc;
  box-shadow: -18px 0 50px rgba(0, 0, 0, 0.5);
}

body.gratech-php-theme .sidebar-area::before {
  opacity: 0;
  background: none;
}

body.gratech-php-theme .sidebar-area .logo {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin: 0 auto 36px !important;
  padding: 0 92px 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.gratech-php-theme .sidebar-area .logo img {
  width: min(320px, 100%) !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(60, 114, 252, 0.2));
}

body.gratech-php-theme #closeButton {
  top: 43px;
  right: 36px;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(60, 114, 252, 0.48);
  border-radius: 50%;
  background: #3c72fc !important;
  box-shadow: 0 18px 34px rgba(60, 114, 252, 0.28);
}

body.gratech-php-theme #closeButton:hover {
  background: #17c4ef !important;
}

body.gratech-php-theme #closeButton i {
  font-size: 24px;
}

body.gratech-php-theme .mobile-menu {
  margin: 0 !important;
}

body.gratech-php-theme .mobile-menu.mean-container,
body.gratech-php-theme .mean-container .mean-bar,
body.gratech-php-theme .mean-container .mean-nav {
  background: transparent !important;
}

body.gratech-php-theme .mean-container .mean-nav > ul {
  display: block !important;
  padding: 18px 20px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

body.gratech-php-theme .mean-container .mean-nav ul li {
  position: relative;
  border: 0 !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li a:not(.mean-expand) {
  min-height: 59px;
  padding: 0 56px 0 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 0;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: none;
}

body.gratech-php-theme .mean-container .mean-nav ul li a:not(.mean-expand):hover,
body.gratech-php-theme .mean-container .mean-nav ul li a:not(.mean-expand):focus {
  background: transparent !important;
  border-color: rgba(60, 114, 252, 0.55) !important;
  color: #7fb5ff !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand {
  top: 8px;
  right: 0;
  width: 44px !important;
  height: 44px !important;
  min-height: 44px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand::before,
body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand::after {
  width: 19px;
  height: 2px;
  background: #ffffff;
}

body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:hover::before,
body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:hover::after,
body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:focus::before,
body.gratech-php-theme .mean-container .mean-nav ul li a.mean-expand:focus::after {
  background: #7fb5ff;
}

body.gratech-php-theme .mean-container .mean-nav ul li.has-dropdown > ul.sub-menu[style*="display: block"],
body.gratech-php-theme .mean-container .mean-nav ul li.has-dropdown > ul.sub-menu[style*="display:block"] {
  display: block !important;
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu {
  margin: 8px 0 10px !important;
  padding: 8px 0 8px 16px !important;
  border: 0;
  border-left: 2px solid rgba(60, 114, 252, 0.72);
  border-radius: 0;
  background: transparent;
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu li + li {
  margin-top: 0;
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu li a:not(.mean-expand) {
  min-height: 42px;
  padding: 0 48px 0 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: none;
}

body.gratech-php-theme .mean-container .mean-nav ul li ul.sub-menu li a.mean-expand {
  top: 3px;
  right: 0;
  width: 36px !important;
  height: 36px !important;
  min-height: 36px;
  background: transparent !important;
}

body.gratech-php-theme .sidebar-area .info {
  display: block;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  border: 0;
}

body.gratech-php-theme .sidebar-area .info::before {
  content: "\0130leti\015Fim";
  display: block;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}

body.gratech-php-theme .sidebar-area .info li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}

body.gratech-php-theme .sidebar-area .info li i {
  width: 22px;
  height: auto;
  flex: 0 0 22px;
  margin-top: 6px;
  border-radius: 0;
  background: transparent;
  color: #3c72fc !important;
  font-size: 20px;
}

body.gratech-php-theme .sidebar-area .info li a,
body.gratech-php-theme .sidebar-area .mefe-contact-link {
  color: #ffffff !important;
}

body.gratech-php-theme .sidebar-area .info li a:hover,
body.gratech-php-theme .sidebar-area .mefe-contact-link:hover {
  color: #7fb5ff !important;
}

body.gratech-php-theme .sidebar-area .social-icon {
  gap: 12px;
  margin-top: 4px !important;
  padding-top: 8px;
  border-top: 0;
}

body.gratech-php-theme .sidebar-area .social-icon a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(60, 114, 252, 0.36);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff !important;
}

body.gratech-php-theme .sidebar-area .social-icon a:hover {
  background: #3c72fc;
  border-color: #3c72fc;
}

@media (max-width: 575px) {
  body.gratech-php-theme .sidebar-area {
    padding: 34px 28px 30px !important;
  }

  body.gratech-php-theme .sidebar-area .logo {
    margin-bottom: 34px !important;
    padding: 0 78px 28px 0;
  }

  body.gratech-php-theme .sidebar-area .logo img {
    width: min(270px, 100%) !important;
    max-width: 100% !important;
    max-height: none !important;
  }

  body.gratech-php-theme #closeButton {
    top: 34px;
    right: 28px;
    width: 58px;
    height: 58px;
  }

  body.gratech-php-theme .mean-container .mean-nav > ul {
    padding: 16px 20px 10px !important;
  }

  body.gratech-php-theme .mean-container .mean-nav ul li a:not(.mean-expand) {
    min-height: 55px;
    font-size: 18px !important;
  }

  body.gratech-php-theme .sidebar-area .info::before {
    font-size: 26px;
  }

  body.gratech-php-theme .sidebar-area .info li {
    gap: 16px;
    font-size: 17px;
  }
}
