/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body {
    overflow-x: hidden;
}
.elementor-widget-image a {
    display: block;
}
.bg-size {
    background-size: 49% 100% !important;
}
#subscribe_form .elementor-message.elementor-message-success, #subscribe_form .elementor-message.elementor-message-success, .elementor-message.elementor-message-danger  {
       position: absolute;
    left: 0;
}
#subscribe_form span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    display: none;
}
.border-gradient {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 1px; /* Border thickness */
    background: linear-gradient(226.98deg, #FBF289 -1.64%, #C6933A 74.13%);
}

.border-gradient > .e-con-inner, .border-gradient .popup-box  {
    background: #1D1D1D; /* Your container background */
    border-radius: calc(20px - 1px);
    overflow: hidden;
    height: 100%;
}
.popup-product-image img,
.popup-product-title-1 .elementor-heading-title,
.popup-product-title-2 .elementor-heading-title{
    transition: opacity .25s ease;
    will-change: opacity;
}
::placeholder{
	opacity: 1 !important;
}
#subscribe_form.elementor-form .elementor-button.elementor-size-sm {
    min-height: 44px;
    background: linear-gradient(226.98deg, #FBF289 -1.64%, #C6933A 74.13%);
}
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
    outline: 0;
}
.gradient-text h2,.gradient-text h3, .gradient-text span.elementor-counter-number, .gradient-text span.elementor-counter-number-suffix, .gradient-text span.elementor-heading-title{
    display: inline-block;
    background: linear-gradient(226.98deg, #FBF289 -1.64%, #C6933A 74.13%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.custom-swiper-pagination{
    position:absolute;
    right:40px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:0;
    z-index:20;
}
.google-map .elementor-absolute {
    left: 50% !important;
    right: unset;
    transform: translate(-50%, 0);
    width: 100% !important;
    max-width: max-content !important;
}
.custom-number{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:60px;               /* Fixed width so numbers don't shift */
    height:65px;              /* Same height as the line */
    padding-right:26px;
    font-family:"Heebo", sans-serif;
    font-size:20px;
    font-weight:400;
    line-height:1;
    color:#fff;
    cursor:pointer;
    transition:all .3s ease;
}

.custom-number.active{
    padding-right:16px;
}

.custom-number::after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:3px;              /* Normal width */
    height:65px;
    background:#FFFFFF80;
    transition:all .3s ease;
    border-radius:2px;
}

.custom-number.active::after{
    width:4px;              /* Active width */
    background:#fff;
}

.custom-number.active{
    font-size:50px;
    color:#fff;
}

.custom-number.active::after{
    background:#fff;
}
/*  */

form#ozform .elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    justify-content: space-between;
    padding: 0 16px;
    margin-top: 24px;
}

form#ozform .elementor-column.elementor-col-50 {
    width: calc(100% / 2 - 9px);
    min-height: 50px;
}
form#ozform input::placeholder{
	opacity:1 !important
}
form#ozform .elementor-field-type-text, form#ozform .elementor-field-type-email, form#ozform .elementor-field-type-tel, form#ozform .elementor-field-type-textarea {
    background-color: #fff !important;
}
form#ozform .elementor-field-type-textarea {
    background-position: 17px 14px;
}
form#ozform textarea#form-field-message {
    padding-top: 14px;
    padding-left: 23px;
    height: 70px;
    resize: none;
}
.elementor-field-type-text, .elementor-field-type-select, form#ozform input, form#ozform select, form#ozform .elementor-field-type-email, .elementor-field-type-tel, .elementor-field-type-textarea{
	 background-position: left;
    background-repeat: no-repeat;
      background-position: 16px;
	background-color:transparent;
	border-radius:4px;
	padding-left: 25px !important;
}

.elementor-field-group-fname, .elementor-field-group-lname {
    background-image: url(/wp-content/uploads/2026/07/user-icon.svg);
}
 form#ozform .elementor-field-type-email {
    background-image: url(/wp-content/uploads/2026/07/emial-icon.svg);
}

.elementor-field-type-tel{
    background-image: url(/wp-content/uploads/2026/07/phon-icon.svg);
}
.elementor-field-type-textarea{
    background-image: url(/wp-content/uploads/2026/07/message-icon.svg);
}

form#ozform button {
    border-radius: 0;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0px;
    background: linear-gradient(226.98deg, #FBF289 -1.64%, #C6933A 74.13%);
}
form#ozform .elementor-field-group.elementor-column.elementor-field-type-submit {
    padding: 0 !important;
}
span.elementor-message.elementor-message-danger {
    position: absolute;
    top: 43px;
    bottom: unset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
input:-internal-autofill-selected{
    -webkit-text-fill-color: #000 !important; /* change as needed */
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}
:focus-visible {
    outline: none !important;
}
 
:focus {
    box-shadow: none !important;
    outline: 0;
}
.elementor-field-type-acceptance label[for="form-field-acceptance"] a {
    color: #FBF289;
    font-weight: 400;
    text-decoration: underline;
}
 form#ozform .elementor-field-type-acceptance.elementor-field-group {
    padding: 0 !important;
}
.elementor-field-type-acceptance span.elementor-field-option {
      display: flex;
    gap: 10px;
    align-items: center;
}

input#form-field-acceptance {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 25px;
  background-color: #fff !important;
  border: 0px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
      padding: 0 !important;
}

input#form-field-acceptance:checked::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
a.dialog-close-button.dialog-lightbox-close-button {
    background: linear-gradient(226.98deg, #FBF289 -1.64%, #C6933A 74.13%);
    border-radius: 100px;
    padding: 10px;
    top: -36px !important;
    right: -48px !important;
}
a.dialog-close-button.dialog-lightbox-close-button svg.e-font-icon-svg.e-eicon-close.eicon-close {
    fill: #000 !important;
    font-size: 30px;
}
.content-area{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
margin-bottom:20px;
	
}

.content-area.show-all{
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
#remore-btn .elementor-button-icon svg{
    transition: transform 0.3s ease;
}

#remore-btn.active .elementor-button-icon svg{
    transform: rotate(180deg);
}
@media (max-width:1280px){
	a.dialog-close-button.dialog-lightbox-close-button {
    padding: 6px;
    top: -19px !important;
    right: -41px !important;
}
	a.dialog-close-button.dialog-lightbox-close-button svg.e-font-icon-svg.e-eicon-close.eicon-close {
    font-size: 25px;
}
}
@media (max-width:1024px){

    .custom-swiper-pagination{
        top:auto;
        bottom:30px;
        left:50%;
        right:auto;
        transform:translateX(-50%);
        flex-direction:row;
        align-items:flex-end;
        gap:0;
    }

    .custom-number{
        width:50px;
        height:auto;
        padding-right:0;
        padding-bottom:16px;
        justify-content:center;
        font-size:18px;
    }

    .custom-number.active{
        padding-right:0;
        padding-bottom:16px;
        font-size:26px; /* or keep 50px if you prefer */
    }

    .custom-number::after{
        top:auto;
        bottom:0;
        left:50%;
        right:auto;
        transform:translateX(-50%);
        width:65px;      /* Horizontal line */
        height:3px;
    }

    .custom-number.active::after{
        width:65px;
        height:4px;
    }

}
@media (max-width: 880px) {
.bg-size, .bg-size-line  {
    background-size: 0% !important;
}
	    a.dialog-close-button.dialog-lightbox-close-button {
        padding: 6px;
        top: 10px !important;
        right: 10px !important;
    }
}
@media (max-width: 580px) {
    #subscribe_form .elementor-column {
        width: 68%;
    }
	#subscribe_form .elementor-column.e-form__buttons {
    width: 13%;
}
	#subscribe_form.elementor-form .elementor-button.elementor-size-sm {
    padding: 12px 19px;
}
	form#ozform .elementor-column.elementor-col-50 {
    width: calc(100% / 1 - 1px);
    min-height: 40px;
}
	form#ozform button {
    margin-top: 0;
	}
	span.elementor-message.elementor-message-danger {
    position: absolute;
    top: 32px;
    bottom: unset;
}
	#ozform .elementor-message.elementor-message-success, #ozform .elementor-message.elementor-message-success, #ozform .elementor-message.elementor-message-danger {
    position: relative;
    left: 0;
}
	#ozform  .elementor-field-type-email span.elementor-message.elementor-message-danger {
    left: 0 !important;
    position: absolute !important;
}
}
@media (max-width: 370px) {
	    #subscribe_form.elementor-form .elementor-button.elementor-size-sm {
        padding: 12px 17px;
    }
	
}