﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.secret-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.secret-container input {
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
    font-size: 1em;
}

.toggle-secret {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2em;
}

/* Medya sorguları */
/* Medya sorguları */
@media (max-width: 600px) {
    .secret-container input {
        font-size: 0.7em;
    }

    .toggle-secret {
        font-size: 0.9em;
    }
}


.strength-very-weak, .strength-weak, .strength-medium {
    color: orange;
}

.strength-strong, .strength-very-strong {
    color: green;
}

.requirement {
    color: #dc3545;
    margin: 5px 0;
    font-size: 0.9em;
}

    .requirement.valid {
        color: #28a745;
    }

        .requirement.valid::before {
            content: "✓ ";
        }

    .requirement::before {
        content: "✗ ";
    }

.password-strength-meter {
    height: 5px;
    background-color: #f3f3f3;
    border-radius: 3px;
    margin-top: 8px;
    transition: all 0.3s ease;
}

    .password-strength-meter .strength-meter {
        height: 100%;
        width: 0;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

.strength-0 {
    width: 0%;
    background-color: #ff4d4d;
}

.strength-1 {
    width: 20%;
    background-color: #ff4d4d;
}

.strength-2 {
    width: 40%;
    background-color: #ffa64d;
}

.strength-3 {
    width: 60%;
    background-color: #ffff4d;
}

.strength-4 {
    width: 80%;
    background-color: #4dff4d;
}

.strength-5 {
    width: 100%;
    background-color: #2eb82e;
}

.strength-text {
    font-size: 0.85em;
    margin-top: 5px;
    color: #666;
}

.password-requirements {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.requirement-item {
    flex: 1;
}

.requirement-bar {
    width: 100%;
    height: 4px;
    background-color: #e9ecef;
    border-radius: 2px;
    position: relative;
}

    .requirement-bar.valid {
        background-color: #28a745;
    }

.requirement-label {
    font-size: 0.75em;
    color: #6c757d;
    margin-bottom: 4px;
    white-space: nowrap;
    text-align: center;
}

    .requirement-label.valid {
        color: #28a745;
    }

.password-validation-error {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: none;
}

    .password-validation-error.show {
        display: block;
    }

.input-invalid {
    border-color: #dc3545;
}

    .input-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.input-valid {
    border-color: #28a745;
}

    .input-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }
.section-gap {
    padding: 230px 0px 0px 0px;
}

.main-menu .navigation li a {
    padding: 44px 25px 45px 0;
}

.header-area.stricky-fixed .main-menu .navigation li a {
    padding: 30px 25px 29px 0;
}

.single-blog-item .text-holder .blog-title {
    font-size: 17px;
}

.top-social-links, .footer-menu a {
    cursor: pointer;
}

.product-content-box .flex-viewport {
    max-height: 550px;
}




.top-bar-area .contact-info-left ul li span:before {
    color: #00adef;
    padding-right: 6px;
}
.top-bar-area .contact-info-right .phnumber span::before {
    color: #00adef;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    color: #00adef;
    opacity: 1;
}
.bg-cl-1 {
    background: #074ca2;
}
.thm-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid rgba(255,255,255,1.00);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    line-height: 14px;
}
.sec-title h2 span {
    color: #074ca2;
}
.sec-title span.decor {
    background: #074ca2 none repeat scroll 0 0;
    height: 2px;
    width: 78px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.sec-title span.decor:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #074ca2;
    border-radius: 50%;
    content: "";
}
.welcome-area .text-holder .bottom .title h3 span {
    color: #074ca2;
    font-family: "OilBats";
    line-height: 30px;
    margin-top: 5px;
}
.scroll-to-top {
    background: #074ca2;
    border: 2px solid #d5ac63;
}

.scroll-to-top:hover {
    border: 2px solid #fff;
    color: #fff;
    background: #074ca2;
}
.scroll-to-top {
    background: rgb(7, 76, 162);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
}
.header-search button {
    //background: #074ca2;
    border-radius: 0 4px 4px 0;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
    border: 1px solid #fff;
}
.header-search button span::before {
    color: #fff;
    font-size: 15px;
}

.header-search .search input:focus {
    border: 1px solid #074ca2
}

.header-search .search input:focus + button, .header-search .search input button:hover {
    background: #074ca2 none repeat scroll 0 0;
    color: #1b1b1b;
    border: 1px solid #D5AC63;
}
.rev_slider_wrapper .slide-content-box h1 span {
    color: #074ca2;
}

.rev_slider_wrapper .slide-content-box h1 span {
    color: #074ca2;
}
.contact-v1-area .sec-title {
    padding: 0 10px 5px;
}
@media only screen and (max-width: 767px) {
    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        border: 2px solid #074ca2;
        float: none;
        margin: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #074ca2 none repeat scroll 0 0;
        font-weight: 700;
    }
}
@media only screen and (max-width: 767px) {
    .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #ffffff;
        background: #074ca2;
        text-align: left;
    }
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #fff;
    background-color: #252525;
}
body {
    color: #000000;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 30px!important;
    margin-bottom: 10px;
}
/*.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 140%;
    width: 250px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    padding: 0px;
    border-bottom: #00adef;
    transition: 500ms;
}*/
.main-menu .navigation > li > ul {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: all 0.4s ease;
    visibility: hidden;
    width: 220px;
    z-index: 100;
}

.ct-increase::before {
    content: "↑";
    color: #28a745;
    font-weight: bold;
}

.ct-decrease::before {
    content: "↓";
    color: #dc3545;
    font-weight: bold;
}