/*
 Theme Name:   SEO Level Up
 Theme URI:    https://seolevelup.com/
 Description:  Custom Child Theme Using Hello Elementor as Parent Theme and made for SEO Level Up Company Projects
 Author:       Md Nur Nobi
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Your custom CSS here */

/* Newsletter form layout  */

/* =========================
   WRAPPER FIX
========================= */
.cta-pill-form .elementor-form-fields-wrapper {
    position: relative;
    display: block;
}

/* =========================
   FORCE FULL WIDTH INPUT
========================= */
.cta-pill-form .elementor-field-type-email {
    width: 100% !important;
}

.cta-pill-form input[type="email"] {
    width: 100%;
    height: 64px;
    border: 2px solid #fff !important;
    border-radius: 100px;
    background: transparent;
    padding: 0 70px 0 25px; /* space for button */
    color: #fff;
    font-size: 18px;
}

/* =========================
   MOVE BUTTON INSIDE
========================= */
.cta-pill-form .elementor-field-type-submit {
    position: absolute;
    right: 6px;
    top: 6px;
    width: auto !important;
}

/* =========================
   BUTTON STYLE
========================= */
.cta-pill-form .elementor-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/* =========================
   REMOVE BUTTON TEXT SPACE
========================= */
.cta-pill-form .elementor-button-content-wrapper {
    padding: 0;
}

/* =========================
   ICON SIZE
========================= */
.cta-pill-form .elementor-button i {
    font-size: 18px;
}

/* =========================
   PLACEHOLDER COLOR
========================= */
.cta-pill-form input::placeholder {
    color: #ccc;
}


/* Gallery  */
/* Align all slides to bottom */
.custom-gallery .swiper-wrapper {
    align-items: flex-end !important;
}

/* Make each slide flexible */
.custom-gallery .swiper-slide {
    display: flex;
    align-items: flex-end;
    /*height: 410px;*/
    width: auto !important;
}

/* Fix Elementor container inside slide */
.custom-gallery .e-con {
    display: flex;
   
}

/* Push image to bottom */
.custom-gallery .elementor-widget-image {
    margin-top: auto;
}

/* Align slides container */
.custom-gallery .swiper-wrapper {
    align-items: flex-end !important;
}


/* Make wrapper flex */
.custom-gallery .elementor-widget-image .elementor-widget-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push image to bottom */
.custom-gallery .elementor-widget-image img {
    margin-top: auto;
    width: 100%;
    display: block;
}

/* =========================
   SLIDE WIDTH (NATURAL)
========================= */
.custom-gallery .swiper-slide {
    width: auto !important;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
}

/* =========================
   IMAGE (NATURAL SIZE)
========================= */
.custom-gallery img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================
   BOTTOM ALIGN FIX
========================= */
.custom-gallery .swiper-wrapper {
    align-items: flex-end !important;
}

/* Push image to bottom inside slide */
.custom-gallery .elementor-widget-image .elementor-widget-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-gallery .elementor-widget-image img {
    margin-top: auto;
}


.custom-gallery {
    position: relative;
}

.custom-gallery::after {
    content: "";
    position: absolute;
    bottom: -155px; /* adjust */
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 50px;
    background: transparent;
}

/* gallery end  */

/* testimonials button  */

/* =========================
   CREATE OUTER PILL (MAIN TRICK)
========================= */
.custom-testimonials .elementor-swiper-button-prev::after {
    content: "";
    position: absolute;
    left: -15%;
    top: 50%;
    translate: 0 -50%;
    width: 200px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 50px;
    z-index: -1;
}



/* testimonials end  */

/* single post  */
.spc-769-container{
	gap:8px;
}
.spc-769-title{
	margin:0;
}