* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:not(i) {
    font-family: "Outfit", sans-serif !important;
}

html {
    overflow-x: hidden !important;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: unset;
}

body button {
    background-color: unset;
    border: unset;
    transition: all .4s ease-in-out;
}

body a {
    text-decoration: unset;
    color: inherit;
    transition: all .4s ease-in-out;
}

body svg {
    transition: all .4s ease-in-out;
}

body a:hover,
body button:hover {
    transition: all .4s ease-in-out;
}

body li {
    list-style: none;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body img {
    width: 100%;
    display: block;
    position: relative;
}

body p {
    font-size: 16px;
    margin: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0 !important;
}


/** START HEADER */

.insurance-header {}

.insurance-header::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -100%);
    transition: all .4s ease;
    z-index: -1;
}

.insurance-header.sub-menu-active {
    transition: all .4s ease;
}

.insurance-header.sub-menu-active::before {
    transition: all .4s ease;
    transform: translate(0, 0);
}

.insurance-header.pages-header {
    position: relative;
    z-index: 999;
}

.insurance-header .insurance-topbar {
    position: relative;
    z-index: 9;
    background: #fff;
    border: none;
    border-bottom: none;
    padding: 12px 0;
}

.insurance-header .insurance-topbar .topbar-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insurance-header .insurance-topbar .topbar-group .topbar-col {
    display: flex;
    align-items: center;
    gap: 25px;
}

.topbar-col .topbar-link {}

.topbar-col .topbar-link .insurance-button {
    border: 1px solid #000080;
    background-color: transparent;
    color: #000080;
    font-weight: 300;
    font-size: 12px;
    height: 35px;
    padding: 0 20px;
}

.insurance-header .insurance-topbar .topbar-group .topbar-col .topbar-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar-links .topbar-contact {}

.topbar-links .topbar-contact>span {
    color: #949494;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin: 0 0 5px;
}

.topbar-links .topbar-contact>a {}

.insurance-header .insurance-topbar .topbar-group .topbar-col .topbar-links a {
    color: #000;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.insurance-header .insurance-topbar .topbar-group .topbar-col .topbar-links a svg {
    width: 14px;
    height: 14px;
    fill: #000;
}

.insurance-header .insurance-topbar .topbar-group .topbar-col .topbar-links a.active {
    color: #000080;
    padding: 0 5px;
}

.insurance-header .insurance-topbar .topbar-group .topbar-col .topbar-links a.active::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
    background-color: #000080;
}

.insurance-header .insurance-topbar .topbar-group .topbar-col .social-links {}

.social-links {}

.social-links .social-links-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-links .social-links-group a {
    border: 1px solid #D4D4D8;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A6A6A6;
    font-size: 12px;
}

.social-links .social-links-group a:hover {
    background-color: #000080;
    border-color: #000080;
    color: #fff;
}

.social-links .social-links-group a i {}

.insurance-header .insurance-head-main {
    margin: 0;
    background: #000080;
    box-shadow: 0 10px 30px rgba(0, 0, 80, 0.28);
    position: relative;
    z-index: 8;
}

.insurance-header .insurance-head-main .insurance-head-main-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 82px;
    padding: 12px 0;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col {}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-logos {
    flex: 0 0 auto;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col .logo {}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col .logo a {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 8px 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col .logo a img {
    width: 140px;
    display: block;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-menus {
    flex: 1;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-menus .menu-group {}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-menus .menu-group ul {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-menus .menu-group ul li {
    position: relative;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-menus .menu-group ul li a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    height: 40px;
    align-items: center;
    gap: 4px;
    padding: 0 14px;
    border-radius: 999px;
    transition: background-color .25s ease, color .25s ease;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-menus .menu-group ul li a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-menus .menu-group ul li a.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.16);
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-menus .menu-group ul li a.active i {
    transform: rotate(180deg);
    transition: all .4s ease;
}

.insurance-header.sub-menu-active .insurance-head-main .insurance-head-main-group .head-col.head-menus .menu-group ul li a,
.insurance-header.pages-header .insurance-head-main .insurance-head-main-group .head-col.head-menus .menu-group ul li a {
    color: rgba(255, 255, 255, 0.88);
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-mobil {
    display: none;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions {
    position: relative;
    flex: 0 0 auto;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group .search-action {}

.insurance-header.pages-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group .search-action svg {
    stroke: #000;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group .search-action img {}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group a {
    height: 44px;
    font-size: 13px;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group a svg {
    fill: #000080;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group a.contact-action {
    background: #fff !important;
    color: #000080 !important;
    border: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    font-weight: 600;
    border-radius: 12px;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group a.contact-action:hover {
    background: #f4f6ff !important;
    color: #000066 !important;
    transform: translateY(-1px);
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group a.contact-action svg {
    fill: #000080 !important;
}

.insurance-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group a.contact-action:hover svg {
    fill: #000066 !important;
}

.insurance-header.pages-header .insurance-head-main .insurance-head-main-group .head-col.head-actions .actions-group a {
    background-color: #fff;
    color: #000080;
}

.insurance-header .insurance-head-main .search-card {
    background: rgba(255, 255, 255, 0.96);
    border: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    border-radius: 999px;
}

.insurance-header .insurance-head-main .search-card input {
    background: transparent;
    color: #111827;
}

.insurance-header .insurance-head-main .search-card input::placeholder {
    color: #8b95a5;
}

.insurance-header .topbar-social-left .social-links-group a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #5a6b7d;
    border-color: #d8dee6;
}

.insurance-header .topbar-social-left .social-links-group a:hover {
    background-color: #000080;
    border-color: #000080;
    color: #fff;
}


/* START HERO SECTION */

.insurance-hero {
    position: relative;
}

.insurance-hero .insurance-hero-wrapper {}

.insurance-hero .insurance-hero-wrapper .insurance-hero-media-slider {
    width: 100%;
}

.insurance-hero .swiper-hero .swiper-slide .image {
    position: relative;
    height: 78vh;
    min-height: 560px;
    max-height: 860px;
    overflow: hidden;
}

.insurance-hero .swiper-hero .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper.swiper-hero-media {
    z-index: -1;
}

.swiper.swiper-hero-media .swiper-slide {
    position: relative;
}

.swiper.swiper-hero-media .swiper-slide::before {
    content: "";
    background: #00000000;
    background: -moz-linear-gradient(180deg, #000000c9 0%, #00000000 25%);
    background: -webkit-linear-gradient(180deg, #000000c9 0%, #00000000 25%);
    background: linear-gradient(180deg, #000000c9 0%, #00000000 25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.insurance-hero .insurance-hero-wrapper .insurance-hero-content-slider {
    height: 100vh;
}

body .swiper-pagination.swiper-hero-pagination {
    bottom: 30px;
}

.hero-slide-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    color: #fff;
}

.hero-slide-caption .container {
    max-width: 720px;
}

.hero-slide-caption span {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    opacity: 0.95;
}

.hero-slide-caption h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 1.15;
}

.hero-slide-desc,
.hero-slide-desc p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.25rem;
    opacity: 0.95;
}

.hero-slide-desc u,
.hero-slide-desc em,
.hero-slide-desc strong {
  color: inherit;
}

/* Search results */
.search-result-summary { margin-bottom: 1.5rem; color: #475569; }
.search-result-group { margin-bottom: 2rem; }
.search-result-group h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1e293b;
}
.search-result-group h3 i { color: #6366f1; font-size: 1.25rem; }
.search-result-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.75rem; }
.search-result-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1rem 1.15rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.search-result-item:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.1);
}
.search-result-item a {
  font-size: 1rem;
  font-weight: 700;
  color: #4f46e5;
  text-decoration: none;
}
.search-result-item a:hover { text-decoration: underline; }
.search-result-item p {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.search-empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: #64748b;
}
.search-empty-state i {
  font-size: 3rem;
  color: #cbd5e1;
  display: block;
  margin-bottom: 1rem;
}
.search-empty-state p { margin: 0 0 0.5rem; font-size: 1.05rem; color: #334155; }
.search-empty-state span { font-size: 0.9rem; }

/* END HERO SECTION */


/* START SERVICE SECTION */

.insurance-service {
    background-color: #FAFAFD;
    padding: 50px 0 0;
}

.insurance-service .insurance-head {}

.insurance-service .insurance-head .head-col {
    flex: 1;
    width: 100%;
}

.insurance-service .insurance-head .head-col h2 {}

.insurance-service .insurance-head .head-col p {}

.insurance-service .insurance-service-wrapper {}

.insurance-service .insurance-service-wrapper .insurance-service-group {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
    max-width: 80%;
    margin: auto;
}

.insurance-service .insurance-service-wrapper .insurance-service-group .insurance-service-item:nth-child(-n+4) {
    width: 20%;
}

.insurance-service .insurance-service-wrapper .insurance-service-group .insurance-service-item:nth-child(n+5) {
    width: 18%;
}

.insurance-service .insurance-service-wrapper .insurance-service-group .insurance-service-item:nth-child(1) {
    margin-left: 50px;
}

.insurance-service .insurance-service-wrapper .insurance-service-group .insurance-service-item:nth-child(4) {
    margin-right: 50px;
}

.insurance-service .insurance-service-wrapper .insurance-service-group .insurance-service-item {}

.insurance-service-card {
    background-color: #fff;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    gap: 15px;
}

.insurance-service-card .icon {}

.insurance-service-card .icon img {
    width: 65px;
    height: 40px;
    object-fit: contain;
}

.insurance-service-card h3 {
    font-size: 14px;
    font-weight: 400;
}

/* Axa-style product photo slider */
.insurance-products-axa {
    background: #fff;
    padding: 72px 0 56px;
}

.products-axa-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
}

.products-axa-head h2 {
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.2;
}

.products-axa-head p {
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
    max-width: 520px;
}

.products-axa-slider-wrap {
    position: relative;
    padding: 0 48px;
}

.swiper-products-axa {
    overflow: hidden;
    padding-bottom: 8px;
}

.product-axa-card {
    position: relative;
    height: 460px;
    border-radius: 4px;
    overflow: hidden;
    background: #111;
}

.product-axa-media,
.product-axa-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-axa-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 20%, rgba(0,0,40,0.45) 100%);
}

.product-axa-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 36px);
    max-width: 280px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 2px;
    padding: 22px 18px 18px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    z-index: 2;
}

.product-axa-panel h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.product-axa-panel p {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 1.45;
    color: #475569;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 76px;
}

.product-axa-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-axa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.product-axa-btn svg {
    width: 16px;
    height: 16px;
}

.product-axa-btn-primary {
    background: #000080;
    color: #fff;
    border: 1px solid #000080;
}

.product-axa-btn-primary:hover {
    background: #000066;
    border-color: #000066;
    color: #fff;
    transform: translateY(-1px);
}

.product-axa-btn-outline {
    background: transparent;
    color: #000080;
    border: 1.5px solid #000080;
}

.product-axa-btn-outline:hover {
    background: rgba(0, 0, 128, 0.06);
    color: #000066;
}

.products-axa-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 4px;
    background: #000080;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 128, 0.28);
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.products-axa-nav svg {
    width: 20px;
    height: 20px;
}

.products-axa-nav:hover {
    background: #000066;
}

.products-axa-prev { left: 0; }
.products-axa-next { right: 0; }

.swiper-products-axa-pagination {
    margin-top: 22px;
    text-align: center;
}

.swiper-products-axa-pagination .swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
}

.swiper-products-axa-pagination .swiper-pagination-bullet-active {
    background: #000080;
}

/* END SERVICE SECTION */


/* START BANNERS SECTION */

.insurance-banners {
    background-color: #FAFAFD;
    padding: 120px 0 50px;
}

.insurance-banners.offer-page-banners {
    padding: 0;
}

.insurance-banners .insurance-head {
    text-align: left;
    max-width: 80%;
    margin: 0 auto 30px;
}

.insurance-banners .insurance-head .head-col {}

.insurance-banners .insurance-head .head-col h2 {
    font-size: 26px;
}

.insurance-banners .insurance-head .head-col p {
    font-size: 13px;
    line-height: 18px;
    max-width: 50%;
    margin: 0;
}

.insurance-banners .insurance-banners-wrapper {
    position: relative;
}

.swiper.swiper-banners {
    max-width: 80%;
    margin: auto;
}

.swiper.swiper-banners .swiper-wrapper {}

.swiper.swiper-banners .swiper-wrapper .swiper-slide {}

.swiper-pagination.swiper-banners-pagination{
    transform: translate(0);
    right: 15%;
    left: unset !important;
}

.banner-card {
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: block;
}

.banner-card .banner-image {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-card .banner-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.banner-card .banner-content {
    position: absolute;
    width: 50%;
    height: 90%;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    background: #ffffff00;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #ffffff47;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #111827;
    font-weight: 600;
    border-radius: 15px;
    padding: 10px 30px;
}

.offer-page-banners .banner-card .banner-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 98%;
}

.offer-page-banners .banner-card .banner-content h3 {
    font-size: 30px;
    font-weight: 500;
    max-width: 25%;
}

.offer-page-banners .banner-card .banner-content a {
    color: #000;
}

.banner-card .banner-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin: 0;
    max-width: 80%;
}

.banner-card .banner-content h3 strong {
    font-weight: 500;
}

.banner-card .banner-content .insurance-button {
    background-color: #fff;
    color: #000080;
    height: 40px;
    font-weight: 300;
    font-size: 14px;
    padding: 0 30px;
    margin: 20px 0 0;
}

.banner-card .banner-content .insurance-button span {}

.banner-card .banner-content .insurance-button svg {
    fill: #000080;
}

/* END BANNERS SECTION */


/* START FEATURES SECTION */

.insurance-features {}

.insurance-features .insurance-features-wrapper {
    position: relative;
}

.insurance-features .insurance-features-wrapper .swiper {}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper {}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide {
    width: 33.33%;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .features-card {
    background-color: #FAFAFD;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .features-card .card-image {}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .features-card .card-image img {
    width: 140px;
    height: 140px;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .features-card .card-content h3 {
    font-size: 20px;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .features-card .card-content p {
    font-size: 13px;
    line-height: 18px;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .features-card .card-content a {
    opacity: 1;
    visibility: visible;
    height: 35px;
    margin: 15px 0 0;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide .features-card {
    display: flex;
    align-items: center;
    padding: 20px 50px;
    height: 250px;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide .features-card * {
    transition: all .4s ease;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide .features-card .card-image {}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide .features-card .card-image img {
    height: 85px;
    width: 85px;
    object-fit: contain;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide .features-card .card-content {}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide .features-card .card-content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 5px;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide .features-card .card-content p {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
}

.insurance-features .insurance-features-wrapper .swiper .swiper-wrapper .swiper-slide .features-card .card-content .insurance-button {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 35px;
    font-size: 10px;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    height: 0;
    margin: 0;
}

/* END FEATURES SECTION */


/* START OFFER SECTION */

.insurance-offer {}

.insurance-offer .offer-container {
    padding: 0 30px;
}

.insurance-offer .insurance-offer-wrapper {
    position: relative;
}

.swiper.swiper-offer {}

.swiper.swiper-offer .swiper-wrapper {}

.swiper.swiper-offer .swiper-wrapper .swiper-slide {}

.swiper-pagination.swiper-blog-detail-pagination{
    left: unset !important;
    transform: translate(0);
    right: 5%;
}

.swiper-pagination.swiper-offer-pagination{
    left: unset !important;
    right: 5%;
    transform: translate(0);
}

.offer-card {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    margin: 40px 0 0;
}

.vehicle-offer-card-parent {
    margin: 50px 0 0;
}

.offer-card .card-image {}

.offer-card .card-image img {
    width: 100%;
    height: auto;
}

.offer-card .card-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.offer-card .card-content .content-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
}

.offer-card .card-content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    max-width: 30%;
    line-height: 40px;
}

.blog-features-card.offer-card .card-content h3 {
    max-width: 50%;
}

.offer-card .card-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    max-width: 40%;
}

.offer-card .card-content .insurance-button {
    font-size: 13px;
    background-color: #ffffffb8;
    color: #000;
    height: 45px;
    margin: 20px 0 0;
    border-radius: 8px;
}

.offer-card .card-content .insurance-button span {}

.offer-card .card-content .insurance-button svg {
    fill: #000;
}

/* END OFFER SECTION */


/* START SSS SECTION */

.insurance-sss {
    margin: 100px 0 0;
}

.insurance-sss .insurance-head {
    text-align: left;
}

.insurance-sss .insurance-head .head-col {}

.insurance-sss .insurance-head .head-col h2 {
    color: #800000;
}

.insurance-sss .insurance-head .head-col p {
    margin: 0;
    max-width: 30%;
    font-size: 14px;
    font-weight: 400;
}

.insurance-sss .insurance-sss-wrapper {}

.insurance-sss .insurance-sss-wrapper .insurance-sss-list {}

.insurance-sss .insurance-sss-wrapper .insurance-sss-list .row {}

.sss-card {
    background-color: #FAFAFD;
    border-radius: 20px;
    margin: 0 0 15px;
}

.sss-card.active {}

.sss-card.active .sss-card-title {
    color: #000080;
}

.sss-card.active .sss-card-title .prop {
    transform: rotate(180deg);
    transition: all .4s ease;
}

.sss-card.active .sss-card-title .prop svg {}

.sss-card .sss-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
    padding: 16px 30px;
    cursor: pointer;
}

.sss-card .sss-card-title span {}

.sss-card .sss-card-title .prop {
    transform: rotate(0deg);
    transition: all .4s ease;
}

.sss-card .sss-card-title .prop svg {
    width: 12px;
    height: 12px;
}

.sss-card .sss-card-content {
    display: none;
}

.sss-card .sss-card-content .sss-card-content-wrapper {
    padding: 0 30px 20px;
}

.sss-card .sss-card-content .sss-card-content-wrapper p {
    font-size: 14px;
    font-weight: 300;
}

/* END SSS SECTION */


/* START HOME SECTION */

.insurance-home-section {
    margin: 100px 0 0;
}

.insurance-home-section .insurance-home-section-wrapper {
    position: relative;
}

.insurance-home-section .insurance-home-section-wrapper .insurance-home-section-images {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: 80%;
    height: 100%;
    z-index: 0;
}

.insurance-home-section .insurance-home-section-wrapper .insurance-home-section-images img {
    width: 175px;
    height: 175px;
    border-radius: 20px;
}

.insurance-home-section .insurance-home-section-wrapper .insurance-home-section-images img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-10deg);
}

.insurance-home-section .insurance-home-section-wrapper .insurance-home-section-images img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(10deg);
}

.insurance-home-section .insurance-home-section-wrapper .insurance-home-section-images img:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-10deg);
}

.insurance-home-section .insurance-home-section-wrapper .insurance-home-section-images img:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(10deg);
}

.insurance-home-section-content {
    max-width: 45%;
    margin: auto;
    position: relative;
    z-index: 9;
    padding: 50px 0;
}

.insurance-home-section-content .insurance-head {
    margin: 0 0 20px;
}

.insurance-home-section-content .insurance-head .head-col {}

.insurance-home-section-content .insurance-head .head-col .subtitle {}

.insurance-home-section-content .insurance-head .head-col h2 {
    color: #000080;
    font-size: 40px;
}

.insurance-home-section-content .insurance-head .head-col p {
    font-size: 16px;
    font-weight: 200;
    max-width: 100%;
}

.insurance-home-section-content .content-main {
    text-align: center;
}

.insurance-home-section-content .content-main p {
    font-size: 14px;
    font-weight: 400;
}

.insurance-home-section-content .content-main .insurance-button {
    background-color: transparent;
    color: #000080;
    border: 1px solid #000080;
    font-size: 14px;
    height: 50px;
    margin: 75px auto 0;
}

.insurance-home-section-content .content-main .insurance-button span {}

.insurance-home-section-content .content-main .insurance-button svg {
    fill: #000080;
}

/* END HOME SECTION */


/* START BLOG */

.insurance-blog {
    margin: 150px 0 0;
}

.insurance-blog .insurance-head {
    text-align: left;
    margin: 0 0 40px;
}

.insurance-blog .insurance-head .head-col {}

.insurance-blog .insurance-head .head-col h2 {}

.insurance-blog .insurance-head .head-col p {
    margin: 0;
    font-size: 14px;
}

.insurance-blog .insurance-blog-wrapper {}

.insurance-blog .insurance-blog-wrapper .insurance-blog-part {}

.insurance-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.insurance-blog-grid .blog-card {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, transform 0.2s;
}

.insurance-blog-grid .blog-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.insurance-blog-grid .blog-card .card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f3f3;
}

.insurance-blog-grid .blog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.insurance-blog-grid .blog-card .card-content {
    padding: 18px 18px 20px;
    flex: 1;
}

.insurance-blog-grid .blog-card-cat {
    display: inline-block;
    font-size: 12px;
    color: #000080;
    font-weight: 600;
    margin-bottom: 8px;
}

.insurance-blog-grid .blog-card .card-content h3 {
    font-size: 17px;
    line-height: 1.35;
    margin: 0 0 8px;
}

.insurance-blog-grid .blog-card .card-content p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

@media (max-width: 991px) {
    .insurance-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .insurance-blog {
        margin: 70px 0 0;
    }

    .insurance-blog-grid {
        grid-template-columns: 1fr;
    }
}

.swiper.swiper-blog {}

.swiper.swiper-blog .swiper-wrapper {}

.swiper.swiper-blog .swiper-wrapper .swiper-slide {}


.blog-card {
    position: relative;
    margin: 0 0 25px;
    display: block;
}

.blog-card .card-image {}

.blog-card .card-image img {
    border-radius: 20px;
}

.blog-card .card-content {
    max-width: 80%;
    margin: 20px 0 0;
}

.blog-card .card-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.blog-card .card-content p {
    font-size: 13px;
    line-height: 20px;
}

.blog-card .card-content .insurance-button {
    background-color: #ebebeb80;
    height: 45px;
    padding: 0 25px;
}

.blog-card .card-content .insurance-button img {}

/* END BLOG */


/* START REFERENCES */

.insurance-references {
    margin: 50px 0 0;
    padding: 28px 0 10px;
}

.insurance-references .insurance-head {
    margin-bottom: 22px;
}

.insurance-references .insurance-head .head-col h2 {
    color: #800000;
    font-size: 20px;
    font-weight: 700;
}

.insurance-references .insurance-head .head-col p {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-top: 4px;
}

.insurance-references .insurance-references-wrapper {
    overflow: hidden;
}

.insurance-references .insurance-references-wrapper .insurance-references-group {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.insurance-references .insurance-references-item {
    min-width: 0;
    height: auto;
}

.insurance-references .insurance-references-item .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    padding: 12px 14px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.insurance-references .insurance-references-item .logo:hover {
    border-color: #d0d0d0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.insurance-references .insurance-references-item .logo img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 36px !important;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 1199px) {
    .insurance-references .insurance-references-wrapper .insurance-references-group {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .insurance-references .insurance-references-wrapper .insurance-references-group {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .insurance-references .insurance-references-item .logo {
        height: 68px;
        padding: 10px 12px;
    }

    .insurance-references .insurance-references-item .logo img {
        max-height: 32px !important;
    }
}

@media (max-width: 767px) {
    .insurance-references {
        margin: 36px 0 0;
        padding: 20px 0 0;
    }

    .insurance-references .insurance-references-wrapper .insurance-references-group {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .insurance-references .insurance-references-item .logo {
        height: 60px;
        padding: 8px 10px;
        border-radius: 8px;
    }

    .insurance-references .insurance-references-item .logo img {
        max-height: 28px !important;
    }
}

@media (max-width: 480px) {
    .insurance-references .insurance-references-wrapper .insurance-references-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* END REFERENCES */


/* FOOTER */

.insurance-footer {
    margin: 50px 0 0;
    padding: 50px 0;
    border-top: 1px solid #EFEFEF;
}

.insurance-footer .insurance-footer-menus {
    padding: 50px 0;
}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group {}

.insurance-footer .insurance-footer-menus .social-links {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.insurance-footer .insurance-footer-menus .social-links a {
    border: unset;
    background-color: #F7F7F7;
    width: 34px;
    height: 34px;
    color: #000080;
    font-size: 15px;
}

.insurance-footer .insurance-footer-menus .social-links a i {}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .row {}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .row .col {}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item {}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .title {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 15px;
    color: #767575;
    text-transform: uppercase;
}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .title i {
    color: #000080;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 3px;
    display: none;
}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content {}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content.contact {}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content.contact ul li a,
.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content.contact ul li span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content ul li {}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content ul li a,
.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content ul li span {
    font-size: 14px;
    font-weight: 300;
}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content ul li a .icon {}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content ul li a .icon img,
.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content ul li span .icon img {
    width: 20px;
    height: 20px;
}

.insurance-footer .insurance-footer-menus .insurance-footer-menus-group .footer-menu-item .menu-content ul li a:hover {
    color: #000080
}

.insurance-footer .footer-office-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.insurance-footer .footer-office-col .footer-menu-item.location {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.insurance-footer .footer-office-col .footer-menu-item.location .title {
    justify-content: flex-start;
}


.insurance-footer .insurance-footer-bar {}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-width: 1px 0;
    border-color: #E0E0E0;
    border-style: solid;
}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group .insurance-footer-bar-col {}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group .insurance-footer-bar-col>span {
    font-size: 13px;
    font-weight: 300;
}

.footer-contact {}

.footer-contact>span {
    color: #949494;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin: 0 0 5px;
}

.footer-contact>a {}

.footer-contact a {
    color: #000;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact a svg {
    width: 14px;
    height: 14px;
    fill: #000;
}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group .logo {}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group .logo a {}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group .logo a img {
    width: 120px;
}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group .social-links {}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group .social-links .social-links-group {}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group .social-links .social-links-group a {
    border-color: #D4D4D8;
    color: #D4D4D8;
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.insurance-footer .insurance-footer-bar .insurance-footer-bar-group .social-links .social-links-group a i {}

.insurance-footer .insurance-footer-copyright {
    padding: 30px 0;
}

.insurance-footer .insurance-footer-copyright .insurance-footer-copyright-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insurance-footer .insurance-footer-copyright .insurance-footer-copyright-group .copyright-col {}

.insurance-footer .insurance-footer-copyright .insurance-footer-copyright-group .copyright-col.contact {
    display: flex;
    align-items: center;
    gap: 50px;
}

.insurance-footer .insurance-footer-copyright .insurance-footer-copyright-group .copyright-col img.logo {
    width: 100px;
    margin: 0 0 10px;
}

.insurance-footer .insurance-footer-copyright .insurance-footer-copyright-group .copyright-col p {
    font-size: 14px;
    line-height: 1;
}

.insurance-footer .insurance-footer-copyright .insurance-footer-copyright-group .copyright-col .copyright-contact-item {
    display: flex;
    flex-direction: column;
}

.insurance-footer .insurance-footer-copyright .insurance-footer-copyright-group .copyright-col .copyright-contact-item span {
    font-weight: 300;
    font-size: 12px;
}

.insurance-footer .insurance-footer-copyright .insurance-footer-copyright-group .copyright-col .copyright-contact-item a {
    font-size: 16px;
    font-weight: 500;
}


.insurance-footer-head-logos {}

.insurance-footer-head-logos .head-logos-group {
    display: flex;
    justify-content: space-between;
}

.insurance-footer-head-logos .head-logos-group .group-col {}

.insurance-footer-head-logos .head-logos-group .group-col .logo {}

.insurance-footer-head-logos .head-logos-group .group-col .logo img {
    width: 200px;
}

.insurance-footer-head-logos .head-logos-group .group-col p {
    font-size: 14px;
    font-weight: 300;
    max-width: 70%;
}

.insurance-footer-head-logos .head-logos-group .group-col p strong {
    font-weight: 600;
}

.insurance-footer-head-logos .head-logos-group .group-col .button-group {}

.insurance-footer-head-logos .head-logos-group .group-col .button-group a {
    height: 45px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
}

.insurance-footer-head-logos .head-logos-group .group-col .button-group a.whatsapp {
    background-color: #AAF1C3;
    color: #000;
}

.insurance-footer-head-logos .head-logos-group .group-col .button-group a.phone {}

/* END FOOTER */


/* START PAGE HEAD */

.insurance-page-head {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #EFEFEF;
}

.insurance-page-head .insurance-page-head-topbar {
    padding: 20px 0;
    line-height: 1;
}

.insurance-page-head.media-head .insurance-page-head-topbar {
    background-color: #000080;
}

.insurance-page-head .insurance-page-head-topbar .insurance-page-head-topbar-wrapper {}

.insurance-page-head .insurance-page-head-topbar .insurance-page-head-topbar-wrapper>a {
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

.insurance-page-head .insurance-page-head-topbar .insurance-page-head-topbar-wrapper>a svg {
    width: 10px;
    height: 10px;
}

.insurance-page-head .insurance-page-head-topbar .insurance-page-head-topbar-wrapper>a span {}

body .breadcrumb {
    margin: 0;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumb ul li {
    font-size: 14px;
    font-weight: 300;
    color: #D2D2D2;
    display: flex;
}

.media-head .breadcrumb ul li,
.media-head .breadcrumb ul li span {
    color: #fff;
}

.breadcrumb ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb ul li a svg {
    width: 8px;
    height: 8px;
}

.breadcrumb ul li a img {}

.breadcrumb ul li span {
    color: #000;
}

.breadcrumb ul li:not(:last-child) {}

.breadcrumb ul li:not(:last-child)::after {
    content: "/";
    margin-left: 5px;
    display: inline-block;
}

.insurance-page-head .insurance-page-head-main {
    position: relative;
}

.insurance-page-head .insurance-page-head-main .page-head-main-group {
    display: block;
    height: 100%;
}

.insurance-page-head .insurance-page-head-main .main-image {
    display: block;
    height: 100%;
}

.insurance-page-head .insurance-page-head-main .main-image img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.insurance-page-head .insurance-page-head-main .main-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.insurance-page-head .insurance-page-head-main .main-content .main-content-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.insurance-page-head .insurance-page-head-main .main-content .subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}

.insurance-page-head .insurance-page-head-main .main-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.insurance-page-menu {
    padding: 30px 0;
}

.insurance-page-menu .page-menu-list {}

.insurance-page-menu .page-menu-list ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.insurance-page-menu .page-menu-list ul li {}

.insurance-page-menu .page-menu-list ul li a {
    color: #ABABAB;
    font-size: 14px;
    font-weight: 300;
}

.insurance-page-menu .page-menu-list ul li a.active {
    border-bottom: 2px solid #800000;
    color: #000;
    font-weight: 400;
}

/* END PAGE HEAD */


/* START CORPORATE */

.insurance-corporate {
    margin: 30px 0 0;
}

.insurance-content-section {
    max-width: 70%;
    margin: 0 auto 100px;
    text-align: center;
}

.insurance-content-section .insurance-content-wrapper {}

.insurance-content-section h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 auto 20px;
    max-width: 50%;
}

.insurance-applications .insurance-content-section h2 {
    max-width: 30%;
}

.insurance-content-section p {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 5px;
}

.corporate-videos {}

.corporate-videos .corporate-videos-wrapper {}

.corporate-videos .corporate-videos-wrapper .videos-detail-wrapper {}

.corporate-videos .corporate-videos-wrapper .videos-detail-wrapper .videos-card {}

.corporate-videos .corporate-videos-wrapper .videos-detail-wrapper .videos-card .videos-wallpaper {}

.corporate-videos .corporate-videos-wrapper .videos-detail-wrapper .videos-card .videos-wallpaper img {}

.corporate-videos .corporate-videos-wrapper .videos-detail-wrapper .videos-card .videos-control {}

.corporate-videos .corporate-videos-wrapper .videos-detail-wrapper .videos-card .videos-control .videos-control-button {}

.corporate-videos .corporate-videos-wrapper .videos-detail-wrapper .videos-card .videos-control .videos-control-button i {}

.corporate-videos .corporate-videos-wrapper .videos-detail-wrapper .videos-card .videos-main {}

.corporate-videos .corporate-videos-wrapper .videos-detail-wrapper .videos-card .videos-main video {}

.corporate-features {
    margin: 50px 0 0;
}

.corporate-features .corporate-features-group {
    display: flex;
    gap: 15px;
}

.corporate-features .corporate-features-group .corporate-features-group-item {
    flex: 1;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card {
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
    padding: 30px;
    border-radius: 15px;
    transition: all .4s ease;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card:hover {
    background-color: #000080;
    transition: all .4s ease;
    border-radius: 15px 15px 0 0;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card:hover .number {
    color: #fff;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card:hover .text {
    color: #fff;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card:hover .card-hover-vision {
    background-color: #000080;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card:hover .card-hover-vision span {
    color: #fff;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card .number {
    font-size: 60px;
    line-height: 60px;
    color: #000080;
    font-weight: 600;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card .text {
    color: #000080;
    font-size: 14px;
    font-weight: 300;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card .card-hover-vision {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #F9F9F9;
    border-radius: 0 0 15px 15px;
    padding: 0 30px;
    transform: translate(0, 0);
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.corporate-features .corporate-features-group .corporate-features-group-item .corporate-features-card .card-hover-vision span {
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    display: block;
    padding: 20px 0;
    border-top: .5px solid #fff;
}

.insurance-corporate .corporate-preference {
    margin: 125px 0 0;
}

.insurance-corporate .corporate-preference .corporate-preference-card {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    background-color: #F9F9F9;
}

.insurance-corporate .corporate-preference .corporate-preference-card .card-image {
    width: 20%;
    background-color: #800000;
    padding: 20px 20px 0;
}

.insurance-corporate .corporate-preference .corporate-preference-card .card-image img {
    object-fit: contain;
}

.insurance-corporate .corporate-preference .corporate-preference-card .card-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

.insurance-corporate .corporate-preference .corporate-preference-card .card-content .subtitle {
    color: #800000;
    font-size: 14px;
    font-weight: 300;
}

.insurance-corporate .corporate-preference .corporate-preference-card .card-content h2 {
    font-size: 30px;
}

.insurance-corporate .corporate-preference .corporate-preference-card .card-content p {
    font-size: 14px;
    font-weight: 400;
}

/* END CORPORATE */


/* START VEHICLE */

.insurance-vehicle {
    margin: 20px 0 0;
}

.insurance-vehicle-boxes {
    display: flex;
    gap: 20px;
}

.insurance-vehicle-boxes .vehicle-content-card {
    flex: 1;
    background-color: #FBFBFB;
    border-radius: 20px;
}

.insurance-vehicle-boxes .vehicle-content-card .content-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 50px;
}

.insurance-vehicle-boxes .vehicle-content-card .content-main h1 {
    font-size: 28px;
    margin: 0 0 10px;
}

.insurance-vehicle-boxes .vehicle-content-card .content-main p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.insurance-vehicle-boxes .vehicle-content-card .content-main .insurance-button {
    height: 40px;
    font-size: 13px;
    margin: 20px 0 0;
    padding: 0 25px;
    border-radius: 8px;
}

.insurance-vehicle-boxes .vehicle-content-card .content-main .insurance-button span {}

.insurance-vehicle-boxes .vehicle-content-card .content-main .insurance-button svg {
    fill: #fff;
}

.insurance-vehicle-boxes .vehicle-media-card {
    flex: 1;
}

.insurance-vehicle-boxes .vehicle-media-card img {}


.insurance-vehicle-offer {
    margin: 75px 0 0;
}

.insurance-vehicle-offer .vehicle-offer-group {
    display: flex;
    align-items: center;
}

.insurance-vehicle-offer .vehicle-offer-group .vehicle-offer-col {}

.insurance-vehicle-offer .vehicle-offer-group .vehicle-offer-col.content {
    width: 25%;
}

.insurance-vehicle-offer .vehicle-offer-group .vehicle-offer-col .content {
    padding: 0 50px 0 0;
}

.insurance-vehicle-offer .vehicle-offer-group .vehicle-offer-col .content span {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    display: block;
}

.insurance-vehicle-offer .vehicle-offer-group .vehicle-offer-col.slider {
    width: 75%;
}

.swiper.swiper-vehicle-offer {}

.swiper.swiper-vehicle-offer .swiper-slide {}

.vehicle-offer-card {
    position: relative;
}

.vehicle-offer-card .card-image {}

.vehicle-offer-card .card-image img {}

.vehicle-offer-card .card-content {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #000080;
    bottom: 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 10px;
    width: 70%;
}

.vehicle-offer-card .card-content span {
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    line-height: 14px;
    display: block;
    text-align: center;
}

/* END VEHICLE */


/* START BLOG PAGE */

.insurance-blog-page {
    margin: 40px 0 0;
}

.insurance-blog-page-head {}

.insurance-blog-page-head .blog-page-head-group {
    display: flex;
}

.insurance-blog-page-head .blog-page-head-group .blog-page-head-col {
    flex: 1;
}

.insurance-blog-page-head .blog-page-head-group .blog-page-head-col .insurance-filter {
    display: flex;
}

.insurance-blog-page-head .blog-page-head-group .blog-page-head-col .insurance-filter .filter-area-wrapper {}

.insurance-blog-page-head .blog-page-head-group .blog-page-head-col .insurance-filter .filter-area-wrapper .filter-button {}

.insurance-blog-page-head .blog-page-head-group .blog-page-head-col .search-card {
    width: 300px;
    float: right;
    border-radius: 50px;
}

.insurance-blog-page-head .blog-page-head-group .blog-page-head-col .search-card input {
    font-size: 13px;
}

.insurance-blog-page-head .blog-page-head-group .blog-page-head-col .search-card input::placeholder {
    color: #000;
}

.insurance-blog-page-head .blog-page-head-group .blog-page-head-col .search-card svg {}

.insurance-blog-page-list {}

.insurance-blog-page-list .blog-page-list-wrapper {}

.insurance-blog-page-list .blog-page-list-wrapper .blog-page-list-part {
    position: relative;
}

.insurance-blog-page-list .blog-page-list-wrapper .blog-page-list-part h2 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 30px;
}

.insurance-blog-page-list .blog-page-list-wrapper .blog-page-list-part:nth-child(even) {
    background-color: #FBFBFB;
    padding: 30px 0;
    margin: 50px 0;
}

.insurance-blog-page-list .blog-page-list-wrapper .blog-page-list-part:nth-child(even)::before {
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #FBFBFB;
}

.insurance-blog-page-list .blog-page-list-wrapper .blog-page-list-part:nth-child(even)::after {
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #FBFBFB;
}

.insurance-blog-page-feature {
    margin: 0 0 50px;
}

.insurance-blog-page-feature .offer-container {
    padding: 0;
}

/* END BLOG PAGE */


/* START CONTACT PAGE */

.insurance-contact {}

.insurance-contact .contact-head {
    background-color: #FAFAFA;
    display: flex;
    justify-content: center;
    line-height: 1;
    padding: 15px 0;
}

.insurance-contact .contact-head .title {
    font-size: 15px;
    font-weight: 400;
}

.insurance-contact .insurance-contact-group {
    display: flex;
    margin: 75px 0 0;
}

.insurance-contact .insurance-contact-group .insurance-contact-col {}

.insurance-contact .insurance-contact-group .insurance-contact-col.content {
    width: 40%;
}

.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content {
    max-width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content p::after {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    background-color: #D9D9D9;
    position: relative;
    width: 50%;
    height: 1px;
}

.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content ul {
    gap: 25px;
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
}

.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content ul li {}

.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content ul li a,
.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content ul li span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 300;
}

.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content ul li a .icon,
.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content ul li span .icon {}

.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content ul li a .icon img,
.insurance-contact .insurance-contact-group .insurance-contact-col .insurance-contact-content ul li span .icon img {
    width: 18px;
    height: 18px;
}

.insurance-contact .insurance-contact-group .insurance-contact-col.map {
    width: 60%;
}

.insurance-contact .insurance-contact-group .insurance-contact-col.map iframe {
    width: 100%;
    border-radius: 20px;
    height: 400px;
    color-scheme: light;
}

.insurance-form {
    margin: 100px 0 0;
}

.insurance-form.application-form {
    margin: 50px 0 0;
}

.insurance-form .insurance-contact-page-wrapper {}

.insurance-form .insurance-contact-page-wrapper .contact-page-group {
    display: flex;
    gap: 50px;
}

.application-form.insurance-form .insurance-contact-page-wrapper .contact-page-group {
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.insurance-form .insurance-contact-page-wrapper .contact-page-group .contact-page-col {}

.insurance-form .insurance-contact-page-wrapper .contact-page-group .contact-page-col.content {
    width: 35%;
}

.insurance-form .insurance-contact-page-wrapper .contact-page-group .contact-page-col .insurance-head {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

.application-form.insurance-form .insurance-contact-page-wrapper .contact-page-group .contact-page-col .insurance-head {
    text-align: center;
}

.application-form.insurance-form .insurance-contact-page-wrapper .contact-page-group .contact-page-col .insurance-head h2 {
    font-size: 28px;
    max-width: 75%;
    margin: 0 auto 20px;
}

.application-form.insurance-form .insurance-contact-page-wrapper .contact-page-group .contact-page-col .insurance-head p {
    font-size: 14px;
    line-height: 22px;
}

.insurance-form .insurance-contact-page-wrapper .contact-page-group .contact-page-col .insurance-head h2 {
    font-size: 40px;
    max-width: 90%;
    margin: 0 0 20px;
}

.insurance-form .insurance-contact-page-wrapper .contact-page-group .contact-page-col .insurance-head p {
    font-size: 17px;
    max-width: 100%;
    line-height: 27px;
}

.insurance-form .insurance-contact-page-wrapper .contact-page-group .contact-page-col.form {
    width: 65%;
}

.form-action-buttons {
    display: flex;
    justify-content: end;
    margin: 20px 0 0;
}

.form-action-buttons .insurance-button {
    font-size: 14px;
    height: 45px;
    padding: 0 30px;
}

.form-action-buttons .insurance-button svg {
    fill: #fff;
}

/* END CONTACT PAGE */


/* START APPLICATION PAGE */

.insurance-applications {
    margin: 60px 0 0;
}

.insurance-applications-contents {}

.insurance-applications-contents .applications-contents-wrapper {}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row {}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row:nth-child(even) {}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row .applications-contents-item {
    display: flex;
    background-color: #FAFAFD;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 20px;
}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row .applications-contents-item .applications-contents-col {}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row .applications-contents-item .applications-contents-col.content {
    width: 55%;
}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row .applications-contents-item .applications-contents-col .content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 80px;
}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row .applications-contents-item .applications-contents-col .content-wrapper h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row .applications-contents-item .applications-contents-col .content-wrapper p {
    font-size: 14px;
    font-weight: 400;
}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row .applications-contents-item .applications-contents-col.image {
    width: 45%;
}

.insurance-applications-contents .applications-contents-wrapper .applications-contents-row .applications-contents-item .applications-contents-col img {}

/* END APPLICATION PAGE */


/* START BRANCHES */

.insurance-branches {
    margin: 100px 0 0;
}

.branches-filter {}

.branches-filter .branches-filter-group {
    display: flex;
    max-width: 60%;
    gap: 20px;
}

.branches-filter .branches-filter-group .branches-filter-item {
    width: 30%;
}

.branches-filter .branches-filter-group .branches-filter-item:first-child {
    width: 50%;
}

.branches-filter .branches-filter-group .branches-filter-item .insurance-input-group {}

.branches-filter .branches-filter-group .branches-filter-item .insurance-input-group input,
.branches-filter .branches-filter-group .branches-filter-item .insurance-input-group select {
    height: 45px;
    background-color: transparent;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.branches-filter .branches-filter-group .branches-filter-item .search-card {
    width: 100%;
    min-width: 100%;
    background-color: transparent;
    border: 1px solid #ECECEC;
}

.branches-filter .branches-filter-group .branches-filter-item .search-card input {}

.branches-filter .branches-filter-group .branches-filter-item .search-card .icon {}

.branches-filter .branches-filter-group .branches-filter-item .search-card .icon svg {}

.branches-list {
    margin: 120px 0 0;
}

.branches-list .branches-list-wrapper {}

.branches-list .branches-list-wrapper .row {
    --bs-gutter-y: 100px;
}

.branches-card {
    background-color: #F6F6F6;
    border-radius: 25px;
}

.branches-card .card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -60px);
    margin: 0 0 -50px;
}

.card-image {}

.branches-card .card-image img {
    width: 60%;
    object-fit: contain;
}

.branches-card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 40px 30px;
}

.branches-card .card-content .title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px;
}

.branches-card .card-content .icon {
    line-height: 1;
    margin: 0 0 10px;
}

.branches-card .card-content .icon svg {
    width: 40px;
    height: 40px;
}

.branches-card .card-content .address {
    font-size: 14px;
    font-weight: 300;
}

/* END BRANCHES */


/* START OFFER */

.insurance-offer-page {
    background-color: #FAFAFD;
}

.insurance-offer-page .insurance-service {
    padding: 50px 0 100px;
}

.insurance-offer-step {
    padding: 0 0 100px;
}

.insurance-offer-step .offer-step-area {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.insurance-offer-step .offer-step-area .offer-step-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 3%);
    overflow: hidden;
}

.insurance-offer-step .offer-step-area .offer-step-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.insurance-offer-step .offer-step-area .offer-step-card .insurance-input-group {
    margin: 0 0 30px;
    width: 50%;
}

.insurance-offer-step .offer-step-area .offer-step-card .insurance-input-group label {}

.insurance-offer-step .offer-step-area .offer-step-card .insurance-input-group input {
    background-color: #F9F9F9;
    height: 50px;
}

.offer-step-form {
    padding: 0 50px;
}

.offer-step-form form {}

/* LEFT CARD */
.main-card {
    flex: 1;
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 40px 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.steps {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 50px;
    background-color: #F7F9FB;
}

.step {
    display: flex;
    align-items: center;
    gap: 8px;
}

.step .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #C3C3C3;
}

.step.active .circle {
    background: #000080;
}

.step .label {
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 300;
    white-space: nowrap;
}

.step.active .label {
    color: #0a1a4a;
}

.connector {
    flex: 1;
    height: 1px;
    background: #d8dae0;
    margin: 0 12px;
}

.progress-line {
    height: 3px;
    background: transparent;
    margin-bottom: 34px;
    margin-top: -32px;
    position: relative;
}

.progress-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 22%;
    background: #7a1220;
}

.insurance-offer-step .actions {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #EFEFEF;
    padding: 15px 30px;
}

.insurance-offer-step .actions button {
    height: 40px;
    font-size: 14px;
    font-weight: 300;
}

.insurance-offer-step .card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 3%);
    border: unset;
}

.insurance-offer-step .card-top {
    display: flex;
    gap: 14px;
}

.insurance-offer-step .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #EDF5FE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #000080;
    flex-shrink: 0;
}

.insurance-offer-step .icon-box svg {
    width: 20px;
    height: 20px;
}

.insurance-offer-step .card-top h3 {
    margin: 0 0 6px;
    font-size: 15px;
    color: #1a1a2e;
    max-width: 80%;
}

.insurance-offer-step .card-top p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #606774;
    max-width: 80%;
}

.insurance-offer-step .card-dark {
    background: linear-gradient(135deg, #000080, #0000E2);
    color: #fff;
}

.insurance-offer-step .card-dark .icon-box {
    background: #fff;
    color: #fff;
}

.insurance-offer-step .card-dark h3 {
    color: #fff;
    margin: 0 0 2px;
}

.insurance-offer-step .card-dark .sub {
    font-size: 11px;
    line-height: 14px;
    color: #B7D7FC;
    margin: 0 0 14px;
}

.insurance-offer-step .card-dark p.body {
    font-size: 13px;
    line-height: 1.6;
    color: #dfe1fa;
    margin: 0 0 18px;
}

.insurance-offer-step .card-dark .insurance-button {
    background-color: #fff;
    width: 100%;
    color: #000080;
    font-size: 14px;
    height: 50px;
}

@media (max-width: 860px) {
    .insurance-offer-step .sidebar {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .insurance-offer-step .card {
        flex: 1;
        min-width: 260px;
    }
}

/* END OFFER */

.hover-media-wrapper,
.hover-pagination {
    position: absolute;
    width: 100%;
    display: flex
}

.hover-pagination {
    justify-content: center;
    gap: 5px;
    z-index: 9;
    position: absolute;
    bottom: 10px;
}

.hover-pagination .hover-item-bullet {
    height: 8px;
    width: 8px;
    background-color: #C9C9C9;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px
}

.hover-pagination .hover-item-bullet::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F90000;
    left: -100%;
    transition: all .3s;
    position: absolute;
    top: 0;
    display: block
}

.hover-pagination .hover-item-bullet.active {
    transition: all .3s;
    width: 30px;
}

.hover-pagination .hover-item-bullet.active::before {
    left: 0;
    transition: all .3s
}

.hover-media-wrapper {
    left: 0;
    top: 0;
    height: 100%
}

.hover-media-wrapper .hover-media-item {
    flex: 1;
    height: 100%
}

.counter {}

.counter .counter-cart {}

.counter .counter-cart button {
    width: 40px;
    height: 40px;
    border: 1px solid #B7B7B7;
    border-radius: 100%;
    font-size: 14px;
}

.counter .counter-cart button i {}

.counter .counter-cart input {
    background-color: unset;
    border: unset;
    width: 35px;
    text-align: center;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 600;
}

/** LANGUAGE **/

.lunvara-language {
    position: relative;
}

.lunvara-language .language-wrapper {}

.lunvara-language .language-wrapper .lunvara-language-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lunvara-language .language-wrapper .lunvara-language-menu .is-active {}

.lunvara-language .language-wrapper .lunvara-language-menu .is-active a {
    font-weight: 700;
}

.lunvara-language .language-wrapper .lunvara-language-menu .is-active a .lunvara-language-menu__code {}

.lunvara-language .language-wrapper .lunvara-language-menu li {}

.lunvara-language .language-wrapper .lunvara-language-menu li a {
    font-size: 14px;
    font-weight: 300;
    width: auto;
    height: auto;
}

.lunvara-language .language-wrapper .lunvara-language-menu li a .lunvara-language-menu__code {}

.language-dropdown {
    position: relative;
}

.language-dropdown .current-lang {}

.language-dropdown .current-lang button {
    display: flex;
    align-items: center;
    gap: 5px;
}

.language-dropdown .current-lang button .lunvara-language-menu__code {
    color: #B8B8B8;
    font-size: 16px;
    font-weight: 600;
}

.language-dropdown .current-lang button span .lunvara-language-menu__code {
    all: unset;
    transform: translate(-4px, 7px);
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 9px;
}

.language-dropdown .current-lang button p {
    color: #B8B8B8;
    font-size: 12px;
    font-weight: 300;
}

.language-dropdown .current-lang button i {
    line-height: 1;
    font-size: 12px;
    color: #B8B8B8;
}

.language-dropdown .dropdown-toggle {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    min-width: 130px;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    z-index: 1200;
    padding: 6px 0;
}

.language-dropdown.is-open .dropdown-toggle {
    display: block;
}

.language-dropdown .dropdown-toggle ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-dropdown .dropdown-toggle li button.lang-switch {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
}

.language-dropdown .dropdown-toggle li a,
.language-dropdown .dropdown-toggle li button.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.55rem 0.9rem;
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.language-dropdown .dropdown-toggle li a:hover,
.language-dropdown .dropdown-toggle li button.lang-switch:hover,
.language-dropdown .dropdown-toggle li.is-active a,
.language-dropdown .dropdown-toggle li.is-active button.lang-switch {
    background: #f1f5f9;
    color: var(--primary-color, #6366f1);
}

.language-dropdown .dropdown-toggle li a::before,
.language-dropdown .dropdown-toggle li button.lang-switch::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    flex-shrink: 0;
}

.language-dropdown .dropdown-toggle li.is-active a::before,
.language-dropdown .dropdown-toggle li.is-active button.lang-switch::before {
    background: var(--primary-color, #6366f1);
}

.language-dropdown .current-lang button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

/* Google Translate gizle */
.goog-te-banner-frame,
.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}
body {
    top: 0 !important;
    position: static !important;
}
.goog-te-gadget {
    font-size: 0 !important;
    height: 0 !important;
    overflow: hidden;
}
iframe.goog-te-banner-frame {
    display: none !important;
}

/* Mobil dil seçici (header actions) */
.head-lang-mobile {
    display: none;
}
.head-lang-mobile .current-lang button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    justify-content: center;
    background: #fff;
}
.head-lang-mobile .current-lang button p {
    display: none;
}
.head-lang-mobile .current-lang button i {
    font-size: 18px;
    color: #64748b;
}
.head-lang-mobile .lunvara-language-menu__code {
    display: none;
}
@media only screen and (max-width: 991px) {
    .head-lang-mobile {
        display: block;
    }
    .head-lang-mobile .language-dropdown .dropdown-toggle {
        right: 0;
        left: auto;
    }
}

.language-dropdown .dropdown-toggle::after {
    display: none;
}

.language-dropdown .dropdown-toggle .lunvara-language-menu {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.language-dropdown .dropdown-toggle .lunvara-language-menu li {}

.language-dropdown .dropdown-toggle .lunvara-language-menu li a {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
}

.language-dropdown .dropdown-toggle .lunvara-language-menu li a:hover {
    color: var(--primary-color);
}

.language-dropdown .dropdown-toggle .lunvara-language-menu li a:hover::before {
    background-color: var(--primary-color);
}

.language-dropdown .dropdown-toggle .lunvara-language-menu li a::before {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    background-color: #B8B8B8;
}

.language-dropdown .dropdown-toggle .lunvara-language-menu li a .lunvara-language-menu__code {}

/** END LANGUAGE **/


/** START SEARCH **/

.search-card {
    position: relative;
    background-color: #F4F4F4;
    min-width: 300px;
    max-width: 100%;
    border-radius: 10px;
    height: 45px;
    padding: 0 20px;
}

.search-card input {
    border: unset;
    border-bottom: 1px solid #fff;
    background-color: unset;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 400;
}

.search-card input::placeholder {
    color: #BDBDBD;
}

.search-card .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.search-card .icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.search-card .icon svg path {}

/** END SEARCH **/


/** START HEAD SUB MENU  **/

.sub-head-menu {
    position: absolute;
    left: 0;
    top: 80%;
    width: 300px;
    z-index: 99;
    display: none;
}

.sub-head-menu.active {
    appearance: auto;
    opacity: 1;
    transform: translate(0, 0);
    display: block;
    transition: all .4s ease;
}

.sub-head-menu .sub-head-menu-wrapper {
    background-color: #FAFAFA;
    margin: 10px 0 0;
    width: 100%;
    border-radius: 10px;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group {}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-title {
    background-color: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-title::before {
    content: "";
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-title .title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list {
    padding: 20px;
    width: 100%;
}

header.insurance-header .insurance-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li {
    display: block;
    width: 100%;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li:not(:last-child) {}

header.insurance-header .insurance-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a {
    color: #000 !important;
    display: flex;
    align-items: center;
    font-weight: 200;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a i {
    margin: 0 0 2px;
    font-size: 12px;
}

/** END HEAD SUB MENU  **/


.search-action {}

.search-action img {
    width: 24px;
}

.search-action svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}

.search-action i {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    position: relative;
    top: 5px;
    display: none;
}

.search-action svg path {}

.button-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

body .insurance-button {
    height: 55px;
    background-color: #000080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    width: fit-content;
    gap: 5px;
}

body .insurance-button svg {
    width: 14px;
    height: 14px;
}

body .insurance-button:hover {
    background-color: #1818c6 !important;
    color: #fff !important;
}

body .insurance-button:hover svg {
    fill: #fff !important;
}

body .insurance-button.transparent {
    background-color: #ffffff52;
}

body .insurance-button img {
    width: 20px;
    margin: 0 0 3px;
}

body .insurance-button i {}

.insurance-input-group {
    margin: 0 0 10px;
    position: relative;
}

.insurance-input-group label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin: 0 0 15px;
}

.insurance-input-group.select {}

.insurance-input-group.select::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 95%;
    border-radius: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='81' height='50' viewBox='0 0 81 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2022_782)'%3E%3Cpath d='M40.4974 45C42.5474 45 44.4795 44.0048 45.935 42.1995L73 8.51019L69.3766 4L42.3117 37.6893C41.3431 38.895 39.6569 38.895 38.6883 37.6893L11.6234 4L8 8.51019L35.065 42.1995C36.5153 44.0048 38.4475 45 40.5026 45H40.4974Z' fill='%23949494'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2022_782'%3E%3Crect width='50' height='81' fill='white' transform='matrix(0 1 -1 0 81 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-color: #fff;
}

.insurance-input-group.textarea {
    height: 100%;
}

.insurance-input-group.textarea textarea {
    height: 100%;
}

.insurance-input-group input,
.insurance-input-group select,
.insurance-input-group textarea {
    width: 100%;
    border: unset;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: #F9F9F9;
    border-radius: 15px;
    padding: 0 20px;
}

.insurance-input-group input::placeholder,
.insurance-input-group select::placeholder,
.insurance-input-group textarea::placeholder {
    color: #C3C3C3;
    font-weight: 300;
}

.insurance-input-group input {}

.insurance-input-group select {}

.insurance-input-group textarea {
    height: 120px;
    padding: 20px;
}

.insurance-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 0 0 50px;
}

.insurance-head .head-col {
    flex: 1;
    width: 100%;
}

.insurance-head .subtitle {
    font-size: 16px;
    font-weight: 200;
}

.insurance-head h3 {}

.insurance-head h2 {
    font-size: 28px;
    font-weight: 500;
}

.insurance-head p {
    font-size: 15px;
    font-weight: 300;
    max-width: 50%;
    line-height: 20px;
    margin: auto;
}

.insurance-head .insurance-head-col {}

.insurance-head a {
    height: 40px;
    font-size: 12px;
    font-weight: 300;
    background-color: #F4F4F4;
    color: #000;
}

.insurance-head a i {
    line-height: 1;
}

body .swiper {
    display: none;
}

body .swiper.swiper-horizontal,
body .swiper.swiper-vertical {
    display: block;
}

.navigation-group {}

.navigation-group .navigation-button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}

.navigation-group .navigation-button.prev {
    left: 0;
}

.navigation-group .navigation-button.next {
    right: 0;
}

.navigation-group .navigation-button img {
    width: 20px;
    height: 20px;
}

.navigation-group .navigation-button i {}

.insurance-filter {}

.insurance-filter .filter-area-wrapper {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.insurance-filter .filter-area-wrapper .filter-button {
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 0 20px;
}

.insurance-filter .filter-area-wrapper .filter-button i {}

.insurance-filter .filter-area-wrapper .filter-button.active {
    background-color: #000080;
    color: #fff;
    border-color: #000080;
}

.filter-part {
    display: none;
}

.filter-part.is-active {
    display: block;
}

/* START TESTIMONIALS */

.insurance-testimonials {
    margin: 80px 0 0;
    padding: 10px 0 20px;
}

.insurance-testimonials .insurance-head {
    margin-bottom: 28px;
}

.insurance-testimonials .insurance-head .head-col h2 {
    font-size: 22px;
    font-weight: 700;
}

.insurance-testimonials .insurance-head .head-col p {
    font-size: 13px;
    color: #666;
}

.insurance-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.testimonial-card {
    position: relative;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 28px 24px 22px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.testimonial-card:hover {
    border-color: #d8d8d8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.testimonial-quote {
    position: absolute;
    top: 8px;
    right: 18px;
    font-size: 64px;
    line-height: 1;
    color: #000080;
    opacity: 0.12;
    font-family: Georgia, serif;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.65;
    color: #333;
    margin: 0 0 18px;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000080;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.testimonial-author strong {
    font-size: 14px;
    color: #111;
}

@media (max-width: 991px) {
    .insurance-testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .insurance-testimonials {
        margin: 50px 0 0;
    }

    .insurance-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* END TESTIMONIALS */

/* VIDEOS CARD */

.videos-card {
    position: relative;
    width: 100%;
}

.videos-card .videos-wallpaper {
    display: block;
}

.videos-card .videos-wallpaper img {
    border-radius: 30px;
    height: 400px;
    object-fit: cover;
}

.videos-card .videos-content {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0, -50%);
    z-index: 9;
}

.videos-card .videos-content .title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}

.videos-card .videos-content .title span {
    display: block;
    font-weight: 100;
}

.videos-card .videos-control {}

.videos-card .videos-control .videos-control-button {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.videos-card .videos-control .videos-control-button.active {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.videos-card .videos-control .videos-control-button i {}

.videos-card .videos-control .videos-control-button.videos-pause {
    display: none;
}

.videos-card .videos-control .videos-control-button.videos-play {}

.videos-card .videos-control .videos-play {}

.videos-card .videos-control .videos-play i {}

.videos-card .videos-main {
    display: none;
}

.videos-card .videos-main video {
    border-radius: 30px;
    height: 400px;
    object-fit: cover;
    display: block;
}

body .swiper-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: fit-content !important;
    position: absolute;
    left: 50% !important;
    transform: translate(-50%,0);
    bottom: 30px !important;
}

body .swiper-pagination * {
    transition: all .4s ease !important;
}

body .swiper-pagination .swiper-pagination-bullet {
    background-color: #D9D9D9 !important;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    margin: 0 !important;
}

body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 15px;
    height: 15px;
}

/* BLOG DETAIL - modern compact layout */
.blog-detail-head + .insurance-blog-detail,
.insurance-blog-detail {
    padding: 40px 0 80px;
}

.blog-detail-header {
    max-width: 860px;
    margin: 0 auto 32px;
}

.blog-detail-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.blog-detail-category {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(0, 0, 128, 0.08);
    color: #000080;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.blog-detail-date {
    font-size: 14px;
    color: #888;
    font-weight: 300;
}

.blog-detail-header h1 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    color: #111;
    line-height: 1.25;
    margin-bottom: 24px;
}

.blog-detail-hero {
    border-radius: 20px;
    overflow: hidden;
    max-height: 380px;
    box-shadow: 0 20px 60px rgba(0, 0, 32, 0.1);
}

.blog-detail-hero img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.compact-page-head .page-head-main-group {
    max-height: 280px;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
}

.compact-page-head .main-image img {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}

.service-detail-excerpt {
    max-width: 860px;
    margin: -8px auto 24px;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    text-align: center;
}

.service-detail-cta {
    max-width: 860px;
    margin: 40px auto 0;
    text-align: center;
}

.insurance-service-item {
    position: relative;
}

.service-quick-offer {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
    color: #000080;
    text-decoration: none;
    font-weight: 500;
}

.service-quick-offer:hover {
    text-decoration: underline;
}

.offer-step-alert {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
}

.offer-step-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-outline-step {
    background: transparent !important;
    color: #000080 !important;
    border: 1px solid rgba(0, 0, 128, 0.25) !important;
}

.insurance-offer-step .step.done .circle {
    background: #10b981;
    border-color: #10b981;
}

.insurance-offer-step .connector.active {
    background: #000080;
}

/* Trafik Sigortası teklif formu */
.trafik-offer-page {
    background:
        radial-gradient(ellipse 80% 50% at 10% 0%, rgba(0, 0, 128, 0.06), transparent 55%),
        linear-gradient(180deg, #f3f5fb 0%, #fafafd 40%, #fff 100%);
}

.trafik-offer-intro {
    max-width: 720px;
    margin: 0 0 28px;
    padding-top: 10px;
}

.trafik-offer-intro-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000080;
    background: rgba(0, 0, 128, 0.08);
    padding: 6px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.trafik-offer-intro h1 {
    font-size: clamp(1.6rem, 2.5vw, 2.1rem);
    color: #0a1a4a;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.25;
}

.trafik-offer-intro p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5a6478;
    font-weight: 300;
    max-width: 560px;
}

.trafik-step-card .steps {
    background: linear-gradient(90deg, #eef2ff 0%, #f7f9fb 100%);
}

.trafik-form-head {
    margin-bottom: 22px;
}

.trafik-form-head h2 {
    font-size: 1.25rem;
    color: #0a1a4a;
    margin: 0 0 6px;
    font-weight: 700;
}

.trafik-form-head p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    font-weight: 300;
}

.trafik-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.insurance-offer-step .trafik-step-card .insurance-input-group {
    width: 100%;
    margin: 0 0 20px;
}

.insurance-offer-step .trafik-step-card .insurance-input-group.trafik-full {
    grid-column: 1 / -1;
}

.trafik-form-grid label .opt {
    color: #9ca3af;
    font-weight: 300;
    font-size: 12px;
}

.trafik-offer-form select,
.trafik-offer-form textarea {
    width: 100%;
    background-color: #F9F9F9;
    border: 1px solid #e8eaf0;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #1a1a2e;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.trafik-offer-form select {
    height: 50px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.trafik-offer-form textarea {
    min-height: 110px;
    resize: vertical;
}

.trafik-offer-form input:focus,
.trafik-offer-form select:focus,
.trafik-offer-form textarea:focus {
    border-color: rgba(0, 0, 128, 0.45);
    box-shadow: 0 0 0 3px rgba(0, 0, 128, 0.08);
    background: #fff;
}

.trafik-summary-chip {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    background: #eef2ff;
    color: #0a1a4a;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    margin-bottom: 22px;
}

.trafik-summary-chip strong {
    font-weight: 600;
}

.trafik-check {
    margin-top: 4px;
}

.trafik-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #4b5563;
    cursor: pointer;
    font-weight: 400 !important;
}

.trafik-checkbox input {
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #000080;
}

.trafik-checkbox a {
    color: #000080;
    text-decoration: underline;
}

.trafik-side-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.trafik-side-list li {
    position: relative;
    padding: 8px 0 8px 22px;
    font-size: 13px;
    color: #4b5563;
    border-top: 1px solid #f0f2f7;
}

.trafik-side-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000080;
}

.trafik-side-card .icon-box {
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .trafik-form-grid {
        grid-template-columns: 1fr;
    }

    .trafik-offer-intro {
        margin-bottom: 18px;
    }

    .trafik-summary-chip {
        border-radius: 12px;
    }
}

.insurance-blog-detail .blog-detail-content {
    max-width: 860px;
    margin: 0 auto;
}

.insurance-blog-detail .blog-detail-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.insurance-blog-detail .blog-detail-content h2,
.insurance-blog-detail .blog-detail-content h3 {
    margin: 32px 0 16px;
    font-weight: 600;
}

.insurance-blog-detail .blog-detail-related {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

/* TOAST BİLDİRİM */
.sk-toast-stack {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.sk-toast {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 320px;
    max-width: 420px;
    padding: 18px 44px 18px 18px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 32, 0.14), 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 128, 0.08);
    overflow: hidden;
    pointer-events: auto;
    opacity: 0;
    transform: translateX(120%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.sk-toast--show {
    opacity: 1;
    transform: translateX(0);
}

.sk-toast--hide {
    opacity: 0;
    transform: translateX(120%);
}

.sk-toast--success {
    border-left: 4px solid #10b981;
}

.sk-toast--error {
    border-left: 4px solid #ef4444;
}

.sk-toast__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sk-toast--success .sk-toast__icon {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.sk-toast--error .sk-toast__icon {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
}

.sk-toast__icon svg {
    width: 24px;
    height: 24px;
}

.sk-toast__body {
    flex: 1;
    padding-top: 2px;
}

.sk-toast__body strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000080;
    margin-bottom: 4px;
    line-height: 1.3;
}

.sk-toast__body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    font-weight: 300;
}

.sk-toast__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border: none;
    background: #f4f4f8;
    border-radius: 8px;
    color: #666;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.sk-toast__close:hover {
    background: #e8e8f0;
    color: #000080;
}

.sk-toast__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: rgba(0, 0, 128, 0.08);
    transform-origin: left;
}

.sk-toast--success .sk-toast__progress::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #10b981, #34d399);
    animation: skToastProgress 5s linear forwards;
}

.sk-toast--error .sk-toast__progress::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #ef4444, #f87171);
    animation: skToastProgress 5s linear forwards;
}

@keyframes skToastProgress {
    from { transform: scaleX(1); }
    to { transform: scaleX(0); }
}

@media (max-width: 575px) {
    .sk-toast-stack {
        top: 16px;
        right: 16px;
        left: 16px;
    }
    .sk-toast {
        min-width: 0;
        max-width: none;
    }
}

/* ========== Kampanyalar ========== */
.insurance-campaigns-page {
    padding: 40px 0 80px;
    background: #fff;
}

.campaigns-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px;
    line-height: 1.3;
}

.campaigns-featured {
    margin-bottom: 56px;
}

.campaign-featured-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.campaign-featured-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: inherit;
}

.campaign-featured-media {
    min-height: 280px;
    background: #f4f6f8;
}

.campaign-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.campaign-featured-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 36px;
    gap: 16px;
}

.campaign-featured-body h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
    margin: 0;
}

.campaign-featured-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

.campaign-end-date {
    display: block;
    margin-top: auto;
    padding-top: 12px;
    font-size: 14px;
    color: #888;
}

.campaigns-list .campaign-list-card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ececec;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.campaigns-list .campaign-list-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: inherit;
}

.campaigns-list .campaign-list-card .card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f4f6f8;
}

.campaigns-list .campaign-list-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.campaigns-list .campaign-list-card .card-content {
    padding: 20px 18px 22px;
}

.campaigns-list .campaign-list-card .card-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #111;
}

.campaigns-list .campaign-list-card .card-content p {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    margin: 0 0 10px;
}

.campaigns-list .campaign-list-card .campaign-end-date {
    padding-top: 0;
    margin-top: 0;
    font-size: 13px;
}

/* ========== Hasar İşlemleri ========== */
.hasar-islemleri-page .offer-step-area {
    grid-template-columns: 1fr;
    max-width: 920px;
    margin: 0 auto;
}

.hasar-islemleri-page .hasar-steps {
    flex-wrap: wrap;
    gap: 8px 0;
    justify-content: space-between;
}

.hasar-islemleri-page .hasar-steps .step .label {
    font-size: 11px;
}

.hasar-islemleri-page .hasar-steps .connector {
    min-width: 12px;
    margin: 0 6px;
}

@media (max-width: 767px) {
    .hasar-islemleri-page .hasar-steps .step .label {
        display: none;
    }
    .hasar-islemleri-page .steps {
        padding: 16px 20px;
    }
    .hasar-islemleri-page .offer-step-form {
        padding: 0 20px 24px;
    }
}

/* Hasar form butonları — header mavisi (#000080) */
.hasar-islemleri-page {
    --hasar-navy: #000080;
    --hasar-navy-dark: #000066;
}

.hasar-step-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    padding-bottom: 8px;
}

.hasar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 48px;
    padding: 0 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.hasar-btn-primary {
    background: var(--hasar-navy);
    color: #fff;
    border-color: var(--hasar-navy);
    box-shadow: 0 4px 14px rgba(0, 0, 128, 0.28);
}

.hasar-btn-primary:hover {
    background: var(--hasar-navy-dark);
    border-color: var(--hasar-navy-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 128, 0.35);
}

.hasar-btn-outline {
    background: #fff;
    color: var(--hasar-navy);
    border-color: rgba(0, 0, 128, 0.35);
}

.hasar-btn-outline:hover {
    background: rgba(0, 0, 128, 0.06);
    color: var(--hasar-navy-dark);
    border-color: var(--hasar-navy);
}

.hasar-islemleri-page .hasar-steps {
    padding: 28px 50px 24px;
    min-height: 88px;
}

.hasar-islemleri-page .hasar-steps .step .circle {
    width: 36px;
    height: 36px;
    font-size: 14px;
}

.hasar-islemleri-page .step.active .circle {
    background: var(--hasar-navy);
}

.hasar-islemleri-page .step.done .circle {
    background: var(--hasar-navy);
}

.hasar-islemleri-page .connector.active {
    background: var(--hasar-navy);
}

.hasar-islemleri-page .progress-line::before {
    background: var(--hasar-navy);
    width: inherit;
    height: 4px;
}

.hasar-islemleri-page .progress-line {
    height: 4px;
    margin-top: -28px;
}

/* Kurumsal hero — foto slider (anasayfa gibi) */
.about-hero-slider-head .about-hero-slider {
    position: relative;
    width: 100%;
}

.about-hero-slider .swiper-about-hero .swiper-slide {
    height: 52vh;
    min-height: 380px;
    max-height: 620px;
}

.about-hero-slide-link {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.about-hero-slide-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-hero-slide-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 128, 0.55) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 1;
}

.about-hero-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 48px 0 64px;
    color: #fff;
}

.about-hero-caption .subtitle {
    font-size: 14px;
    letter-spacing: 0.04em;
    opacity: 0.9;
    margin-bottom: 8px;
}

.about-hero-caption h1 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    margin: 0 0 18px;
    color: #fff;
}

.about-hero-cta {
    display: inline-flex;
    background: #000080;
    border-color: #000080;
    color: #fff !important;
}

.about-hero-cta:hover {
    background: #000066;
    border-color: #000066;
}

.swiper-about-hero-pagination {
    bottom: 18px !important;
}

.swiper-about-hero-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.55;
}

.swiper-about-hero-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000080;
}

.hr-application-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 8px 28px rgba(0, 0, 128, 0.06);
}

.hr-form .hasar-btn-primary {
    background: #000080;
    border-color: #000080;
    color: #fff;
}

.hr-form .hasar-btn-primary:hover {
    background: #000066;
    border-color: #000066;
}

/* —— Anasayfa video reels —— */
.insurance-videos {
    background: #fff;
    padding: 70px 0 40px;
}

.videos-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 34px;
}

.videos-section-head h2 {
    margin: 0 0 8px;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: #0f172a;
}

.videos-section-head p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
}

.videos-reels-wrap {
    position: relative;
    padding: 0 52px;
}

.swiper-videos-reels {
    overflow: visible;
    padding: 20px 0 10px;
}

.swiper-videos-reels .swiper-slide {
    width: 220px;
    transition: transform 0.35s ease;
}

.swiper-videos-reels .swiper-slide-active {
    transform: scale(1.08);
    z-index: 2;
}

.video-reel-card {
    position: relative;
    height: 390px;
    border-radius: 22px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.18);
}

.video-reel-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #111;
}

.video-reel-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 68px;
    height: 68px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 3;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.video-reel-play svg {
    width: 68px;
    height: 68px;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.35));
}

.video-reel-card.is-playing .video-reel-play {
    opacity: 0;
    pointer-events: none;
}

.video-reel-caption {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 14px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

.video-reel-brand {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 2;
    background: #000080;
    border-radius: 8px;
    padding: 6px 10px;
    box-shadow: 0 6px 16px rgba(0,0,128,0.35);
}

.video-reel-brand img {
    display: block;
    height: 18px;
    width: auto;
    filter: brightness(0) invert(1);
}

.videos-reels-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #000080;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,128,0.28);
}

.videos-reels-nav svg { width: 18px; height: 18px; }
.videos-reels-nav:hover { background: #000066; }
.videos-reels-prev { left: 0; }
.videos-reels-next { right: 0; }

/* —— İşin Kurduna Sor FAB + Modal —— */
.isin-kurdu-fab {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99990;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.isin-kurdu-fab-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: linear-gradient(180deg, #000080 0%, #1e3a8a 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 18px 11px;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(0, 0, 128, 0.28);
    white-space: nowrap;
}

.isin-kurdu-fab-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #000080;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 24px rgba(0, 0, 128, 0.22);
    overflow: hidden;
}

.isin-kurdu-fab-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.isin-kurdu-fab:hover .isin-kurdu-fab-text {
    background: linear-gradient(180deg, #000066 0%, #000080 100%);
}

.isin-kurdu-modal {
    position: fixed;
    inset: 0;
    z-index: 99995;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.isin-kurdu-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.isin-kurdu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(3px);
}

.isin-kurdu-dialog {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 22px;
    padding: 28px 24px 22px;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28);
    transform: translateY(12px) scale(0.98);
    transition: transform 0.22s ease;
}

.isin-kurdu-modal.is-open .isin-kurdu-dialog {
    transform: none;
}

.isin-kurdu-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.isin-kurdu-dialog-head h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    padding-right: 36px;
}

.isin-kurdu-dialog-head p {
    margin: 0 0 20px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.isin-kurdu-field {
    margin-bottom: 12px;
}

.isin-kurdu-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
}

.isin-kurdu-field input,
.isin-kurdu-field select {
    width: 100%;
    height: 48px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 0 14px;
    font-size: 14px;
    background: #f8fafc;
    color: #0f172a;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.isin-kurdu-field input:focus,
.isin-kurdu-field select:focus {
    border-color: #000080;
    box-shadow: 0 0 0 3px rgba(0, 0, 128, 0.12);
    background: #fff;
}

.isin-kurdu-submit {
    width: 100%;
    height: 54px;
    margin-top: 10px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #000080 0%, #001a66 55%, #00004d 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 0, 128, 0.28);
    transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.isin-kurdu-submit:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(0, 0, 128, 0.34);
}

.isin-kurdu-submit:disabled {
    opacity: 0.7;
    cursor: wait;
    transform: none;
}

.isin-kurdu-alert {
    margin: 8px 0;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
}

.isin-kurdu-alert.is-ok {
    background: #ecfdf5;
    color: #065f46;
}

.isin-kurdu-alert.is-err {
    background: #fef2f2;
    color: #991b1b;
}

body.isin-kurdu-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .videos-reels-wrap { padding: 0 36px; }
    .swiper-videos-reels .swiper-slide { width: 180px; }
    .video-reel-card { height: 320px; border-radius: 18px; }
    .isin-kurdu-fab { right: 10px; }
    .isin-kurdu-fab-text { font-size: 11px; padding: 14px 9px; }
    .isin-kurdu-fab-icon { width: 46px; height: 46px; }
}