
body{
    background-color: 
    #383e42 !important; 
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-x: hidden;
    padding-top: 3.5%!important;
    
}
:root {
    --bs-accordion-border-color: #e69c1c !important; 
}

ul li{
    list-style-type:none
}
*{
    box-sizing: border-box;
}
a{
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700 ;
    text-decoration: none !important;
    color: white !important;
}
h2,h3,h5,p,span{
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400 ;
    text-decoration: none !important;
    color: white!important;
    
}

.form-control:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 0 2px #383e42 !important;
}
/* main media(stickytop) */
@media (max-width: 760px) {
    main {
      margin-top: 7%!important;
    }
  }
/* NAVBAR START */
.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    margin-right: auto;
}

.social-icons {
    display: flex;
    gap: 10px;
}

/* Hamburger button styles */
.navbar-toggler {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Transition for navbar collapse */
.collapse {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.collapse.show {
    max-height: 100vh; /* Adjust this value as needed */
}
/* NAVBAR OFFER MODAL SMALL SCREEN */
@media (max-width: 590px) {
    .modal-offer{
        height: 200px !important;  
    }
   
     
 }
 
@media (min-width: 2560px) {
    /* 2K SCREEN MEDIA */
    .nav-item a{
        font-size: 2rem;
    }
    .social-icons  button{
        font-size: 2rem;
    }
   .instagram{
    font-size: 2rem;
   }
   .whatsapp{
    font-size: 2rem;
   }
   #switchButton span{
    font-size: 1.5rem;
   }
   .navbar-brand img{
    width:  360px !important;

   }
   .address-part p,span,a{
    font-size: 2rem !important;

   }
   .address-part h2{
    font-size: 4rem !important;
    
   }
   .address-part{
    padding-top: 7% !important;
   }
   .text-highlight{
    font-size: 1.3rem !important;
   }
   .text-content{
    font-size: 1.3rem !important;
   }
   .text-title{
    font-size: 1.5rem !important;
   }
}

/* SMALL SCREEN FOR SOCIAL AND OFFER BT */


@media (max-width: 442px) {
   .navbar-brand{
    width: 110px; 
    height: 40px;

   }
   .btn-offer {
    
    width: 70px;
    font-size: 9px !important;
    
   
}
.navbar-toggler{
    width: 20px;
}
.social-icons i {
    font-size: 15px; 
}
#switchButton{
    font-size: 15px;
}
    
}

/* Styles for larger screens */
@media (min-width: 992px) {
    .navbar-collapse {
        justify-content: center;
    }

    .navbar-nav {
        text-align: center;
    }

    .social-icons {
        margin-left: auto;
        order: 2; 
    }

    .navbar-toggler {
        order: 3; 
    }
}

/* Styles for smaller screens */
@media (max-width: 991.98px) {
    .navbar-toggler {
        order: 3; 
        margin-left: auto;
    }

    .navbar-brand {
        order: 1; 
        margin: 0 auto;
    }

    .social-icons {
        order: 2; 
        margin: 0 auto;
    }

    .collapse {
        order: 4; 
        width: 100%;
        text-align: center;
    }
}
.navbar-nav li {
    position: relative;
  }
  
  .navbar-nav li a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #383e42 !important; 
    position: relative;
    z-index: 1;
    font-weight: 500;
    
  }
  
  .navbar-nav li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #383e42;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
    z-index: 0;
  }
  
  .navbar-nav li:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
 

  .active-page {
    color: #000 !important; /* Koyu renk */
    font-weight: bold !important; /* Kalın font */
}


.navbar-nav .nav-link {
    color: #383e42; 
   
}
 /* NAV- ACTIVE effect/ /*NAV- ACTIVE-EFFECT */ /* NAV- ACTIVE effect/ /*NAV- ACTIVE-EFFECT */
.navbar-nav .nav-link.active, 
.anasayfa .navbar-nav .nav-link[href="index.html"],
.kurumsal .navbar-nav .nav-link[href="Kurumsal.html"],
.urunlerimiz .navbar-nav .nav-link[href="Urunlerimiz.html"],
.teknik-cizim-numune .navbar-nav .nav-link[href="Teknik-Cizim-Numune.html"],
.kalite-politikamiz .navbar-nav .nav-link[href="Kalite-Politikamiz.html"],
.iletisim .navbar-nav .nav-link[href="Iletisim.html"] {
    border-radius: 4%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    color: #383e42 !important; 
}



/* Homepage */
.homepage #homepage {
    border-radius: 4%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
font-weight: bold;
    color: #383e42 !important;
   
    
}


.corporate #corporate {
    border-radius: 4%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    font-weight: bold;
    color: #383e42 !important;
}

/* Our Products */
.products #products {
    border-radius: 4%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    font-weight: bold;
    color: #383e42 !important;
}

/* Technical Drawing Sample */
.technical-drawing-sample #technical-drawing-sample {
    border-radius: 4%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    font-weight: bold;
    color: #383e42 !important;
}

/* Our Quality Policy */
.quality-policy #quality-policy {
    border-radius: 4%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    font-weight: bold;
    color: #383e42 !important;
}

/* Contact */
.contact #contact {
    border-radius: 4%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    font-weight: bold;
    color: #383e42 !important;
}

  /* NAV- CONTACT-EFFECT/ /*NAV- CONTACT-EFFECT */ /*NAV- CONTACT-EFFECT */ /* NAV- CONTACT-EFFECT */
  .instagram {
    
    color: #383e42; 
    transition: color 1s ease; 
}

.instagram:hover {
    color: transparent;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whatsapp{
    color: #383e42;
    transition: color 0.3s ease; 
}
.whatsapp:hover {
  
    color: #25D366; 
}


.contact-info h2 {
    font-size: 1.5rem;
    font-weight: bold;
}
.contact-info p {
    margin: 5px 0;
}
.contact-info .label {
    font-weight: bold;
}
.contact-info a {
    color: #383e42;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
    color: #383e42 !important;
}
.contact-info .bold {
    font-weight: bold !important;
}



/* Span main page  hover/ /*Span main page  hover */ /*Span main page  hover */ /* Span main page  hover */
.span-sponge{
    color: #e69c1c !important;
}
.main-page-sponge{
    border-radius: 5px;
    border: 1px solid  rgb(230, 156, 28);;
    box-shadow: 0 4px 8px rgb(230, 156, 28);
    
}
.main-page-sponge:hover{
   
    box-shadow: 0 4px 8px rgb(230, 156, 28);
scale: 1.02;
}

/* Liste isaret/ /*Liste isaret */ /*Liste isaret */ /* Liste isaret */
.check-list {
    list-style: none;
    padding-left: 0;
    
}

.check-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: white;
}

.check-list li i {
    color: #e69c1c;
    margin-right: 15px; 
}

 /* TEXT Kalite Politikamiz  */ /* TEXT Kalite Politikamiz */ /* TEXT Kalite Politikamiz */ /* TEXT Kalite Politikamiz */



.text-subtitle-quality {
    color: #e69c1c !important;
    font-weight: bold !important;
}
.text-subtitle-quality:hover {
    font-size: 210%;
    text-decoration: underline !important;
}
.text-content-quality {
    color: white;
    font-size: larger;
}
  /* TEXT CSS  */ /* TEXT CSS */ /* TEXT CSS */ /* TEXT CSS */
  
.text-container {
    background-color: #383e42;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

.text-container:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.text-title {
    font-weight: 700;
    font-size: 1rem;
    
}

.text-content {
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #333;
}

.text-highlight {
    font-weight: 700;
    color: #007bff; 
}

.text-container p {
    margin-bottom: 0;
}
  /* Carousel indicators */ /* Carousel indicators */ /* Carousel indicators */ /* Carousel indicators */
  .btn-offer-send{
    padding: 10px 20px;
    background-color: #383e42;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s;
  }
  .btn-offer-send:hover {
    background-color: #e69c1c;
    transform: scale(1.05);
    color: #383e42;
}
.btn-offer-send:focus {
    outline: none;
    box-shadow: 0px 0px 10px #383e42;
}

  .btn-offer {
    padding: 3px 6px;
    background-color: #383e42;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s;
}
.btn-offer:hover {
    background-color: #e69c1c;
    transform: scale(1.05);
    color: #383e42;
}
.btn-offer:focus {
    outline: none;
    box-shadow: 0px 0px 10px #383e42;
}

 .c-item {
    height: 600px;
  }


  .c2-item {
    height: 400px;
  }


  .c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
  }
  
  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes slideInFromLeft {
    from {
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .slide-right {
    animation: slideIn 0.7s forwards;
  }
  
  .slide-left {
    animation: slideInFromLeft 0.7s forwards;
  }
  
/* main-page-col-md-4 */ /*  */ /* main-page-col-md-4 */ /* main-page-col-md-4 */
.service-card {
    padding: 20px;
    background-color:#383e42 ;
    border-radius: 8px;
    text-align: center;
    transition: box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgb(230, 156, 28);
    box-shadow: 0 4px 8px rgb(230, 156, 28);
    
}
.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
   
}
.service-card:hover .service-icon{
    background-color: #e69c1c;
} 
.service-card:hover h4,
.service-card:hover p {
    color: #e69c1c !important; /* İstediğiniz renk ile değiştirin */
}
.service-icon {
    width: 70px;
    height: 70px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 30px;
    box-shadow: 0 4px 8px rgb(230, 156, 28);
}
.service-title {
    font-weight: 700;
    color: white;
    
}
.service-subtitle {
    color: #555555;
    margin-bottom: 15px;
}
.service-description {
    color: #666666;
    font-size: 0.95em;
}
/* main-card */ /*  */ /* main-card */ /* main-card */
.product-card {
    border: 1px solid rgb(230, 156, 28);
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(230, 156, 28);
}
.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.product-card:hover a{
    color: #e69c1c !important;
    
}
.product-card img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.product-card:hover img {
    transform: scale(1.1);
}
.product-info {
    flex-grow: 1;
}


/* accordion */ /* accordion */ /* accordion */
.accordion {
    margin: 50px auto;
   
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.accordion-collapse {
    background-color: #383e42;
    animation: slideDown 0.3 ease-out;
}
.accordion-button{
    background-color: #383e42 !important;
    color: #ffffff !important;
    position: relative;
    box-shadow: none !important;
}

.accordion-button:active, .accordion-button:focus{
    border: none !important;
}

.accordion-button:hover{
    background: #e69c1c !important;
    color: #383e42 !important;
}
.accordion-body {
    background-color: #383e42;
    color: #e69c1c;
}
.accordion-body:hover {
    background-color: #e69c1c;
    color:  #383e42;
}
.accordion-button::after{
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 32H64a64 64 0 0 0-64 64v320a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V96a64 64 0 0 0-64-64zM192 384H96V288h96zm0-160H96V128h96zm224 160H320V288h96zm0-160H320V128h96z"/></svg>') !important;
    transform: scale(1.2);
    filter: invert(100%); 
    border-radius: 3px;
    transition: .5s !important;
}

/* infocard */ /*  */ /* infocard */ /* infocard */
.info-card {
    padding: 2rem;
    text-align: center;
    border: 1px solid rgb(230, 156, 28);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px; 
    box-shadow: 0 4px 8px rgb(230, 156, 28);
}

.info-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgb(230, 156, 28);
}
.info-card:hover .info-icon i {
    color: #e69c1c !important; 
   
}
.info-card:hover .info-title,
.info-card:hover .info-text {
    color: #e69c1c !important; 
}
.info-icon {
    font-size: 3rem;
    color: white;
    margin-bottom: 1rem;
   
}
.info-title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    
}
.info-text {
    font-weight: 200;
}

/* certificates and little part */ /*  */ /* certificates and little part */ /* certificates and little part */
.certificates-section {
    padding: 3rem 0;
    text-align: center;
}
.certificates-section h2 {
    margin-bottom: 2rem;
}
.certificates-section img {
    max-width: 100px;
    margin: 0 1rem;
}
.certificates-section p {
    margin-top: 1rem;
    font-size: 1rem;
}
.info-section {
  
    padding: 0.5rem 0;
    text-align: center;
   
}
.info-section p{
  
    font-size: 8px;
   
}
.info-section .product-list {
    
    margin-top: 1rem;
    
}

.product-list p{
    float: left;
    margin-top: 1rem;
}

.image-container {
    position: relative;
    border-radius: 5%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgb(230, 156, 28);
}
/*  Urunler */ /*  Urunler */ /*  Urunler */


.image-container img {
    border: 1px solid  rgb(230, 156, 28);
    
    transition: transform 0.3s ease-in-out;
}


.image-container:hover img {
    transform: scale(1.2);
}



 

.content {
    text-align: center;
    padding: 50px;
    background-color: #e6f2ff;
}
.content img {
    width: 100%;
    height: auto;
    padding: 10px;
}

.content {
    text-align: center;
    padding: 50px;
    background-color: #e6f2ff;
}
.content img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.content {
    text-align: center;
    padding: 50px;
    background-color: #e6f2ff;
}
.content img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.content {
    text-align: center;
    padding: 50px;
    background-color: #e6f2ff;
}
.content h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}
.content p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto;
}
.content img {
    width: 100%;
    height: auto;
    padding: 10px;
}


.image-container img {
    transition: transform 0.3s ease;
}

.image-container img:hover {
    transform: scale(1.05);
}

.modal-lg {
    max-width: 90%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #e69c1c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: 50%, 50%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: #d28519;
}

.modal-body img {
    width: 100%;
}

/* Animation for images on page load */
.image-container img {
    animation: fadeIn 0.5s ease-in-out;
}
.modal-lg {
    max-width: 100%;
}
.modal-body img {
    width: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Teknik Cizim header */ /*  */ /* Teknik Cizim header */ /* Teknik Cizim header */
.header-section {
    background: linear-gradient(to right, #d7d7d7, #ffffff);
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3px;
}
.header-title {
    background-color: #333;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 3px;
}
.header-subtitle {
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: normal;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3px;
}
@media (max-width: 1000px) {
    .header-subtitle{
        font-size: 0.75rem;
    }
}
@media (max-width: 396px) {
    .header-title{
        font-size: 0.75rem;
      
    }
}



/* footer */ /*  */ /* footer */ /* footer */
.container-fluid {
    padding: 0;
}
.footer {
    background-color: 
    #e69c1c;
margin-top: 12.5%;
    padding: 2rem 0;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .col {
    flex: 1;
    padding: 0 1rem;
}
