/*
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
---------------------------------------------------*/



.alignright{
    float: right;
    margin-left: 25px;
}

.alignleft{
    float: left;
    margin-right: 20px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky {
    color: #333;
}

.screen-reader-text {
    display: none;
}

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

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

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

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;
}

.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-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;
}

.request-a-call-back-form form p {
  display: none;
}

@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;
}

@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;
  }
}

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

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

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

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

.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;
}

@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;
  }
}

/******** Woocommerce ***********/


.swiper-container {
    width: 100%;
    margin-bottom: 10px;
}

.gallery-main .swiper-slide img {
    width: 100%;
    height: auto;
}

.gallery-thumbs .swiper-slide {
    width: auto;
    cursor: pointer;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

@media (min-width: 991px) {
  .shop-details-area .product-gallery {
    float: left;
    width: 48%;
    clear: none;
    overflow: hidden;
  }
}

.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  display: none;
}

.shop-details-area {
    padding: 120px 0;
}

h1.product_title {
    margin-top: 15px !important;
    margin-bottom: 30px;
    font-size: 42px;
}

p.price {
    color: var(--primary-color)!important;
    font-size: 32px !important;
}

div.woocommerce-product-details__short-description {
    float: right;
    padding: 25px 0;
    border-top: 1px solid rgba(1, 98, 202, 0.2);
}

.shop-details-area form.cart input[type="number"] {
    background: #cccccc54;
    border: none;
    height: 50px;
    padding-left: 15px;
    width: 60px;
    padding-right: 10px;
    outline: none;
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
}

.shop-details-area .single_add_to_cart_button {
        position: relative!important;
    display: inline-block;
    text-transform: uppercase!important;
    background-color: var(--primary-color)!important;
    line-height: 26px!important;
    color: #ffffff;
    cursor: pointer;
        font-size: 14px!important;
    padding: 10px 28px!important;
    height: 50px!important;
    margin-left: 20px !important;
}

.shop-details-area .single_add_to_cart_button:hover {
    background: var(--primary-color2)!important;
    color: #ffffff;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-details-area div.product_meta span.posted_in, .shop-details-area div.product_meta span.tagged_as {
    display: block;
    padding-top: 15px;
}

.woocommerce-tabs {
    padding-top: 60px;
}

.woocommerce-tabs ul.tabs {
    margin-bottom: 50px !important;
    padding-left: 0px !important;
}

.woocommerce-tabs ul.tabs li {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 30px;
    border: none !important;
    margin-right: 30px !important;
    background: none !important;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 15px;
    font-weight: 500 !important;
    padding: 20px 40px !important;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    border: 2px solid #333;
}

.woocommerce-tabs ul.tabs li.active a {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel > h2 {
    display: none;
}

.woocommerce-tabs #tab-attributes table {
    width: 70%;
}

#tab-attributes table th, #tab-attributes table tr, #tab-attributes table td {
    padding: 12px;
    padding-left: 15px;
    border: 1px solid #ccc;
}

#tab-attributes table td {
        color: #000;
    font-weight: 400;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 72px;
    background: transparent;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: inherit;
    padding-left: 50px;
}

.woocommerce-Reviews .comment-text p.meta strong {
    font-size: 18px;
    color: var(--body-font-color);
    font-weight: 700;
    text-transform: capitalize;
}


.woocommerce-review__dash {
    display: none;
}

.woocommerce-Reviews .comment-text p.meta time {
        font-size: 14px;
        color: var(--body-font-color);
    font-weight: 400;
    margin-left: 15px;
}

div.woocommerce-Reviews span.comment-reply-title {
    clear: none;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
        color: var(--heading-text-color);
    font-weight: 800;
        font-family: var(--heading-font-family);
}

div.woocommerce-Reviews .comment-form-comment label {
    margin-bottom: 10px;
}

.woocommerce #respond input#submit {
        position: relative;
    display: inline-block;
    text-transform: uppercase;
    background-color: var(--primary-color);
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 10px 36px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}

.woocommerce #respond input#submit:hover {
        background: var(--primary-color2);
    color: #ffffff;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.woocommerce-Reviews .comment-form-rating p.stars {
    width: 80%;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 10px;
}

.shop-details-area section.related.products {
    display: none;
}

.recent-shop-area {
    background: #F5F5F5;
    margin-top: -60px;
}

.rooms2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.rooms2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.rooms2 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 3px;
    line-height: 1.5em;
}

.shop-area .item .category {
    background: var(--primary-color);
    border: none !important;
}

.shop-area .item .category .price {
    color: #fff !important;
    background: var(--primary-color);
    font-weight: 600!important;
    font-size: 14px!important;
    margin-bottom: 0px!important;
}

.rooms2 .item .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rooms2 .item:hover .actions {
    visibility: visible;
    opacity: 1;
}

.shop-area .product-item .actions .add_to_cart_inline {
    border: none !important;
    padding: 0px !important;
    margin: 0px;
    display: flex;
}

.shop-area .product-item .actions .add_to_cart_inline span.woocommerce-Price-amount {
    display: none;
}

.rooms2 .item .actions a.add_to_cart_button {
    border-radius: 50%;
    height: 45px;
    line-height: 27px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
}

.rooms2 .item .actions a.icon-btn, .wishlist-icon a.yith-wcwl-add-to-wishlist-button {
    border-radius: 50%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    width: 45px;
    margin-right: 10px;
    cursor: pointer;
}

.rooms2 .item .actions a.icon-btn:hover i {
    color: #fff;
}

.rooms2 .item .con {
    padding: 20px;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.shop-area .item .con {
    bottom: -32px;
}

.rooms2 .item:hover .con {
    bottom: 0px;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.shop-area h4.shop {
    font-size: 27px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.shop-area h4.shop a {
    color: #fff;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.shop-area i.ti-shopping-cart {
    color: #333;
}

.shop-area a:hover i.ti-shopping-cart {
    color: #fff;
}

.rooms2 .item .actions a.add_to_cart_button:hover, .rooms2 .item .actions a.icon-btn:hover {
    background: var(--primary-color);
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 22px;
    color: currentColor;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover {
    display: flex;
    background: var(--primary-color);
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover svg {
    color: #fff!important
}


.grid__quick__view__modal .modal-dialog.modal__wraper {
  top: 80px;
  max-width: 1050px!important;
  max-height: 720px!important;
}

.grid__quick__view__modal .modal-body {
  padding: 30px;
  border-radius: 0px;
}

.grid__quick__view__modal .modal-body h2.product_title {
  margin-top: 10px !important;
  margin-bottom: 10px;
  font-size: 38px;
}

.grid__quick__view__modal .modal-body .woocommerce-product-rating span.rating-count {
  letter-spacing: 0.5px;
}

.grid__quick__view__modal .modal-body div.price {
  color: var(--primary-color) !important;
  font-size: 30px !important;
      margin-top: 25px;
    padding-bottom: 25px;
}

.grid__quick__view__modal .modal-body .quantity {
  float: left;
  margin: 0 4px 0 0;
}

.grid__quick__view__modal .modal-body .quantity input[type="number"] {
      background: #cccccc54;
    border: none;
    height: 50px;
    padding-left: 15px;
    width: 60px;
    padding-right: 10px;
    outline: none;
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    text-align: center;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"] {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background-color: var(--primary-color);
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 10px 28px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    height: 50px;
    cursor: pointer;
    margin-left: 20px;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"]:hover {
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: var(--primary-color2);
}

.grid__quick__view__modal .modal-body .swiper-slide img.img-thumbnail {
  border: none;
  padding: 0px;
  border-radius: 0px;
}

.grid__quick__view__modal .modal-body .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.grid__quick__view__modal .modal-body .product-wishlist {
  float: left;
  margin-top: 25px!important;
}

.grid__quick__view__modal .modal-body .product-wishlist a.yith-wcwl-add-to-wishlist-button {
  display: flex;
  align-items: center;
  margin-inline: 0;
  justify-content: flex-start;
  gap: 10px;
}


.grid__quick__view__modal .modal-body .product_meta {
  display: block;
  width: 100%;
  float: left;
}

.product-related .owl-theme .owl-dots .owl-dot.active span, 
.product-related .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.product-related .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--primary-color);
}

.woocommerce .loader::before {
    display: none;
}

.grid__quick__view__modal .modal-content button.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 99;
    outline: none;
}

.woocommerce .rooms2 ul.products li.product a img {
    margin-bottom: 0px;
}

.woocommerce .rooms2 ul.products li.product span.category div.star-rating {
    display: none;
}

.shop-area .item .con h2.woocommerce-loop-product__title {
    position: relative;
    color: #fff;
    font-size: 26px !important;
    font-weight: 600;
    padding-bottom: 20px!important;
}

.woocommerce .woocommerce-result-count {
    border: 2px solid #F5F5F5;
    padding: 17px 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000;
}

.shop-area .woocommerce-ordering select {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000;
    border: 2px solid #F5F5F5;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 250px;
    padding-right: 30px;
    background: url(../insuren/assets/images/down-arrow.png) no-repeat right center;
    background-position: calc(100% - 20px) center;
    background-size: 13px;
        height: 66px;
    padding-left: 30px;
    outline: none;
}

.rooms2 .item .actions a.add_to_cart_button {
    border-radius: 50%;
    height: 45px;
    line-height: 26px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
}

.shop-area .item a.added i.ti-shopping-cart {
    display: none;
}

.shop-area .item a.added::after {
    margin-left: 0px;
}

.shop-area .item .added_to_cart {
    border-radius: 50%;
    height: 45px;
    line-height: 26px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
    color: transparent;
    width: 45px;
}

.shop-area .item .added_to_cart:hover {
    background: var(--primary-color);
}

.shop-area .item .added_to_cart::before {
    content: "\e60d";
    font-family: 'themify';
    position: relative;
    left: 15px;
    speak: none;
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-area .item .added_to_cart:hover:before {
    color: #fff;
}

.woocommerce .shop-area ul.products li.product {
    margin-bottom: 1.992em;
}

.shop-sidebar .widget_product_search {
        padding: 30px;
    margin-bottom: 30px;
    background: #f3f3f5;
    border: 5px solid rgba(var(--primary-color), 0.1);
    border-radius: 6px;
}


.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--primary-color);

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.2em;
}


.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
    margin-top: 30px;
    margin-bottom: 35px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 12px 25px;
    border: none;
    margin: 0;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 0px;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: #000;
}

.woocommerce.widget_product_categories ul.product-categories li {
    display: block;
    font-size: 15px;
    line-height: 1.5em;
        padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.woocommerce.widget_product_categories ul.product-categories li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.woocommerce.widget_product_categories ul.product-categories li a {
    color: var(--body-font-color);
}

.woocommerce.widget_product_categories ul.product-categories li:hover a {
    color: var(--primary-color);
}

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

.shop-sidebar ul.product-categories {
    padding-left: 0px;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a {
    margin: 6px !important;
    padding: 8px 15px;
  background-color: #fff;
  color: var(--body-font-color);
  float: left;
  font-size: 14px !important;
  line-height: 1.5em;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.widget_top_rated_products ul.product_list_widget div.star-rating,
.widget_products ul.product_list_widget div.star-rating {
    display: none;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li,
.shop-sidebar .widget_products ul.product_list_widget li {
    padding: 10px 0;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li img, 
.shop-sidebar .widget_products ul.product_list_widget li img {
    float: left;
    width: 100px;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget > li:last-child img, 
.shop-sidebar .widget_products ul.product_list_widget > li:last-child img {
    margin-bottom: 0px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title, 
.shop-sidebar .widget_products ul.product_list_widget li span.product-title {
  position: relative;
  top: 12px;
  color: var(--heading-text-color);
  margin: 0;
  font-family: var(--heading-font-family);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.woocommerce-Price-amount, 
.shop-sidebar .widget_products ul.product_list_widget li span.woocommerce-Price-amount {
  position: relative;
  top: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li bdi,
.shop-sidebar .widget_products ul.product_list_widget li bdi {
    font-size: 15px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget .woocommerce-Price-currencySymbol,
.shop-sidebar .widget_products ul.product_list_widget .woocommerce-Price-currencySymbol {
        font-size: 14px;
    letter-spacing: 1px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title:hover, 
.shop-sidebar .widget_products ul.product_list_widget li span.product-title:hover {
    color: var(--primary-color);
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 7px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  background: transparent;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    border-radius: 100%;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
  display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    border-radius: 100%;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    letter-spacing: 0px;
}

.woocommerce-pagination ul.page-numbers, .woocommerce-pagination ul.page-numbers li {
    border: none !important;
}

.shop-sidebar .shop-widget form input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}

.shop-sidebar .shop-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: var(--primary-color);
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.shop-sidebar .shop-widget form {
    position: relative;
}

.recent-shop-area .owl-theme .owl-dots .owl-dot.active span, 
.recent-shop-area .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.recent-shop-area .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--primary-color);
    background: transparent;
    display: block;
    border-radius: 50%;
    margin: 3px;
}

.woocommerce .page-cart form table {
    width: 100%;
    text-align: center !important;
    margin-top: 120px !important;
    margin-bottom: 80px !important;
    border-collapse: collapse!important;
}

.page-cart form table thead.bg-primary {
    background-color: var(--primary-color) !important;
    color: #fff;
}

.page-cart form.woocommerce-cart-form table.shop_table thead tr th {
    text-transform: uppercase;
    border-collapse: collapse;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0.5px;
}

table.dlab-cart-tbl thead tr > th:last-child {
    border-right: 1px solid var(--primary-color);
}

.page-cart .cart_item .product-thumbnail img {
    width: 180px;
    padding: 15px;
}

.woocommerce a.remove {
    font-size: 32px;
    color: var(--primary-color) !important;
    width: inherit !important;
    margin-bottom: 5px;
}

.woocommerce a.remove:hover {
    background: none;
    color: var(--primary-color)!important;
}

#coupon_code {
    height: 57px;
    border: 2px solid #dee2e6;
    padding: 0 15px;
    margin-right: 10px;
    width: 50%;
    display: inline-block;
}

form.checkout_coupon #coupon_code {
    width: 100%;
}

.coupon-cart .coupon {
    width: 70%;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart {
    text-align: left;
    padding: 40px;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"] {
    float: none;
    background: var(--primary-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
    padding: 21px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 0.5px;
    border-radius: 5px;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"]:hover {
    background: var(--primary-color2);
    color: #fff;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
    float: none;
    background: var(--primary-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
    padding: 21px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    float: right;
    letter-spacing: 0.5px;
    border-radius: 5px;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"]:hover {
    background: var(--primary-color2);
}

.woocommerce-cart-form__cart-item td.product-name a,
.wishlist_table td.product-name a {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.product-quantity .quantity input {
    background: #f5f5f5;
    text-align: center;
    height: 50px;
    width: 120px !important;
    color: #6f7172;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    outline: none;
    bottom: 1px;
    position: relative;
}

.wc-proceed-to-checkout a {
    background-color: var(--primary-color) !important;
    font-size: 15px !important;
    padding: 22px 50px !important;
    text-transform: uppercase;
    width: 70% !important;
    font-weight: 400 !important;
    transition: all 0.3s ease 0s;
    margin-top: 10px !important;
    letter-spacing: 0.5px;
    border-radius: 5px!important;
}

.wc-proceed-to-checkout a:hover {
    background: var(--primary-color2) !important;
}

.cart-collaterals table.shop_table {
    border-collapse: collapse!important;
}

.woocommerce .page-cart table.shop_table,
.woocommerce .page-cart table.shop_table td,
.woocommerce .page-cart table.shop_table tr,
.woocommerce .page-cart table.shop_table th {
    border: 1px solid #a1a09f!important;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: var(--primary-color);
    max-width: 1300px;
    margin: auto !important;
    margin-bottom: 2em !important;
    color: #333;
}

.woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, 
.woocommerce-cart .woocommerce-message, .woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info, 
.woocommerce-checkout .woocommerce-message {
    margin-top: 5em !important;
}

.cart-collaterals {
    margin-bottom: 80px;
}

p.return-to-shop {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 75px;
}

p.return-to-shop a {
    padding: 15px 25px !important;
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border-radius: 5px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: background-color .15s ease-out;
    letter-spacing: 1px;
}

p.return-to-shop a:hover {
    background-color: var(--primary-color2)!important;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="password"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0!important;
    height: 45px!important;
    padding: 0 0 0 10px;
    width: 100%;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.order-notes .woocommerce-shipping-fields {
    margin-top: 30px;
}

.coupon-area .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
    min-height: 150px;
}

.woocommerce-additional-fields label[for="order_comments"] {
    margin-bottom: 10px;
}

.woocommerce-checkout  .select2-search--dropdown {
    background: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info {
    margin: 0px!important;
}

input.update-cart, button#place_order, .woocommerce-form-login button.woocommerce-form-login__submit {
  float: right;
  background: var(--primary-color);
  height: inherit;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 32px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
  outline: none;
}

button#place_order {
    margin-top: 15px;
}

button#place_order:hover,
 .woocommerce-form-login button.woocommerce-form-login__submit:hover {
    background-color: var(--primary-color2)!important;
    color: #fff;
}

.account-area, .login-area {
    padding: 100px 0;
}

.woocommerce-MyAccount-navigation ul li a {
    width: 200px;
    color: #fff;
    padding: 12px 20px;
    background: var(--primary-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: inline-block;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: var(--primary-color2);
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
}

.woocommerce-MyAccount-content p strong, .woocommerce-MyAccount-content p a {
    color: #000;
}

.woocommerce-MyAccount-content .woocommerce-info a {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 400;
  padding: 14px 25px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

.woocommerce-MyAccount-content .woocommerce-info a:hover {
    background-color: var(--primary-color2);
    color: #fff;
}

.account-area .woocommerce-MyAccount-content .woocommerce-info {
    margin-top: 0px !important;
}

.woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-MyAccount-content .col2-set .col-2 {
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    float: none;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address {
    width: 80%;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address h2 {
    float: left;
    text-transform: capitalize;
}

.woocommerce-Addresses .woocommerce-Address-title a {
    color: var(--primary-color);
}

.woocommerce-Addresses address {
    margin-top: 10px;
    margin-bottom: 50px;
}

.woocommerce-account input[type="text"], .woocommerce-account input[type="password"], .woocommerce-account input[type="email"], .woocommerce-account input[type="tel"] {
    background: #ffffff;
    border: 2px solid #eaedff;
    border-radius: 0;
    height: 40px;
    padding: 0 0 0 10px;
    width: 100%;
}

.woocommerce-EditAccountForm label {
    margin-top: 0px;
    margin-left: 0px;
    color: #212529;
    width: 100%;
}

.woocommerce-account fieldset legend {
    padding-top: 30px;
    color: #212529;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--heading-font-family);
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm span.password-input {
    width: 70%;
    margin: 5px 0;
}

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button {
    font-weight: 400;
    background: var(--primary-color);
    color: #fff;
    padding: 15px 25px;
    margin: 0;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 15px;
    outline: none;
    border-radius: 5px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.basic-login span.password-input {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button:hover {
    background-color: var(--primary-color2);
}

.basic-login {
    padding: 70px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #eaedff;
    width: 100%;
    max-width: 500px;
}

.basic-login form.login {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
}

.basic-login form .form-row {
    padding: 0px;
}

.basic-login > h2 {
    font-size: 42px;
}

.basic-login .woocommerce-form-login label {
    margin-left: 0px;
}

.woocommerce-account .basic-login input[type="text"], .woocommerce-account .basic-login input[type="password"] {
    background: #ffffff;
    border-radius: 0;
    height: 50px;
    padding: 0 0 0 10px;
    width: 100% !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 25px;
}

.woocommerce-form-login button.woocommerce-form-login__submit {
    width: 100%;
}

p.woocommerce-LostPassword {
    margin-top: 20px;
}

.password-area {
    padding: 100px;
}

.password-area form.lost_reset_password {
    margin-left: auto;
    margin-right: auto;
    padding: 90px;
    border: 2px solid #eaedff;
    max-width: 600px;
}

.page-wishlist {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce .page-wishlist table.shop_table {
    border-collapse: collapse;
    font-size: 15px;
}

.wishlist_table thead tr th {
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400!important;
}

.wishlist_table span.woocommerce-Price-amount {
    color: #000;
}

table.wishlist_table.shop_table .product-remove {
    min-width: 60px;
}

table.wishlist_table tr th.product-thumbnail {
    width: auto;
    text-align: center;
}

.page-wishlist .wishlist-items-wrapper .product-thumbnail {
    min-width: 100px;
    text-align: center;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: inherit;
}

.wishlist_table tr td.product-thumbnail a img {
    max-width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wishlist_table .product-add-to-cart a {
    color: #333;
    font-size: 20px;
}

table.wishlist_table tr th.product-name, .wishlist_table tr td.product-name {
    text-align: center;
}

.woocommerce p.stars a::before {
    color: var(--primary-color);
}

.woocommerce .star-rating::before,
.woocommerce .star-rating::after {
    display: none;
}

.woocommerce .star-rating {
    width: 5.8em !important;
    color: var(--primary-color);
    border-bottom: none;
}

div#review_form_wrapper form.comment-form {
  margin-top: 15px;
}

.woocommerce #reviews #comments h2 {
    font-size: 26px;
    color: var(--heading-text-color);
        font-weight: 800;
    font-family: var(--heading-font-family);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.woocommerce #review_form #respond p {
    display: block;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input {
    border-bottom: 1px solid rgb(204, 204, 204);
}

.product-categories li a[href*="product_cat=uncategorized"] {
    display: none;
}

.product-categories li a[href*="product_cat=uncategorized"]::parent {
    display: none;
}

.woocommerce #review_form #respond form.comment-form label {
    display: block;
}

.woocommerce #review_form #respond form.comment-form input[type="text"],
.woocommerce #review_form #respond form.comment-form input[type="email"],
.woocommerce #review_form #respond form.comment-form textarea {
    min-height: 50px;
    width: 70%;
}

.woocommerce #review_form #respond form.comment-form .comment-form-rating {
    margin-top: 20px;
    margin-bottom: 15px;
}

.woocommerce #review_form #respond form.comment-form .comment-form-rating label,
.woocommerce #review_form #respond form.comment-form .comment-form-rating p {
    display: inline-block;
}

.woocommerce-message a.button {
    background: var(--primary-color) !important;
    color: #fff;
    padding: 12px 25px !important;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
    font-weight: 400 !important;
    border-radius: 5px !important;
}

.woocommerce-message a.button:hover {
    background: var(--primary-color2)!important
    color: #fff;
}

.menu-item.mini-cart {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    top: 3px;
}

.menu-item.mini-cart .cart-contents {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
        padding: 45px 0;
    padding-left: 15px;
}

.menu-item.mini-cart .cart-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #000;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
}


.mini-cart-dropdown {
    position: absolute;
    background: #efeffb;
    right: 0;
    top: 110px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 350px;
    z-index: 1000;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
        transform-origin: top;
    transition: all 0.3s ease;
    overflow: auto;
    max-height: 600px;
        -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.menu-item.mini-cart:hover .mini-cart-dropdown {
    visibility: visible; 
    opacity: 1;
        -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li {
    display: inline-block!important ;
    margin-bottom: 15px;
    margin-right: 0px!important;
    width: 100%;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li.mini_cart_item a {
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
    display: block;
    color: #000;
    padding-bottom: 5px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li a.remove_from_cart_button {
    float: right;
    font-size: 30px;
    display: block;
    font-weight: 700;
    color: var(--primary-color)!important;
    text-align: right;
    position: relative;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li img {
    width: 100px;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: -15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity {
    margin-top: 5px;
    display: block;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity span.woocommerce-Price-amount {
    color: var(--primary-color);
    font-weight: 500;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total span.woocommerce-Price-amount {
    float: right;
    font-weight: 500;
    color: var(--primary-color);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a {
  font-weight: 400;
  text-transform: uppercase;
  background: var(--primary-color);
  color: #fff;
  padding: 15px 22px;
  margin: 0;
  position: relative;
  font-size: 15px;
  border-radius: 5px;
  margin-right: 30px;
  transition: all 0.3s ease-out;
  line-height: 1;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons > a:last-child {
    margin-right: 0px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a:hover {
  background: var(--primary-color2)!important;
}

.mini-cart .mini-cart-dropdown .product_list_widget {
  padding-left: 0px;
  display: grid;
}

.mini-cart .woocommerce-mini-cart__buttons {
  padding-top: 10px;
}

.shop-elementor {
    padding: 120px 0;
}

.shop-elementor .item .category {
    right: 35px;
}

.woocommerce-pagination ul.page-numbers {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 0;
    margin: 0;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 0 7px;
}

.woocommerce-pagination ul.page-numbers li span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    border-radius: 100%;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.woocommerce-pagination ul.page-numbers li a {
    background: transparent;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    border-radius: 100%;
}

.woocommerce-pagination ul.page-numbers li a:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.woocommerce-pagination ul.page-numbers li a:hover i {
    color: #fff;
}

ul.page-numbers li a i {
    font-size: 12px;
    font-weight: 600;
}

.shop-elementor .col-lg-6 .con, .shop-elementor .col-lg-4 .con {
        width: calc(100% - 24px);
    left: 12px;
}

.shop-elementor .position-re-order-shop {
  overflow: hidden;
}


.woocommerce-form-login-toggle {
    padding-top: 60px;
}

.woocommerce-checkout .woocommerce-form-login {
    max-width: 600px;
    margin: 30px auto!important;
    border: 1px solid #ccc!important;
}

.woocommerce-checkout .woocommerce-form-coupon {
    max-width: 1300px;
    margin: 30px auto!important;
    border: 1px solid #ccc!important;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]{
    background: var(--primary-color);
    height: inherit;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 16px 32px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]:hover {
    background: var(--primary-color2);
    color: #fff;
}

.woocommerce .woocommerce-checkout-review-order-table {
    border-collapse: collapse!important;
}

.woocommerce .woocommerce-checkout-review-order-table table,
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table tr,
.woocommerce .woocommerce-checkout-review-order-table td {
    border: 1px solid rgba(32,7,7,0.8) !important;
    border-collapse: collapse!important;
}


.woocommerce-Reviews form.comment-form p.form-submit {
    display: block;
}

.product-related .section-subtitle {
  font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    color: #555;
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
}

.product-related .section-title {
    font-size: 48px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

div.cart-collaterals .cart_totals h2 {
    text-transform: capitalize;
        font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-billing-fields span.selection {
  width: 100%;
  border-radius: 0px;
  height: 45px;
}

.coupon-area .woocommerce-billing-fields .selection span.select2-selection__rendered {
  padding: 0.75em;
}

.lost_reset_password .form-row-first {
    width: 100%!important;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button {
    font-weight: 400;
    background: var(--primary-color);
    color: #fff;
    padding: 16px 30px;
    margin: 0;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 10px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button:hover {
    background: var(--primary-color2);
}

.txt-left {
    text-align: left;
}

.grid__quick__view__modal .modal-body form.cart {
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description form.cart {
    margin-bottom: 40px!important;
}

.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

#tab-attributes table thead th {
    font-weight: 600;
    color: #000;
    font-size: 17px;
}

@media(max-width: 991px) {
    .menu-item.mini-cart {
        display: none;
    }

    .page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
        float: none;
    }

    .page-cart .coupon, #coupon_code {
         width: 100%;
    }

    .page-cart .coupon button[type="submit"]{
        float: left!important;
        width: 100%!important;
        margin-top: 25px;
    }
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: var(--primary-color2);
}

.quantity .qty-minus, .quantity .qty-plus {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    transition: background 0.3s;
    color: #fff;
    border: 2px solid transparent;
}

.quantity .qty-minus i, .quantity .qty-plus i {
    color: #fff;
}

.cart_item .quantity .qty-minus {
  top: 1px;
  position: relative;
  left: 4px;
}

.cart_item .quantity .qty-plus {
  top: 1px;
  position: relative;
  right: 4px;
}

div.quantity button.qty-minus:focus, div.quantity button.qty-plus:focus,
div.quantity button.single_add_to_cart_button:focus {
  outline: none;
}

div.quantity button.qty-minus:hover, div.quantity button.qty-plus:hover {
  background-color: var(--primary-color2);
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-tabs table strong {
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.5px;
  font-size: 15px;
}

div.woocommerce-Reviews div#comments {
  margin-bottom: 30px;
}

h2.product_title a:hover {
  color: #000;
}


.woocommerce .page-wishlist table.shop_table th, .woocommerce .page-wishlist table.shop_table td {
  border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment .place-order {
    padding: 30px !important;
}

.woocommerce .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.woocommerce .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.price_slider_amount .price_label span {
    color: #000 !important;
    font-size: 14px;
}

.wishlist-items-wrapper .wishlist-empty {
    padding: 20px !important;
}

.woocommerce-mini-cart__total strong {
    color: #000;
}
.shop-sidebar {
    padding: 0 15px;
}

.shop-sidebar .single-widget {
    background: #F5F5F5;
    padding: 30px;
    margin-bottom: 30px!important;
    overflow: hidden;
}

.shop-sidebar .woocommerce-product-search {
    position: relative;
}

.shop-sidebar .woocommerce-product-search input[type="search"] {
    height: 60px;
    padding: 6px 25px;
    border: 1px solid #fbfbfb;
    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;
}

.shop-sidebar .woocommerce-product-search 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;
}

.shop-sidebar .woocommerce-product-search button:hover {
    background-color: var(--primary-color2);
}


.shop-sidebar .woocommerce-product-search button i {
    line-height: 28px;
}

.shop-sidebar .woocommerce-product-search button i:before {
    font-size: 18px;
}

.shop-sidebar h4.single-blog-widget-title {
    color: var(--heading-text-color);
    margin: 0;
    font-family: var(--heading-font-family);
    font-size: 22px;
    line-height: 1.2;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-weight: 800;
    text-transform: capitalize;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 80%;
}

.woocommerce-billing-fields h3, h3#order_review_heading,
.woocommerce-additional-fields h3 {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.logged-in .nav-scroll {
    top: -68px;
}

span.yith-wcwl-add-to-wishlist-button__label {
    text-transform: capitalize;
}

ul.select2-results__options li {
    display: block;
}

nav#mobile-menu-right ul {
    display: inline-block;
}

nav#mobile-menu-right ul.woocommerce-mini-cart {
    width: 100%;
}

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

.header-searchbox-style-two .menu-item.mini-cart {
    top: -2px;
}

.header-searchbox-style-two .menu-item.mini-cart a span {
    background-color: var(--primary-color);
}

/* ========================================================
   PREMIUM DESIGN SYSTEM — Insuranello.com
   Palette derived from the brand logo (corporate blue + cyan dot)
   Type:    Playfair Display (display) + Inter (body)
   ======================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap');

:root {
    /* logo-blue palette */
    --ill-maroon:   #1B6FB8;   /* primary brand blue (logo word-mark)  */
    --ill-maroon-d: #0E4F8E;   /* deeper navy for hover / dark surfaces */
    --ill-saffron:  #29ABE2;   /* accent cyan (the .com circle in the logo) */
    --ill-gold:     #0E4F8E;   /* deep navy used where gold was */
    --ill-gold-l:   #BFE3F5;   /* very light cyan for stat numbers / lines */
    --ill-ivory:    #F5F9FC;   /* cool ivory background */
    --ill-cream:    #E9F3FB;   /* light blue tint section background */
    --ill-ink:      #14213D;   /* deep navy-ink body text */
    --ill-muted:    #4A5B7A;   /* slate body */
}

/* Smooth body type for Elementor pages */
body.elementor-page,
body {
    background: var(--ill-ivory);
    color: var(--ill-ink);
    font-family: 'Inter', sans-serif;
}

/* Elementor widget headings — display serif */
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-image-box .elementor-image-box-title,
.elementor-widget-icon-box .elementor-icon-box-title,
.ill-display-heading {
    font-family: 'Playfair Display', serif !important;
    letter-spacing: -0.01em;
}

/* Gold underline accent under big headings */
.ill-rule-heading .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}
.ill-rule-heading .elementor-heading-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 96px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--ill-gold) 50%, transparent);
}
.ill-rule-heading-left .elementor-heading-title:after { left: 0; transform: none; }

/* Eyebrow / small label above hero */
.ill-eyebrow .elementor-heading-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-size: 13px !important;
    color: var(--ill-maroon) !important;
}
.ill-eyebrow .elementor-heading-title:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--ill-gold);
    vertical-align: middle;
    margin-right: 12px;
}
.ill-eyebrow .elementor-heading-title:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--ill-gold);
    vertical-align: middle;
    margin-left: 12px;
}

/* Devanagari hint phrase */
.ill-devanagari .elementor-heading-title {
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: var(--ill-maroon) !important;
    font-style: italic;
    font-weight: 500;
}

/* Premium page hero band */
.ill-hero {
    background:
        radial-gradient(ellipse at top left, rgba(255,153,51,0.10), transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(123,30,30,0.08), transparent 60%),
        var(--ill-ivory) !important;
    position: relative;
    overflow: hidden;
}
.ill-hero:before,
.ill-hero:after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0.25;
    background-size: contain;
    background-repeat: no-repeat;
}
.ill-hero:before {
    width: 320px; height: 320px; top: -40px; left: -40px;
    background-image: radial-gradient(circle at 30% 30%, var(--ill-gold-l) 0, transparent 60%);
    filter: blur(20px);
}
.ill-hero:after {
    width: 420px; height: 420px; bottom: -80px; right: -80px;
    background-image: radial-gradient(circle at 70% 70%, rgba(255,153,51,0.4) 0, transparent 60%);
    filter: blur(30px);
}
.ill-hero .elementor-heading-title {
    color: var(--ill-maroon-d);
}

/* Ivory soft section */
.ill-ivory-bg { background: var(--ill-ivory) !important; }
.ill-cream-bg { background: var(--ill-cream) !important; }
.ill-maroon-bg {
    background: linear-gradient(135deg, var(--ill-maroon) 0%, var(--ill-maroon-d) 100%) !important;
}
.ill-maroon-bg .elementor-heading-title,
.ill-maroon-bg .elementor-widget-text-editor,
.ill-maroon-bg .elementor-icon-box-title,
.ill-maroon-bg .elementor-icon-box-description,
.ill-maroon-bg p, .ill-maroon-bg li, .ill-maroon-bg span {
    color: #fff !important;
}

/* Gold top-border premium card (icon-box / image-box) */
.ill-card .elementor-widget-container {
    background: #fff;
    border-radius: 14px;
    padding: 36px 28px !important;
    box-shadow: 0 12px 32px -16px rgba(123,30,30,0.18), 0 2px 6px rgba(0,0,0,0.04);
    border-top: 3px solid var(--ill-gold);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    height: 100%;
}
.ill-card:hover .elementor-widget-container {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px -18px rgba(123,30,30,0.28), 0 6px 14px rgba(0,0,0,0.06);
    border-top-color: var(--ill-saffron);
}
.ill-card .elementor-icon-box-icon {
    margin-bottom: 18px !important;
}
.ill-card .elementor-icon-box-icon .elementor-icon {
    background: linear-gradient(135deg, rgba(255,153,51,0.15), rgba(201,161,78,0.15));
    color: var(--ill-maroon) !important;
    width: 64px; height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center; justify-content: center;
    font-size: 26px !important;
    border: 1px solid rgba(201,161,78,0.35);
}
.ill-card .elementor-icon-box-title,
.ill-card .elementor-image-box-title {
    color: var(--ill-maroon-d) !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
}
.ill-card .elementor-icon-box-description,
.ill-card .elementor-image-box-description {
    color: var(--ill-muted) !important;
    line-height: 1.75 !important;
}

/* Step / numbered card */
.ill-step .elementor-widget-container {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px !important;
    border: 1px solid rgba(201,161,78,0.25);
    box-shadow: 0 6px 18px -10px rgba(123,30,30,0.18);
    position: relative;
    height: 100%;
}
.ill-step .elementor-icon-box-icon .elementor-icon {
    background: var(--ill-maroon) !important;
    color: var(--ill-gold-l) !important;
    width: 56px; height: 56px;
    border-radius: 50%;
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
    font-size: 22px !important;
}
.ill-step .elementor-icon-box-icon .elementor-icon i { display: none; }
.ill-step .elementor-icon-box-title { color: var(--ill-maroon-d) !important; }

/* Premium button override */
.elementor-button-wrapper .elementor-button {
    background: var(--ill-maroon) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 14px 32px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 24px -10px rgba(123,30,30,0.55);
    transition: all .3s ease;
    border: 1px solid var(--ill-maroon-d);
}
.elementor-button-wrapper .elementor-button:hover {
    background: var(--ill-saffron) !important;
    border-color: var(--ill-saffron) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
.ill-btn-gold .elementor-button {
    background: linear-gradient(135deg, var(--ill-gold), var(--ill-gold-l)) !important;
    color: var(--ill-maroon-d) !important;
    border-color: var(--ill-gold) !important;
}
.ill-btn-outline .elementor-button {
    background: transparent !important;
    color: var(--ill-maroon) !important;
    border: 2px solid var(--ill-maroon) !important;
}
.ill-btn-outline .elementor-button:hover {
    background: var(--ill-maroon) !important;
    color: #fff !important;
}

/* Text editor — premium body */
.elementor-widget-text-editor {
    color: var(--ill-muted);
    font-size: 16px;
    line-height: 1.85;
}
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4 {
    font-family: 'Playfair Display', serif;
    color: var(--ill-maroon-d);
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: 700;
}
.elementor-widget-text-editor strong { color: var(--ill-maroon-d); }
.elementor-widget-text-editor a {
    color: var(--ill-maroon);
    border-bottom: 1px solid var(--ill-gold);
}

/* Custom feature checklist (used inside text-editor) */
.ill-tick {
    list-style: none;
    padding-left: 0 !important;
    margin: 0 !important;
}
.ill-tick li {
    position: relative;
    padding: 10px 0 10px 38px;
    color: var(--ill-ink);
    line-height: 1.6;
    border-bottom: 1px dashed rgba(201,161,78,0.4);
}
.ill-tick li:last-child { border-bottom: none; }
.ill-tick li:before {
    content: "✓";
    position: absolute;
    left: 0; top: 8px;
    width: 26px; height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ill-saffron), var(--ill-gold));
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 4px 8px -2px rgba(255,153,51,0.4);
}

/* Premium quote / stat row */
.ill-stat .elementor-counter-number-wrapper {
    font-family: 'Playfair Display', serif !important;
    color: var(--ill-gold-l) !important;
    font-weight: 800 !important;
    font-size: 56px !important;
    line-height: 1;
}
.ill-stat .elementor-counter-title {
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 14px !important;
    opacity: 0.85;
}

/* Image with premium frame */
.ill-framed-image img {
    border-radius: 14px;
    box-shadow:
        0 24px 50px -20px rgba(123,30,30,0.35),
        0 0 0 1px rgba(201,161,78,0.25),
        0 0 0 10px #fff;
}
.ill-framed-image .elementor-widget-container {
    position: relative;
}
.ill-framed-image .elementor-widget-container:before {
    content: "";
    position: absolute;
    inset: -22px;
    border: 1px solid var(--ill-gold);
    border-radius: 18px;
    pointer-events: none;
    z-index: -1;
}

/* Premium accordion (FAQ) */
.elementor-widget-accordion .elementor-accordion-item {
    border: 1px solid rgba(201,161,78,0.35) !important;
    border-radius: 12px !important;
    margin-bottom: 14px;
    background: #fff;
    box-shadow: 0 6px 16px -8px rgba(123,30,30,0.12);
    overflow: hidden;
}
.elementor-widget-accordion .elementor-tab-title {
    background: #fff !important;
    color: var(--ill-maroon-d) !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 22px 26px !important;
    border: none !important;
}
.elementor-widget-accordion .elementor-tab-title.elementor-active {
    background: linear-gradient(135deg, rgba(255,153,51,0.08), rgba(201,161,78,0.08)) !important;
    border-bottom: 1px solid rgba(201,161,78,0.3) !important;
}
.elementor-widget-accordion .elementor-tab-title .elementor-accordion-icon {
    color: var(--ill-saffron) !important;
}
.elementor-widget-accordion .elementor-tab-content {
    background: #fff !important;
    color: var(--ill-muted) !important;
    line-height: 1.85 !important;
    padding: 22px 26px !important;
    border: none !important;
    font-size: 15.5px;
}

/* Divider — gold double-line */
.ill-gold-divider {
    text-align: center;
}
.ill-gold-divider .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.ill-gold-divider .elementor-widget-container:before,
.ill-gold-divider .elementor-widget-container:after {
    content: "";
    flex: 1;
    max-width: 180px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ill-gold), transparent);
}
.ill-gold-divider .elementor-widget-container:after {
    background: linear-gradient(90deg, transparent, var(--ill-gold), transparent);
}
.ill-gold-ornament:before {
    content: "❖";
    color: var(--ill-gold);
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 12px 0;
}

/* Quote / testimonial */
.ill-quote .elementor-widget-container {
    background: #fff;
    border-radius: 16px;
    padding: 36px !important;
    box-shadow: 0 18px 40px -18px rgba(123,30,30,0.25);
    border-left: 4px solid var(--ill-saffron);
    position: relative;
    height: 100%;
}
.ill-quote .elementor-widget-container:before {
    content: """;
    position: absolute;
    top: 8px; right: 24px;
    font-family: 'Playfair Display', serif;
    font-size: 100px;
    color: rgba(201,161,78,0.18);
    line-height: 1;
}
.ill-quote h4 {
    color: var(--ill-maroon-d) !important;
    font-family: 'Playfair Display', serif;
    margin: 14px 0 4px;
    font-size: 18px;
}
.ill-quote em { color: var(--ill-muted); font-size: 13px; }
.ill-quote .ill-amount {
    display: inline-block;
    background: linear-gradient(135deg, var(--ill-saffron), var(--ill-gold));
    color: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px;
    margin-top: 8px;
}

/* Service hero image (with badge) */
.ill-service-image .elementor-widget-container {
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--ill-cream), #fff);
    padding: 22px !important;
    box-shadow: 0 24px 50px -22px rgba(123,30,30,0.35);
    border: 1px solid rgba(201,161,78,0.35);
}
.ill-service-image img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

/* Service navigation pill row */
.ill-svc-nav .elementor-button {
    background: #fff !important;
    color: var(--ill-maroon) !important;
    border: 1px solid rgba(201,161,78,0.5) !important;
    box-shadow: none !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
}
.ill-svc-nav .elementor-button:hover {
    background: var(--ill-maroon) !important;
    color: #fff !important;
}

/* CTA band — brand-blue gradient (was a stale maroon/red from the old palette) */
.ill-cta-band {
    background:
        linear-gradient(135deg, rgba(27,111,184,0.95) 0%, rgba(14,79,142,0.97) 60%, rgba(8,52,99,0.98) 100%),
        radial-gradient(circle at 80% 20%, rgba(191,227,245,0.25) 0%, transparent 55%) !important;
    border-top: 4px solid var(--ill-gold);
    border-bottom: 4px solid var(--ill-gold);
}
.ill-cta-band .elementor-heading-title { color: #fff !important; }
.ill-cta-band .elementor-widget-text-editor { color: rgba(255,255,255,0.85) !important; }
.ill-cta-band .elementor-button { backdrop-filter: blur(2px); }

/* Contact info block */
.ill-contact-info .elementor-icon-box-icon .elementor-icon {
    background: linear-gradient(135deg, var(--ill-saffron), var(--ill-gold)) !important;
    color: #fff !important;
}
.ill-contact-info .elementor-icon-box-title { color: var(--ill-maroon-d) !important; }
.ill-contact-info .elementor-icon-box-description a {
    color: var(--ill-ink);
    font-weight: 500;
}

/* Section breathing room — Elementor sections inside body */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

/* Page wrappers — when our layout renders as boxed pages, add ambient bg */
body.page .site-content,
body.page .breadcrumb-area {
    background: var(--ill-ivory);
}

/* Smaller responsive tweaks */
@media (max-width: 991px) {
    .ill-card .elementor-widget-container,
    .ill-step .elementor-widget-container { padding: 24px 18px !important; }
    .ill-stat .elementor-counter-number-wrapper { font-size: 42px !important; }
    .ill-hero { padding-top: 60px !important; padding-bottom: 60px !important; }
}

/* Hide the breadcrumb page-title bar on our rebuilt Elementor pages */
body.page-template-page-templates .breadcrumb-area,
.elementor-template-full-width .breadcrumb-area {
    display: none;
}

/* ========================================================
   SERVICE PAGES — full-width override (child single-service.php)
   ======================================================== */
.service-details-full,
.service-details-full > .container-fluid,
.service-details-full > .container-fluid > .row,
.service-details-full .service-detail-text {
    padding: 0 !important;
    margin: 0 !important;
}
.service-details-full .elementor,
.service-details-full .elementor-section {
    margin: 0 !important;
}
body.single-service .page-title-section,
body.single-service .breadcrumb-area { display: none !important; }
body.single-service { background: var(--ill-ivory); }

/* ========================================================
   Safety net for non-standard Elementor column widths.
   Elementor only ships CSS for 10/16/20/25/33/40/50/60/66/75/80/83/90/100.
   A few of our page builders use custom sizes (17, 42, 58, …) — without
   these rules they collapse to auto width and pages look squeezed.
   ======================================================== */
@media (min-width: 768px) {
    .elementor-column.elementor-col-17 { width: 16.666%; }
    .elementor-column.elementor-col-42 { width: 42%; }
    .elementor-column.elementor-col-45 { width: 45%; }
    .elementor-column.elementor-col-55 { width: 55%; }
    .elementor-column.elementor-col-58 { width: 58%; }
}

/* ========================================================
   Disable parent-theme preloader (INSUREN letters splash)
   ======================================================== */
#preloader,
#ctn-preloader,
.ctn-preloader,
.animation-preloader,
.loader-section { display: none !important; }
body { opacity: 1 !important; }

/* ========================================================
   GLOBAL HEADER / FOOTER ACCENT — blue brand
   ======================================================== */
.header-style-one .header-top-area,
.header-style-one .header-top { background: var(--ill-maroon-d) !important; }
/* top-level hover only — keep submenu hover styling from parent theme */
.main-menu > ul > li > a:hover,
.main-menu > ul > li.current-menu-item > a { color: var(--ill-maroon) !important; }
a { color: var(--ill-maroon); }

/* dropdown submenu: readable white-on-blue hover, brand-tinted resting state */
.main-menu ul li ul.sub-menu {
    background: #ffffff !important;
    border: 1px solid rgba(14,79,142,0.10);
    box-shadow: 0 18px 40px -22px rgba(14,79,142,0.40) !important;
    border-radius: 6px;
    overflow: hidden;
    min-width: 240px !important;
    width: auto !important;
}
.main-menu ul li ul.sub-menu li { border-bottom-color: rgba(14,79,142,0.08) !important; }
.main-menu ul li ul.sub-menu li a {
    color: var(--ill-maroon-d) !important;
    transition: background .18s ease, color .18s ease, padding .18s ease;
    white-space: nowrap;
}
.main-menu ul li ul.sub-menu li:hover > a,
.main-menu ul li ul.sub-menu li.current-menu-item > a {
    background: var(--ill-maroon) !important;
    color: #ffffff !important;
}

/* --------------------------------------------------------
   Primary nav: keep 8 items on a single line.
   Parent theme defaults to 64px right-margin on .has-sub items,
   which overflows once we go above 6 top-level items.
   -------------------------------------------------------- */
.header-style-two .header-wrapper .header-navigation-area .main-menu > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    white-space: nowrap;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li,
.header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li.has-sub {
    margin-right: 22px !important;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li:last-child {
    margin-right: 0 !important;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li > a {
    font-size: 15px;
    letter-spacing: 0.1px;
    padding: 0 2px;
}
@media (max-width: 1399px) {
    .header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li,
    .header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li.has-sub {
        margin-right: 16px !important;
    }
    .header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li > a {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li,
    .header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li.has-sub {
        margin-right: 12px !important;
    }
    .header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li > a {
        font-size: 13px;
    }
}

/* dropdown caret hint */
.header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li.menu-item-has-children > a:after,
.header-style-two .header-wrapper .header-navigation-area .main-menu > ul > li.has-sub > a:after {
    content: " \25BE";
    font-size: 10px;
    margin-left: 4px;
    opacity: 0.65;
}

/* ========================================================
   ASSURED PAY-BACK CALCULATORS
   Used on /calculator/* pages — pure HTML/JS embedded via Elementor HTML widget
   ======================================================== */
.ill-calc {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(27,111,184,0.18);
    box-shadow:
        0 30px 70px -30px rgba(14,79,142,0.30),
        0 6px 16px -6px rgba(20,33,61,0.10);
    overflow: hidden;
}
.ill-calc__head {
    background: linear-gradient(135deg, var(--ill-maroon) 0%, var(--ill-maroon-d) 100%);
    color: #fff;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.ill-calc__head h3 {
    color: #fff !important;
    margin: 0 !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
    font-size: 24px;
}
.ill-calc__head .ill-calc__pill {
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.30);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #fff;
}
.ill-calc__head .ill-calc__sub {
    font-size: 14px;
    opacity: 0.85;
    width: 100%;
}
.ill-calc__body {
    padding: 28px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 22px;
}
.ill-calc__row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ill-calc__row--full { grid-column: 1 / -1; }
.ill-calc__label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ill-maroon-d);
    letter-spacing: 0.02em;
}
.ill-calc__input,
.ill-calc__select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    height: 48px;
    line-height: 22px;
    border: 1.5px solid rgba(27,111,184,0.25);
    border-radius: 10px;
    background: #fff;
    font: 500 15px 'Inter', sans-serif;
    color: var(--ill-ink);
    transition: all .2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.ill-calc__input { height: auto; min-height: 96px; }
.ill-calc__select {
    padding-right: 38px;          /* keep text clear of the chevron */
    background-image:
        linear-gradient(45deg, transparent 50%, var(--ill-maroon) 50%),
        linear-gradient(135deg, var(--ill-maroon) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) center,
        calc(100% - 13px) center;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
/* Defang the native select arrow on themes that re-enable appearance */
.ill-calc__select::-ms-expand { display: none; }
.ill-calc__input:focus,
.ill-calc__select:focus {
    outline: none;
    border-color: var(--ill-maroon);
    box-shadow: 0 0 0 4px rgba(41,171,226,0.18);
}
.ill-calc__hint {
    grid-column: 1 / -1;
    font-size: 12px;
    color: var(--ill-muted);
    background: var(--ill-cream);
    padding: 10px 14px;
    border-radius: 8px;
    border-left: 3px solid var(--ill-saffron);
}
.ill-calc__cta {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 6px;
}
.ill-calc__btn {
    background: linear-gradient(135deg, var(--ill-maroon), var(--ill-maroon-d));
    color: #fff !important;
    border: none;
    padding: 14px 36px;
    border-radius: 999px;
    font: 600 15px 'Inter', sans-serif;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 10px 24px -10px rgba(14,79,142,0.55);
    transition: all .25s ease;
}
.ill-calc__btn:hover {
    background: linear-gradient(135deg, var(--ill-saffron), var(--ill-maroon));
    transform: translateY(-2px);
}
.ill-calc__result {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, var(--ill-maroon) 0%, var(--ill-maroon-d) 100%);
    color: #fff;
    padding: 24px;
    border-radius: 14px;
    text-align: center;
    display: none;
    box-shadow: 0 18px 36px -18px rgba(14,79,142,0.55);
}
.ill-calc__result.is-on { display: block; }
.ill-calc__result-eyebrow {
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 8px;
    color: var(--ill-gold-l);
}
.ill-calc__result-amount {
    font: 800 56px 'Playfair Display', serif;
    color: #fff;
    line-height: 1;
    margin: 4px 0;
}
.ill-calc__result-amount small { font-size: 26px; opacity: 0.7; margin-left: 4px; }
.ill-calc__result-tag {
    font-size: 14px;
    margin-top: 8px;
    opacity: 0.9;
}
.ill-calc__result-note {
    font-size: 12px;
    margin-top: 14px;
    opacity: 0.7;
    border-top: 1px solid rgba(255,255,255,0.18);
    padding-top: 12px;
}
.ill-calc__error {
    grid-column: 1 / -1;
    background: #FFEBEE;
    color: #C62828;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    display: none;
    border-left: 3px solid #C62828;
}
.ill-calc__error.is-on { display: block; }

/* Hide the age-row when no adults/children chosen */
.ill-calc__row[data-show-when] { display: none; }
.ill-calc__row[data-show-when].is-on { display: flex; }

/* Rate-card table — hidden from public; logic still uses it for eligibility calculation */
.ill-rate-table { display: none !important; }

/* Prevent long headings from overflowing narrow columns (Mis-selling page etc.) */
.elementor-widget-heading .elementor-heading-title {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    text-align: left;
}

/* Congrats prefix shown alongside the eligibility percentage */
.ill-calc__result-eyebrow { text-transform: none; letter-spacing: 0.04em; }
.ill-rate-table-legacy {
    margin: 30px auto 0;
    max-width: 980px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(27,111,184,0.18);
    overflow: hidden;
    box-shadow: 0 10px 24px -16px rgba(14,79,142,0.25);
}
.ill-rate-table h4 {
    background: var(--ill-cream);
    margin: 0;
    padding: 18px 24px;
    color: var(--ill-maroon-d) !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    border-bottom: 1px solid rgba(27,111,184,0.12);
}
.ill-rate-table table { width: 100%; border-collapse: collapse; }
.ill-rate-table th,
.ill-rate-table td {
    padding: 12px 18px;
    text-align: left;
    font-size: 14px;
    color: var(--ill-ink);
}
.ill-rate-table th {
    background: rgba(27,111,184,0.06);
    color: var(--ill-maroon-d);
    font-weight: 600;
    border-bottom: 1px solid rgba(27,111,184,0.12);
}
.ill-rate-table tbody tr:nth-child(even) { background: rgba(233,243,251,0.5); }
.ill-rate-table tbody tr:hover { background: rgba(41,171,226,0.10); }
.ill-rate-table td:last-child {
    color: var(--ill-maroon);
    font-weight: 600;
}

@media (max-width: 720px) {
    .ill-calc__body { grid-template-columns: 1fr; padding: 22px; }
    .ill-calc__head { padding: 22px; }
    .ill-calc__result-amount { font-size: 44px; }
}

/* ========================================================
   POSTER-INSPIRED COMPONENTS
   - green accent on "Assured Premium Pay Back"
   - gold "Claim Help Guaranteed" seal + caption band
   ======================================================== */
.ill-green,
.elementor-heading-title .ill-green {
    color: #2E8B3F !important; /* matches poster green */
    font-style: normal !important;
    background: linear-gradient(180deg, transparent 65%, rgba(46,139,63,0.12) 65%);
    padding: 0 6px;
    border-radius: 4px;
}

.ill-seal-band {
    max-width: 1080px;
    margin: 0 auto;
    background: linear-gradient(135deg, #FFF8E6 0%, #FBF1D4 100%);
    border: 1px solid rgba(201,161,78,0.45);
    border-radius: 18px;
    padding: 28px 32px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    align-items: center;
    box-shadow: 0 20px 50px -22px rgba(14,79,142,0.22);
}
.ill-seal {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 35%, #FFD86B 0%, #D4A02A 60%, #8C6A14 100%);
    box-shadow:
        inset 0 0 0 8px rgba(255,255,255,0.18),
        inset 0 0 0 9px rgba(0,0,0,0.10),
        inset 0 0 0 16px rgba(255,255,255,0.30),
        inset 0 0 0 17px rgba(0,0,0,0.10),
        0 14px 30px -12px rgba(140,106,20,0.55);
    color: #4A2E00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    transform: rotate(-4deg);
}
.ill-seal__star { font-size: 26px; color: #4A2E00; line-height: 1; margin-bottom: 4px; }
.ill-seal__t1 { font-size: 18px; line-height: 1.1; letter-spacing: 0.04em; }
.ill-seal__t2 { font-size: 18px; line-height: 1.1; letter-spacing: 0.04em; }
.ill-seal-text h3 {
    color: var(--ill-maroon-d) !important;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-weight: 500;
    margin: 6px 0 10px;
    font-size: 22px;
    font-style: italic;
}
.ill-seal-text p { color: var(--ill-muted); margin: 0; line-height: 1.75; }
.ill-eyebrow-text {
    font: 600 12px 'Inter',sans-serif;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ill-maroon);
}
@media (max-width: 720px) {
    .ill-seal-band { grid-template-columns: 1fr; text-align: center; padding: 24px; }
    .ill-seal { margin: 0 auto; width: 150px; height: 150px; }
    .ill-seal__t1, .ill-seal__t2 { font-size: 15px; }
}

/* Calculator-tab nav */
.ill-calc-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.ill-calc-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    background: #fff;
    color: var(--ill-maroon) !important;
    border: 1.5px solid rgba(27,111,184,0.25);
    font-weight: 600;
    text-decoration: none !important;
    font-size: 14px;
    transition: all .2s ease;
}
.ill-calc-tabs a:hover,
.ill-calc-tabs a.is-active {
    background: var(--ill-maroon);
    color: #fff !important;
    border-color: var(--ill-maroon);
    box-shadow: 0 10px 24px -12px rgba(14,79,142,0.55);
}

/* When the .ill-calc form is embedded inside an Elementor column, let it fill
   the column instead of capping at 980px (which makes it look narrow in the
   contact / partner forms when sitting beside a side-panel column). */
.elementor-widget-html .ill-calc,
.elementor-column .ill-calc {
    max-width: 100%;
    width: 100%;
}

/* ========================================================
   FOOTER — brand-aligned content layout for the dark-blue
   ‘footer-main-area’ band (parent theme insuren/footer.php).
   The four widget slots are populated by _build_footer.php.
   ======================================================== */
.footer-main-area {
    background-color: var(--ill-maroon-d) !important;
    color: rgba(255,255,255,0.85);
    padding-top: 70px !important;
    padding-bottom: 30px !important;
}
.footer-main-area * { color: inherit; }
.footer-main-area a {
    color: rgba(255,255,255,0.78) !important;
    transition: color .15s ease;
}
.footer-main-area a:hover { color: #fff !important; }

.ill-footer-title {
    color: #fff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 28px !important;
    margin: 0 0 14px !important;
    line-height: 1 !important;
}
.ill-footer-dot { color: var(--ill-gold-l) !important; font-size: 16px; vertical-align: super; margin-left: 1px; }
.ill-footer-tagline {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 14px;
    max-width: 480px;
}
.ill-footer-hindi {
    font-size: 14px;
    color: var(--ill-gold-l) !important;
    margin: 0 0 10px;
    letter-spacing: 0.02em;
}
.ill-footer-promise {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    margin: 0 0 18px;
}
.ill-footer-social a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px;
    margin-right: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    color: #fff !important;
    transition: all .2s ease;
}
.ill-footer-social a:hover {
    background: var(--ill-gold-l);
    color: var(--ill-maroon-d) !important;
    transform: translateY(-2px);
}

.ill-footer-h5 {
    color: #fff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 18px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.ill-footer-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.ill-footer-list li {
    margin: 0 0 9px !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.4;
    list-style: none !important;
}
.ill-footer-list li:before { content: '\203A'; margin-right: 8px; color: var(--ill-gold-l); }

.ill-footer-contactlist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.ill-footer-contactlist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 12px !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.55;
    list-style: none !important;
}
.ill-footer-contactlist li:before { content: none !important; }
.ill-footer-contactlist i {
    width: 28px; height: 28px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 8px;
    background: rgba(255,255,255,0.10);
    color: var(--ill-gold-l) !important;
    font-size: 13px;
    flex-shrink: 0;
}

.ill-footer-legal {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
    font-size: 12px;
    color: rgba(255,255,255,0.62);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 20px;
    line-height: 1.55;
}
.ill-footer-legal-links a {
    color: rgba(255,255,255,0.78) !important;
    margin: 0 4px;
}
.ill-footer-legal-links a:hover { color: var(--ill-gold-l) !important; }

.footer-bottom-area {
    background-color: #062946;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-bottom-area .text-light-gray,
.footer-bottom-area .text-light-gray a { color: rgba(255,255,255,0.7) !important; }

@media (max-width: 991px) {
    .footer-main-area { padding-top: 50px !important; }
    .ill-footer-tagline { font-size: 14px; }
    .ill-footer-legal { flex-direction: column; }
}

/* ---------- Legal / Policy pages (Privacy, Terms, Refund) -------------- */
.ill-legal .elementor-widget-text-editor { font-size: 16px; line-height: 1.75; color: #2C3A57; }
.ill-legal h3.elementor-heading-title,
.ill-legal h4.elementor-heading-title {
    color: var(--ill-maroon-d) !important;
    margin-top: 14px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--ill-gold-l);
}
.ill-legal ul, .ill-legal ol { padding-left: 22px; margin: 8px 0 14px; }
.ill-legal li { margin: 4px 0; }
.ill-legal strong { color: var(--ill-maroon-d); }

/* ---------- Knowledge Hub (Did You Know) cards ------------------------- */
.ill-kb-card .elementor-widget-container {
    background: #fff;
    border-radius: 14px;
    padding: 28px 22px;
    box-shadow: 0 16px 32px -22px rgba(14,79,142,0.28);
    border: 1px solid rgba(14,79,142,0.08);
    border-top: 3px solid var(--ill-gold);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ill-kb-card:hover .elementor-widget-container {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -22px rgba(14,79,142,0.40);
}
.ill-kb-card .elementor-icon-box-icon .elementor-icon {
    background: linear-gradient(135deg, var(--ill-gold-l), #fff) !important;
    color: var(--ill-maroon) !important;
    width: 56px !important; height: 56px !important;
    border-radius: 14px !important;
    display: inline-flex !important; align-items: center; justify-content: center;
}
.ill-kb-card .elementor-icon-box-title { color: var(--ill-maroon-d) !important; font-size: 18px !important; }
.ill-kb-card .elementor-icon-box-description { font-size: 14px; line-height: 1.6; }

/* ---------- Partner with us tweaks ------------------------------------- */
.ill-partner-benefit .elementor-icon-box-icon .elementor-icon {
    color: #1B8B3A !important;
    background: rgba(27,139,58,0.10) !important;
}
.ill-partner-cta { background: linear-gradient(135deg, #BFE3F5, #F5F9FC) !important; }

}