    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
	img{
		max-width:100%
	}

    html, body {
      height: 100%;
      font-family: sans-serif;
    }
    .slider {
      position: relative;
    }

    .slide {
      position: absolute;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 0.7s ease-in-out;
      z-index: 0;
    }

    .slide.active {
      opacity: 1;
      z-index: 1;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 50px;
      color: white;
      background-color: rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
      z-index: 2;
      padding: 10px;
      transition: background 0.3s;
    }

    .arrow:hover {
      background-color: rgba(0, 0, 0, 0.6);
    }

    .arrow.left {
      left: 20px;
    }

    .arrow.right {
      right: 20px;
    }

	.video-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #5b5454b0;
		z-index: 1;
	}

	.video-content {
		position: absolute;
		top: 50%;
		left: 45%;
		transform: translate(-50%, -50%);
		color: white;
		z-index: 2;
	}

	.video-title {
		display: flex;
		flex-direction: column;
		line-height: 1.2;
	}

	.video-title span {
		font-size: 48px;
		font-weight: 900;
	}

	@media (max-width: 768px) {
		.video-title span {
			font-size: 27px;
		}
	}

	.video-desc {
		margin: 15px 0;
	}

	.video-btn {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.review-btn {
		background-color: white;
		padding: 5px 20px;
		border-radius: 30px;
	}

	.watch-btn {
		color: white;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.watch-btn .circle {
		width: 40px;
		height: 40px;
		border: 1px solid white;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.watch-btn:hover .circle {
		background-color: white;
		color: black;
	}


	.primary-button {
	 font-family: 'Ropa Sans', sans-serif;
	 color: white;
	 cursor: pointer;
	 font-size: 17px;
	 font-weight: 400;
	 letter-spacing: 0.05rem;
	 border: 1px solid #0E1822;
	 padding: 0.8rem 2.1rem;
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23FF4655 /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	 background-color: #0E1822;
	 background-size: 200%;
	 background-position: 200%;
	 background-repeat: no-repeat;
	 transition: 0.3s ease-in-out;
	 transition-property: background-position, border, color;
	 position: relative;
	 z-index: 1;
	}

	.primary-button:hover {
	 border: 1px solid #FF4655;
	 color: white;
	 background-position: 40%;
	}

	.primary-button:before {
	 content: "";
	 position: absolute;
	 background-color: #0E1822;
	 width: 0.2rem;
	 height: 0.2rem;
	 top: -1px;
	 left: -1px;
	 transition: background-color 0.15s ease-in-out;
	}

	.primary-button:hover:before {
	 background-color: white;
	}

	.primary-button:hover:after {
	 background-color: white;
	}

	.primary-button:after {
	 content: "";
	 position: absolute;
	 background-color: #FF4655;
	 width: 0.3rem;
	 height: 0.3rem;
	 bottom: -1px;
	 right: -1px;
	 transition: background-color 0.15s ease-in-out;
	}

	.button-borders {
	 position: relative;
	 width: fit-content;
	 height: fit-content;
	}

	.button-borders:before {
	 content: "";
	 position: absolute;
	 width: calc(100% + 0.5em);
	 height: 50%;
	 left: -0.3em;
	 top: -0.3em;
	 border: 1px solid white;
	 border-bottom: 0px;
	}

	.button-borders:after {
	 content: "";
	 position: absolute;
	 width: calc(100% + 0.5em);
	 height: 50%;
	 left: -0.3em;
	 bottom: -0.3em;
	 border: 1px solid white;
	 border-top: 0px;
	 z-index: 0;
	}

	.shape {
	 fill: #0E1822;
	}

	.buton-area {
		display: flex;
		gap: 30px;
	}

	.lastButon .primary-button {
	    background-color: #25d366;
	    border-color: white;
	}

	.header-top {
		background-color: white;
		color: white;
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-weight: normal;
		padding: 8px 20px;
	}
	.header-top-social {
		display: flex;
		align-items: center;
	}
	.headerCenter {
		text-align: center;
		position: relative;
		left: 5%;
		font-size: 16px;
		color: black;
	}

.header {
    background-color: black;
    position: sticky;
    top: 0;
    z-index: 11;
}
.headerbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.header img {
    width: 140px;
    background: black;
}

.header nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header nav ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}


.header .contact-button:hover {
    background-color: #7f0501;
} 
.header .contact-button:hover {
    color: white;
} 

.header .contact-button {
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 17px;
    background: white;
    color: black;
    border-radius: 3px;
    padding: 10px 50px;
    text-decoration: none;
} 

.header-top-social a {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 10px;
    color: black;
    text-decoration: none;
}

.header-top-social {
    display: flex;
    align-items: center;
}


.dropdown ul {
    display: none;
    position: static;
    background-color: #215f9c;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: top;
}

.dropdown:hover ul {
    transform: scaleY(1);
    display: block;
}

.dropdown ul li {
    display: block;
    margin: 0;
    padding: 10px;
}

.dropdown ul li a {
    text-decoration: none;
    display: block;
    transition: color 0.3s;
}

.dropdown ul li a:hover {
    color: #1abc9c;
}
.header nav ul li ul {
    background: white;
    width: 250px;
	display:block;
}
.mobile-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 998;
}

.mobile-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    padding: 10px 15px;
}

.mobile-menu-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100%;
    background: black;
    color: white;
    z-index: 999;
    padding: 20px;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 60px 0 20px;
}

.mobile-menu-list li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.mobile-button {
    display: block;
    margin: 10px 0;
    padding: 12px;
    background: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
}

.mobile-button i {
    margin-right: 8px;
}

.mobile-logo img {
    width: 172px;
}
.header-top-contact a {
    text-decoration: none;
    color: black;
}

@media (max-width: 992px){
	.arrow.left {
		left: 32%;
	}
	.arrow.right {
		right: 42%;
	}
	.slide {
		height: 50%;
	}
	button.arrow.left, button.arrow.right {
		background: none;
		top: 45%;
	}
}
section {
    padding: 50px 0px;
}

.about-services .title {
    font-size: 30px;
    margin-bottom: 10px;
}

section.about-services .row {
    align-items: center;
    justify-content: center;
}

.service-item {
    box-shadow: 0px 0px 9px;
    padding: 13px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.service-item .title {
    font-size: 22px;
    padding: 10px 0px;
    margin: 0;
}

.button-borders.bgBlack:before {
    border-color:black;
}
.button-borders.bgBlack:after {
    border-color: black;
}
section.about-services .button-borders.bgBlack {
    margin: 30px 0px;
}

@media (max-width: 992px){
section.video-area {
    margin-top: -40px;
}
}

.brandArea {
    background: #fff;
    padding: 20px 0;
}

.brand-box {
    flex: 0 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-box img {
    width: 130px;
    height: auto;
    object-fit: scale-down;
}

.brand-box {
    box-shadow: 0px 0px 9px;
    border-radius: 4px;
    margin-bottom: 40px;
    padding: 0px 0px;
}
.section-title{
    text-align: center;
    margin-bottom: 25px;
    font-size: 32px;

}
.brand-tracek .row {
    justify-content: center;
}

.title-desc {
    margin-bottom: 40px;
    text-align: center;
    font-size: 17px;
    margin-top: -25px;
}
.cta {
    position: relative;
    width: 100%;
    padding-bottom: 0;
}

.cta-wrapper {
    position: relative;
    width: 100%;
    height: 400px; /* yÃ¼ksekliÄŸi ihtiyacÄ±na gÃ¶re ayarla */
    overflow: hidden;
}

.cta-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cta-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* siyah yarÄ± saydam katman */
    z-index: 1;
}

.cta-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 80%;
}

.cta-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cta-desc {
    font-size: 18px;
}

@media(max-width:992px) {
.cta-desc {
    font-size: 17px;
    width: 352px;
    text-align: center;
    left: -28px;
    position: relative;
}
	.cta-title {
    font-size: 15px;
}
	.footer-inner {
        flex-direction: row !important;
        text-align: center !important;
        gap: 10px !important;
        text-align: left !important;
    }
	.footer-column {
    flex: unset !important;
}
	    .footer-column h4::after {
        margin: 15px 0 !important;
    }
}


.contact .title {
    font-size: 42px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 60px;
    position: relative;
}

.contact .title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 200px;
    background-color: var(--primary-color);
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.contact .title span {
    font-size: 42px;
    color: var(--primary-color);
    font-weight: 500;
}

.contact-info {
    display: block;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid gainsboro;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-decoration: none;
    color: #0a193e;
    transition: all 0.3s ease;
    font-size: 15px;
}

.contact-info:hover {
    background-color: #7f0501;
    color: white;
}

.contact-info span {
    width: 75px;
    height: 75px;
    padding: 0 30px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s ease;
}

.contact-info i {
    font-size: 32px;
    color: #0a193e;
}

.contact input,
.contact textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.form-group-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.form-group-checkbox input {
    width: auto;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
}

.form-group-checkbox a {
    text-decoration: underline;
}

.custom-checkbox {
    width: 15px;
    height: 15px;
    accent-color: #10204e;
    transform: scale(1.5);
}

.contact form img {
    width: 80%;
}

@media (max-width: 992px) {
    .contact form img {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 450px) {
    .contact form img {
        width: 100%;
    }
}

.contact form .button {
    border: none;
    padding: 21px 70px;
    background-color: black;
    color: white;
    position: relative;
    z-index: 1;
}

.contact form .button:hover {
    background-color: #7f0501;
}


.breadcrumb-section {
    text-align: center;
    color: white;
    padding: 5px;
    background: #7f0301;
}

.breadcrumb-section a {
    text-decoration: none;
    color: white;
}

.breadcrumb-section ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.breadcrumb-section ul li {
    list-style: none;
    position: relative;
    font-size: 15px;
    padding-bottom: 6px;
}

.breadcrumb-section ul li::after {
    position: absolute;
    content: '>';
    color: white;
    right: -15px;
}

.breadcrumb-section ul li:last-child::after {
    content: unset;
}
section.post-section {
    background: white;
}

.general-box {
  height: calc(100% - 30px);
}

.general-box .items {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #06141d;
}
.general-box .title {
    color: white;
    font-size: 16px;
    position: relative;
    padding: 15px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.general-box .title:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background: #7f0501;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.general-box:hover .title:before {
    width: 100%;
}
.whatsapp-float{
display:none;
}
@media (min-width: 992px) {
	.whatsapp-float{
display:block;
}
    .whatsapp-float {
        position: fixed;
        bottom: 50px;
        right: 20px;
        z-index: 999;
        width: 60px;
        height: 60px;
        background-color: #25D366;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .whatsapp-float img {
        width: 30px;
        height: 30px;
        z-index: 2;
    }

    .whatsapp-pulse,
    .whatsapp-pulse-ring {
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #25D366;
        animation: pulse-animation 2s infinite;
        opacity: 0.4;
        z-index: 0;
    }

    .whatsapp-pulse-ring {
        animation-delay: 1s;
    }

    @keyframes pulse-animation {
        0% {
            transform: scale(1);
            opacity: 0.5;
        }
        70% {
            transform: scale(1.6);
            opacity: 0;
        }
        100% {
            transform: scale(1);
            opacity: 0;
        }
    }
}
footer.dark-footer {
    border: none !important;
}
.align-center.flexis {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 992px) {
	.align-center.flexis {
	    flex-direction:column;
		gap: 20px;
	}
	.footer-bottom {
    padding-bottom: 100px;
}
}

.footer-sticky {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: black;
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 0;
    padding: 0 0.5rem 1.15rem 0.5rem;
    border-top-left-radius: 2.15rem;
    border-top-right-radius: 2.15rem;
    border-top: 6px solid white;
}

@media (max-width: 992px) {
    .footer-sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.footer-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.footer-sticky .sticky-box .icon {
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-sticky .sticky-box .text {
    font-size: 14px;
    color: white;
    text-align: center;
}

@media (max-width: 568px) {
    .footer-sticky .sticky-box .text {
        font-size: 10px;
    }
}

.footer-sticky .top-box .icon::before {
    content: "";
    position: absolute;
    height: 66px;
    width: 66px;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 0.5;
}

.footer-sticky .top-box .icon::after {
    content: "";
    position: absolute;
    height: 56px;
    width: 56px;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 0.75;
}

.footer-sticky .sticky-box .icon i {
    font-size: 22px;
    color: white;
}

.footer-sticky .top-box .icon i {
    font-size: 22px;
    color: black;
}

.footer-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}
.footer-sticky .top-box .text {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    text-align: center;
}

.footer-sticky .top-box .icon {
    background: white;
    border-radius: 50%;
    position: relative;
}
section.post-section.contact .col-lg-4 .align-center.flexis {
    flex-direction: column;
    gap: 20px;
}
section.post-section.contact form {
    position: sticky;
    top: 90px;
}
div#mobileMenu .headerlogo {
    position: relative;
    margin-bottom: -34px;
    top: 25px;
}
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 100vh;
}

.slide {
  opacity: 0;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
  position: relative;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 100;
  padding: 10px 15px;
  font-size: 30px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  transform: translateY(-50%);
  border: none;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}
	
.corporate-card {
  text-align: center;
  display: grid;
  grid-template-columns: 100%;
  height: calc(100% - 30px);
  position: relative;
  margin-bottom: 30px;
}

.corporate-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 97%;
  left: 0;
  top: 0;
  background: #0c0c0cc4;
}

.corporate-card .image {
  grid-area: 1/1;
}
.corporate-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corporate-card .title {
  font-weight: 700;
  font-size: 28px;
  color: white;
}

.corporate-card .content {
  grid-area: 1/1;
  align-self: flex-end;
  padding: 24px;
  position: relative;
}
.corporate-card .description {
  font-size: 14px;
  color: var(--c-white);
  margin-top: 18px;
}
.corporate-card .btn,.cta .btn {
  margin-top: 10px;
  border-color: white;
  color: white;
  margin-bottom: 25px;
}
.cta .btn {
	margin-top: 40px;
}
@media (max-width: 992px){
	footer.dark-footer {
		padding-bottom: 70px;
	}
}
.breadcrumb-section .title {
    font-size: 22px;
}
.header-top-contact a i {
    position: absolute;
    left: -36px;
    width: 30px;
    height: 30px;
    background: #7f0501;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    top: -4px;
}

.header-top-contact a {
    position: relative;
}

.header-top-contact {
    gap: 55px;
    display: flex;
}

.error-content .title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.error-content .text {
  margin-bottom: 20px;
  font-size: 18px;
}
.error-content {
  text-align: center;
  color: black;
}

.error-content .btn-style {
    background: #7f0501;
    color: white;
    font-size: 14px;
    border-radius: 3px;
}

.mobile-menu .header-top-social a {
    color:white;
}