@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/*
Theme Name: Insuren Child Theme
Theme URI: https://shtheme.com/demosd/insuren
Description: This is child theme of insuren
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  insuren-child
Template: insuren
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

:root {
    --primary-color: #08245E;
    --primary-color-rgb: 8, 36, 94;
    --primary-color2: #00B7BD;
    --primary-color2-rgb: 0, 183, 189;

    --secondary-color: #00B7BD;
    --secondary-color-rgb: 0, 183, 189;

    --text-black: #333333;

    --heading-text-color: var(--primary-color);
    --body-font-color: var(--text-black);

    --table-border-color: #dddddd;
    --table-header-bg-color: var(--primary-color2);
    --table-row1-bg-color: #f3f3f5;
    --table-row2-bg-color: #e9e9eb;
}

a {
  color: var(--body-font-color);
}

a[rel="author"] {
  color: var(--body-font-color);
  text-transform: capitalize;
}

.comment-form-cookies-consent {
    display: none;
}

form#contact-form > div {
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
}

form#contact-form div.col-lg-6 {
    max-width: 48%;
}

form#contact-form div.col-lg-6:nth-child(2) {
    float: right;
}

h3.comment-reply-title {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 26px;
}

.comments-area h3.comments-title {
  font-size: 26px;
}

h6.comment-author a {
  color: var(--body-font-color);
  text-transform: capitalize;
}

p.logged-in-as a {
  color: var(--body-font-color);
}

span.required-field-message {
  display: none;
}

.service-details-page .news-wrapper .news-details h4.the-title {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* Remove team member grayscale hover effect */
.team-block:hover .team-upper-part img {
    filter: none;
}

.block-quote {
  padding: 30px;
  background: #fff;
  border-left: 5px solid var(--primary-color);
  position: relative;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
}

.block-quote span {
  display: block;
  margin-top: 15px;
}

.block-quote:after {
  display: none;
}

.sidebar-widget.widget_search {
  padding: 30px;
}

.sidebar-widget.widget_categories h4.single-blog-widget-title {
  margin-bottom: 20px;
}

.sidebar-widget.widget-popular-posts h4.single-blog-widget-title {
  margin-bottom: 30px;
}

.sidebar-widget.widget_tag_cloud h4.single-blog-widget-title {
  margin-bottom: 15px;
}

.sidebar-widget.widget_categories ul li, .sidebar-widget.widget-archives ul li {
  display: inherit;
  padding: 5px 0;
}

.news-sidebar-widget .widget-categories ul li a, .news-sidebar-widget .widget-archives ul li a {
  color: var(--body-font-color);
}

.news-sidebar-widget .widget_categories ul li a:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: var(--primary-color);
  vertical-align: middle;
}

.news-sidebar-widget .widget_categories ul li, .news-sidebar-widget .widget_archive ul li {
    display: inherit;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.news-sidebar-widget .widget_categories ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.widget-popular-posts div.post-image img {
  max-width: inherit;
}

.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
}

.wp-tag-cloud li a {
  background: #fff;
  color: var(--body-font-color);
    font-size: 14px!important;
    margin-right: 10px;
    margin-top: 14px;
    padding: 5px 16px 5px 16px;
    display: inline-block;
}

.wp-tag-cloud li:hover a {
    color: #fff;
    background: var(--primary-color);
}

.single-news-content .news-thumb, .news-wrapper .news-thumb {
  max-height: 450px;
}

.service-details-page .row > .col-xl-8 {
  padding: 0px 30px;
}

.service-details-page .row > .news-wrapper {
  padding: 0px;
}

.pagination-list li span.current {
  font-weight: 500;
  height: 54px;
  width: 54px;
  line-height: 54px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 1px solid transparent;
  background: var(--primary-color);
  color: #fff;
}

.news-wrapper .news-details .news-description .news-bottom-meta,
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-meta .comment-metadata span {
  color: var(--body-font-color);
}

.search-custom form.search-form {
  position: relative;
  width: 70%;
}

.search-custom form.search-form label {
  width: 100%;
}

.search-custom form.search-form input {
  background: #f3f3f5;
  height: 60px;
  padding: 6px 25px;
  border: 1px solid #f3f3f5;
  width: 100%;
  display: block;
  outline: 0;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.search-custom form.search-form button {
  position: absolute;
  right: 5px;
  outline: 0;
  bottom: 5px;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 30px;
}

.search-custom > h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}

.service-link-list ul li a:before {
  content: "\f054";
  margin-right: 10px;
  font-size: 13px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.service-link-list ul li:hover a:before {
  margin-right: 12px;
}

.header-top-area .header-top-left-part a {
    display: inline;
}

/* Remove 20px padding - unnecessary when address is not shown */
/*
.header-top-area .header-top-left-part .phone {
    padding-left: 0;
}
*/

.header-top-area .header-top-right-part .social-links::after {
  display: none;
}

.header-top-area .header-top-right-part .social-links li:last-child {
  margin-right: 0px;
}

.footer-main-area form br {
  display: none;
}

.widget-title::after {
    height: 6px;
    width: 58px;
    bottom: -15px;
    background: var(--secondary-color);
    border-radius: 6px;
}

.fu-home-reviews .fu-reviews-header h2 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--heading-text-color);
    margin: 0;
    font-family: var(--heading-font-family);
}

.header-style-two .header-wrapper .header-navigation-area {
    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url('/wp-content/uploads/2025/09/menu-bg2.jpg');
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
  .logged-in .header-style-two .header-wrapper .header-navigation-area.fixed {
    top: 32px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .logged-in .header-style-two .header-wrapper .header-navigation-area.fixed {
    top: 44px;
  }
}

.mean-container .mean-nav ul li li a {
  opacity: 1;
}

.single-news-content .news-description h4.the-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
}

.footer-main-area form div.wpcf7-validation-errors {
	color: #fff;
}

.footer-widget-list li a {
	color: #fff;
}

.footer-main-area p.text-light-gray {
	color: #fff;
}

.footer-bottom-area span.text-light-gray {
	color: #fff;
}


.project-details-content .order-list li{
	text-transform:capitalize;
}
span.wpcf7-not-valid-tip{
	color:white;
	margin-top:10px;
}
.footer-main-area form div.wpcf7-validation-errors{
	margin-left:0px;
	border: 2px solid white;
}

.features-item {
    height: 100% !important;
}
.features-item .features-inner {
    height: 100% !important;
}

.features-section .section-content .row > div {
    padding-bottom: 20px;
}

.features-item .features-inner .features-icon::before {
    color: var(--secondary-color);
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
    position: absolute;
    width: 350px;
}

.footer-contact-info .contact-info-icon i:before {
    font-size: 28px;
    background: var(--secondary-color);
}

.footer-contact-info .contact-info-text a {
    color: #fff;
}

.footer-contact-info .contact-info-text a:hover {
    color: var(--primary-color2);
}

.social-list li a:hover {
    background: var(--secondary-color);
}

.header-top-area a {
    display: inline;
}

.header-top-area a:hover {
    color: var(--secondary-color);
}

/* Sidebar close icon */
.close-icon > button {
    cursor: pointer;
    background: var(--text-gray-light);
}

.side-info a:hover {
    color: var(--secondary-color);
}

.accordion .accordion-item .accordion-header .title {
    padding: 20px 20px 20px 20px;
}

.accordion .accordion-item .accordion-body {
    margin-top: 0;
}

.sidebar-widget {
    padding: 24px;
}

.comparison-table {
    margin: 40px 0;
}

.fu-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 32px;
}

.fu-table th, .fu-table td {
    padding: 9px 12px;
    text-align: left;
    border: 1px solid var(--table-border-color);
}

.fu-table th {
    background-color: var(--table-header-bg-color);
    color: white;
}

.fu-table tr {
    background-color: var(--table-row1-bg-color);
}

.fu-table tr:nth-child(even) {
    background-color: var(--table-row2-bg-color);
}

.single-news-content h2, .project-details-page h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}

.single-news-content h3, .project-details-page h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-news-content ul, .project-details-page ul {
    margin-bottom: 32px;
}

.single-news-content .news-thumb, .news-wrapper .news-thumb {
    max-height: none;
}

.widget-popular-posts div.post-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.widget-popular-posts div.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width: 991px) and (max-width: 1200px) {
	.home_banner_02 .home-carousel .slide-item .auto-container,
	.home_banner_03 .home-carousel .slide-item .auto-container {
		max-width: 960px;
	}

	.home_banner_02 .home-carousel .slide-item .auto-container .content-box,
	.home_banner_03 .home-carousel .slide-item .auto-container .content-box{
		padding: 0px;
	}
}

@media(min-width: 1201px) and (max-width: 1400px) {
	.home_banner_02 .home-carousel .slide-item .auto-container,
	.home_banner_03 .home-carousel .slide-item .auto-container {
		max-width: 1140px;
	}

	.home_banner_02 .home-carousel .slide-item .auto-container .content-box,
	.home_banner_03 .home-carousel .slide-item .auto-container .content-box {
		padding: 0px;
	}
}

/* right ham menu icon */
.header-searchbox-style-two {
    margin-top: 8px;
    margin-left: 0;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub {
	margin-right: 54px;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    margin-right: 35px;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
    margin-right: 0;
}

@media(max-width: 1200px) {
    .header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub {
        margin-right: 44px;
    }

    .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
        margin-right: 25px;
    }
}

.comments-area ol.comment-list {
	padding-bottom: 20px;
}

/*
.single-post .page-title-section .breadcrumb-area .page-title {
	letter-spacing: 1px;
	margin-bottom: 40px;
}
*/

span.wpcf7-not-valid-tip {
    color: red;
}

input[type="checkbox"] {
    -moz-appearance: auto;
}

.blog .page-title-section,
.single-post .page-title-section,
.single-project .page-title-section,
.single-service .page-title-section {
    background-color: #fff;
    background-image: none;
    align-items: center;
    min-height: 120px;
    position: relative;
    padding: 70px 0 30px 0;
}

.blog .page-title-section:after,
.single-post .page-title-section:after,
.single-project .page-title-section:after,
.single-service .page-title-section:after {
    background: none;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: 1;
}

.blog .page-title-section .breadcrumb-area,
.single-post .page-title-section .breadcrumb-area,
.single-project .page-title-section .breadcrumb-area,
.single-service .page-title-section .breadcrumb-area {
    text-align: left;
    z-index: 2;
    position: relative;
}

.blog .page-title-section .breadcrumb-area .page-title,
.single-post .page-title-section .breadcrumb-area .page-title,
.single-project .page-title-section .breadcrumb-area .page-title,
.single-service .page-title-section .breadcrumb-area .page-title {
    color: var(--heading-text-color);
}

.blog .custom-select-categories,
.single-post .custom-select-categories,
.single-project .custom-select-categories,
.single-service .custom-select-categories
{
    background-color: #fff;
    /* color: var(--secondary-color); */
    height: 70px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 15px;
    border: 1px solid #dfdce6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
}

.single-service .service-details-page .row > .col-xl-8 {
    /* Restore original Bootstrap padding removed by theme */
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.single-service .service-nav-menu .service-link-list {
    padding: 24px;
}

/* dla Grupa */
 .company-profiles {
     margin: 30px 0;
 }
.profile {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.profile h3 {
    color: #2c3e50;
    margin-top: 0;
}


/* dla FU Page */
.page-template-fu-page .single-news-details.news-wrapper .single-news-content .news-description {
    background: none;
}

.mean-container .mean-nav ul li a.mean-expand {
	font-size: 24px!important;
    border: none;
    background: inherit;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: inherit;
}

img#logo-image, .side-panel-logo img, .footer-logo1 {
	max-width: 210px!important;
}

header.header-style-two {
	height: 100%!important;
}

body:has(header .header-navigation-area.fixed) section.page-title-section {
    margin-top: 120px;
    /* transition: padding-top 0.2s ease; */
}

/* Add "+" for selected counters in home counter section */
.fu-home-counter .row > div:nth-child(1) h2::after,
.fu-home-counter .row > div:nth-child(2) h2::after,
.fu-home-counter .row > div:nth-child(3) h2::after {
    content: "+";
    margin-left: 0.25rem;
    display: inline-block;
}

/* 1) Kolumna jako flex-kontener */
.fu-home-services .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/* 2) Cały blok usługi (.service-style4) jako flex-kolumna i wypełniająca */
.fu-home-services .service-style4 {
    display: flex;
    flex-direction: column;
    flex: 1;              /* wypełnia kolumnę */
}

/* 3) Treść usługi też flex-kolumna i wypełnia przestrzeń */
.fu-home-services .service-item-content {
    display: flex;
    flex-direction: column;
    flex: 1;              /* rośnie, by zająć pozostałe miejsce */
}

/* 4) Link zawsze na dole: używamy margin-top: auto */
.fu-home-services .service-item-link {
    margin-top: auto;
}

.service-style4 .service-item-thumb {
    position: relative;      /* już masz */
    width: 100%;             /* pełna szerokość kolumny */
    aspect-ratio: 4 / 3;     /* wymusza 4×3, a przeglądarka obliczy wysokość */
    overflow: hidden;        /* obcina nadmiar */
}

/* Wewnętrzne elementy już możesz absolutnie pozycjonować, jak dotychczas */

.service-style4 .service-item-thumb img.img-full {
    /* position: absolute; */
    inset: 0;                /* top:0; right:0; bottom:0; left:0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-style4 .service-item-thumb .service-item-icon {
    position: absolute;      /* Twoja logika */
    /* np. bottom:1rem; right:1rem; */
}



/* Column as flex-container - fill whole vertical space */
.fu-home-blog .section-content .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/* Fill the whole vertical space */
.fu-home-blog .news-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Fill the whole vertical space */
.fu-home-blog .news-details {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Aspcet ratio for the thumbnail */
.fu-home-blog .news-wrapper .news-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.fu-home-blog .news-wrapper .news-thumb img.img-full {
    /* position: absolute; */
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fu-home-logoslider {
    width: 100% !important;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .fu-home-logoslider {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .fu-home-logoslider {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .fu-home-logoslider {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .fu-home-logoslider {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .fu-home-logoslider {
        max-width: 1320px !important;
    }
}


@media screen and (max-width: 600px) {
	.why-choose-us-image-block {
		width: 500px;
	}
	.company-img:after {
		right: -12px;
	}
}

@media screen and (max-width: 425px) {
	.home_banner_02 {
		max-height: 569px;
	}

	.header-style-two .header-wrapper .header-navigation-area {
		z-index: 0;
	}

	.why-choose-us-image-block {
		width: 360px;
	}
}

@media screen and (max-width: 361px) {
	.why-choose-us-image-block {
		width: 350px;
	}
}

@media screen and (max-width: 300px) {
	.why-choose-us-image-block {
		width: 250px;
	}
}