/*
Theme Name: Sterling Cross Developments Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
 :root{
    --black: #0D1F3C;
    --brown: #C08E40;
    --white: #fff;
     --transition: all 0.5s ease-in-out;
}
 body::-webkit-scrollbar {
     width: 6px;
}
 body::-webkit-scrollbar-track {
     background:var(--black);
     border-radius: 8px;
}
 body::-webkit-scrollbar-thumb {
     background:var(--brown);
     border-radius: 8px;
}
 a{
     transition: all 0.5s;
}
/*-------------------------------------------------------------- 
# Header css 
--------------------------------------------------------------*/
div#wpadminbar ~  div[data-elementor-type="header"]{
    top: 32px;
}
div[data-elementor-type="header"] {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
    left: 0px;
    transition: all 0.4s;
}
div[data-elementor-type="header"].sticky{
    background-color: rgb(13 31 60 / 70%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.header_middle img{
    /* filter: brightness(0) invert(1); */
}

.head_log2,.head_log1{
    transition: all 0.4s;
    transition-delay: 0.3s;
}
div[data-elementor-type="header"].sticky .head_log2,.head_log1{
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}
div[data-elementor-type="header"].sticky .head_log1,.head_log2{
    visibility: hidden !important;
    opacity: 0 !important;
     display: none !important;
}
.logged-in .header_destop_menu li.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
}
.logged-in .header_destop_menu li.menu-item-has-children > a::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block !important;
    opacity: 1 !important;
    position: unset !important;
    background-color: unset !important;
    order: 2;
}
.logged-in .header_destop_menu li.menu-item-has-children > a{
	align-items:center;
	grid-gap:10px;
}
.logged-in .header_destop_menu li.menu-item-has-children > a::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    opacity: 1 !important;
    position: unset !important;
    background-color: unset !important;
	position:relative;
	top:-3px;
}
/*-------------------------------------------------------------- 
# Home css 
--------------------------------------------------------------*/
.head_log2 {
    margin: 0px auto !important;
    max-width: 85px !important;
}
.owl-nav {
    position: absolute;
    top: 33%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    transform: translateY(-50%);
    margin: 0px !important;
    padding: 0px 5%;
}
.owl-nav button{
    width: 50px !important;
    height: 50px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: unset !important;
    border: unset !important;
    outline: unset !important;
    filter: brightness(0) invert(1);
    opacity: 0.75;
    transition: all 0.4s;
}
.owl-nav button:hover {
    opacity: 1;
}
.owl-nav button span{
    display: none !important;
}
.owl-nav button.owl-next{
    background-image: url(images/left_arrow.png) !important;
}
.owl-nav button.owl-prev{
    background-image: url(images/right_arrow.png) !important;
}
.service_inner {
    transition: all 0.4s;
    transform: translateX(100%);
}
.service_box:hover .service_inner {
    transform: translateX(0%);
}
.service_head{
    opacity: 1;
    transition: all 0.4s;
}
.service_box:hover .service_head{
    opacity: 0;
}
.service_box::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s;
}
.service_box:hover::after{
    opacity: 1;
}
.barefoot_luxury::before {
    width: 55% !important;
    right: 0px !important;
    left: unset !important;
}
.feaured_sec .owl-nav {
    top: 50%;
    padding: 0px 15px;
}
.owl-dots {
    margin-top: 20px;
}
.owl-dots button span {
    margin: 0px !important;
}
.owl-dots {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}
.owl-dots span {
    background-color: var(--white) !important;
    border: 1px solid var(--black) !important;
    transition: all 0.3s;
}
.owl-dots button.active span {
    background-color: var(--black) !important;
}
.testimonial_slider .owl-stage-outer .owl-item{
    padding: 0px 80px !important;
}
.testimonial_slider .owl-stage-outer::before {
    content: "";
    display: block;
    position: absolute;
    border: 3px solid var(--brown);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.testimonial_slider .owl-nav button {
    filter:unset !important;
    filter: brightness(0) !important;
}
.testimonial_slider .owl-nav {
    top: 50%;
    padding: 0px 15px;
}
.white_loogo img{
    filter:brightness(0) invert(1);
}
.footer_list_menu ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
}
.copy_bottom *{
    color: var(--white) !important;
}
.contact-form-wrap{
    width:100%;
}
.contact-form-wrap .two-col{
    display:flex;
    gap:20px;
}
.contact-form-wrap .two-col .form-group{
    width:50%;
}
.contact-form-wrap .form-row{
    /* margin-bottom:20px; */
}
.contact-form-wrap label{
    display:block;
    font-size:18px;
    color: var(--white);
    margin-bottom:8px;
    font-weight: 500;
}
.contact-form-wrap .wpcf7-form-control{
    width:100%;
    border:1px solid #d9d9d9;
    background:var(--white);
    padding: 12px 16px;
    font-size:16px;
    color:var(--black);
    outline:none;
    transition:var(--transition);
    box-sizing:border-box;
    height: 46px;
}
.contact-form-wrap textarea{
    height:180px;
    resize:none;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus{
    border-color:var(--brown);
}
.contact-form-wrap .wpcf7-submit{
    background: var(--brown);
    color: var(--white);
    border:none;
    padding:12px 40px;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    cursor:pointer;
    transition:var(--transition);
    width:auto;
}
.contact-form-wrap .wpcf7-submit:hover{
    background:var(--white);
    color:var(--brown);
}
.contact-form-wrap .wpcf7-spinner{
    margin-left:10px;
}
.contact-form-wrap .wpcf7-not-valid-tip{
    font-size:13px;
    margin-top:5px;
}
.contact-form-wrap .form-group br {
    display: none;
}
.contact-form-wrap textarea {
    height: 100px !important;
}
.synonymous_over {
    height: 823px !important;
    overflow: auto !important;
    padding-bottom:40px !important;
}
.synonymous_over::-webkit-scrollbar {
    width: 0px;
}
.feaured_sec .owl-dots .owl-dot span{
    background-color:var(--white) !important;
	opacity:0.5 !important;
}
.feaured_sec .owl-dots .owl-dot.active span{
	opacity:1 !important;
}
.hero_sec video,.hero_sec img {
    filter: brightness(0.5);
}
.barefoot_reverce::before {
    left: 0px !important;
    right: unset;
}
.barefoot_box {
    height: unset !important;
    max-height: fit-content;
}
.right_content ul {
    list-style: none;
    padding: 0px;
}

.right_content ul li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    left: 0px;
    top: 4px;
    background-image:url(images/tick.svg);
    background-repeat:no-repeat;
    background-size: contain;
}
.right_content ul li {
    padding-left: 30px;
    position: relative;
}
.icon_grid ul{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;    
  flex-wrap: wrap; 
  margin: 20px 0;
}
.icon_grid li {
  margin:0px !important;
}
.icon_grid li  a{
  display: block !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  border: 1px solid var(--brown);
  border-radius: 8px;
  padding: 20px !important;
  min-width: 200px;
  flex: 1;
  max-width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  grid-gap: 16px;
  min-height: 135px;
}
.icon_grid span.elementor-icon-list-icon {
    display: grid !important;
    justify-content: center;
    margin-bottom: 14px;
}
.icon_grid span.elementor-icon-list-text{
	padding:0px !important;
}
.dialog-message.dialog-lightbox-message  .elementor-slideshow__title {
    display: none !important;
}
.enquire_box .wpcf7-response-output {
    margin: 0px 0px 0px 0px !important;
    color: var(--white);
}
/*-------------------------------------------------------------- 
# Resposnive css 
--------------------------------------------------------------*/
@media(max-width: 991px){
    div[data-elementor-type="header"] nav {
         position: fixed;
         width: 100%;
         top: 152px;
         left: 0px;
         margin: 0px !important;
         padding: 10px 0px 20px;
         z-index: 99;
         background-color: var(--white) !important;
    }
     div[data-elementor-type="header"] nav ul li a {
         border-bottom: 1px solid rgba(0,0,0,0.2);
         color: var(--black) !important;
         background-color: var(--white) !important;
         justify-content: space-between;
    }
     div[data-elementor-type="header"] nav ul li.current-menu-item a {
         color: var(--brown) !important;
    }
    .testimonial_slider .owl-stage-outer .owl-item {
        padding: 0px 30px !important;
    }
    .owl-nav button {
        width: 40px !important;
        height: 40px !important;
    }
	.header_inner  .head_log2 {
		margin: 0px !important;
	}
}
@media(max-width: 767px){
     .testimonial_slider .owl-stage-outer .owl-item {
        padding: 20px 15px !important;
    }
    .synonymous_over {
        height: unset !important;
    }
    .owl-nav button {
        width: 30px !important;
        height: 30px !important;
    }
	.barefoot_luxury::before {
		width: 100% !important;
	}
	.barefoot_luxury::before {
		width: 100% !important;
	}
	.icon_grid li {
		width: 45%;
	}
	.icon_grid li a {
		padding: 15px !important;
		min-width:100%;
	}
	.icon_grid li:last-child {
		min-width: 95%;
	}
	.icon_grid li a {
		grid-gap: 16px 12px;
		min-height: 100px;
	}
	.contact-form-wrap .wpcf7-form-control {
		padding: 10px 8px;
		font-size: 14px;
		height: 40px;
	}
}