.navbar {

    background-color:#000306 !important;
    color:white !important;
    /*margin-bottom: 20px !important;*/
}
.carousel-inner img
{

    height: auto !important;
}
.nav-link
{
    color:white !important
}
.nav-link:hover
{
    color:#00a6d6 !important
}
.social-bar {
    background-color: #f8f9fa;
    padding: 10px 0;
}
.carousel-inner img {
    width: 100%;
    height: 400px;
}
.services .card {
    margin: 20px 0;
}
.footer {
    background-color: #f8f9fa;
    padding: 50px 0;
    /*
    margin-top:250px!important;
    */
    background-color: black;
    color:white
}
body
{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.social-bar
{
    background-color: #3a6186;
    font-size:10px;
    color:white
}
.social-bar > a
{

    color:white !important
}




.custom-caption {
    position: absolute;
    top: 47%;
    left: 3%;
    transform: translateY(-50%);
    padding: 6px;
}

.custom-text {
    margin-bottom: 15px; /* Her yazının altına boşluk bırakır */
    font-weight: bold !important;
    width: 40%;
    font-size: 4vh;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-tap-highlight-color: transparent;
    color: #393939 !important;
    box-shadow: 2px 5px #6794bb;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, transform 0.3s ease-in-out;
}

.custom-text:hover {
    transform: scale(1.05)!important; 
}
.custom-text.visible {
    opacity: 1;
    transform: translateY(0);
}

.slider_link
{
    text-decoration: none !important;
}


.text-1 {
    margin-left: 0;
}

.text-2 {
    margin-left: 25px;
}

.text-3 {
    margin-left: 50px;
}
.text-4 {
    margin-left: 75px;
}
.text-5 {
    margin-left: 100px;
}

.karartma::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Yarı saydam siyah renk */
    border-radius: 10px; /* Div köşeleri yuvarlatma */
}


.square > * {
    position: relative;
    z-index: 1; /* İçeriğin üstte görünmesi için */
}


.square {
    
    background-color: #0192bb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 50%!important;
    font-size:30px!important;
    overflow: hidden;
}
.square-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.square::before {
    content: "";
    display: block;
    padding-top: 100%; /* Kare olması için oran 1:1 */
}

.square::before {
 
    filter: blur(8px); /* Burada flu efekti uygulanır */
    background: rgba(0, 0, 0, 0.5); /* Yarı saydam siyah renk */
    z-index: 1; /* İçeriğin arka planda kalmasını sağlar */

    top: 0;
    left: 0;
}
.square:hover
{
    transform: scale(1.05)!important;
}
.square > div {
    position: absolute;
}

.mission-box {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.mission-box i {
    font-size: 40px;
    color: #6794bb; /* Mavi rengin güzel bir tonu */
    margin-bottom: 10px;
}
.mission-box p {
    margin: 0;
    line-height: 1.5;
    height: 3em; /* İki satırlık yüksekliği garantilemek için */
    display: flex;
    align-items: center;
    justify-content: center;
}
.mb_far
{
    margin-bottom: 200px!important;;
}

.section_title
{
    margin-bottom:15px!important;
}
.section_title_divider
{
    justify-content: center;
    width: 100%;;
    margin-left:4px;
    margin-bottom:75px
    
}
.section_title_divider img
{
    width: 70px;
    
}
.bg_blues
{
    background-color:#d2e1ef !important
}


/* Custom CSS to show dropdown on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.social_btns_container
{
    width:25%;
    margin-left:42%;
    margin-top:10px;
}

.right_sidepacket_box
{
    width:90%;
    margin-left:10%
}

.packet_box 
{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.2s, box-shadow 0.2s!important;

}

.packet_box:hover 
{
    transform: scale(1.05)!important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2)!important;
}

.top_side_inside_cat_imgs{
    width:90%;
}


@media only screen and (max-width: 768px) {
    
    .custom-text 
    {
        margin-bottom:7px !important;
        font-size:9px !important;
    }
    .custom-caption 
    {
        top:35% !important;
        left:1%!important;     
    }

    .text-2 {
        margin-left: 8px !important;  
    }
    
    .text-3 {
        margin-left: 13px !important;  
    }
    .text-4 {
        margin-left: 18px !important;  
    }
    .text-5 {
        margin-left: 23px !important;  
    }

    .video-container {
        max-width:100%!important;
        height: 300px !important;

    }
    .top_side_inside_cat_imgs
    {
        width:100%!important;
    }
    .right_sidepacket_box
    {
        width:100%!important;;
        margin-left:0px!important;
    }
    
}


.modal-content {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
.question {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}
.options button {
    margin: 10px;
    font-size: 1.2em;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }





}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.bg_blue
{
    background-color:#02A1CE !important;
    color:white !important;
}
.bg_blue:hover
{
    background-color:#02a2cece !important;  
}

.bg_blue_2
{
    background-color:#18809c !important;
    color:white !important;
}
.bg_blue_2:hover
{
    background-color:#187f9cc0 !important;  
}


.bg_green
{
    background-color:#1a6e51 !important;
    color:white !important;
}

.bg_green:hover
{
    background-color:#11ad77 !important;  
}

.bg_green_2
{
    background-color:#238c68 !important;
    color:white !important;
}
.bg_green_2:hover
{
    background-color:#238c67d2 !important;  
}

.bg_open_green
{
    background-color:#78a531 !important;
    color:white !important;
}
.bg_open_green:hover
{
    background-color:#8abc39b6 !important;

}


.address_title
{
    color:#238c68 !important;
}


.video-container {

    height: 400px;
    overflow: hidden;
    max-width: 50%;
    background: #000;
}

.video-container video {

    width: 100%;
    height: 100%;
}

/*
02A1CE
238c68
*/

/* Dropdown menus */

.dropdown-item
{
    outline: none !important; 
    background-color: white!important;
}

.dropdown-item:hover
{
    color:#02A1CE !important;
}

.sub_dropdowns .dropdown-item
{
    font-size:12px!important;
}

.mission-box p
{
    font-size:1.25rem!important;
}
.content p
{
    font-size:1.25rem!important;
}
.content li
{
    font-size:1.25rem!important;
}

.footer-strip {
    margin-top:100px!important;
    background-color: #18988B;
    padding: 53px 0;
  }
  
  .footer-slogan {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
  }
  
  .btn-whatsapp {
    background-color: #25D366;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
  }
  
  .btn-whatsapp:hover {
    background-color: #1EBE54;
    color: #fff;
  }

  .footer-sub-slogan {
    color: #fff;
    font-size: 14px;
    margin: 5px 0 0 0;
  }

  .img-fluid 
  {
    border-radius: 8%;;
  }
  .partner_photo
  {
    height:98px !important;
  }
  .partner_photo:hover
  {
    transform: scale(1.05)!important;
  }

  .social_btns_container a
  { 
    color:white !important;
  }
  .social_btns_container a:hover
  { 
    color:rgba(255, 255, 255, 0.716) !important;
  }

  .social_links_container a
  { 
    color:white !important;
    text-decoration: none;
    ;
  }
  .social_links_container a:hover
  { 
    color:rgba(255, 255, 255, 0.716) !important;
  }

  .circle_text_area
  {
    background-color: cadetblue;
    opacity: 6;
    padding: 10px;
    border-radius: 18px;
    font-size:22px!important;
  }

  .main_cat_link
  {
    color:gray !important;
    opacity:0.9!important;
    text-decoration: none !important;
  }

  .main_cat_link:hover
  {
    color:rgb(90, 82, 82) !important;
    opacity:1!important;
  }

  .main_cat_link_div
  {
    margin-bottom:4px !important;
    font-size:14px !important;
    font-weight:bold;
  }



    /* Ayar Menüsü ve Buton */
.settings-container {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 999;
}

.settings-button {
    width: 50px;
    height: 160px;
    background-color: #01a2b4 !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
    transition: right 0.3s ease;
    z-index: 1000;
    position: relative;
    right: 0;
    writing-mode: vertical-rl; /* Dikey yazı yönü */
    text-orientation: mixed;
}

/* Ayar Menüsü */
.settings-menu {
    position: fixed;
    top: 50%;
    right: -350px;
    width: 350px;
    height: auto;
   /* max-height: 400px;*/
    background-color: #f8f9fa;
    padding: 20px;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    border-radius: 10px 0 0 10px;
    transform: translateY(-50%);
}

/* Menü açıkken sağa kayma */
.settings-menu.show {
    right: 0;
}

/* Menü açıkken butonun menüyü takip etmesi */
.settings-button.follow-menu {
    right: 350px;
}


.wa_icon
{
    font-size:1.54rem !important;
    font-weight:600 !important;;
    color:#9aff9a !important;

}
.wa_icon:hover
{
    color:#9aff9aa9 !important;   
}

.whatsapp_ask_btn
{
    background-color: #9aff9a !important;
    color: black !important;
}

.whatsapp_ask_btn:hover
{
    background-color: #9aff9aa9 !important;
    color: black !important;
}


/* Genel chat alanı için stil */
#chat_area {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
}

/* Mesaj balonları için temel stiller */
.user-message,
.assistant-message {
    max-width: 70%;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.5;
}

/* Kullanıcı mesajı (sağ tarafa hizalı) */
.user-message {
    margin-right:3px !important;
    background-color: #dcf8c6;
    color: #000;
    text-align: right;
    margin-left: auto;
    border-bottom-right-radius: 0;
}

/* Asistan mesajı (sol tarafa hizalı) */
.assistant-message {
    margin-left:3px !important;
    background-color: #fff;
    color: #000;
    text-align: left;
    margin-right: auto;
    border-bottom-left-radius: 0;
    border: 1px solid #ddd;
}

/* Mesaj kutularına gölge efekti */
.user-message,
.assistant-message {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Chat alanında mesajlar arasında aralık */
#chatMessages {
    display: flex;
    flex-direction: column;
    gap: 5px;
}