/*
 Theme Name:   Urane Child  
 Theme URI:    https://wp.validthemes.net/urane
 Description:  This is a child theme for Urane - WordPress Theme
 Author:       Validthemes
 Author URI:   https://themeforest.net/user/validthemes/portfolio
 Template:     urane
 Version:      1.2
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  urane-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
/* Varialbes */
:root {
	--font-default: 'Manrope', sans-serif;
	--font-heading: 'Manrope', sans-serif;
	--font-optional: 'Barlow', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #222;
	--dark-secondary: #283849;
	--dark-optional: #00194C;
	--white: #ffffff;
	--color-primary: #326295;
	--color-secondary: #913338;
	--color-style-two: #00868C;
	--color-style-three: #00A775;
	--color-style-four: #326295;
	--color-style-five: #913338;
	--color-style-six: #be9e00;
	--color-style-seven: #326295;
	--color-heading: #326295;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #eef5f5;
	--bg-gradient: linear-gradient(45deg, var(--color-primary) 30%, var(--color-secondary) 90%);
	--bg-gradient-two: linear-gradient(45deg, var(--color-style-two) 30%, var(--color-style-five) 100%);
	--bg-gradient-three: linear-gradient(45deg, var(--color-style-three) 30%, var(--color-style-six) 100%);
	--bg-gradient-four: linear-gradient(65deg, var(--color-style-four) 30%, var(--color-style-seven) 100%);
	--bg-gradient-five: linear-gradient(65deg, var(--color-secondary) 30%, var(--color-primary) 100%);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--black);
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
}

.default-padding {
    padding-top: 30px;
    padding-bottom: 60px;
}

/*--->>> Header <<<---*/
.top-bar-style-one .item-flex {
    position: relative;
    z-index: 1;
}

.top-bar-style-one.bg-dark .text-end .item-flex::after {
    bottom: -50px;
}

.top-bar-style-three .text-end .item-flex a {
    margin:0 10px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.top-bar-style-three .text-end .item-flex a:hover {text-decoration: underline;}

li.side-menu {display: none !important;}

.top-bar-style-one .text-end .item-flex::after {
    position: absolute;
    left: 0;
    top: -20px;
    content: "";
    bottom: -15px;
    width: 500%;
    background: var(--color-style-five);
    z-index: -1;
    clip-path: polygon(2% 0%, 100% 0, 100% 100%, 0% 100%);
}

.navbar-brand>img {
    display: block;
    height: 85px !important;
}

nav.navbar.navbar-default .navbar-collapse {
    background:transparent !important; 
    border-radius: 0px;
}

.bg-dark {
    background-color: var(--color-primary) !important;
}

.color-style-four .top-bar-style-three .text-end .item-flex::after,
.top-bar-style-three .text-end .item-flex::after {
    background: var(--color-secondary);
}

.shadow.dark-hard:after {
    background: transparent none repeat scroll 0 0;
}

.breadcrumb-area {
    padding: 80px 0;
    padding-top: 180px;
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 25px;
}

/*Site Title*/

.color-style-four .sub-title {
    color: var(--color-style-five);
    background: transparent;
    -webkit-text-fill-color: var(--color-style-five);
}

.sub-title {
    text-transform: uppercase;
    color: var(--color-secondary);
    font-weight: 400;
    background:none;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    margin-bottom:0;
    letter-spacing: 1px;
    font-size: 18px;
}


/*Button Color*/
.color-style-four .btn.btn-theme {
    background: var(--color-style-five);
}

.color-style-four .btn.btn-theme:hover,
.btn.btn-theme::after {
    background: var(--color-style-four);
}

button:after {
    background: var(--color-secondary) !important;
}

.btn-read-more:hover {color: var(--color-secondary) !important;}

.services-swiper-nav .services-pagination, .services-swiper-nav > div {
    color: var(--color-style-five);
}

.color-style-four button { background: var(--color-style-five);}

form.quote-style-four .price-range-slider .range-bar .ui-slider-handle {border-color: var(--color-style-five);}

.services-style-three .info > a {color: var(--color-style-five);}


.thumb-style-five-thumb .d-flex img:first-child {
    width: 80%;
}

.thumb-style-five-thumb .d-flex img:nth-child(2) {
    width: 54%;
}

.services-style-three .icon {display:none; visibility: hidden;}

.review-style-one {display: none;}

.getQuote .container-stage {
    padding: 0;
    margin: 0;
}

.color-style-four .video-play-button {
    background: var(--color-style-five);
}

/*About Us Page*/

.list-style-four .item.active {
    background: transparent;
    padding:0;
    border-radius:0;
    box-shadow:none;
}

.list-style-four {
    grid-template-columns: 1fr 1.2fr;
}

.speciality-style-one-area {
    padding-top: 60px;
}

/* .page-id-235 .speciality-style-one-area .info h4 {
    color: var(--color-secondary);
} */

.list-style-four .item {
    margin-top: 30px;
    border-top: 1px solid #c2d1d2;
    padding-top: 30px;
    display: flex;
    gap:20px;
}


.list-style-four .item:first-child {   
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

.list-style-four .item.active:first-child {
    margin-top: 20px;
    border-top: 1px solid #c2d1d2;
    padding-top: 20px;
}

.list-style-four .item.active .icon img {
    background:#F3F3F3;
    padding: 15px;
    border-radius: 7px;
}

.list-style-four .item .icon img {
    background:#F3F3F3;
}

.list-style-four {
    grid-template-columns: none;
    gap:0;
}

.list-style-four .item h4 {
    margin-bottom: 10px;
}

.list-style-four .item img {margin-bottom: 5px; max-width: 80px;}

.page-id-235 h3.elementor-image-box-title {
    margin-bottom:0
}

.page-id-235 .elementor-image-box-img img {width:100%;}


.elementor-235 .elementor-element.elementor-element-3b9d7f04 .elementor-image-box-img img {
    border-radius: 10px;
    transition-duration: 0.3s;
}

.elementor-235  .elementor-image-box-wrapper figure {
    width: 100%;
}

.elementor-widget-jet-unfold {
    position: absolute;
    font-size: 14px;
    bottom: 135px;
    /* right:35px; */
}

.elementor-widget-jet-unfold .jet-unfold-state {
    background:#FFF;
}

.jet-unfold__trigger {
    margin-right: 40px !important;
    margin-top: 10px !important;
}

.jet-unfold__content p {
    line-height: 1.65;
	margin-bottom:12px;
}

.page-id-61694 .elementor-image-box-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    width: 85%;
    margin: 0 auto;
    position: relative;
    top: -60px;
}

.page-id-61694 .elementor-image-box-content .elementor-image-box-title {
    margin-bottom:0;
}


.page-id-61694 .elementor-image-box-content .elementor-image-box-description a {
    color:var(--color-style-five) !important;
    /* text-decoration: underline !important; */
}


.jet-unfold__inner {padding:15px;}

.jet-unfold__trigger .jet-unfold__button.elementor-button {
    border-radius: 50px;
    font-size: 20px;
    padding: 10px 10px 5px;
}

.bg-gray {
    background: #f0f4fa;
}

.process-style-one-item .thumb span {
    background: var(--color-secondary);
}

.faq-style-one-items {
    box-shadow: 0px 10px 15px -5px rgb(109 117 143 / 33%);
}


.insPlans .elementor-widget-image-box {
    background:#fff;
    border-radius: 10px;
    padding-bottom: 30px;
    border: 1px solid #E7E7E7;
}

.insPlans .elementor-widget-image-box:hover {
    box-shadow: 0px 10px 15px -5px rgb(109 117 143 / 50%);
}

.jet-posts__item {
    padding: 0px;
}

.jet-posts .jet-posts__inner-box {
    border-radius: 10px 10px 0px 0px;
    padding: 10px 15px;
}

.jet-posts .jet-posts__inner-content {
    padding: 30px;
    margin-left: 30px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: -30px;
}

.elementor-5788 .elementor-element.elementor-element-2caae6f .jet-posts .jet-posts__inner-box:hover {
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 10px 15px -5px rgba(109, 117, 143, 0.3);
}

.insPlans .elementor-image-box-content {
    padding-left: 20px;
    padding-right: 20px;
}

.elementor-heading-title p {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--color-style-five);
    margin: 0;
}

.contact-one-list .top i {
    background: var(--color-secondary);
}

.page-id-61533 .elementor-image-box-title {
    margin-bottom:0;
}

.page-id-61533  .elementor-image-box-description {
    color:#666;
    margin-bottom:15px;
}

.blog-area .sidebar #nav_menu-2 {
    padding: 40px 40px 0 40px;
    margin-bottom:0;
}

.blog-area .sidebar #nav_menu-2 li:last-child {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #dbdfe4 !important;
    margin: 3px 0;
    font-size: 16px;
}

.blog-area .sidebar #nav_menu-3 {padding-top:10px;}


.breadcrumb-area {
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

.page-id-61533 .breadcrumb-area {
    padding-top: 320px;
}

.page-id-61533 .shadow.dark:after {
    opacity: 0.30;
}


/*--->>> Footer <<<---*/
footer .f-item.about img {
    height: 120px;
    margin-bottom:0;
}

.bg-dark, .bg-dark-secondary, .bg-dark p, .bg-dark-secondary p {
    color: rgba(255,255,255,0.75);
}

footer .contact ul li i {
    background: transparent; 
    color: var(--white);
    border: none;
    font-size: 38px;
}

footer.footer-two .f-item.about p {
    line-height: 1.25;
    font-size: 0.85rem;
}

.footer-style-two .f-item.contact {padding-top:30px;}

.footer-style-two .footer-item {padding: 50px 50px 0;}

footer .f-item.link li {
     border-bottom: 1px solid rgba(255,255,255,0.25);
}

footer.bg-dark .f-item a {
    color: rgba(255,255,255,0.75);
}

.footer-bottom {background: var(--color-secondary);}

.jet-sticky-column {
    top: 120px !important;
    z-index: -1;
}

form.short-newsletter{display: none;visibility: hidden;}

.wpcf7-form .row {padding:10px 0;}

footer .foot-contact i.fas,
footer .foot-contact i.fab {
    width: 16px !important;
    display: block;
    margin-right:10px;
}

.foot-contact .elementor-icon-list-items {
    display: flex;
    gap: 20px;                 /* spacing between items */
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
}


.foot-contact .elementor-icon-list-items .elementor-icon-list-item {
    flex: 1;                   /* equal width for all li elements */
    display: flex;
    align-items: center;
}

.foot-contact .elementor-icon-list-items .elementor-icon-list-item a {
    display: flex;
    align-items: center;
    justify-content: center;   /* optional */
    font-size:20px;
    /* width: 100%; */
}

.foot-contact .elementor-icon-list-items .elementor-icon-list-icon {color:#FFF;}

.contact-one-list .top i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 15px;
}

.contact-one-list .top i.fab {font-size:20px;}

.contact-one-list a {
    color:#333;
    text-decoration: underline;
}

.contact-one-list .top h4 {
    font-size: 20px;
    color: var(--color-primary);
}

.foot-contact .elementor-icon-list-items .elementor-icon-list-item a {
    font-size: 17px;
}

footer .footer-item  .contact ul li i {
    font-size: 28px;
}

footer .footer-item  .contact ul li {
    margin-top:10px;
    margin-bottom:10px;
}

@media screen and (max-width: 1200px) {
    .swiper-slide-bg {
        background-size: contain !important;
        background-position: top !important;
    }
}

@media screen and (max-width: 1400px) {
    .navbar>.container {
        max-width:95%;
    }
}


@media screen and (max-width: 767px) {
    .swiper-slide-bg {
        background-size: cover !important;
        background-position: top !important;
    }

	.swiper-slide {
        height: 45  vh !important; 
    }

     .foot-contact .elementor-icon-list-items {
        flex-wrap: wrap;
    }

    .foot-contact .elementor-icon-list-items  .elementor-icon-list-item {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 600px) {
    .swiper-slide-bg {
        background-size: contain !important;
	}
	.swiper-slide {
        height: 38vh !important; 
    }
}

@media screen and (max-width: 480px) {
    .swiper-slide-bg {
        background-size: contain !important;
	}
    .swiper-slide {
        height: 25vh !important; 
    }

     .estimate-style-four-items {
        padding: 30px;
        padding-top: 0px;
    }
}


@media screen and (max-width: 991px) {

.estimate-style-four-items {
    background-image: inherit;
    background-color: transparent;
    padding-top: 0;;
}

    .estimate-style-four-form {
        padding: 20px;
    }
}