
:root {
    --primary: #FF5200; 
    --secondary: #1C1B29; 
    --light: #F3F4F6; 
    --dark: #111111; 

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.facts i {
    font-size: 40px;
    color: white;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 900 !important;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.card-title {
    color: var(--primary);
    font-weight: 800;
}

/* Açıklama/metin */
p, .card-text {
    color: #000;
}

/* Turuncu buton */
.btn-primary,
.btn-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: white !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 800 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 65000 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: white;
    border-radius: 16px;
}

.btn-secondary {
    background-color: white;
    border: 1px solid #044237;
    color: #044237;
    border-radius: 16px;
}

.btn-secondary:hover {
    background-color: #044237;
    border: 1px solid #044237;
    color: white;
    border-radius: 16px;
}

.language-switcher .btn-secondary {
    background-color: white;
    color: #044237;
    border-radius: 16px;
}

.language-switcher .btn-secondary:hover {
    background-color: #044237;
    color: white;
    border-radius: 16px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.footer ::placeholder {
    color: white !important;
    opacity: 1;
}

.footer {
    background-color: var(--secondary) !important;
    color: var(--light);
    padding: 40px 0;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar-brand img {
    height: 60px;
    width: auto;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 20px;
    font-weight: 500;
    outline: none;
    white-space: nowrap;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
        white-space: nowrap;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        white-space: nowrap;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        white-space: nowrap;
    }
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,0.8);
    z-index: 1;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

#header-carousel img{
    height: 100vh; 
    object-fit: cover; 
    width: 100%;
}

.page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

    .service-item .service-text {
        background: #FFFFFF;
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
        transition: .3s;
        overflow: hidden;       /* Taşan metni gizler */
        text-overflow: ellipsis; /* Metin sonunda "..." gösterir */
        white-space: nowrap; 
    }

.service-item:hover .service-text {
    background: rgba(255, 82, 0, 0.8); /* turuncu yarı saydam */
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3s;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
    font-size: 1.5rem;
}

.service-item:hover .service-text p {
    color: var(--light);
    font-size: 1.1rem;
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.form-container {
    background-image: url('@Url.Content("~/argon-dashboard-master/assets/img/headerPic/header5.jpg")');
    padding: 160px 0;
    background-size: cover; /* Görüntüyü kapsayacak þekilde ölçekle */
    background-position: center; /* Görüntünün tam ortasýný göster */
    background-repeat: no-repeat;
}

.form-container .btn-secondary {
    background-color: #e9f3ca;
    color: #044237;

}

.form-container .btn-secondary:hover {
    background-color: #044237;
    color: #e9f3ca;
}

@media(max-width: 768px) {
    .form-container {
        background-image: url('@Url.Content("~/argon-dashboard-master/assets/img/headerPic/header5.jpg")');
        padding: 80px 0;
        background-size: cover; /* Görüntüyü kapsayacak þekilde ölçekle */
        background-position: center; /* Görüntünün tam ortasýný göster */
        background-repeat: no-repeat;
    }
}

/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}


.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--dark);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}
.copyright {
    color: var(--light);
    background: var(--secondary);
}

.copyright a {
    color: #FFFFFF;
    font-size: 16px !important;
}

.copyright a:hover {
    color: var(--primary);
}

.ftco-section {
    padding: 6em 0;
    position: relative; }

.heading-section {
    position: relative; }

.heading-section .subheading {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    font-family: "Lora", Georgia, serif;
    font-style: italic;
    color: #82ae46; }
.heading-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    font-family: "Poppins", Arial, sans-serif; }
@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 32px; } }
.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9); }
.heading-section.heading-section-white h2 {
    font-size: 36px;
    color: #fff; }
.heading-section.heading-section-white h2:after, .heading-section.heading-section-white h2:before {
    display: none; }
.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9); }

section {
    display: block;
}

.WhyUs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px; /* Ürün kartý geniþliði */
    max-width: 300px; /* Maksimum geniþlik */
    margin: 0 auto 30px; /* Ortalanmýþ ve alt boþluk */
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 16px;
}

.WhyUs .btn-secondary {
    padding: 8px 11px;
    font-size: 14px;
    background-color: var(--primary);
    color: white;
    border-radius: 8px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-prod {
    width: auto; /* Resim geniþliði */
    max-width: 240px;
    height: 240px; /* Sabit yükseklik */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Taþmalarý gizle */
    position: relative;
    padding:0;
}

    .img-prod img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Resim boyutunu kýrp ve sýðdýr */
        transition: transform 0.3s ease;
    }

    .img-prod:hover img {
        transform: scale(1.1); /* Hover'da büyüt */
    }
.WhyUs .img-prod .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #82ae46;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.WhyUs .img-prod span.status {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    font-weight: 300;
    background: #82ae46;
    font-size: 12px; }
.WhyUs .img-prod img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.WhyUs .img-prod:hover img, .WhyUs .img-prod:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
.WhyUs .img {
    display: block;
    height: 500px; }
.WhyUs .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.WhyUs .icon span {
    color: #000000; }
.WhyUs:hover .icon {
    opacity: 1; }
.WhyUs:hover .img-prod .overlay {
    opacity: 0; }
.WhyUs .text {
    background: #fff;
    position: relative;
    width: 100%; }
.WhyUs .text h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Poppins", Arial, sans-serif; }
.WhyUs .text h3 a {
    color: #000000; }
.WhyUs .text p.price {
    margin-bottom: 0;
    color: #82ae46;
    font-weight: 400; }
.WhyUs .text p.price span.price-dc {
    text-decoration: line-through;
    color: #b3b3b3; }
.WhyUs .text p.price span.price-sale {
    color: #82ae46; }
.WhyUs .text .pricing {
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.WhyUs .text .bottom-area {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.WhyUs .text .bottom-area a {
    color: #fff;
    width: 100%;
    background: #82ae46;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.WhyUs .text .bottom-area .m-auto {
    margin: 0 auto; }
.WhyUs:hover {
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07); }
.WhyUs:hover .pricing {
    opacity: 0; }
.WhyUs:hover .text .bottom-area {
    opacity: 1; }

.WhyUs-details h3 {
    font-size: 36px;
    font-weight: 400; }

.WhyUs-details .price span {
    font-size: 36px;
    color: #000000; }

.WhyUs-details button i {
    color: #000000; }

.WhyUs-details .quantity-left-minus {
    background: transparent;
    padding: 0 15px; }

.WhyUs-details .quantity-right-plus {
    background: transparent;
    padding: 0 15px; }

.WhyUs-details button, .WhyUs-details .form-control {
    height: 40px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #82ae46;
    padding: 10px 20px;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 16px; }
.WhyUs-details button:hover, .WhyUs-details button:focus, .WhyUs-details .form-control:hover, .WhyUs-details .form-control:focus {
    text-decoration: none;
    outline: none; }

.WhyUs-details .form-group {
    position: relative; }
.WhyUs-details .form-group .form-control {
    padding-right: 40px;
    color: #000000;
    background: transparent !important; }
.WhyUs-details .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4d4d4d; }
.WhyUs-details .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d4d4d; }
.WhyUs-details .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #4d4d4d; }
.WhyUs-details .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #4d4d4d; }
.WhyUs-details .form-group .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000; }
.WhyUs-details .form-group .icon span {
    color: #000000; }
@media (max-width: 767.98px) {
    .WhyUs-details .form-group .icon {
        right: 10px; } }
.WhyUs-details .form-group .select-wrap {
    position: relative; }
.WhyUs-details .form-group .select-wrap select {
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    letter-spacing: 2px; }
.fixed-popup-image {
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: auto;
}
@media (max-width: 768px) {
    .fixed-popup-image {
        width: auto;
        max-width: 250px;
        height: auto;
        max-height: 250px;
        object-fit: cover;
        border-radius: 8px;
        display: block;
        margin: auto;
    }
}

@media (max-width: 767.98px) {
    .service-item:hover .service-text h4 {
        font-size: 1.4rem;
    }
    .service-item:hover .service-text p {
        font-size: 1rem;
    }
}

/* Hizmetler kart başlıkları ve açıklamaları için özel font büyüklüğü */
.service-item .service-text h4,
h4.service-title {
    font-size: 2rem !important;
}
.service-item .service-text p {
    font-size: 1.15rem !important;
}
@media (max-width: 767.98px) {
    .service-item .service-text h4,
    .service-item:hover .service-text h4,
    h4.service-title {
        font-size: 1.4rem !important;
    }
    .service-item .service-text p,
    .service-item:hover .service-text p {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 767.98px) {
  html {
    font-size: 22px !important;
  }
  p, .card-text, .form-text, label, .form-label, .footer, .copyright, .about-text, .section-title, .service-item .service-text p {
    font-size: 1.25rem !important;
  }
  input, textarea, select, .form-control {
    font-size: 1.15rem !important;
  }
  .navbar .navbar-nav .nav-link { font-size: 1.2rem !important; }
  .btn, .btn-primary, .btn-secondary { font-size: 1.1rem !important; }
  .service-item .service-text h4, h4.service-title { font-size: 1.5rem !important; }
  .heading-section .subheading { font-size: 1.4rem !important; }
  .heading-section h2 { font-size: 2.1rem !important; }
  .WhyUs .text h3 { font-size: 1.3rem !important; }
  .WhyUs-details h3, .WhyUs-details .price span { font-size: 1.6rem !important; }
}

@media (max-width: 576px) {
  h1, .h1 { font-size: 1.9rem !important; }
  h2, .h2 { font-size: 1.6rem !important; }
  h3, .h3 { font-size: 1.4rem !important; }
  h4, .h4 { font-size: 1.3rem !important; }
  h5, .h5 { font-size: 1.25rem !important; }
  h6, .h6 { font-size: 1.1rem !important; }
  .form-heading, .section-title, .footer-title {
    font-size: 1.3rem !important;
  }
  p, label, input, textarea, select, .text-muted, li, a, span {
    font-size: 1.1rem !important;
  }
  .counter, .stat-value {
    font-size: 1.35rem !important;
  }
}

