@import url("https://fonts.googleapis.com/css?family=Play");

:root {
  --bg-body-alt: #ececec;
  --bg-body: #eff2f4;
  --bg-black-alpha: rgba(0, 0, 0, 0.5);
  --bg-navbar-alpha: rgba(0, 0, 0, 0.7);
  --bg-footer: #212121;
  --fg-white: #fff;
  --fg-grey: #bdbdbd;
  --fg-vehicle: #dc3545;
  --fg-property: #007bff;
  --fg-life: #28a745;
  --fg-health: #c3c32c;
  --fg-travel: #ffa500;
  --fg-other: #9760c9;
  --fg-section-head: #c5dde8;
  --fg-section-body: #a52a2a;
  --hr-red: #a52a2a;
  --back-to-top: #17a2b8;
}

html {
  height: 100%;
}

body {
  font-family: "Play", sans-serif;
  background-color: var(--bg-body);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.shadow-sq {
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.alert-transparent {
  color: #90efa6;
  border-color: var(--bg-black-alpha);
  background-color: var(--bg-black-alpha);
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  text-align: center;
}

/* ****************************** small and italic font ******************************* */

.small-italic {
  color: #6c757d;
  font-size: 70%;
  font-style: italic;
  font-weight: 400;
}

.newsletter-list blockquote {
  /* padding: 25px 25px 5px 25px; */
  background-color: #f3f3f3;
  border-left: 2px solid #0092e0;
  margin-left: 2em;
  margin-right: 2em;
  padding: 10px 10px 10px 12px;
}

.navbar.navbar-dark {
  background-color: var(--bg-navbar-alpha) !important;
}

.jumbotron {
  top: 20px !important;
}

.insurance-head {
  /* height: 140vh; */
  /* margin-top: -300px; */
  /* padding-top: 300px; */
  /* background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit; */
  /* background: url("../img/elbi_bg_1.61c3ef5f99f0.jpg") no-repeat center center fixed; */
  /* background-size: cover; */
  /* background-image: url("../img/elbi_bg_1.61c3ef5f99f0.jpg"); */
  /* background-image: url("../img/bg_new/elbi_bg_1_new.b09272d5082d.jpg"); */
  background-image: url("../img/bg_2026_06_22/bg_1.3370eb7bc51b.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.insurance-head .container .jumbotron {
  background-color: var(--bg-black-alpha);
  border-radius: 8px;
  box-shadow: 0 0 32px var(--bg-black-alpha);
  color: var(--fg-white);
  position: relative;
  top: 100px;
}

.insurance-body {
  border-bottom: 2px solid var(--fg-vehicle);
}

.vehicle-head {
  /* background: url("../img/elbi_bg_2.6ca3a10baea7.jpg") no-repeat center center fixed; */
  /* background: url("../img/elbi_bg_2_2.ed7047b75f78.jpg") no-repeat center center fixed; */
  /* background-size: cover; */
  /* background-image: url("../img/elbi_bg_2_2.ed7047b75f78.jpg"); */
  background-image: url("../img/bg_2026_06_22/bg_2.41baf20f3aa0.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.vehicle-head .container {
  background-color: var(--bg-black-alpha);
  color: var(--fg-white);
  height: inherit;
  min-height: inherit;
}

.vehicle-body {
  border-bottom: 2px solid var(--fg-property);
  min-height: 300px;
}

.property-head {
  /* background: url("../img/elbi_bg_3.103d5fd374d4.jpg") no-repeat center center fixed; */
  /* background-size: cover; */
  /* background-image: url("../img/elbi_bg_3.103d5fd374d4.jpg"); */
  /* background-image: url("../img/bg_new/elbi_bg_3_new.64be7f821e8c.jpg"); */
  background-image: url("../img/bg_2026_06_22/bg_3.5f5619515a58.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.property-head .container {
  background-color: var(--bg-black-alpha);
  color: var(--fg-white);
  height: inherit;
  min-height: inherit;
}

.property-body {
  border-bottom: 2px solid var(--fg-life);
  min-height: 300px;
}

.life-head {
  /* background: url("../img/elbi_bg_4.d055a8c92976.jpg") no-repeat center center fixed; */
  /* background-size: cover; */
  /* background-image: url("../img/elbi_bg_4.d055a8c92976.jpg"); */
  /* background-image: url("../img/bg_new/elbi_bg_4_new.3b78278d383a.jpg"); */
  background-image: url("../img/bg_2026_06_22/bg_4.89dd47015319.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.life-head .container {
  background-color: var(--bg-black-alpha);
  color: var(--fg-white);
  height: inherit;
  min-height: inherit;
}

.life-body {
  border-bottom: 2px solid var(--fg-health);
  min-height: 300px;
}

.health-head {
  /* background: url("../img/elbi_bg_5.4611beee9bee.jpg") no-repeat center center fixed; */
  /* background-size: cover; */
  /* background-image: url("../img/elbi_bg_5.4611beee9bee.jpg"); */
  background-image: url("../img/bg_2026_06_22/bg_5.6a530f6d804d.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.health-head .container {
  background-color: var(--bg-black-alpha);
  color: var(--fg-white);
  height: inherit;
  min-height: inherit;
}

.health-body {
  border-bottom: 2px solid var(--fg-travel);
  min-height: 300px;
}

.travel-head {
  /* background: url("../img/elbi_bg_6.b4741878d60b.jpg") no-repeat center center fixed; */
  /* background-size: cover; */
  /* background-image: url("../img/elbi_bg_6.b4741878d60b.jpg"); */
  background-image: url("../img/bg_2026_06_22/bg_6.15d5772383b7.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.travel-head .container {
  background-color: var(--bg-black-alpha);
  color: var(--fg-white);
  height: inherit;
  min-height: inherit;
}

.travel-body {
  border-bottom: 2px solid var(--fg-other);
  min-height: 300px;
}

.other-head {
  /* background: url("../img/elbi_bg_1.61c3ef5f99f0.jpg") no-repeat center center fixed; */
  /* background-size: cover; */
  /* background-image: url("../img/elbi_bg_1.61c3ef5f99f0.jpg"); */
  background-image: url("../img/bg_2026_06_22/bg_7.590b2221728e.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.other-head .container {
  background-color: var(--bg-black-alpha);
  color: var(--fg-white);
  height: inherit;
  min-height: inherit;
}

.other-body {
  min-height: 300px;
}

.fg-section-head {
  color: var(--fg-section-head);
}

.fg-section-body {
  color: var(--fg-section-body);
}

.hr-red {
  background-color: var(--hr-red);
}

.fg-vehicle {
  color: var(--fg-vehicle);
}

.fg-property {
  color: var(--fg-property);
}

.fg-life {
  color: var(--fg-life);
}

.fg-health {
  color: var(--fg-health);
}

.fg-travel {
  color: var(--fg-travel);
}

.fg-other {
  color: var(--fg-other);
}

.google-map .container .embed-responsive {
  border: 1px solid var(--fg-grey);
}

footer {
  background-color: var(--bg-footer);
  margin-top: auto;
}

footer .footer-copyright {
  color: var(--fg-grey);
}

footer .footer-copyright a {
  color: var(--fg-white);
}

footer .footer-light {
  color: #dadada;
}

/* ******************************** back to top button ******************************** */

.back-to-top {
  /* background-color: #ff9000; */
  /* background-color: #e57373; */
  /* color: #e57373; */
  /* color: red; */
  background: none;
  bottom: 0;
  color: var(--back-to-top);
  display: none;
  height: 50px;
  margin: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  text-decoration: none;
  width: 50px;
  z-index: 100;
}

.back-to-top:hover {
  /* color: red; */

  color: var(--back-to-top);
  opacity: 1;
}

.back-to-top i {
  font-size: 40px;
}

/* ************************************** modal *************************************** */

.modal-content {
  /* background-color: #efefef; */
  background-color: var(--bg-body);
  background-color: #eff2f4;
}

.modal-body-delete,
.modal-header-form,
.modal-footer-form {
  /* background-color: #fff; */
  background-color: var(--fg-white);
}

.modal-body-delete-top {
  margin-bottom: 0;
}

.modal-body-delete-bottom {
  margin-top: 0;
}

.modal-header-info {
  /* border-bottom-color: #a52a2a; */
  border-bottom-color: var(--hr-red);
}

.modal-header-info,
.modal-footer-info {
  /* background-color: #fff; */
  background-color: var(--fg-white);
}

.modal-footer-info {
  /* border-top-color: #a52a2a; */
  border-top-color: var(--hr-red);
}

/* ******************* wrap text in button on smaller media screen ******************** */

.btn-wrap {
  text-align: left;
  white-space: normal !important;
  word-wrap: break-word;
  word-break: normal;
}

/* *********************************** media queries ********************************** */

@media (min-width: 470px) {
  .section-btn-group {
    display: none;
  }

  .carousel-indicators li {
    width: 15px;
  }
}

@media (min-width: 576px) {
  .carousel-indicators li {
    width: 15px;
  }
}

@media (min-width: 768px) {
  .carousel-indicators li {
    width: 20px;
  }
}

@media (min-width: 992px) {
  .jumbotron {
    top: 100px !important;
  }

  .insurance-head {
    height: 101vh;
    margin-top: -60px;
    padding-top: 60px;
  }

  .carousel-indicators li {
    width: 30px;
  }
}

/*
* ==========================================================
*     FEATURED POSTS SECTION
* ==========================================================
*/
section.featured-posts .row:nth-of-type(odd) .text {
  background: #fafafa;
}

/* section.featured-posts .row:nth-of-type(even) .text { */
/* background: #e9ecef; */
/* } */

section.featured-posts .row:last-of-type {
  margin-bottom: 0;
}

section.featured-posts p {
  font-weight: 400;
  color: #777;
  font-size: 0.95em;
}

section.featured-posts .text-inner {
  padding: 70px 30px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.featured-posts .text-inner .content {
  width: 100%;
}

section.featured-posts a {
  color: inherit;
  text-decoration: none;
}

section.featured-posts h2 {
  line-height: 1.1em;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.featured-posts h2:hover {
  color: #555;
}

section.featured-posts .avatar {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

section.featured-posts .title,
section.featured-posts .date {
  font-size: 0.8em;
  font-weight: 400;
  color: #999;
}

section.featured-posts .title i,
section.featured-posts .date i {
  margin-right: 5px;
}

section.featured-posts .date.updated::after,
section.featured-posts .title::after {
  content: "|";
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #ccc;
}

/* section.featured-posts .comments::after { */
/* display: none; */
/* } */

section.featured-posts .image {
  /* max-height: 200px; */
  width: auto;
  overflow: hidden;
  padding: 0;
}

section.featured-posts .image img {
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}

section.featured-posts .post-header {
  margin-bottom: 10px;
}

section.featured-posts .post-footer {
  margin-top: 30px;
}

/* Featured Posts Section Media Query ------------------------------------- */
@media (max-width: 991px) {
  section.featured-posts .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-height: 300px;
    min-height: auto !important;
  }

  section.featured-posts .image img {
    /* height: auto !important; */
    width: 100%;
    height: 100%;
  }

  section.featured-posts .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 575px) {
  section.featured-posts .post-footer {
    font-size: 0.9em;
  }
}

@media (max-width: 350px) {
  section.featured-posts .text-inner {
    padding: 15px;
  }

  section.featured-posts .post-footer {
    font-size: 0.75em;
  }
}

/*
* ==========================================================
*     PAGINATION TEMPLATE
* ==========================================================
*/
.pagination-template li.page-item {
  margin: 0 5px;
}

.pagination-template a.page-link,
.pagination-template span.page-link {
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 50% !important;
  border: 1px solid #ddd;
  color: #555;
  text-align: center;
}

.pagination-template a.page-link:hover,
.pagination-template span.page-link:hover,
.pagination-template a.page-link.active,
.pagination-template span.page-link.active {
  background: #f5f5f5;
}

/*
* ==========================================================
*     BLOG POST MAIN
* ==========================================================
*/
.blog-post {
  padding-left: 0;
  padding-right: 0;
}

.blog-post .post-footer {
  font-size: 0.8em;
}

.blog-post .post-thumbnail img {
  width: 100%;
  margin-bottom: 10px;
}

.blog-post h1 {
  color: #444;
  line-height: 1.1em;
}

.blog-post h1:hover {
  color: #444;
}

.blog-post .post-footer {
  /* margin-top: 20px; */
  margin-top: 5px;
}

.blog-post .post-body {
  /* margin-top: 40px; */
  margin-top: 25px;
}

.blog-post .post-body h2,
.blog-post .post-body h3,
.blog-post .post-body h4,
.blog-post .post-body h5,
.blog-post .post-body h6 {
  color: #333;
}

.blog-post .post-body p {
  margin-bottom: 30px;
}

.blog-post .post-body p:not(.lead) {
  font-size: 1em;
  line-height: 1.7em;
  color: #555;
}

.blog-post .posts-nav {
  /* margin-top: 50px; */
  /* margin-bottom: 25px; */
  margin-top: 25px;
  color: #777;
  font-size: 0.8em;
}

.blog-post .posts-nav a {
  /* margin-bottom: 15px; */
  color: inherit;
  width: calc(50% - 10px);
  padding: 10px 20px;
  border: 1px solid #eee;
}

.blog-post .posts-nav a:hover {
  border-color: #2b90d9;
}

.blog-post .posts-nav a:hover .icon {
  background: #2b90d9;
  color: #fff;
  border-color: #2b90d9;
}

.blog-post .icon {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #ddd;
  color: #aaa;
  font-size: 1.5em;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-post .icon.prev {
  margin-right: 20px;
}

.blog-post .icon.next {
  margin-left: 20px;
}

@media (max-width: 575px) {
  .blog-post .title::after {
    display: none !important;
  }

  .blog-post .author {
    margin-bottom: 10px;
  }
}

/*
* ==========================================================
*     POST CLASS
* ==========================================================
*/
.post .date {
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  color: #aaa;
}

.post .avatar {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.post .title,
.post .date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

.post .date.updated::after,
.post .title::after {
  content: "|";
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #ccc;
}

/*
* ==========================================================
*     POST SINGLE CLASS
* ==========================================================
*/
.post-single {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .insurance-head,
  .vehicle-head,
  .property-head,
  .life-head,
  .health-head,
  .travel-head,
  .other-head {
    background-attachment: scroll;
  }
}
