:root {
--primary-orange: #d76527;
--dark-blue-overlay: rgba(28, 71, 102, 0.85);
}.slider-container {
position: relative;
width: 100%;
height: 100vh;
min-height: 600px;
background-color: #000;
overflow: hidden;
}.slider-container .slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1s ease-in-out;
display: flex;
align-items: center;
z-index: 1;
}.slider-container .slide.active {
opacity: 1;
z-index: 2;
}.bg-img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -2;
}.overlay {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(110deg, var(--dark-blue-overlay) 40%, rgba(20, 50, 75, 0.7) 100%);
z-index: -1;
}.slider-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
position: relative;
z-index: 10;
}.text-area {
max-width: 650px;
padding-left: 30px;
border-left: 5px solid var(--primary-orange);
color: #fff;
animation: fadeInLeft 1s ease forwards;
}.sub-title {
font-size: 14px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 15px;
opacity: 0.9;
}.main-title {
font-size: 60px;
font-weight: 800;
line-height: 1.1;
margin-bottom: 20px;
margin-top: 30px;
}.custom-btn {
display: inline-block;
background-color: var(--primary-orange);
color: #fff;
padding: 18px 35px;
font-size: 14px;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
transition: all 0.3s ease;
border: none;
}.custom-btn:hover {
background-color: #e24907;
transform: translateY(-3px);
}.ac-unit-image {
max-width: 500px;
animation: fadeInRight 1.2s ease forwards;
}.floating-ac {
width: 100%;
filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
}.bottom-shape {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 15vh;
background-color: var(--primary-orange);
clip-path: polygon(100% 0, 100% 100%, 0 100%);
z-index: 5;
}.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
z-index: 100;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}.slider-btn svg { width: 25px; fill: white; }
.slider-btn:hover { background: var(--primary-orange); border-color: var(--primary-orange); }
.prev-btn { left: 20px; }
.next-btn { right: 20px; }@keyframes fadeInLeft {
from { opacity: 0; transform: translateX(-50px); }
to { opacity: 1; transform: translateX(0); }
}@keyframes fadeInRight {
from { opacity: 0; transform: translateX(50px); }
to { opacity: 1; transform: translateX(0); }
}@media (max-width: 991px) {
.ac-unit-image { display: none; }
.text-area { max-width: 100%; text-align: center; border-left: none; padding-left: 0;display:none; }
.main-title { font-size: 40px; }
.bottom-shape { height: 10vh; }
}@media(max-width:1024px){
.slider-container {
height: 50vh;
min-height: 450px;
margin-top: 110px;
}
.overlay{
display: none;
}
}
a.WhatsApp1 {
display: flex;
font-size: 18px;
background: #2EB843;
font-weight: 600;
width: 51px;
height: 51px;
position: fixed;
bottom: 20px;
left: 20px;
border-radius: 50%;
transition: all .1s ease-out 0s;
color: #fff;
align-items: center;
justify-content: center;
animation: whatsapp infinite 2s linear;
z-index: 9999;
}a.WhatsApp1 svg { width: 24px; height: 24px; fill: white; }@keyframes whatsapp {
0% { box-shadow: 0 0 0 0 #2EB843 }
50% { box-shadow: 0 0 0 10px #015dc700 }
100% { box-shadow: 0 0 0 0 #015dc700 }
}@media(max-width:1024px){
a.WhatsApp1 { bottom: 60px }
}.about-modern {
padding: 80px 0;
position: relative;
background-color: #fff;
overflow: hidden;
}.about-modern::after {
content: '';
position: absolute;
top: 0; right: 0; width: 400px; height: 400px;
background-image: radial-gradient(#ddd 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.3;
z-index: 1;
}.about-image-stack {
position: relative;
padding-left: 50px;
}.main-img-box {
position: relative;
z-index: 2;
border: 15px solid #fff;
box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}.main-img-box img { width: 100%; height: auto; display: block; }.side-line {
position: absolute;
top: 0; right: -25px;
width: 10px; height: 100%;
background-color: #d76527;
}.shape-circle {
position: absolute;
left: -80px; top: 20%;
width: 250px; height: 250px;
border: 45px solid #d76527;
border-radius: 50%;
z-index: 0;
}.sub-img-box {
position: absolute;
bottom: -40px; right: -20px;
width: 60%;
z-index: 3;
border: 10px solid #fff;
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.play-btn {
position: absolute;
top: 0; left: 0;
background: #000;
color: #fff;
width: 70px; height: 70px;
display: flex; align-items: center; justify-content: center;
font-size: 20px;
}.about-content { padding-left: 30px; position: relative; z-index: 2; }.section-label {
color: #d76527;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
display: flex; align-items: center;
}.section-label::after {
content: ''; width: 40px; height: 2px; background: #d76527; margin-left: 10px;
}.section-title { font-size: 40px; margin-top: 0; font-weight: 700; color: #000; line-height: 1.2; margin-bottom: 25px; }
.section-title span { color: #d76527; }
.section-desc { color: #666; font-size: 16px; line-height: 1.8; margin-bottom: 30px; }.features-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 40px;
}.feature-item { display: flex; align-items: center; gap: 15px; }
.feature-item h4 { font-size: 18px; margin-bottom: 10px; font-weight: 700; color: #000; margin-top: 0; }
.feature-item p { margin: 0; font-size: 14px; color: #888; }
.feature-item svg { width: 40px; height: 50px; overflow: inherit; fill: #d76527; }.about-footer { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }.contact-infocu { display: flex; align-items: center; gap: 15px; }.phone-icon {
width: 50px; height: 50px;
background: #f8f8f8;
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
color: #d76527;
font-size: 20px;
}.phone-icon svg { width: 50px; height: 20px; overflow: inherit; fill: #d76527; }
.phone-text span { display: block; font-size: 13px; color: #777; margin-bottom:5px; }
.phone-text strong { display: block; font-size: 18px; color: #000; }@media (max-width: 991px) {
.about-modern { padding: 60px 0; }
.about-image-stack { margin-bottom: 80px; padding-left: 0; display:none; }
.shape-circle { left: -20px; width: 150px; height: 150px; }
.section-title { font-size: 32px; }
.about-content { padding-left: 0; }
.features-grid { grid-template-columns: 1fr; }
}.modern-services-section { padding: 80px 0; text-align: center; position: relative; background-color: transparent; }
.modern-services-section:before { position: absolute; background-color: #f3f3f3; height: 500px; z-index: -1; width: 100%; content: ''; left: 0; top: 0; }.serviceSwiper {
width: 100%;
padding: 40px 0 0px 0;
overflow: hidden;
}.swiper-slide {
height: auto;
display: flex;
}.service-card-item {
width: 100%;
margin-bottom: 0;
}@media (max-width: 768px) {
.serviceSwiper {
padding: 10px 0 0px 0;
}
}.section-title-box h6 { color: #d76527; font-weight: 700; letter-spacing: 1px; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0; }
.section-title-box .title-line { width: 40px; height: 2px; background-color: #d76527; display: inline-block; }
.section-title-box h2 { font-size: 40px; font-weight: 700; color: #000; margin-bottom: 40px; margin-top: 0; }.service-card-item { background: transparent; position: relative; transition: transform 0.3s ease; height: 100%; display: flex; flex-direction: column; }
.service-card-item:hover { transform: translateY(-10px); }.card-icon-box { background: #000; display: flex; align-items: center; justify-content: center; color: #fff; z-index: 5; height: 100px; line-height: 100px; position: absolute; text-align: center; top: -50px; width: 100px; right: 20px; }
.card-icon-box svg { width: 40px; height: 50px; overflow: inherit; fill: #fff; }.card-text-content { padding: 70px 20px 40px 30px; position: relative; flex-grow: 1; max-width: 100%; text-align: left; background: white; }
.card-text-content h3 { font-size: 22px; font-weight: 700; color: #000; margin-bottom: 10px; margin-top: 0; padding-right: 50px; }
.card-text-content p { color: #777; font-size: 15px; line-height: 1.6; margin: 0; }.card-action-btn { position: absolute; right: 20px; bottom: -30px; width: 50px; height: 50px; background: #d76527; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; text-decoration: none; z-index: 10; transition: 0.3s; padding: 0 10px; }
.card-action-btn:hover { background: #000; color: #fff; }
.card-action-btn svg { width: 20px; height: 50px; overflow: inherit; fill: #fff; }.card-image-box { width: 100%; overflow: hidden; padding-bottom: 20px; position: relative; background: white; }
.card-image-box img { width: 100%; height: 250px; object-fit: cover; display: block; transition: 0.5s; }@media (max-width: 991px) {
.section-title-box h2 { font-size: 32px; }
.service-card-item { margin-top: 40px; }
}@media (max-width: 576px) {
.card-icon-box { width: 60px; height: 60px; font-size: 25px; top: -20px; }
}.cooltech-info { padding: 0 0 100px 0; background-color: #fff; }.cooltech-mask-title {
font-size: clamp(80px, 15vw, 220px);
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height: 1;
background-image: url('../images/bg-text.jpg');
background-size: cover;
background-position: center;
background-clip: text;
-webkit-background-clip: text;
color: transparent;
opacity: 0.8;
padding-top: 20px;
}.cooltech-info .main-heading { font-size: 42px; font-weight: 800; color: #000; line-height: 1.2; }
.cooltech-info .desc-text p { color: #777; font-size: 16px; line-height: 1.7; margin-bottom: 0; }.skills-wrapper .skill-item { margin-top: 20px; }
.skill-info { display: flex; justify-content: space-between; font-weight: 700; color: #000; margin-bottom: 10px; font-size: 15px; }
.progress-line { width: 100%; height: 10px; background: #f1f1f1; border-radius: 5px; position: relative; overflow: hidden; }
.progress-line .fill { height: 100%; background: #d76527; border-radius: 5px; transition: width 1.5s ease-in-out; }@media (max-width: 991px) {.cooltech-info { padding: 0 0 100px 0; }
.cooltech-info .main-heading { font-size: 32px; margin-bottom: 30px; text-align: center; }
.cooltech-info .desc-text { text-align: center; margin-bottom: 40px; }
.cooltech-mask-title { font-size: 80px; margin-bottom: 20px; }
}.cta-image-block { position: relative; width: 100%; }@media(max-width:1024px){
.cta-image-block{
display: none;
}
}
.orange-cta-bar { background-color: #d76527; background-image: url(../images/bg-shape2.png); margin-bottom: -100px; padding: 60px 80px; z-index: 10; color: white; position: relative; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; text-align: left; }
.cta-text-left h3 { font-size: 32px; font-weight: 800; line-height: 1.1; margin: 0; }.phone-circle { width: 90px; height: 90px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.phone-circle svg { width: 90px; height: 40px; overflow: inherit; fill: #d76527; }.cta-text-right { text-align: right; }
.cta-text-right span { display: block; font-size: 16px; opacity: 0.9; }
.cta-text-right a { font-size: 40px; font-weight: 800; color: #fff; text-decoration: none; }.hero-image-area { position: relative; width: 100%; height: 500px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.hero-image-area .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); }.centered-button-box { position: relative; z-index: 5; }
.main-action-btn { background-color: #d76527; color: #fff; padding: 20px 45px; font-size: 18px; font-weight: 700; text-decoration: none; transition: 0.3s; display: inline-block; margin-top: 130px; }
.main-action-btn:hover { background-color: #000; transform: scale(1.05); }@media (max-width: 991px) {
.cta-grid { flex-direction: column; text-align: center; gap: 30px; }
.cta-text-left h3 { font-size: 26px; }
.cta-text-right { text-align: center; }
.cta-text-right a { font-size: 30px; }
.hero-image-area { height: 350px; }
}.modern-blog-section { padding: 80px 0; }
.blog-header .sub-label { color: #d76527; font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.blog-header .line { width: 40px; height: 2px; background: #d76527; }
.blog-header .main-title { font-size: 42px; font-weight: 800; color: #000; margin: 0; text-shadow: none; }.btn-discover { background: #d76527; color: #fff !important; padding: 15px 30px; font-weight: 700; font-size: 16px; text-decoration: none; transition: 0.3s; display: inline-block; }
.btn-discover:hover { background: #000; transform: translateY(-3px); }.blog-card { background: #fff; border-radius: 10px; overflow: hidden; position: relative; height: 100%; transition: 0.3s; border: solid 2px #0000000a; }
.card-img-wrap { position: relative; overflow: hidden; }
.card-img-wrap img { transition: 0.5s; width: 100%; }
.blog-card:hover .card-img-wrap img { transform: scale(1.1); }.date-badge { position: absolute; top: 0; right: 20px; background: #d76527; color: #fff; padding: 10px 15px; text-align: center; font-weight: 700; z-index: 5; clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%); }
.date-badge .day { display: block; font-size: 20px; line-height: 1; }
.date-badge .month { font-size: 11px; text-transform: uppercase; }.card-content { padding: 20px 30px 50px 30px; }
.card-meta { margin-bottom: 15px; font-size: 14px; color: #777; }
.meta-item { margin-right: 15px; }
.meta-item i { color: #d76527; margin-right: 5px; }
.card-title { font-size: 18px; font-weight: 600; line-height: 1.4; margin: 0; }
.card-title a { color: #000; text-decoration: none; transition: 0.3s; }
.card-title a:hover { color: #d76527; }.card-footer-btn { position: absolute; bottom: -50px; left: 0; width: 100%; background: #1a1d2e; color: #fff !important; padding: 12px 30px; display: flex; justify-content: space-between; align-items: center; text-decoration: none; font-weight: 700; font-size: 13px; transition: 0.3s ease-in-out; }
.blog-card:hover .card-footer-btn { bottom: 0; }@media (max-width: 768px) {
.blog-header .main-title { font-size: 30px; }
.blog-header { flex-direction: column; align-items: flex-start !important; }
.card-footer-btn { position: relative; bottom: 0; }
}.main-wrapper { display: flex; position: relative; overflow: hidden; }
.main-wrapper:after { background-image: url(../images/bg-shape3.png); background-repeat: no-repeat; background-size: contain; bottom: 0; content: ""; left: 75px; position: absolute; top: 0; width: 100%; z-index: -1; }
.left-orange-bar { width: 75px; background-color: #d76527; flex-shrink: 0; }
.content-container { display: flex; width: 100%; margin: 0; }
.form-section { flex: 1; padding: 80px 50px 50px 50px; display: flex; flex-direction: column; justify-content: center; z-index: 1; }
.sub-title { color: #d76527; font-weight: 700; font-size: 14px; letter-spacing: 2px; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.sub-title .line { width: 40px; height: 2px; background-color: #d76527; }
.form-section h1 { color: #0a1c35; font-size: 42px; margin-bottom: 40px; font-weight: 700; margin-top: 0; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.input-group { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }input, textarea { width: 100%; padding: 15px 20px; border: none; background-color: #f2f2f2; font-size: 14px; outline: none; border-radius: 2px; }
input::placeholder, textarea::placeholder { color: #888; }.send-btn { background-color: #d76527; color: white; border: none; padding: 18px 35px; font-weight: 700; width: fit-content; cursor: pointer; transition: 0.3s; box-shadow: 0 4px 15px rgba(255, 87, 0, 0.3); margin-top: 10px; }
.send-btn:hover { background-color: #e64e00; }.image-section { flex: 1; position: relative; min-height: 500px; background-size: cover !important; }
.orange-info-box { position: absolute; bottom: 15px; left: 90px; color: white; padding: 40px; width: 300px; transform: translateY(20px); background-color: #d76527; border-style: solid; border-width: 20px 20px 0px 0px; border-color: #ffffff; }
.orange-info-box .icon { margin-bottom: 20px; filter: brightness(0) invert(1); }
.orange-info-box p { font-size: 20px; font-weight: 700; line-height: 1.4; }@media (max-width: 992px) {
.content-container { flex-direction: column; }
.form-section { padding: 40px 0px; }
.form-section .header {padding: 0 0 0 30px;}
.image-section { min-height: 400px; order: -1; }
.orange-info-box { position: relative; width: 100%; transform: translateY(0);display:none; }
}@media (max-width: 600px) {
.input-group { grid-template-columns: 1fr; }
.form-section h1 { font-size: 28px; }
.left-orange-bar { width: 15px; }
}.ref-slider-wrapper { background: #ffffff; padding: 75px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; overflow: hidden; width: 100%; }
.ref-container { max-width: 1295px; margin: 0 auto; overflow: hidden; position: relative; }
.ref-track { display: flex; width: calc(250px * 10); animation: scrollRef 30s linear infinite; }
.ref-item { width: 290px; display: flex; justify-content: center; align-items: center; padding: 0 20px; }
.ref-item img { max-width: 196px; height: auto; filter: grayscale(100%); opacity: 0.5; transition: all 0.4s ease; }
.ref-item img:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.05); }@keyframes scrollRef {
0% { transform: translateX(0); }
100% { transform: translateX(calc(-250px * 5)); }
}@media(max-width:1024px){
.ref-slider-wrapper {
padding: 35px 0;
}
}@media (max-width: 768px) {
.ref-item { width: 160px; }
.ref-track { width: calc(160px * 10); animation-duration: 20s; }
@keyframes scrollRef {
0% { transform: translateX(0); }
100% { transform: translateX(calc(-160px * 5)); }
}
.ref-item img { max-width: 100px; }
}.form2 { color: #333; position: relative; overflow: hidden; }
.form2 label { font-size: 14px; text-transform: uppercase; color: #888; margin-bottom: 8px; display: block; letter-spacing: 1.5px; }
.form2 .guvenlik_input { position: relative; }
.form2 .guvenlik_resim { position: absolute; top: 40px; right: 0; }
.form2 .guvenlik_resim .guvenlikResim { width: 80px; }
.form2 input { width: 100%; padding: 16px; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 3px; color: #333; font-size: 16px; transition: all 0.3s ease; outline: none; height: 40px; }
.form2 textarea { width: 100%; padding: 16px; margin-bottom: 15px; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 3px; color: #333; font-size: 16px; transition: all 0.3s ease; outline: none; height: 70px; }
.form2 input:focus, .form2 textarea:focus { border-color: #3498db; background-color: #fff; box-shadow: 0 0 10px rgba(52, 152, 219, 0.2); }
.form2 button { background-color: #3498db; color: #fff; padding: 10px 10px; border: none; border-radius: 3px; text-transform: uppercase; font-weight: bold; width: 100%; cursor: pointer; transition: all 0.4s ease; font-size: 16px; box-shadow: 0 4px 10px rgb(0 0 0 / 30%); margin-top: 30px; }
.form2 button:hover { box-shadow: 0 8px 20px rgb(0 0 0 / 50%); }
.form2 .alert { background-color: #e74c3c; color: #fff; padding: 12px; border-radius: 8px; font-size: 14px; margin-top: 20px; text-align: center; display: none; }@media (max-width: 768px) {
.form2 { padding: 30px; }
}@media(max-width:1024px){
.modern-blog-section{
display: none;
}
}