/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/








@media (max-width: 569px) {
    .heading-text .typed-me {
        font-size: 35px !important;
    }
}

@media (max-width: 569px) {
    .heading-text p {
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1.50 !important;
    }
}

.vc_custom_heading_wrap.desktop-hidden.tablet-hidden.font-paytone {
    margin-top: 10px !important;
}

.menu-accordion ul.menu-smart ul{ display:block;}
.menu-overlay .vmenu-container .menu-smart ul.mega-menu-inner li a{ font-size:2.5vh!important; font-weight:400!important;}

.single-portfolio .body-borders{ display: none; }

/* Home Page V2 */

/*For center image text*/
.ele-img-caption-center figcaption{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* For testimonial progress bar */
.ele-testimonial-progress-bar .qodef-m-inner{
    align-items:start !important;
}
.ele-testimonial-progress-bar .qodef-m-canvas svg{
    position:relative;
}
.ele-testimonial-progress-bar .qodef-m-canvas .qodef-m-value{
    display: block;
}
.ele-testimonial-progress-bar .qodef-m-canvas .qodef-m-value:before{
    content: "\f10d";
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #FF7FFF;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.ele-testimonial-slider .swiper-pagination-bullet-active{
    transform: none !important;
    outline: 1px solid #FF7FFF;
    outline-offset: 10px;
}
.ele-testimonial-slider .qodef-e-author-name:after{
    content: '';
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
    width: 91px;
    height: 1px;
    background-color: #000;
}
.ele-h-banner-slider .uranus .tp-bullet.selected,
.ele-h-banner-slider .uranus .tp-bullet.rs-touchhover{
    box-shadow: 0 0 0 1px #ff7fff !important;
}
.ele-h-banner-slider .uranus .tp-bullet{
    box-shadow:none !important;
}
.ele-h-banner-slider .uranus .tp-bullet .tp-bullet-inner{
    background-color: #121899 !important;
    transform: scale(0.3) !important;
    -webkit-transform: scale(0.3) !important;
}
@media (max-width:480px){
    .ele-h-banner-slider .uranus{
        transform: translate(0, -42px) !important;
        left: unset !important;
        right:5% !important;
    }
}
.reduce-post-top-bottom-padding .post-body .row-parent{
    padding-top:0 !important;
    padding-bottom:0 !important;
}


/* Home Page V2 End */


/* For text block read more and read less */

div.text-block-rr-btn-wrap{
    margin-top: 10px;
}
.text-block-rr-btn-wrap > button.rr-btn{
    padding: 0;
    background: unset;
    color: #ff7fff;
    width: 100%;
}
.text-block-rr-btn-wrap > button.rr-btn > span{
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    align-items: center;
}
.text-block-rr-btn-wrap > button.rr-btn[data-collapse="true"]::before{
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    height: 100px;
    margin-top: -100px;
    display: block;
    width: 100%;
}
.row .uncell.vc-text-block-rr-container{
    padding: 0 !important;
    background-color: transparent;
}
.row .uncell.vc-text-block-rr-container > div{
    padding: 40px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ff7fff !important;
    position: relative;
    border-radius: 100% 100% 0 0;
}
.row .uncell.vc-text-block-rr-container > div > .icon-box{
    display: none;
}
@media (max-width: 569px){
    .main-container .row.row-parent:not(.no-h-padding) .column_child > .uncol > .uncoltable > .uncell.vc-text-block-rr-container > .uncont:not(.col-custom-width){
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}
.row .uncell.vc-text-block-rr-container > div > .vc_custom_heading_wrap > .heading-text{
    text-align: center;
}
.row .uncell.vc-text-block-rr-container > div > .vc_custom_heading_wrap > .heading-text > h3::after{
    content: "";
    padding: 0px 18px;
    background: #ffa4ff91;
    display: inline;
    position: relative;
    border-radius: 50%;
    right: -45%;
    bottom: 30px;
    z-index: 0;
}


/* To Hide Typing Effect Cursor  */
.hide-typing-cursor .typed-cursor{
    display:none;
}



/* For smooth slide (Swiper Slider) */
.smooth-scroll .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.smoother-scroll .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

/* Service Slider  */
/*
 Main Class : service-slider
*/
.service-slider .owl-dots{
    bottom: 0 !important;
    position: static !important;
    transform: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 46px !important;
}
.service-slider .owl-dots > .owl-dot > span{
    border-radius: 50%;
     box-shadow: none; 
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: #ffa4ff;
    border: none;
    opacity: 1;
    transform: none;
    margin-right: 20px;
}
.service-slider .owl-dots > .owl-dot.active > span{
    outline-offset: 12px;
    outline: 1px solid #ff7fff;
}
.service-slider .heading-text h1{
    font-size: 55px;
}
.service-slider .heading-text h1::after{
    content: "";
    padding: 0px 40px;
    background: #ffa4ff;
    display: inline;
    position: relative;
    border-radius: 50%;
    right: 40px;
    bottom: 10px;
    z-index: -1;
}
@media (min-width:1025px){
    .owl-carousel-wrapper:has(.service-slider){
        margin-left: 70px;
    }
}
@media (max-width:767px){
    .service-slider .heading-text h1{
        font-size: 40px;
    }
    .service-slider .heading-text h1::after{
        padding: 0px 30px;
        right: 35px;
    }
}

/* Mobil Menu */
@media (max-width: 959px){
	body.menu-custom-padding .menu-container .logo-container {
		padding-top: 17px !important;
		padding-bottom: 17px !important;
	}
}

.full-width-cont> .elementor-widget-wrap>
.elementor-widget-image,
.elementor-widget-container {
    height: 100% !important;
}

.uncont .uncode-vc-social p {
    color: white; /* Text color */
}


/* .pointer-event{
	pointer-events: none;
} */

.mob-footer > .row-parent > .row-inner .single-internal-gutter {
	width: 50%;
	padding-top: 0 !important;
}

.mob-footer > .row-parent > .row-inner{
	display: flex !important;
}

.fa-infinity,
.fa-instagram,
.fa-linkedin-square{
	color: #FF7FFF;
}

#pop-rock .word3, .word6 {
	color: #FF7FFF;
}

#pop-rock .word4 {
	color: #121899 !important;
}

/* Service Page*/
#service-box {
	display: flex;
	justify-content: center;
}

#service-box div .row {
	width: 70% !important;
	margin: 0 auto;
}

/* Remove any default bullets specifically in #customList */
#customList {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

/* Remove default bullets and padding in #customList */
#customList {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

/* Align items centrally with minimal interference */
#customList li {
    display: flex !important;
    align-items: center !important;   /* Center the icon vertically with text */
    margin-bottom: 0.5em !important;  /* Space between list items */
}

/* Minimal styling for icon to bring it in line with text */
#customList .wpb_list_item_icon {
    margin-right: 0.5em !important;   /* Space between icon and text */
    font-size: 1em;                   /* Match icon size to text */
    vertical-align: middle;           /* Aligns icon with text line */
}

/* TO set the list alignment fix with the line in mob view*/
#customList li {
	align-items: flex-start !important;
}

ul.icons li .fa {
	margin-top: 9px;
}

@media only screen and (max-width: 767px) {
    .mob-about-us .background-inner {
        background-image: url("https://www.thehuntd.com.au/wp-content/uploads/2023/06/BNB.jpg") !important;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}



/* Ensure the Poppins font applies to input fields, textarea, and labels within the form */
#contact-form input,
#contact-form textarea,
#contact-form button,
#contact-form .wpcf7-submit {
    font-size: 1rem; /* Adjust font size for readability */
    line-height: 1.5; /* Ensure good line spacing */
    color: rgba(0, 0, 0, 0.87); /* Adjust text color for better visibility */
}

#contact-form .wpcf7-submit {
    border-radius: 50px; 
    font-size: 17px; 
    padding: 18px 44px !important; 
    background-color: #517937;
    color: #ffffff; 
    cursor: pointer; 
    transition: background-color 0.3s ease;
	
}




/* Specific styles for accordion headers */
#faq-accordion .panel-title a,
#faq-accordion .panel-title a span {
 
}

/* Apply to accordion content */
#faq-accordion .panel-body {

}

#about-media .parallax-el {
    transform: none !important;
    transition: none !important;
}

/* Curson Size*/
h1 span .typed-cursor {
	font-size: 75px !important;
}

.typed-cursor {
    display: inline-block;
    animation: blink 0.7s steps(2, start) infinite, hideCursor 3s forwards;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes hideCursor {
    100% {
        display: none;
    }
}

/* =========================
   TESTIMONIAL SLIDER STYLING
   ========================= */

/* Give each testimonial its own rounded background */
.ele-testimonial-slider .swiper-slide {
  background: #F3FFDF !important;          /* soft green background */
  border-radius: 14px !important;          /* rounded corners */
  padding: 50px !important;                /* inner spacing */
  box-sizing: border-box !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
  max-width: 600px !important;             /* limit testimonial width */
  margin: 0 auto !important;               /* centre each card */
}

/* Space between testimonial slides */
.ele-testimonial-slider .swiper-wrapper {
  gap: 16px !important;
  justify-content: center !important;      /* keeps slides centered */
}

/* Force slide alignment and height consistency */
.ele-testimonial-slider .swiper-slide > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Tablet adjustments */
@media (max-width: 1024px) {
  .ele-testimonial-slider .swiper-slide {
    max-width: 700px !important;
    padding: 40px 35px !important;
  }
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .ele-testimonial-slider .swiper-slide {
    max-width: 100% !important;
    padding: 25px !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
  }

  .ele-testimonial-slider .swiper-wrapper {
    gap: 20px !important;
  }
}
