/* Store Locator primary color override */
.asl-cont {
    --sl-primary: #081d4c !important;
    --sl-infobox-a: #081d4c !important;
    --sl-action-btn-bg: #081d4c !important;
    --sl-search-text: #081d4c !important;
    --sl-search-btn-bg: #081d4c !important;;
}

a.asl-print-btn {
    display: none !important;
}

.al__social--icon .elementor-icon-list-item:last-child 
.elementor-icon-list-icon {
    padding-right: 0 !important;
}

span.line
 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
}

/* contact form 7 */
.visit-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 757px;
  margin: auto;
}

.form-row {
  display: flex;
  gap: 24px;
}

.form-group {
  flex: 1;
}

.form-control {
  width: 100%;
  padding: 12px 18px;
  border: 1px solid #cfd6e0;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
}

.form-control:focus {
  border-color: #1a2a52;
}

.full-width textarea {
  width: 100%;
  min-height: 120px;
  border-radius: 15px;
  padding: 15px 18px;
  resize: none;
}

.submit-btn {
  width: 100%;
  background-color: #0a1a47;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #142a6f;
}

/* End Form 7  */


.loop-strip::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(270deg,  #ffffff00 0%, #ffffff 100%);
    z-index: 1;
}

.loop-strip::after {
    content: "";
    position: absolute;
    top: 0;
    right:0;
    height: 100%;
    width: 50px;
    background: linear-gradient(
90deg, #ffffff00 0%, #ffffff 100%);
    z-index: 1;
}
.loop-strip {
  overflow: hidden;
  white-space: nowrap;
  background: #fcd2c2;
  color: #0a1a47;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 10px 0;
	display: flex;
	position: relative;
  z-index: 1;
}

.loop-track span {
    display: inline-flex;
    margin: 0 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: 450px;
    font-size: 30px;
    line-height: 32px;
    padding: 5px 0;
}

.loop-track  {
    animation: infiniteText 60s linear infinite;
    animation-delay: -60s
}

.loop-track:nth-of-type(2) {
    animation: infiniteText2 60s linear infinite;
    animation-delay: -30s
}

@keyframes infiniteText {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

 @keyframes infiniteText2 {
0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-200%);
}
 }
 
 
.al_appoint--btn {
    background-color: var(--e-global-color-24d4906);
    font-family: "Bw Gradual DEMO", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-radius: 121px 121px 121px 121px;
    padding: 15px 40px 15px 40px;
}
/* Hide until 1240px and below */
@media (max-width: 1240px) {
/*   .al_appoint--btn {
		 display: inline-block !important;
  } */
	.al_app_container{
		 display: none !important;
}
}

/* Show above 1240px */
@media (min-width: 1241px) {
  li.al_appoint--btn {
     display: none !important;
  }
}

@media (max-width: 1210px) {
	.al_menu a{
		margin:0px !important
	}
}

.elementor-menu-toggle{
	padding: 0px !important;
}

.visit-form-wrapper input,
.visit-form-wrapper select,
.visit-form-wrapper textarea {
            border: 1px solid #111C4E;
            padding: .5rem 1rem;
            transition: all .3s;
            width: 100%;
            border-radius: 25px;
            color:#4D4D4D;
            font-family:lato;
            font-size:16px;
            appearance: none;
}
 
 
::placeholder{
    color:#4D4D4D;
    font-size:16px;
    font-weight:400;
}
 
.visit-form-wrapper .form-submit input {
    background-color: #111C4E;
    color: #fff;
}
 
.visit-form-wrapper .form-submit value{
    font-size:16px;
    font-weight:400px;
}
 
/* loop */
    .loop-strip {
        overflow: hidden;
        white-space: nowrap;
        background: #fcd2c2;
        color: #0a1a47;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        padding: 25px 0;
    } 
/* end loop  */
 
.al__catlog--btn a>span::after {
    content: '' !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
	  background-image: url(https://wppremiumplugins.com/alzain/wp-content/uploads/2025/11/pdf.svg);
}

.al__leap-bound li {
  padding-bottom: 20px;
}

.al__recipe_box_height {
    height: 100%;
}

.raty-cancel {
    display: none;
}

.alz--pro-list figcaption.gallery-caption {
    border: 1px solid #DBDFD0;
    border-top: none;
    border-radius: 0 0 24px 24px;
}

/*Feedback Form*/
  .feedback-form {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
 
.feedback-form .row {
    display: flex;
    gap: 20px;
    text-align: left;
}
 
.feedback-form .col label {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #111C4E;
}
 
 
.feedback-form textarea {
    width: 100%;
    border-radius: 0;
}
 
.feedback-form ::placeholder {
    color: #605E5E;
}
 
.feedback-form input[type=email],
.feedback-form input[type=tel],
.feedback-form input[type=text],
.feedback-form select,
.feedback-form textarea {
    border: 1px solid #DADADA;
    border-radius: 0;
    padding: 15px 16px;
    transition: all .3s;
    width: 100%;
}
 
.feedback-form .row .col {
    width: 100% !important;
}
 
.feedback-form input.submit-btn {
    background-color: #111C4E !important;
    color: #fff !important;
    border-radius: 0 !important;
    margin-top: 20px;
    width: auto !important;
    display: block;
}
#popmake-701 #wpcf7-f704-o1 {
    padding: 40px;
}

h2.form-title {
    font-size: 38px !important;
    line-height: 48px !important;
    font-weight: 800 !important;
    text-align: center !important;
}

@media (min-width:991px){
  div#popmake-701 {
    min-width: 790px !important;
}  
}

@media (max-width:767px){
h2.form-title {
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: 800 !important;
    text-align: center !important;
}
#popmake-701 #wpcf7-f704-o1 {
    padding: 0;
}
}


 
/*End Feedback Form*/

.ht-thumb-gallery .slick-slide img {
    padding: 40px;
    background: #fff;
}


.alzain_certificate img {
    display: block;
    margin: 0 auto;
    width: auto !important;
}

.alzain_certificate .small-thumb {
    position: relative;
    width: 170px !important;
    padding-top: 110%;
    margin-top: 30px;
}

.alzain_certificate .small-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.al__accreditation .htmega-carosul-prev.slick-arrow,
.al__accreditation .htmega-carosul-next.slick-arrow{
    background-color: #111C4E;
}

.al__accreditation .htmega-carosul-prev.slick-arrow:hover,
.al__accreditation .htmega-carosul-next.slick-arrow:hover{
    background-color: #3e445f;
    transition: all ease-in-out 0.3s;
}

/**/
.alz-lightbox-icon img {
    position: absolute;
    left: 80%;
    top: 17px;
    right: 0;
    width: auto;
    margin: 0 !important;
}

.alz-lightbox-icon img {
    border-style: none !important;
}

.alz-lightbox-icon {
    position: relative;
}

@media(max-width: 500px) {
  /* CSS rules to apply when the screen width is 768px or less */
 .al__recipe_box_height {
    height: 20%;
}
}

@media (min-width: 1024px) {
#popmake-701 {
    width: 100%;
    max-width: 45rem !important;
    margin-left: -25rem;
}
}
 
fieldset {
   height: 0;
    border: none;
}
 
 
/*for contact form*/
.form-submit .submit-btn {background-color: #111C4E !important;color: white !important;}

.form-submit .submit-btn:hover {
    background-color: #fbc7c1 !important;
    color: #111C4E  !important;
}
.al__cal-icon img {
position: absolute;
top: -28px;
right: 16px;
}
 
.al__cal-icon {
   position: relative;
}

@media (max-width: 767px) {
    .al_menu .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        width: calc(100vw - 30px) !important;
        right: -30px !important;
        left: auto !important;
    }
    
    .al_appoint--btn{
        margin:10px !important;
    }
    .al_appoint--btn:hover, .elementor-18 .elementor-element.elementor-element-8954542 .elementor-nav-menu--dropdown li:last-child a{
        border-radius: 20px !important;
    }
    
    
}

.visit-form-wrapper input[type="date"] {
    min-height: 42px !important;
}

.al_counter--icon .elementor-icon {
    background-image: linear-gradient(140deg, #FC7DD4 0%, #ffc6c2 100%);
}


/* Timelien css*/
.al__timeline--set .timeline li .timeline-panel::before, .al__timeline--set .timeline li .timeline-panel::after{
    display: none;
}
.al__timeline--set .timeline li .timeline-panel{
    border-radius: 8vw;
    /*border-color: var( --e-global-color-primary );*/
    border-color: #FAFAFA;
}
.al__timeline--set  .be-pack.timeline .timeline_pic img{
    border-radius: 50% !important;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      width: 100%;
    max-width: 80px;
    flex-shrink: 0;
    min-width: 80px;
    height: 80px;
}

.al__timeline--set .timeline li .tl-circ{
    top: calc(50% - 30px);
    width: 80px;
    height: 80px;
    margin-left: -40px;
    background: #dde3ff;
    border: 5px solid #edf0ff;
    color: var(--e-global-color-primary);
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.al__timeline--set .timeline{
    counter-reset: count-steps;
}
.al__timeline--set .timeline li {
      counter-increment: count-steps;
    }

.al__timeline--set .timeline li .tl-circ::before{
    content: "0" counter(count-steps);
    display: flex;
    width: 100%;
    /* max-width: 2vw; */
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.al__timeline--set .timeline-inverted .tl-content{
    flex-direction: row-reverse;
    text-align: end;
    justify-content: end;
}
.al__timeline--set .timeline-inverted .timeline_pic.pull-left {
    padding: 0px 0px 0px 15px;
}
.al__timeline--set .timeline-inverted  .be-desc{
    display: flex;
    flex-direction: column;
    align-items:end;
}
.al__timeline--set .timeline-inverted  .be-content{
    text-align: end;
}
.al__timeline--set .timeline:before{
    background-color: #dde3ff;
}
.al__timeline--set .timeline_pic {
    display: flex;
}
.al__timeline--set .tl-content{
    justify-content: start;
}
/*Hover effect timeline*/
.al__timeline--set .timeline .timeline-panel , .al__timeline--set .timeline .tl-circ{
    transition: all 0.4s ease-in-out;
}
.al__timeline--set .timeline .timeline-right:hover .timeline-panel,
.al__timeline--set .timeline .timeline-inverted:hover .timeline-panel ,.al__timeline--set .timeline .timeline-right:hover .tl-circ,
.al__timeline--set .timeline .timeline-inverted:hover .tl-circ{
   /*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px*/
   /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (max-width: 700px){
    .al__timeline--set .timeline li .timeline-panel{
        border-radius: 14vw;
    }
    .al__timeline--set .timeline-inverted .be-desc{
        flex-direction: column;
        align-items: start;
    }
    .al__timeline--set .timeline-inverted .tl-content{
        flex-direction: row;
        text-align: start;
        justify-content: start;
    }
    .al__timeline--set .timeline-inverted .timeline_pic.pull-left {
        padding: 0px 15px 0px 0px;
    }
    .al__timeline--set .timeline li .tl-circ {
        margin-left: -30px;
    }
    .al__timeline--set .timeline-inverted .be-content{
        text-align: start;
    }
}
@media(max-width:479px){
    .al__timeline--set .tl-content{
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }
    .al__timeline--set .timeline li .timeline-panel {
        border-radius: 4vw;
    }
    .al__timeline--set .timeline-inverted .tl-content{
        flex-direction: column;
        align-items: start;
         gap: 1rem;
    }
}

/*timeline heading none */
h3.be-title {
    display: none;
}


/*menu css*/
@media(max-width: 1280px){
    .al__header--container .al__header--menu nav ul .menu-item a{
        font-size: 16px !important;
    }
    .al__header--container .al_app_container a{
        padding: 11.85px 24px 14.15px 24px !important;
    }
}
@media(max-width: 1210px){
    .al__header--container .al_appoint--btn{
        padding: 0px 20px 0px 20px !important;
        margin-left: 1.6rem;
    }
    .al__header--container .al__header--menu{
        align-items: end;
    }
}
@media(max-width: 1110px){
     .al__header--container .al__header--menu nav ul .menu-item a{
        font-size: 14px !important;
    }
    .al__header--container .al_appoint--btn{
      font-size:14px;
        padding: 0px 14px 0px 14px !important;
         margin-left: 1rem;
    }
}

/* Menu Hover */
.al__header--container .al__header--menu li a{
    position: relative;
}
.al__header--container .al__header--menu li a::after{
    position: absolute;
    content: "";
    border-bottom: 1px solid #111C4E;
    left: 0;
    bottom: 10px;
    width: 100%;
    opacity: 0 !important;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease;
}
.al__header--container .al__header--menu li:hover a::after{
    opacity: 1 !important;
     transform: scaleX(1);
}

.al__header--container .al__header--menu li a + ul li a::after{
    display:none;
}

.al__pro_cate article {
    border: 1px solid #DBDFD0;
    border-radius: 24px;
}
.al__pro_cate .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}
.al__pro_cate .elementor-post__text{
    padding: 12px 6px;
}

.post-cat {
    font-family: 'Bw Gradual DEMO';
}

.al_featured .elementskit-entry-thumb {
    min-height: 380px;
    height: 100%;
    max-height: 380px;
}

@media(max-width: 1024px) {
    .al_featured .elementskit-entry-thumb {
    min-height: 380px;
    height: 100%;
    max-height: 600px;
}
    .al_featured .elementskit-blog-block-post>.row {
        align-items: stretch !important;
    }

    .al_featured .elementskit-blog-block-post>.row .elementskit-entry-thumb {
        height: 100%;
        display: flex;
    }

    .al_featured .elementskit-blog-block-post>.row .elementskit-entry-thumb img {
        height: 100%;
        object-fit: cover;
    }
}
@media(max-width: 768px){
    .al_featured .elementskit-blog-block-post>.row .col-md-6.order-2{
       margin-top: 1.5rem;
    }
}

.al_member p span {
    color: #081d4c;
    font-size: 16px;
    display: inline-block;
    margin: 4px 0 8px 0;
    text-transform: capitalize;
}

.tablepress a {
    color: #081d4c;
}

.tablepress a:hover {
    color: #ffc6c2;
}

.tablepress td {
    font-family: "Bw Gradual DEMO", Sans-serif;
}
