@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Bebas+Neue&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");

:root {
  --brand-orange:   #E87321;
  --brand-orange-2: #C25A14;
  --brand-slate:    #383E42;
  --brand-slate-2:  #2A2F33;
  --fg-2:           #5a5a5a;
  --container-max:  1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* text-transform: capitalize !important; */
  text-decoration: none !important;
}

html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body>*:not(.footer) {
  flex-shrink: 0;
}

.footer {
  margin-top: auto;
}

.phone-alt {
  color: white !important;
  font-weight: 700;
  font-size: 23px;
  padding-left: 10px;
}

.header .phone-alt a {
  color: white !important;
  font-weight: 700;
  font-size: 23px;
  padding-left: 10px;
}

/*color
1-#227ab9 mavi
2-#dd4000 turuncu
3-#f8b22c sarı
4- #95bb18 yeşil
5- #644e41 kafferengi
*/

.copyright-text a {
  background: url(../img/temp5/hlogobeyaz.png) no-repeat;
  margin: 5px auto;
  text-align: end;
  height: 70px;
  width: 50px;
  transition: ease-in 0.5s;
  background-size: 150px 70px;
  display: inline-block;
}

.copyright-text a:hover {
  height: 70px;
  width: 170px;
  transition: ease-in 0.5s;
}

.img-dan {
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 0%;
}

.card-dan {
  border: 1px solid #e2d8d1;
  max-height: 350px;
  height: 350px;
}

.framecolorbrown {
  border: 3px solid #644e41;
}

.framecolorbrown:focus {
  border: 3px solid #644e41;
}

.framecolorbrown1 {
  border: 1px solid #644e41;
}

.framecolorbrown1:focus {
  border: 1px solid #644e41;
}

.framecolorgreen {
  border: 3px solid #95bb18;
}

.framecolorgreen:focus {
  border: 3px solid #95bb18;
}

.framecolorgreen1 {
  border: 1px solid #95bb18;
}

.framecolorgreen1:focus {
  border: 1px solid #95bb18;
}

.framecolorblue {
  border: 3px solid #227ab9;
}

.framecolorblue:focus {
  border: 3px solid #227ab9;
}

.framecolorblue1 {
  border: 1px solid #227ab9;
}

.framecolorblue1:focus {
  border: 1px solid #227ab9;
}

.framecolororange {
  border: 3px solid #383E42;
}

.framecolororange:focus {
  border: 3px solid #dd4000;
}

.framecolororange1 {
  border: 1px solid #dd4000;
}

.framecolororange1:focus {
  border: 1px solid #dd4000;
}

.framecoloryellow {
  border: 3px solid #edce90;
}

.framecoloryellow:focus {
  border: 3px solid #edce90;
}

.framecoloryellow1 {
  border: 1px solid #edce90;
}

.framecoloryellow1:focus {
  border: 1px solid #edce90;
}

.ourwareadetimg img {
  width: 100%;
}

.detailinblog {
  background-color: #644e41;
  padding: 1rem;
  width: 100%;
  margin: auto;
  height: 100px;
}

.form-control:focus {
  border: 0;
  outline: 0;
}

.detailinblog:hover {
  background-color: #6d5e55;
}

.deta {
  color: white;
  margin-bottom: 1rem;
}

/* 
.detailinblog {
    position: absolute;
    text-align: center;
    top: 40%;
    background-color: rgba(255, 255, 255, 0.644);
}

.detailinblog a {
    color: white;
    padding: 10px;
    text-align: center;
} */

/* .bg-gray {
    background-color: #eeeeee;
} */

.exzoom {
  filter: brightness(90%);
  transition: all 1s ease-in-out;
}

.exzoom:hover {
  transform: scale(1.05);
  filter: brightness(100%);
  transition: all 1s ease-in-out;
}

/* .animatetext {
    transition: 1s;
}

.animatetext:hover {
    animation: flash;
    animation-duration: 1s;
}
 */

/*topmenu*/

.first {
  position: relative;
  z-index: 1000;
}

.top {
  text-align: right;
  padding-right: 10rem;
  padding-top: 1rem;
  padding-bottom: 0.7rem;
  background-color: transparent;
  position: absolute;
  width: 100%;
}

.top a {
  color: black;
  background-color: white;
  padding: 7px 10px;
  border-radius: 100%;
  margin-left: 5px;
}

.top a:hover {
  background-color: #f0f3f7;
}

.top-text {
  color: white;
  font-size: 1.5rem;
}

header {
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
  background-color: #383E42;
  padding: 5px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

header .logo img {
  width: 220px;
}

#menu-bar {
  display: none;
}

header .navbar ul.main-nav {
  list-style: none;
  background-color: #383E42;
  padding: 10px 15px;
  margin: 0;
  border-radius: 60px;
}

header .navbar ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #383E42;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 1001;
}

header .navbar ul.dropdown li {
  width: 100%;
  float: none;
}

header .navbar ul.dropdown li a {
  padding: 8px 15px;
}

header .navbar ul li {
  position: relative;
  float: left;
  text-transform: capitalize;
}

.toggle {
  position: block;
  left: 0;
  top: 10%;
  border-radius: 0 !important;
}


nav ul li:nth-child(4) a i {
  display: none;
}

nav ul li:nth-child(4):hover ul {
  display: none !important;
}

nav ul li:nth-child(5) a i {
  display: none;
}

nav ul li:nth-child(5):hover ul {
  display: none !important;
}

nav ul li:nth-child(6) a i {
  display: none;
}

nav ul li:nth-child(6):hover ul {
  display: none !important;
}

header .navbar ul li a {
  font-size: 1rem;
  padding: 10px;
  display: block;
  color: white;
  position: relative;
  transition: color 0.25s ease;
}

header .navbar ul li a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #e87321;
  transition: width 0.3s ease;
  border-radius: 2px;
}

header .navbar ul li a:hover {
  background: transparent;
  color: #e87321;
}

header .navbar ul li a:hover::after {
  width: 65%;
}

/* Dropdown item hover - sol border */
header .navbar ul.dropdown li a::after {
  display: none;
}

header .navbar ul.dropdown li a {
  border-left: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}

header .navbar ul.dropdown li a:hover {
  color: #e87321;
  border-left-color: #e87321;
  padding-left: 20px;
}

/* Aktif sayfa */
header .navbar ul li.active > a {
  color: #e87321;
}

header .navbar ul li.active > a::after {
  width: 65%;
}

.text-blueish {
  color: #227ab9;
}


header .navbar ul li:focus-within>ul.dropdown,
header .navbar ul li:hover>ul.dropdown {
  display: block;
}

header label {
  font-size: 20px;
  color: white;
  cursor: pointer;
  display: none;
}

/*topmenu*/
/*firstslidecss*/

.slider-text {
  position: absolute;
  text-align: left;
  width: 35%;
  top: 50%;
  background: rgba(48, 48, 48, 0.7);
  left: 50%;
  padding: 40px;
  padding-bottom: 40px;
  z-index: 10;
  -webkit-transform: translateY(-50%) skewY(-3deg);
}

/* İçerideki yazıları düz tutmak için ters açı */
.slider-text .slide-title,
.slider-text .slide-par,
.slider-text .slide-btn {
  display: block;
}

.slider-text .slide-title {
  color: #e87321;
  font-size: 2.2rem;
  font-weight: bold;
}

.slider-text .slide-par {
  font-size: 19px;
  color: #ffffff;
}

.slider-text .slide-btn {
  color: white;
  background: #644e41;
  padding: 1rem 2rem;
  font-weight: 500;
}

.owl-carouselslide .item {
  position: relative;
}

.owl-carouselslide {
  top: 0;
  position: relative;
  overflow: hidden;
}

.owl-carouselslide .owl-dots {
  display: none;
}

.owl-carouselslide::after {
  content: none;
}

.owl-carouselslide img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.owl-carouselslide .slide-detail {
  position: absolute;
  top: 40%;
  transition: all 1s;
  background-color: rgba(255, 255, 255, 0.644);
  backdrop-filter: blur(8px);
  padding: 2rem;
  left: 35%;
  width: 30%;
  transform: translate(-50%);
}

.slide-detail h2 {
  font-size: 4rem;
}

.slide-detail p {
  font-size: 1rem;
  line-height: 30px;
}

.slide-detail button {
  padding: 1rem 2.5rem;
  border-radius: 0;
  color: white;
  font-size: 1rem;
}

/*firstslidecss*/

/*
in gen css
*/

button {
  box-shadow: none !important;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lineheightm {
  line-height: 35px;
}

.w-350 {
  border-radius: 100%;
  object-fit: fill;
  width: 100%;
  aspect-ratio: 9/9;
}

.default-color1 {
  color: #227ab9;
}

.defaultbrown {
  color: #644e41;
}

.default-color2 {
  color: #6784c0;
}

.default-color3 {
  color: #3e5c9a;
}

.btn-default {
  background-color: #227ab9;
}

.btn-default:hover {
  background-color: #eff7fa;
  color: #000;
}

.btn-default2 {
  background-color: #eff7fa;
}

.btn-default2:hover {
  background-color: #7998aa;
}

.btn-default3 {
  background-color: #227ab9;
}

.btn-default3:hover {
  background-color: #227ab9;
}

.btn-purple {
  background-color: #9c27b0;
  color: white;
}

.btn-black-hover:hover {
  background-color: #000;
  color: white;
}

.bg-beige {
  background-color: #383E42;
}

.sideapp input {
  font-size: 1rem;
}

.sideapp select {
  font-size: 1rem;
  color: #212529;
}

.app-links {
  text-align: center;
  padding: 2rem 0 1rem 0;
}

.sideapp input:focus {
  border: none;
}

.btn-brown {
  background-color: #644e41;
  color: white;
}

.btn-brown:hover {
  background-color: #7c6558;
  color: white;
}

.btn-green {
  background-color: #79c356;
  color: white;
}

.bold {
  font-weight: 600;
}

.btn-padding {
  padding: 30px 0;
}

.padding-xxl {
  padding: 250px 0 50px 0;
}

.padding-xl {
  padding: 100px 0 50px 0;
}

.padding-l {
  padding: 50px 0;
}

.padding-m {
  padding: 20px 0;
}

.paddingtopl {
  padding-top: 150px;
}

.paddingtops {
  padding-top: 50px;
}

.paddingbottomm {
  padding-bottom: 40px;
}

.form-control {
  box-shadow: none !important;
}

.thin {
  font-weight: 300 !important;
}

.btn-black {
  background-color: #000;
  color: white;
}

.btn-black:hover {
  background-color: rgb(78, 78, 78);
  color: white;
}

/*bar bg + birb tekrar eden diğer şeyler.*/

/*
in gen css
*/

/*third*/

.third img {
  width: 80%;
  /* height: 500px; */
  /* object-fit: cover; */
}

.third p {
  line-height: 40px;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

.third .content-whyus {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*third*/

/*fourth*/

/* .fourth {
    background-color: #eff7fa;
} */

.fourth .card .card-alt-menu {
  display: flex;
  justify-content: space-between;
}

.fourth .card .card-alt-menu .share {
  background-color: #7998aa;
  padding: 10px 15px;
  border-radius: 100%;
  color: white;
}

.fourth .owl-carouselproduct .item {
  display: flex;
  height: 100%;
}

.fourth .owl-carouselproduct .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  width: 100%;
}

.fourth .owl-carouselproduct .card .gallery-link {
  flex-shrink: 0;
}

.fourth .owl-carouselproduct .card img {
  object-fit: cover;
  width: 100%;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  border-radius: 10px;
}

.fourth .owl-carouselproduct .textowlinside {
  margin-top: auto;
  padding-top: 1rem;
}

.fourth .owl-carouselservices .card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fourth .owl-carouselservices img {
  object-fit: cover;
  width: 250px;
  height: 250px;
  border-radius: 100%;
}

/*fourth*/

/*fifth*/

.fifth img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.fifth p {
  line-height: 40px;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

/*fifth*/

/*sixth*/

.sixth {
  background-color: white;
}

.sixth .btn-icon1 {
  width: 100%;
  display: block;
  background-color: #e87321;
}

.sixth .btn-icon1:hover {
  background-color: transparent;
  border: 1px solid black;
}

.sixth .btn-icon1:hover i {
  color: black;
}

.sixth .btn-icon1 i {
  color: white;
}

/*sixth*/

/*about and general*/

.title1 {
  font-size: 2.4rem;
  align-items: center;
}

.img-aboutus img {
  object-fit: cover;
  /* height: 350px; */
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 10/9;
}

.image-bg {
  background-image: url("/img/shattered-glass-space-background-with-design-space.jpg");
  background-position: center top;
  background-size: cover;
}

.firstleft {
  background-color: #9ddad9;
  height: 400px;
}

.title-lefts {
  font-weight: 500;
  text-align: left;
  font-size: 2rem;
  color: white;
  text-transform: capitalize;
  display: flex;
  padding-bottom: 4rem;
  align-items: center;
  justify-content: center;
}

.title-l-lefts {
  font-weight: 500;
  text-align: left;
  font-size: 2rem;
  color: white;
  padding: 0px 0 50px 20%;
}

.secondleft p {
  font-weight: bold;
}

/*about and general*/

/*services*/

.firstservices .card img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

.firstservicedetail img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/*services*/

/*blog*/

.blog {
  position: relative;
}

.blog.contactpage {
  margin-top: 100px;
}

.blogdetail {
  background-color: #d9512a;
  padding: 10px 15px;
  text-align: center;
}

.blogdetail a {
  color: white;
}

.blog .list-group li.active {
  background-color: #644e41;
  border: 0px;
  border-radius: 0px;
}

.blog .list-group {
  border-radius: 0px;
}

.blog .list-group li.active a {
  color: white;
}

.blog .list-group a {
  color: black;
}

.card>img {
  aspect-ratio: 3/4;
  object-fit: cover;
  max-height: 500px;
}

/*blog*/

/*gallery*/

.galleryarea .card {
  border-radius: 0;
  filter: grayscale(100%);
  transition: transform 0.5s;
  opacity: 0.7;
}

.galleryarea .card:hover {
  transform: scale(0.8);
  filter: grayscale(0%);
  opacity: 1;
}

/* Gallery link hover effect */
.gallery-link {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 250px;
  width: 100%;
}

.gallery-link img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.gallery-link::before {
  content: '\f002';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 3rem;
  color: white;
  z-index: 2;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.gallery-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(56, 62, 66, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery-link:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.gallery-link:hover::after {
  opacity: 1;
}

.gallery-link:hover img {
  transform: scale(1.05);
}

/* Gallery title button style */
.gallery-title-btn {
  display: inline-block;
  background-color: #e87321;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.gallery-title-btn:hover {
  background-color: #d66419;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(232, 115, 33, 0.3);
  text-decoration: none;
}

.textowlinside {
  text-align: center;
}

/*gallery*/

/*
contact css*/

.contact-photo img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.contactpage iframe {
  padding-top: 0;
  margin-top: 80px;
}

.footer-menu iframe {
  height: 150px !important;
}

/*
contact css*/

/*footer*/

.footer {
  background-color: #232324;
  padding-bottom: 1rem;
  padding-top: 3rem;
}

.footer .logo img {
  max-width: 70%;
  height: auto;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

.btn-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e87321;
  color: white;
  border: none;
}

.btn-top i {
  color: white;
}

.btn-top:hover {
  color: black;
}

.footer .pozitif img {
  animation: flip;
  animation-duration: 2s;
}

.footer-about-text {
  color: white;
}

.iconf {
  color: #e87321;
  padding: 7px 10px;
  border-radius: 100%;
  background-color: white;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-size: 18px;
}

.iconf:hover {
  background-color: #e87321;
  color: white;
  transform: translateY(-3px);
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.footer-menu li {
  list-style: none;
}

.footer-menu li a {
  color: white;
}

.footer-menu li a:hover {
  color: #e87321;
}

.footer-subs .form-control {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.footer-subs .btn-icon2 {
  background-color: white;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.footer-subs .btn-icon2 i {
  color: #7998aa;
}

.footer-menu {
  padding: 0;
}

.footer .links {
  padding-bottom: 1rem;
}

.footer-subscribe {
  background-color: #644e41;
}

.footer-subscribe .form-control {
  width: 60%;
  background-color: white;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-subscribe .btn-icon2 {
  padding-top: 0.7rem;
  background-color: #644e41 !important;
  border-top-right-radius: 20px;
  border: 1px solid #153478;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-subscribe .btn-icon2 i {
  color: white;
}

.links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.links img {
  margin-bottom: 2rem;
}

/*footer*/

/*accordion*/

.faq {
  background-color: #ffffff;
}

.faq .accordion-button {
  border-radius: 8px !important;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 1.2rem 1.5rem;
}

.faq .accordion-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq .sss-item {
  background-color: white;
  transition: all 0.3s ease;
}

.faq .sss-item:hover {
  box-shadow: 0 4px 12px rgba(232, 115, 33, 0.15);
}

.faq .sss-button {
  background-color: #383E42;
  color: white;
  border: none;
  transition: all 0.3s ease;
}

.faq .sss-button:hover {
  background-color: #e87321;
}

.faq .sss-button:not(.collapsed) {
  background-color: #e87321 !important;
  color: white;
  box-shadow: 0 4px 8px rgba(232, 115, 33, 0.2);
}

.faq .sss-button:focus {
  box-shadow: none;
  border: none;
}

.faq .sss-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq .sss-body {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-top: 3px solid #e87321;
}

.faq .sss-body p {
  margin: 0;
  line-height: 1.8;
  color: #555;
  font-size: 1rem;
}

/*accordion*/

/*bg-image*/

.bg-image {
  /* background-image: url('../img/temp5/nedenbizbg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  position: relative;
  -webkit-transform: skewY(6deg);
  margin-top: -120px;
  margin-bottom: 4rem;
  height: 500px;
  background-color: #383E42;
  overflow: hidden;
}

.bg-image img {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-img-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: skewY(-6deg);
  position: absolute;
  top: 15%;
  text-align: justify;
  left: 15%;
}

.bg-img-text h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3rem;
  font: Bebas Neue;

}

.bg-img-text p {
  line-height: 40px;
  padding: 0 1rem;
  font-weight: 300;
}

/*bg-image*/

/*second*/



.second {
  background: #383E42;
  /* background: #227ab9; */
  /* margin-top: -20px;*/
  position: relative;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.second .item {
  margin-top: 8rem;
  transform: skewY(6deg) !important;
  -webkit-transform: skewY(-3deg);
}

.second img {
  -webkit-transform: skewY(-1deg);
  transform: skewY(-6deg);
}

.second .owl-dots {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.second .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 4px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.second .owl-dots button.owl-dot.active {
  background: #fff;
}

/*second*/

/*owl-carousel 2*/

.owl-carousel2 img {
  width: 100% !important;
  height: 370px !important;
  object-fit: cover;
}

/*owl-carousel 2*/

.owl-carousel0 img {
  width: 300px !important;
  height: 300px !important;
  object-fit: cover;
  border-radius: 10%;
}

.owlborderradiusxl img {
  border-radius: 100%;
}

.owlborderradiusl img {
  border-radius: 500px;
}

.owlborderradiusm img {
  border-radius: 300px;
}

.owlborderradiuss img {
  border-radius: 100px;
}

.owlborderradiusxs img {
  border-radius: 50px;
}

.owl-product .card {
  border-radius: 50px;
}

.pagenav .pagination .page-item .page-link {
  border: 1px solid white;
  border: 0px;
  color: #644e41;
  font-size: 1.1rem;
}

.pagenav .pagination .page-item .page-link:focus {
  box-shadow: none !important;
  outline: none;
}

.fontsizesmall {
  font-size: 1.4rem !important;
}

.wp-btn {
  /* height: 60px; */
  /* width: 60px; */
  background-color: #35d652;
  border-radius: 30px;
  margin: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  animation: bounce;
  animation-duration: 2s;
  z-index: 999;
}

.wp-btn img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}

.phn-btn {
  height: 60px;
  width: 60px;
  background-color: #28272d;
  border-radius: 30px;
  margin: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  animation: bounce;
  animation-duration: 2s;
  display: none;
}

.phn-btn img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}


/* Services Page */
.services-page {
  background-color: #f8f9fa;
  min-height: 100vh;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e87321;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.page-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

.service-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(21, 52, 120, 0.2);
}

.service-card-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.1);
}

.service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 50%, #e87321 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover .service-card-overlay {
  opacity: 1;
}

.service-card-content {
  padding: 2rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #383E42;
  margin-bottom: 1.5rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  ,
}

.service-card-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e87321;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid #e87321;
}

.service-card-btn:hover {
  background-color: white;
  color: #e87321;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .page-title {
    font-size: 2rem;
  }

  .service-card-image {
    height: 220px;
  }

  .service-card-title {
    font-size: 1.3rem;
    min-height: auto;
  }
}


/* About Hero Banner */
.about-hero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 80px;
}

.about-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-title {
  color: white;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .about-hero {
    height: 250px;
  }

  .about-hero-title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}


/* Image Loading Skeleton */
.service-card-image img,
.fourth .owl-carouselservices img,
.fourth .owl-carouselproduct img,
.about-hero img,
.bg-image img {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* When image is loaded, remove animation */
.service-card-image img[src],
.fourth .owl-carouselservices img[src],
.fourth .owl-carouselproduct img[src],
.about-hero img[src],
.bg-image img[src] {
  animation: none;
  background: transparent;
}


/* ---------- Services — Steel Column Design ---------- */

/* Section wrapper */
.t5-svc-sec {
  padding: 4rem 1rem 5rem;
  background: #f5f5f5;
  background-image: 
    linear-gradient(rgba(56, 62, 66, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 62, 66, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  overflow: hidden;
  margin-top: -30px;
}

/* Header */
.t5-svc-head {
  text-align: center;
  margin-bottom: 3rem;
}

.t5-svc-eyebrow {
  display: none;
}

.t5-page-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #e87321;
  margin: 0.5rem 0;
  text-transform: uppercase;
  padding-top: 30px;
}

.t5-page-subtitle {
  font-size: 1.525rem;
  color: var(--fg-2);
  margin-top: 0.75rem;
  font-family: "Bebas Neue", sans-serif;
}

/* Stage container */
.t5-col-stage {
  position: relative;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 64px;
  padding-bottom: 170px;
}

/* Custom dış ok butonları */
.t5-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: var(--brand-slate);
  color: #fff;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 20;
  cursor: pointer;
  transition: background .25s;
}

.t5-nav-btn:hover {
  background: var(--brand-orange);
}

.t5-nav-prev {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  margin-top: -95px;
}

.t5-nav-next {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  margin-top: -95px;
}

.t5-col-viewport {
  position: relative;
}

/* Background rail (decorative) */
.t5-col-rail {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, 
    var(--brand-slate) 0%, 
    var(--brand-slate-2) 50%, 
    var(--brand-slate) 100%);
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

/* Steel column card */
.t5-col {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.t5-col:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

/* Top & bottom caps */
.t5-col-cap {
  background: var(--brand-slate);
  position: relative;
  height: 48px;
  weight: 120px;
  display: flex;
  flex-direction: column;
}

.t5-col-cap.top {
  justify-content: flex-end;
}

.t5-col-cap.bottom {
  justify-content: flex-start;
}

/* Flange (kaynaklı kesim efekti) */
.t5-col-flange {
  height: 12px;
  background: var(--brand-orange);
  position: relative;
}

.t5-col-cap.top .t5-col-flange {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.t5-col-cap.bottom .t5-col-flange {
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

/* Rivets */
.t5-col-rivets {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 1rem;
  height: 36px;
}

.t5-col-rivets span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
}

/* Card body */
.t5-col-body {
  padding: 1.5rem 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.t5-col-num {
  display: none;
}

.t5-col-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 4px;
  background: #f0f0f0;
}

.t5-col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.t5-col:hover .t5-col-img img {
  transform: scale(1.05);
}

.t5-col-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand-slate);
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 50px;
}

.t5-col-short-desc {
  font-size: 0.95rem;
  color: var(--fg-2);
  line-height: 1.5;
  margin-top: -35px;
  margin-bottom: 15px;
  padding-right: 5px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t5-col-text {
  font-size: 0.9375rem;
  color: var(--fg-2);
  line-height: 1.6;
  flex: 1;
}

.t5-col-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.275rem;
  font-weight: 600;
  color: var(--brand-orange);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: auto;
  transition: gap 0.3s ease;
  font-family: "Bebas Neue", sans-serif;

}

.t5-col:hover .t5-col-link {
  gap: 0.75rem;
}

.t5-col-link span {
  font-size: 1.25rem;
}

/* ---------- Owl Carousel Integration ---------- */

/* Owl içinde her item kart oluyor */
.t5-col-owl .owl-stage-outer {
  overflow-x: clip;
  overflow-y: visible;
  padding: 32px 0 24px;
}

.t5-col-owl .owl-item .item {
  height: 100%;
}

.t5-col-owl .t5-col {
  display: flex;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* Owl'un dahili nav'ı gizle — dış butonlar kullanılıyor */
.t5-col-owl .owl-nav {
  display: none !important;
}

/* Owl dots -> turuncu çizgi */
.t5-col-owl .owl-dots {
  margin-top: 1.75rem;
  text-align: center;
}

.t5-col-owl .owl-dots .owl-dot span {
  width: 28px;
  height: 4px;
  background: rgba(56,62,66,.2);
  border-radius: 0;
  margin: 0 5px;
  transition: background .25s, width .25s;
}

.t5-col-owl .owl-dots .owl-dot.active span {
  background: var(--brand-orange);
  width: 44px;
}

/* Zigzag — çift sıradakiler yukarıda */
.t5-col-owl .owl-item:nth-child(even) .t5-col {
  transform: translateY(-22px);
}

.t5-col-owl .owl-item:nth-child(even) .t5-col:hover {
  transform: translateY(-30px);
}

/* ---------- Responsive ---------- */

@media (max-width: 1200px) {
  .t5-col-stage {
    padding: 0 56px;
  }
}

@media (max-width: 768px) {
  .t5-svc-sec {
    padding: 3rem 1rem;
  }
  
  .t5-page-title {
    font-size: 2rem;
  }
  
  .t5-col-stage {
    padding: 0 44px;
    padding-bottom: 50px;
  }

  .t5-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .t5-col-rail {
    display: none;
  }
  
  .t5-col-owl .owl-item .t5-col {
    transform: none !important;
  }

  .t5-col-owl .owl-item .t5-col:hover {
    transform: translateY(-8px) !important;
  }
  
  .t5-col-img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .t5-page-title {
    font-size: 1.75rem;
  }
  
  .t5-col-body {
    padding: 1.25rem 1rem 1.5rem;
  }
  
  .t5-col-img {
    height: 160px;
  }
}
