/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  A child theme for Hello Elementor theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Custom Styles */
/* Import the parent theme's stylesheet */
@import url("../hello-elementor/style.css");

html, body {
    overflow-x: hidden !important;
}
.SecndSecImgBox img {
    filter: invert(100%) sepia(0%) saturate(3465%) hue-rotate(153deg) brightness(0%) contrast(56%);
    transition: 0.3s;
}
.SecndSecImgBox:hover img {
    filter: invert(49%) sepia(39%) saturate(3547%) hue-rotate(160deg) brightness(103%) contrast(92%);
}
.SecndSecImgBox:hover {
    background: #0aafdc2e;
}
.CusCounterBox .elementor-counter-title {
    text-align: center;
}
.NewslteCus label.elementor-field-label {
    display: none;
}
.NewslteCus .elementor-form-fields-wrapper.elementor-labels-above {
    position: relative;
}
.NewslteCus span.elementor-field-option label {
    font-size: 14px !important;
    font-family: 'Gilroy Medium';
    color: white;
    text-transform: capitalize;
}


.NewslteCus button.elementor-button.elementor-size-sm {
    position: absolute;
    top: -73px;
    right: 10px;
}
.NewslteCus input#form-field-email {
    padding: 12px 20px 12px 25px;
    height: 45px;
}
.NewslteCus .elementor-field-subgroup {
    align-items: center;
}
.NewslteCus span.elementor-field-option {
    display: flex;
    align-items: center;
    gap: 10px;
}


/*SERVICE POST SECTION START*/



.ServiceSlideBox.slick-slide h3.ServicePost-Title {
    opacity: 0;
}
.ServiceSlideBox.slick-slide .PostExcept-Link {
    opacity: 0;
}
.ServiceSlideBox.slick-slide.slick-current.slick-active h3.ServicePost-Title {
    opacity: 1;
}
.ServiceSlideBox.slick-slide.slick-current.slick-active .PostExcept-Link {
    opacity: 1;
}
h3.ServicePost-Title {
    font-size: 24px;
    font-family: 'Gilroy Medium';
    font-weight: 500;
    color: white;
    background: black;
    max-width: fit-content;
    padding: 10px;
    margin: 0px 0px 14px 0px;
}
p.ServicePost-Except {
    font-size: 16px;
    font-family: 'Gilroy Regular';
    font-weight: 400;
    color: white;
    background: black;
    padding: 5px;
    max-width: fit-content;
    margin: 0px;
}
.PostExcept-Link {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.PostExcept-Link a img {
    width: 38px;
    height: 38px;
}
.ServiceInnerBox {
    height: 460px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 0px 20px 20px 20px;
    margin: 0px 10px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ServiceSliderSec .slick-list {
    margin: 0 -15px; /* Adjust margin to prevent clipping due to the added slide gap */
}
.ServiceSlideBox.slick-slide.slick-current.slick-active {
    width: 450px;
}
.ServiceSlideBox.slick-slide.slick-active {
    width: 840px;
}
.ServiceSliderSec .slick-next {
    right: -30px;
    top: 45%;
    left: 0;
    margin: auto;
}
.ServiceSliderSec .slick-prev {
    left: -30px;
    z-index: 1;
    top: 45%;
    right: 0;
    margin: auto;
}
.ServiceSliderSec .slick-next:before {
    content: '';
    width: 12px;
    height: 20px;
    position: absolute;
    background-image: url('https://thehugeseo.com/bajakitchen/wp-content/uploads/2024/12/chevron-right.png');
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
}
.ServiceSliderSec .slick-prev:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 20px;
    background-image: url('https://thehugeseo.com/bajakitchen/wp-content/uploads/2024/12/chevron-left.png');
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}
.ServiceSliderSec .slick-next:After {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: #6c7370ad;
    z-index: 0;
    left: -45px;
    top: -24px;
    border-radius: 100px;
    backdrop-filter: blur(10px);
}
/*SERVICES POST SECTION ENDED*/



/*CATEGROY SECTION CSS START*/

.GetCatory {
    display: flex;
    gap: 20px;
    height: 550px;
}

.Cateogrybox {
    flex: 1 1 calc(25% - 20px); /* 4 items in a row */
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out; /* Smooth all transitions */
}

.Cateogrybox:hover {
    flex: 1 1 calc(50% - 20px); /* Expand smoothly */
    transition: all 0.4s ease-in-out; /* Match smooth transition */
}

.Cateogrybox:hover {
    width: 30%; /* Adjust the width to your desired hover size */
}

.CategoryTitleBox {
    position: relative;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    text-align: end;
    color: white;
    transition: all 0.4s ease;
}

.CategoryTitleBox h3 {
    font-size: 19px;
    transition: 0.3s;
    font-family: 'Gilroy Regular';
    text-transform: uppercase;
    letter-spacing: -1px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    padding: 10px 15px 15px;
    transform: none;
    text-align: center;
    color: white;
}
.Cateogrybox:hover .CategoryTitleBox {
    background-size: 120%; /* Zoom the image on hover */
}
.CategoryContent{
    display:none;
     transition: 0.3s;
}
.Cateogrybox:hover {
    flex: 1 1 calc(50% - 20px);
    transition: 0.4s;
}
.Cateogrybox:hover .CategoryContent {
    opacity: 1;
    transform: translateY(0);
}
.CategoryContent h4 {
    font-size: 1rem;
    margin: 10px 0;
    color: #666;
}
.CategoryButton {
    display: inline-block;
    padding: 10px 20px;
    background-color: #336CFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}
.CategoryContent h3 {
    font-size: 16px;
    font-family: 'Gilroy Regular';
    color: #1E1E1E;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0px 0px 10px 0px;
}
.CategoryContent h4 {
    font-size: 24px;
    font-family: 'Gilroy Medium';
    color: #003948;
    text-transform: capitalize;
    margin: 0px;
}
.CategoryContent {
    margin-top: 30px;
}
.CategoryContent a {
    font-size: 16px;
    font-family: 'Gilroy Regular';
    color: #003948;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px;
    margin-top: 30px;
}
/*.CategoryButton:hover {*/
/*    background-color: #FF1F00;*/
/*}*/
.Cateogrybox:hover .CategoryContent {
    display: block;
    transition: 0.3s;
}
.Cateogrybox:hover .CategoryTitleBox h3 {
    display: none;
    transition: 0.3s;
}
.Cateogrybox:hover .CategoryTitleBox {
    height: 350px !important;
    transition: 0.3s;
}

/*CATEGORY SECTION ENDED*/

/*TESTIMONIALS SECTION CSS START*/

.CusRating  .elementor-testimonial {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 80px 30px 30px 30px;
}
.CusRating  .elementor-star-rating {
    position: absolute;
    top: 40px;
    left: 30px;
}
.elementor-testimonial__header {
    order: 2;
}
.CusRating  .elementor-testimonial__content {
    padding: 0px !important;
}
.CusRating  .elementor-testimonial__header {
    padding: 0px !important;
    margin-top: 20px;
}
.CusRating  .elementor-main-swiper {
    overflow: visible;
}
.CusRating  .swiper-slide.swiper-slide-next {
    background: #0AAFDC !important;
}
.CusRating .swiper-slide.swiper-slide-next .elementor-testimonial__text {
    color: white !important;
}
.CusRating .swiper-slide.swiper-slide-next span.elementor-testimonial__name {
    color: white !important;
}
.CusRating .swiper-slide.swiper-slide-next span.elementor-testimonial__title {
    color: white !important;
}
.CusRating  .swiper-pagination.swiper-pagination-clickable {
    bottom: -30px !important;
}
/*TESTIMONIALS SECTION CSS ENDED*/


.CusAccordion .e-n-accordion-item {
    border: 1px solid #80808073 !important;
    border-width: 0px 0px 1px 0px !important;
}



.ServicePageGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
}
.ServicepageInnerBox figure {
    height: 440px;
}
.ServicepageInnerBox figure img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
h4.Cateogry-Name {
    font-size: 16px;
    font-family: 'Gilroy Regular';
    color: #1E1E1E;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 300;
    margin: 20px 0px 0px 0px;
}
h3.ServicePage-Title {
    font-size: 24px;
    font-family: 'Gilroy Medium';
    font-weight: 500;
    color: #003948;
    border: 1px solid #80808059;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 15px;
}
.PostExceptPage {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h6.CityAddress {
    font-size: 16px;
    font-family: 'Gilroy';
    color: #003948;
    font-weight: 300;
}
.InnerPagesSlider h3.ServicePost-Title {
    display: none;
}

.InnerPagesSlider .PostExcept-Link {
    display: none;
}
.ListSecInner .ListPBox {
    display: grid;
    grid-template-columns: 55% 42%;
    column-gap: 30px;
}
.ImgboxList figure {
    width: 100%;
}
.ImgboxList figure img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.ListSecInner {
    margin-bottom: 15px;
}
.RightContentListing h3 {
    font-size: 16px;
    font-family: 'Gilroy Regular';
    color: #1E1E1E;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin: 0px;
}
.RightContentListing h2 {
    font-size: 48px;
    font-family: 'Gilroy Medium';
    font-weight: 500;
    color: #003948;
    text-transform: capitalize;
}
.BtnListing a {
    font-size: 16px;
    font-family: 'Gilroy Regular';
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #003948;
}
.RightContentListing p {
    font-size: 18px;
    font-family: 'Gilroy';
    font-weight: 300;
    color: #003948;
}
.RightContentListing {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div#gform_fields_1 label {
    display: none;
}
div#gform_fields_1 input, div#gform_fields_1 textarea#input_1_5 {
    border: 1px solid #0aafdc69;
    border-width: 0px 0px 1px 0px;
    height: 45px;
    padding: 10px 10px 10px 28px;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 400;
    color: #003948;
}
div#gform_fields_1 textarea#input_1_5{
    height: 120px !important;
}
.gfield.gfield--width-half:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
div#field_1_2:after{
     background-image: url('https://thehugeseo.com/bajakitchen/wp-content/uploads/2024/12/envelope.png');
}
div#field_1_1:after{
    background-image: url('https://thehugeseo.com/bajakitchen/wp-content/uploads/2024/12/User.png');
}
div#field_1_3:after{
    background-image: url('https://thehugeseo.com/bajakitchen/wp-content/uploads/2024/12/phone.png');
}
div#field_1_4:after{
    background-image: url('https://thehugeseo.com/bajakitchen/wp-content/uploads/2024/12/gear.png');
}
div#field_1_5:after{
     content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 14px;
    left: 0;
    margin: auto;
    background-image: url('https://thehugeseo.com/bajakitchen/wp-content/uploads/2024/12/gear.png');
}


div#field_1_1, div#field_1_2, div#field_1_3, div#field_1_4, div#field_1_5 {
    position: relative;
}
legend.gfield_label.gfield_label_before_complex {
    display: none !important;
}
.gchoice.gchoice_1_6_1 label {
    display: block !important;
}
.gchoice.gchoice_1_6_1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
div#gform_fields_1 {
    column-gap: 20px;
    row-gap: 40px;
}
input#gform_submit_button_1 {
    background: #0AAFDC;
    border: 1px solid #0AAFDC;
    color: white;
    font-family: 'Gilroy Medium';
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    padding: 12px 40px;
}
.SecCusVideoTab {
    position: relative;
}

.SecCusVideoTab:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 260px;
    background-image: url(https://thehugeseo.com/bajakitchen/wp-content/uploads/2024/12/image-27.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
}



@media(max-width:1024px){
    .elementor.elementor-10.elementor-location-header {
    display: none;
}
.CategoryContent h4 {
    font-size: 20px;
}
.mobilePosrela {
    position: relative !important;
}
.ServiceSliderSec .slick-prev {
    left: 30px;
    z-index: 1;
    top: 45%;
    right: 0;
    margin: auto;
}
.ServiceSliderSec .slick-next {
    right: 30px;
    top: 45%;
    left: 0;
    margin: auto;
}
.ServiceSliderSec .slick-next:After {
    left: -20px;
    top: -28px;
}
h3.ServicePost-Title {
    font-size: 20px;
}
.ServicePageGrid {
    grid-template-columns: 1fr 1fr;
}
.ListSecInner .ListPBox {
    display: block;
}
.ListSecInner {
    margin-bottom: 50px;
}
.RightContentListing h2 {
    font-size: 30px;
}
.ImgboxList {
    margin-bottom: 28px;
}
.Cateogrybox {
    flex: 1 1 calc(50% - 20px);
}
.GetCatory {
    height: 1050px;
    flex-wrap: wrap;
}
}




@media(max-width:767px){
    .elementor.elementor-10.elementor-location-header {
    display: none;
}
.CategoryContent h4 {
    font-size: 20px;
}
.mobilePosrela {
    position: relative !important;
}
.InmobRel {
    position: relative !important;
}
.GetCatory {
    display: block;
    height: auto;
}
.Cateogrybox:hover {
    width: 100%;
}
.Cateogrybox {
    margin-bottom: 30px;
}
.CategoryContent {
    margin-top: 10px;
}
.CategoryContent a {
    margin-top: 10px;
}
.CategoryTitleBox {
    height: 400px;
}
.ServiceSliderSec .slick-next:After {
    top: -2px;
    width: 50px;
    height: 50px;
    left:0px;
}
.ServiceSliderSec .slick-next {
    right: 30px;
    top: 3%;
}
.ServiceSliderSec .slick-next:before {
    width: 10px;
    height: 15px;
    background-size: 80%;
    top: 15px;
    left: 30px;
}
.ServiceSliderSec .slick-prev {
    left: -29px;
    z-index: 1;
    top: 4%;
    right: 0;
}
.ServiceSliderSec .slick-prev:before {
    width: 10px;
    height: 14px;
    background-size: 80%;
}
.CusRating .swiper-slide.swiper-slide-active .elementor-testimonial__text {
    color: white !important;
}
.CusRating .swiper-slide.swiper-slide-active span.elementor-testimonial__name {
    color: white !important;
}
.CusRating .swiper-slide.swiper-slide-active span.elementor-testimonial__title {
    color: white !important;
}
.CusRating  .swiper-slide.swiper-slide-active {
    background: #0AAFDC !important;
}
.CusRating  .swiper-slide.swiper-slide-next {
    background: white !important;
}
.ServicePageGrid {
    grid-template-columns: 1fr;
}
.SecCusVideoTab:after {
    height: 25%;
    left: 0;
    right: 0;
    margin: auto;
}
.ListSecInner .ListPBox {
    display: block;
}
.ListSecInner {
    margin-bottom: 50px;
}
.RightContentListing h2 {
    font-size: 30px;
}
.ImgboxList {
    margin-bottom: 28px;
}
}




