.gridbl {
  display: grid !important;
  margin-bottom: 60px;
  grid-template-columns: 1fr 1fr !important;
}

.gridthree {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid !important;

  grid-template-columns: 1fr 1fr 1fr !important;
}

body {
  overflow-x: hidden !important;
  font-family: "Inter", sans-serif !important;

}

body,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: "Inter", sans-serif !important;

}

.gridthree img {

  padding: 10px 10px 0px 10px;
}

.service-item .title {
  font-size: 25px !important;
}

/* body{
     font-family: "Inter", sans-serif  !important;
  } */

.bannerFlex {
  display: flex;
  gap: 60px;
}

.underline-green {
  position: relative;
  display: inline-block;
}

.underline-green::after {

  left: 10%;
  bottom: -6px;
  width: 80%;
  height: 4px;

}

.button-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.button-group .btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;

  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;

  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
}

.button-group .btn.green {
  background-color: #00A500;
  color: white;
}

.button-group .btn.green .arrow {
  margin-left: 8px;
  font-weight: bold;
}

.button-group .btn.outline {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.button-group .btn.outline .icon {
  margin-right: 8px;
  font-size: 16px;
  line-height: 0px !important;
}

.btn img {
  height: 20px;
}

.serviceSlide {
  position: relative;
  bottom: 90px;
}

.mySwiper {}

.category-box {
  height: 350px;
  cursor: pointer !important;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.category-label {
  position: absolute;
  bottom: 0;
  padding: 100px 15px 20px;
  color: #FFF;
  text-align: left;
  left: 0;
  right: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* 
.category-label.blue {
  background: linear-gradient(to top, rgb(28, 96, 151), transparent);

} */

.category-label.blue:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

/* 
.category-label.green {
  background: linear-gradient(to top, rgb(0, 156, 72), transparent);
} */

.category-label.green:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

.aboutbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 20px;
  max-height: 400px;
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}

.aboutbox .certificate {
  background-color: #009fe3;
  color: white;
  padding: 20px;

  height: 200px;
  border-radius: 10px;
}

.aboutbox .image-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.aboutbox .image-grid img {
  width: 100%;
  border-radius: 10px;
}

.flexcer {
  display: flex;
  align-items: center;
  gap: 20px;


}

.flexcer h3 {
  color: #FFF;
  font-family: "Inter", sans-serif !important;

  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.33px;
  /* 133.318% */
}

.flexcer span {
  color: #FFF;
  font-family: "Inter", sans-serif !important;

  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.34px;
  /* 127.8% */
}

.certificate p {
  color: #FFF;
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.section-title-wrapper .sectionAbout h1 {
  color: #001835;
  font-family: "Inter", sans-serif !important;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
}

.aboutContent blockquote {
  color: #001835;
  font-family: "Inter", sans-serif !important;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  margin: 0px 0px 40px 0px;

}

.paragraph {
  color: #7A7A7A;
  font-family: "Inter", sans-serif !important;

  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem !important;
  margin: 40px 0px;
}

.aboutContent p {
  color: #7A7A7A;
  font-family: "Inter", sans-serif !important;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px;
  margin: 40px 0px;

}

.greenbtn {
  display: flex;
  font-size: 16px;
  max-width: 235px;
  height: auto;
  padding: 13px 30px;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 9.636px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #00A500;
}

.sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sectionAbout p {
  margin-top: 15px;
  max-width: 800px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  background: #001A3B;
  white-space: nowrap;
  position: absolute;
  right: 0px;
  left: 0px;
  padding: 15px 0;
  z-index: 99;
  display: flex;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 32px;
  font-weight: bold;
  animation: marquee 25s linear infinite;
}

.marquee-track {
  display: flex;
  gap: 30px;
}

.marquee-content span {
  display: flex;
  align-items: center;
  gap: 8px;
}


.marquee-content .white {
  color: #ffff;
}

.marquee-content .stroke {
  color: #001A3B;
  text-shadow: -1px -1px 0 #ebecee, 1px -1px 0 #ebecee, -1px 1px 0 #ebecee, 1px 1px 0 #ebecee;
}

.marquee-content img {
  width: 33px;
  height: 33px;
  margin: 0px 10px 0px 15px;
}

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

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

.copyright {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-bottom: 20px;
  padding-top: 50px;
}

.suas-section {
  background-color: #001A3B;
  padding: 60px 20px;
  margin: 100px 0px;
}

.suasimg {
  max-width: 100%;
  max-height: 466px;
}

.suans-box {
  border-left: 2px solid #ffffff70;
  padding-left: 100px;
}

.suans-box h2 {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.suans-box h2 .highlight {
  color: #81F522;
  /* Görseldeki yeşilimsi sarı */
}

.subtitle {
  font-size: 18px;
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.suans-box h2 .underline-green {
  max-width: 200px;
  position: relative;
  display: inline-block;
}

.suans-box h2 .underline-green svg {
  width: 100%;

}

.suans-box ul {
  padding-left: 20px;
  list-style: disc !important;
}

.suans-box ul li {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  list-style: disc !important;
  line-height: 1.2rem;
  margin-bottom: 8px;
}


.line {
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.counters-section {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 40px 0;
  background-color: #fff;
  flex-wrap: wrap;
}

.counter-box {
  margin: 20px;
}

.counter {
  color: #03CC03;
  font-family: "Inter", sans-serif !important;

  font-size: 46px;
  font-style: normal;
  font-weight: 700;

  text-transform: capitalize;
}

.harita {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.plus {

  color: #03CC03;
  font-family: "Inter", sans-serif !important;

  font-size: 50px;
  font-style: normal;
  font-weight: 700;

  text-transform: capitalize;
}

.counter-box p {

  margin-top: 8px;

  color: #07354A;
  font-family: "Inter", sans-serif !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.filigran {
  position: absolute;
  right: 0px;
  max-width: 400px;
}

.aboutimg {
  max-width: 500px;
  width: 100%;
}

.suaflex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-item .title-2 a {
  font-size: 15px;
}

#myCookieConsent {
  z-index: 9999;
  min-height: 20px;
  width: 300px;
  margin: 20px;
  padding: 33px 30px;
  background: #00A500;
  overflow: hidden;
  position: fixed;
  color: #FFF;
  bottom: 0px;
  border-radius: 10px;
  right: 10px;
  left: 0;
  text-align: center;
  font-size: 13px;
}

.cerez-title {
  color: #fff;
  font-style: normal;
  font-size: 18px;
  padding: 10px 0px 0px 0px;

  text-transform: uppercase;
  font-weight: 600;
}

#myCookieConsent div {
  padding: 5px 0 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 17px;
  flex-wrap: wrap;
  font-size: 13px;

}

#myCookieConsent a#cookieButton {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 400;
  background: #ffffff00;
  border: 1px solid #ffff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  margin-top: 10px;
  padding: 5px 21px;
}

#myCookieConsent a#cookieButton:hover {
  color: #00A500;
  font-weight: 500;
  background: #fff;
  border: 1px solid #ffff;
}

.bannerContent h1 {
  color: #001A3B;
  font-family: "Inter", sans-serif !important;
  font-size: 54px;
  max-width: 500px;
  font-style: normal;
  text-align: right;
  font-weight: 600;
  line-height: 56px;
  /* 87.5% */
}

.bannerContent {
  display: flex;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}

.breadcrumb {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #001A3B;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0px;
  background-color: transparent;
  /* Sayfana göre ayarlayabilirsin */
}

.breadcrumb a {
  color: #001A3B;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #001A3B;
}

.breadcrumb .separator {
  margin: 0 5px;
}

.breadcrumb .current {
  color: #001A3B;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;

  margin: 40px auto;
  padding: 0 20px;
}

.service-card {
  position: relative;
  background-color: #F3F9FB;
  padding: 34px 20px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.service-card .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-card .text img {
  box-shadow: 0px 32px 32px -12px rgba(18, 19, 20, 0.05);
  width: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}


.service-card .icon {

  margin-bottom: 12px;
  width: 30px;
}

.service-card h4 {
  font-size: 20px;
  font-weight: 600 !important;
  color: #001835;
  margin: 0;
  text-align: center;

}

.service-card .number {
  position: absolute;
  top: 30px;
  right: 16px;
  font-size: 34px;
  font-weight: 700;
  color: #D7E3DA;
}

.sectionAbout h1 {
  font-size: 44px;
  font-weight: 600 !important;
}

.certificates-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 60px 40px;
  flex-wrap: wrap;
}

.certificates-text {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.about-area .section-content .title-wrapper {
  position: relative;

}

.about-area .section-content .title-wrapper .quote svg {

  color: #eaeaea;
  position: absolute;
  top: -115px;
  z-index: -1;
  left: -10px;

}

.about-area .section-content .text-wrapper p {
  font-size: 16px !important;
  color: #7A7A7A;
  z-index: 9;
  position: relative;
}

.certificates-text .quote {

  color: #eaeaea;
  position: absolute;
  top: -115px;
  left: -10px;

}

.certificates-text p {
  font-size: 40px;
  font-weight: 600 !important;
  line-height: 3rem;
  z-index: 9;
  position: relative;
  color: #001835;
}

.highlight-green {
  color: #16c60c;
  font-weight: bold;
}

.highlight-line {
  position: relative;
  display: inline-block;
  color: #001835;
  font-weight: bold;
}

.highlight-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #00b4d8;
  z-index: -1;
  border-radius: 3px;
}

.swipercert {
  width: 100%;
}

.certificates-slider {
  flex: 1.5;
  min-width: 300px;
}



.left {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.left .pattern {
  position: absolute;
}

.personTitle {
  margin-bottom: 30px;
}

.personTitle h2 {
  color: #132238;
  font-family: "Inter", sans-serif;
  font-size: 46px;
  font-style: normal;
  margin-bottom: 20px;

  font-weight: 600;
}

.personTitle p {
  color: #7A7A7A;

  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.card {
  border: none;
  padding: 20px;
  border-radius: 0px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  background-color: none !important;
  background: none !important;

}

.card img {
  width: 35px;
}


.card h3 {
  margin: 0 0 8px 0;
  font-size: 20px !important;
  color: #132238;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 28px;
  /* 87.5% */
}

.card p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.33;
  color: #7A7A7A;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  max-width: 500px;

}

.right {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.right img {
  max-height: 700px;
  width: 100%;
  object-fit: contain;
}

.personalbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 20px;
}

.arrow {
  color: #fff !important;
}

.mega-menu .contact-box h3 {
  color: #001835;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9rem !important;
}

.mega-menu .contact-box {
  max-width: 300px;
  color: #001835;
  text-align: left;
}

.mega-menu .contact-box h3,
.mega-menu .contact-box p {
  color: #001835;
}

.mega-menu .contact-box p {
  color: var(--Gray-400, #87909D);

  /* Developer/Body/XL/400 */
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

.main-menu .mega-menu li a:hover {
  color: #001835 !important;
}

.mega-menu .contact-box h3 {
  color: #001835;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 111.111% */
}

.mega-menu .contact-button {
  display: inline-block;
  background-color: #00a233;
  color: #001835;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: 10px;
}

.mega-menu .contact-button:hover {
  background-color: #008a2b;
}

.main-menu .mega2 {

  grid-template-columns: repeat(5, 1fr) !important;

}

.main-menu .mega-menu {
  background-color: #ffffff !important;
  padding: 30px;
  width: 100%;
  position: fixed !important;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  max-width: 100%;
  margin: auto;
  right: 0;
  gap: 10px;
  border-radius: 5px;
}

.main-menu .mega-menu li a {
  flex-direction: column;
  gap: 0px !important;
  font-size: 16px;
  font-weight: 500;
  color: #001835;
  padding: 0 !important;

  border-radius: 8px;
  overflow: hidden;
}

.main-menu .mega-menu li a {
  background-color: transparent !important;
}

.header-area.style-2 .main-menu .mega-menu li a {

  text-transform: capitalize !important;
  font-weight: 600;
  text-align: left !important;
  display: flex;
  color: #001835;
  align-items: flex-start !important;
}
.contactbtns-tel {
  background-color: #08375a;
  color: #FFF;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px; width: 120px;

}
.contactbtns-mail {
  background-color: #019fe4;
  color: #FFF;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px; width: 235px;

}
.contactbtns {
  background-color: #00A500;
  color: #FFF;
  text-align: center;
  padding: 5px 15px;
  margin-top: 10px;
 width: 190px;

}
.contactbtns:hover {
  background-color: #00A500;
  color: #FFF;
   

}
.btngrid {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.productcontent{ 
width: 100%;    max-height: 400px;
height: 100%;
overflow-y: auto;
}
.header-area.sticky .main-menu li a {
  padding: 15px 10px;
  font-size: 15px !important;
  text-transform: uppercase !important;
}

.header-area.style-2 .main-menu .mega-menu li a p {

  color: var(--Gray-500, #5E6971);

  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.header-area.style-2 .main-menu .mega-menu li a span {
  color: var(--Gray-900, #121314);
  font-family: "Inter", sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  margin: 10px 0px;
  max-width: 128px;
  line-height: 1.5rem;
}

.swipercert .swiper-pagination-bullet-active {

  background: #16c60c !important;
}

.workflex {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  position: relative;
}

.workflex .left-section {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.workflex .main-img {
  width: 100%;
  border-radius: 8px;
}

.workflex .small-images {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.workflex .small-images img {
  width: 48%;
  border-radius: 6px;
}

.workflex .small-text {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  font-size: 15px;
  background-color: white;
  padding: 5px 10px;
  border-radius: 4px;
}

.workflex .right-section {
  flex: 1.2;
  min-width: 300px;
}

.workflex .right-section h1 {
   font-family: "Inter", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  margin-bottom: 20px;
  position: absolute;
  left: 22%;
  background: #bcbaba;
  width: 100%;
  right: 0px;
}

.workflex .green {
  color: #28a745;
}



.workflex .text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 110px;
}

.boxgrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  padding: 20px;
  justify-items: center;
  align-items: center;
}

.boxgrid img {
  max-width: 140px;
  height: 70px;
  object-fit: contain;
}

.boxgrid .grid-item {

  padding: 20px;
  text-align: center;

}

.count {
  color: #001835;
   font-family: "Inter", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  /* 85.12px */
}

.service-details-intro-area .details-intro-thumb {
  margin-top: -221px;
  margin-inline-start: 0px;
  position: relative;
}

.details-intro-inner h2 {
  margin-bottom: 20px;
   font-family: "Inter", sans-serif;
  font-size: 50px;
  color: #001835;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  /* 85.12px */
}

.service-details-intro-area .text-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-details-intro-area .text-wrapper .text {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 37px;
  max-width: 370px;
}

.text-wrapper p {

  font-size: 16px !important;

  color: #7A7A7A;
}

.flexGrids h2 {
  color: #132238;
  text-align: center;
   font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 0px;
}

.flexGrids .subtitle {
  text-align: center;

  color: #424E60;
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 40px;
}

.flexGrids .service-box {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 20px;
}

.flexGrids .service-box-img {
  width: 70%;
  object-fit: cover;
  height: 100%;
  max-height: 300px;
  min-height: 200px;
}

.flexGrids .service-box .content {
  flex: 1;
  padding: 30px;
  background-color: #F3F9FB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

}

.flexGrids .service-box .content img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

.flexGrids .service-box h2 {
  font-size: 22px !important;
  color: #132238;
  font-weight: 500;
  margin-bottom: 10px;
}

.flexGrids .service-box p {
  font-size: 16px !important;
  line-height: 1.33;
  color: #7A7A7A;
}

.sectionperson {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}.body-wrapper.consultant-corporate a:hover .arrow {
  color: #00A500 !important;
}
.service-details-intro-area {
  position: relative;
  margin-top: 100px;
}
.button-group .btn.green:hover {
  background-color: #00A500 !important; 
  color: white;
} 
.button-group .btn.green:hover .arrow  {
   color: white !important;
} 
.sectionperson h3 {
  color: #001835;
  text-align: center;
   font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600 !important; 
  line-height: 64px;
  margin-bottom: 20px;
  max-width: 600px;
}

.sectionperson p {

  text-align: center;
   font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 16px !important;
  color: #7A7A7A;
  font-style: normal;
  max-width: 880px;
  font-weight: 400;
  line-height: 24px;
  /* 116.667% */
}

.pattern {
  position: absolute;
  right: 0px;
  z-index: 0;
}

@media (max-width: 768px) {
  .flexGrids .service-box {
    flex-direction: column;
  }.creative-sidebar {
    
    width: 100% !important;
}

  .btngrid {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
  }
  .flexGrids .reverse {
    flex-direction: column;
  }

  .flexGrids .service-box img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

.aboutbox {
  display: flex;
  gap: 100px;
  align-items: center;

}

.contactFLex iframe {
  max-width: 750px;
  object-fit: contain;
  height: 350px;
}

.contactFLex {
  display: flex;
  gap: 50px;
  align-items: center;

}

.locabox {
  height: 100%;
}

.main-menu ul.dp-menu {
  background-color: #fff !important;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}

.main-menu ul.dp-menu li:hover>a {
  color: #001835 !important;

}

.main-menu ul.dp-menu li a {
  color: #001835 !important;

}


.product-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.product-image {
  border: 1px solid #E5E5E5;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-details {
  border: 1px solid #E5E5E5;
  padding: 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.dividers {

  opacity: 0.6;
  border: 0;
  border-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  border-color: #E5E8EC;

}

.product-image img {
  width: 100%;
  height: auto;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-details h2 {
  color: #212529;
   font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.product-details ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
  margin-top: 30px;

}

.product-details ul li {
  margin-bottom: 8px;
  color: #929292;
   font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  list-style: disc !important;
  line-height: 25px;
  /* 156.25% */
}

.buy-button {
  display: inline-block;
  background-color: #00A500;
  color: #fff;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 4px;
  border: 1px solid #00A500;
  width: 100%;
  font-weight: 400;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
   font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.buy-button:hover {
  background-color: #25c135;
  color: white;
}

@media (max-width: 768px) {
  .product-container {
    grid-template-columns: 1fr;
  }
}

.sidebar {
  flex: 1 1 200px;
  background: #F4F8F5;
  padding: 40px 30px;
  border-radius: 8px;
  min-width: 200px;
  max-height: max-content;

}

.sidebar h3 {
  margin-bottom: 15px;
  color: #001835;
   font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 137.5% */
}

.sidebar ul {
  list-style: none;
  margin-top: 50px;
}

.sidebar li {
  margin: 8px 0;
  color: #001835;
   font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 200% */
  cursor: pointer;
}

.sidebar li.active {
  color: green;
  font-weight: bold;
}

.products {
  flex: 3 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.productCode span {
  color: #A5A5A5;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

}

.productCode {
  margin-bottom: 5px;

}

.product-card {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #E5E5E5;


}

.buy-button:hover {
  background-color: #008a2b;
  color: #fff;
}

.product-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 6px;
}

.product-card h4 {
  color: #001A3B;
  user-select: none;
  font-size: 15px;
  font-weight: 600;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  line-height: 1.2rem !important;
}

.product-card ul li {
  color: #515D66;
  font-size: 12px;
  margin-bottom: 10px;
  list-style: disc;
}

.product-card ul {
  margin-left: 20px;
}

.product-card a button {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}

.product-card button:hover {
  background-color: #218838;
}

/* Mobil görünüm */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .products {
    grid-template-columns: 1fr;
  }
}

.sideflex {

  display: flex;
  gap: 20px;
  flex-wrap: wrap;

}

.titleref {
  color: #001835;
   font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 40px;
}

.listensiflexs {
  display: flex;
  align-items: center;
  gap: 100px;
}


.listensiflexs .lefts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px;
  align-items: center;
  justify-content: center;
}



.listensiflexs .image {

  object-fit: cover;
}

.listensiflexs .right {
  display: flex;
  flex-direction: column;
}

.listensiflexs .title {
  font-size: 24px;
  margin-bottom: 20px;
}

.listensiflexs .title span {
  color: #FF5733;
  font-weight: bold;
}

.listensiflexs .title strong {
  font-weight: bold;
}

.listensiflexs .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.work-area .section-heading {
  text-align: center;
  margin-bottom: 0px !important;
}
.listensiflexs .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #001835;
  text-align: center;
   font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 125% */
}
.work-area .subtitle-wrapper {
  padding-bottom: 0px !important;
}
.section-title {
  font-size: 44px !important;
  font-weight: 600 !important;
  padding-top: 33px;
}

.listensiflexs .list-item-number {
  color: #FF5733;
  font-weight: bold;
  font-size: 24px;
  min-width: 30px;
}

.listensiflexs .list-item-text {
  color: #001835;
}

.all-projects-inner .section-heading {
  padding-bottom: 0px !important;
}

.etc .services {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 60px;
  margin: 40px auto;
  padding: 0 20px;
}

.etc .service-card .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
}
.etc .service-card .text
p {
   
  max-width: 400px;
}
.etc .service-card {
  padding: 34px 40px;
  display: flex
;
  align-items: center;
  justify-content: flex-start;
  background-color: #F8F5F3;
}
.product-details p {
  margin-bottom: 8px;
    color: #929292;
     font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    list-style: disc !important;
    line-height: 25px;
}
.thankyou{
  text-align: center;
  gap: 20px;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thankyou img{
  width: 25px;
}
.thankyou p{
  color:  #7A7A7A;
  text-align: center;
   font-family: "Inter", sans-serif;
  font-size:16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
}
.thankyou h2{
  color: #17181A;
text-align: center;
 font-family: "Inter", sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 46.484px; /* 137.5% */
}
 .paragraph2 {

 }
 .gvn .item h3 {
  color: #5FC25F;
  font-size: 22px !important;
}
.card-fi img{
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}
  .paragraph2 h3{
  margin: 10px 0 8px 0;
   color: #132238;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 28px;

 }
 .paragraph2 p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.33;
  color: #7A7A7A;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  max-width: 100%;
}


.grid-containers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 50px 0px;
}

.cards {
  background: white;
  padding: 40px 20px ;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  position: relative;
}

.cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #00a500; /* Yeşil çizgi */
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.cards p {
  font-size: 16px !important;
  line-height: 1.33;
  color: #7A7A7A;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
 }
 .uli li  {
   margin-left: 20px;
  list-style: disc;
}
 .uli  {
  margin: 20px 0px;
  font-size: 16px !important;
  line-height: 1.33;
  color: #7A7A7A;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  max-width: 100%;
  list-style: disc;
}
.gimg {
  margin: 40px 0px 0px ;
}

.gimge {
  margin: 40px 0px 0px ;
}

.list-item {
  background-color: white;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 10px;
  display: flex
;
  align-items: center;
  box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.04);
}

.list-item svg {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.list-text {
  font-size: 16px !important;
  line-height: 1.33;
  color: #7A7A7A;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.cardsb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin: -60px auto 40px;
  padding: 0 20px;
}
.cardthree
.cardb {
  background: white;
  border-radius: 0px;
  padding: 40px 40px;
  flex: 1 1 300px; 
  max-width: 360px;
  text-align: center;
  display: flex
;
box-shadow: 0 4px 10px rgba(0,0,0,0.06);

  text-align: left;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardthree
.cardb .number {
  background: #5FC25F;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.cardthree
.cardb p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
.cardthree {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin: -60px auto 40px;
  padding: 0 20px;
}


 
.header-fi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.header-fi h1 {
  color: #000;
  
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 100% */
}

.header-fi p {
  flex: 1;
  
  max-width: 700px;
  margin: 0;
  font-size: 16px !important;
  line-height: 1.33;
  color: #7A7A7A;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  
}

.cards-fi {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
.box-security  h3 {
  font-size: 22px !important;
}

.card-fi {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  padding: 24px 40px;
  flex: 1 1 300px;
  max-width: 400px;
  height: 350px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  
  text-align: center;
  display: flex
;
  flex-direction: column;
  align-items: center;    justify-content: flex-start;
}

.card-fi svg {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
}

.card-fi p {
  font-size: 15px;
  color: #333;
}

.highlight-box-fi {
  background-color: #e8f6ef;
  padding: 50px 45px;
  border-radius: 12px;
}

.highlight-box-fi h2 {
  font-size: 28px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.1;
  color: #154129;
}

.highlight-box-fi p {
  font-size: 15px;
  color: #1C5636;
  line-height: 1.6;
}
.highlight-box-flex{
  display: grid
  ;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 30px;
      margin: 20px 0px;
}
@media (max-width: 768px) {
  .header-fi {
    flex-direction: column;
  }

  .cards-fi {
    flex-direction: column;
    align-items: center;
  }
}


.content-security {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 24px;  
  align-items: start; 
}


.box-security  {
   border-radius: 10px;
  padding: 40px 30px;
  flex: 1 1 260px;
  margin: 20px 0px;
  min-width: 260px;
  max-width: 400px;
  text-align: left; 
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08); 
}

.box-security  h3 {
  color: #5FC25F; 
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 37.333px; /* 116.667% */
  margin-bottom: 10px;
}

.box-security  span {
  font-weight: bold;
}

.box-security  p {
  font-size: 15px;
  color: #333;
}

.images-security  {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 500px;
}

.images-security  img {
  max-height: 500px;
  width: 100%;
  object-fit: contain;
 

}
.brand-logo img{
  height: 50px;
}
.brand-logo {
  display: flex
  ;
  flex-direction: column;
      align-items: center;
      justify-content: center;
}
.flexgreen{
  display: flex
  ;
  flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 20px;

}
.flexgreen .greenbtn:hover{
background-color: #00A500;
color: #fff;
}

@media (max-width: 1024px) {
  .content-security {
   
    grid-template-columns: repeat(1, 1fr); 
    
    
  }

  .images-security  {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

}
.gvn .item {
   margin: 20px 0px;
}
.gvn .item h3{
  color: #5FC25F;
}
.badge{
  position: absolute;
  right: 0px;
  bottom: 100px;
  max-width: 300px;

}
.relative {
  position: relative;
}
.security{
  margin-top: 100px;
}
.securityie{
  margin-top: 60px;
}
.paragraph2 h3  {
  font-size: 23px ;
}
.header-fi h3 {
  font-size: 32px ;
}
 
/* Sidebar container */
.creative-sidebar { 
  width: 260px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
 
}

.sidebar-title {
  font-size: 1.2em;
  padding: 16px;
  
  margin: 0;
  border-bottom: 2px solid #00A500;
}

/* Category item */
.creative-category {
  border-bottom: 1px solid #eee;
  transition: background 0.3s;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.category-header:hover {
  background: #f3f3f3;
  color: #00A500;
}

.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

/* Rotate arrow when active */
.creative-category.active > .category-header .arrow {
  transform: rotate(225deg);
}

/* Subcategories */
.category-sublist {
  list-style: none;
  padding-left: 20px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.category-sublist li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #555;
  border-radius: 6px;
  transition: background 0.3s, transform 0.3s, opacity 0.3s;
  opacity: 0;
  transform: translateY(-10px);
}

.creative-category.active .category-sublist li a {
  opacity: 1;
  transform: translateY(0);
}

.category-sublist li a:hover {
  background: #e6f0ff;
  color: #007bff;
}
.creative-category.active .category-sublist li a{
  font-weight: 400 !important;
  color: #000000 !important;
  font-size: 14px !important;
}
.creative-category
.category-sublist li a:hover {
  background: #ffffff;
  color: #000000 !important;
}
.creative-category
.category-sublist{
  padding-left: 0px !important;
}