﻿        /* COPYRİGHT */

        #copyright {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #232629;
            font-weight: 500;
            font-family: Arial, Helvetica, sans-serif;
            border-top: 5px solid #337ab7;
            font-size: 0.7rem;
            text-align: justify;
        }

        #copyright figure{
              margin: 0 0 3rem;
        }
        #copyright img {
            max-width: 100%;
            width: auto; /* Adjust the size as needed */
            height: auto; /* Adjust the size as needed */
            margin: 2rem;
        }
        #copyright p{
            width: 70%;
            color: #a3a3a3;
            line-height: 1.4rem;
        }
        @media (max-width:626px) {
            #copyright {
                display: block;
                overflow: hidden;
                
                padding: 1rem 2rem;
            }
            #copyright p{
                width: 100%;
            }
            #copyright figure img {
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }
        }
        .section_title_area p {
          letter-spacing: normal !important;
          text-transform: none !important; 
  		  font-weight: 400 !important;
 		  color: rgb(85, 85, 85) !important;
        }
        .team_details_text .section_title_area h2, .service_details_content .section_title_area h2 {
          margin: 1rem 0 !important;
        }
          
          .choose_form_area .contact-info {
              ::-webkit-input-placeholder { /* Edge */
                font-size: 15px !important;
              }

              :-ms-input-placeholder { /* Internet Explorer 10-11 */
                font-size: 15px !important;
              }

              ::placeholder {
                font-size: 15px !important;
              } 
		  }
              .service_details_content .next_prev_post h4 {
                  font-size: 0px;
                  color: #fff;
              }

            .single_widget .latest-blog-widget .blog-img-content {
                display: inline-block;
                padding-bottom: 0 !important;
                margin-bottom: 30px;
                border-bottom: 1px solid #e1e6ff;
            }
			.main_navigation li a:after{
             	display:none !important;
                }
.cookie-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  text-align: center;
  z-index: 9999999;
  font-family: Arial, Helvetica, sans-serif;
}
.cookie-container p{
text-align: left;
}

.cookie-container .btn-primary {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 2px;
    margin: 0 0 0 17px;
    line-height: 1.2;
    padding: 12px 60px !important;
  	display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

.cookie-container .btn-primary:hover {
    background-color: #0587d1;
}

.cookie-container a {
  color: white;
  text-decoration: none;
}
  .cookie-modal{
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); 
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .cookie-modal .content{
    max-width: 500px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .cookie-modal .btn-primary{
	padding: 10px 30px;
    background-color: #0277bd;
    color: white;
	}
  .cookie-section{
      margin-bottom: 1rem !important;
  }
  .cookie-section .title{
      font-size: 1.2rem;
  }
.cookie-modal p{
    margin-bottom: 0;
}
.cookie-modal h2{
    color:black;
}

@media(max-width:780px){
  .cookie-button{
	flex-direction: column; 
  }
  .cookie-button .btn-primary{
    margin-bottom: 1rem;
    margin-left: 0 !important;
   }
}
/* Pop-up arka planı */
.popup {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    top: 0;
    left: 0;
  	z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
/* Pop-up içeriği */
.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    overflow: auto;
    max-width: 678px;
    max-height: 440px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Başlık stili */
.popup-content h2 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #c50000;
}
/* Kapat butonu stili */
#closeBtn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #1d9500;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
}
#closeBtn:hover {
    background-color: #d32f2f;
}