body,
.about-one,
.get-insurance-bg,
.get-insurance,
.testimonial-one__quote,
.testimonial-one__single,
.testimonial-one__single-inner,
.news-one__single:hover .news-one__content,
.stricky-header {
  background-color: #111d32;
}

.preloader,
.get-insurance__tab-box .tab-buttons .tab-btn span,
.main-menu__main-menu-box {
  background-color: #0f192c;
}

.main-menu__call-content a,
.feature-one__title,
.team-one__name a,
.team-one__name,
.feature-one__title a,
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.get-insurance__author p,
.about-one__call-content a,
.service-one__title a,
.testimonial-one__client-name,
.news-one__title a,
.news-one__title,
.service-one__title,
.news-one__read-more a,
.get-insurance__progress-title,
.get-insurance__balance,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: #fff;
}

.testimonial-one__top-text,
.section-sub-title,
.main-menu__call-content p,
.main-slider__text,
.feature-one__text,
.service-one__text,
.about-one__text-2,
.services-one__top-text,
.team-one__bottom-text,
.testimonial-one__text,
.about-one__call-content p,
.get-insurance__tab-box .tab-buttons .tab-btn span,
.main-menu .main-menu__list > li > a,
.news-one__meta li a,
.news-one__text,
.stricky-header .main-menu__list > li > a {
  color: #97a2b7;
}

.main-menu__main-menu-box-search:before {
  background-color: #fff;
  opacity: 0.1;
}

.main-slider__title,
.about-one__points li .text p,
.section-title__title,
.main-menu__search {
  color: #fff;
}

.services-one__icon,
.feature-one__single {
  background-color: #0f192c;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.feature-one__count:before {
  -webkit-text-stroke: 1px #16243d;
}

.main-slider-shape-1 {
  mix-blend-mode: multiply;
}

.main-slider-shape-1 img {
  mix-blend-mode: multiply;
}

.service-one__content,
.get-insurance__input-box input[type="text"],
.get-insurance__progress .bar,
.get-insurance__input-box input[type="email"],
.get-insurance__author,
.get-insurance__progress-range .irs--flat .irs-line,
.main-slider .swiper-slide {
  background-color: #16243d;
}

.get-insurance__input-box .bootstrap-select > .dropdown-toggle {
  color: #97a2b7 !important;
  background-color: #16243d !important;
}

.main-slider .image-layer:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#16243d), to(rgba(22, 36, 61, 0)));
  background-image: linear-gradient(90deg, #16243d 0%, rgba(22, 36, 61, 0) 100%);
}

.main-slider .image-layer {
  background-color: #16243d;
  background-blend-mode: luminosity;
}

.about-one__call-icon {
  border-color: var(--insur-primary);
}

.testimonial-one,
.services-one {
  background-color: #0f192c;
}

.service-one__content {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}

.get-insurance:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#16243d), to(rgba(22, 36, 61, 0)));
  background-image: linear-gradient(0deg, #16243d 0%, rgba(22, 36, 61, 0) 100%);
}

.get-insurance__input-box input[type="text"],
.get-insurance__progress .bar,
.get-insurance__input-box .bootstrap-select > .dropdown-toggle,
.get-insurance__input-box input[type="email"] {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
  color: #97a2b7;
}

.get-insurance__circle {
  background-color: #131f34;
}

.testimonial-one__shape-1 {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.get-insurance__progress-range .irs--flat .irs-line,
.news-one__content {
  border-color: rgba(255, 255, 255, 0.1);
}

.main-menu__call-icon {
  border-color: var(--insur-primary);
}

.team-one__img::after {
  border: 2px dashed rgba(255, 255, 255, 0.1);
}

.testimonial-one__client-img-box > img {
  border-color: #111d32;
}

.about-one-bg {
  opacity: 0.03;
}

.main-menu__cart {
  color: #fff;
}
/*# sourceMappingURL=insur-dark.css.map */

/* Blog Slider Ana Konteyner */
.blog-slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    overflow: hidden;
}

/* Blog Slider */
.blog-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
}

/* Her Bir Blog Slide */
.blog-slide {
    flex: 0 0 calc(100% / 3 - 20px); /* 3'lü görünüm için */
    min-width: calc(100% / 3 - 20px);
    padding: 10px;
}

/* Mobil Cihazlar için Responsive Tasarım */
@media (max-width: 992px) {
    .blog-slide {
        flex: 0 0 calc(100% / 2 - 20px); /* 2'li görünüm için */
        min-width: calc(100% / 2 - 20px);
    }
}

@media (max-width: 768px) {
    .blog-slide {
        flex: 0 0 100%; /* Tekli görünüm için */
        min-width: 100%;
    }
}

/* Blog Kartları */
.news-one__single {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.news-one__single:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.news-one__img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.news-one__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-one__single:hover .news-one__img img {
    transform: scale(1.05);
}

.news-one__arrow-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.news-one__single:hover .news-one__arrow-box {
    opacity: 1;
    transform: translateY(0);
}

.news-one__arrow {
    color: #333;
    font-size: 20px;
    text-decoration: none;
}

.news-one__content {
    padding: 25px;
}

.news-one__meta {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.news-one__meta li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-one__meta li a:hover {
    color: #007bff;
}

.news-one__title {
    font-size: 20px;
    margin: 15px 0;
    line-height: 1.4;
}

.news-one__title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-one__title a:hover {
    color: #007bff;
}

.news-one__text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-one__read-more a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s ease;
}

.news-one__read-more a:hover {
    gap: 10px;
}

/* Slider Navigasyon Butonları */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-nav:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

/* Slider İndikatör Noktalar */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slider-dot.active {
    background: #007bff;
}