.elementor-5715 .elementor-element.elementor-element-7fc67d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:90px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-5715 .elementor-element.elementor-element-7fc67d2:not(.elementor-motion-effects-element-type-background), .elementor-5715 .elementor-element.elementor-element-7fc67d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-5715 .elementor-element.elementor-element-de8fcd0{text-align:center;}.elementor-5715 .elementor-element.elementor-element-0ff300d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-5715 .elementor-element.elementor-element-0ff300d:not(.elementor-motion-effects-element-type-background), .elementor-5715 .elementor-element.elementor-element-0ff300d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFEFEF;}/* Start custom CSS for html, class: .elementor-element-f800622 */.product-container-inner {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: linear-gradient(to bottom, #018DFF, #005BA5);
}

label, .product-name {
    font-family: 'Magistral', Sans-Serif;
    color: white;
}

label:not(.product-name){
    font-size: 24px;
    font-weight: 500;
}

/* Service item styling - blue bands */
.service-item {
    padding: 1em 2em;
    border-radius: 0;
    margin-bottom: 15px;
    display: block;
    position: relative;
    cursor: pointer;
}
.service-item:first-of-type {
    padding-top: 50px;
}

.service-item:nth-of-type(even) {
    background-color: #018DFF;
}

.product-container > .service-item:first-of-type {
    border-radius: 10px 10px 0 0;
}

.product-container > .service-item:last-of-type {
    border-radius: 0 0 10px 10px;
}

.product-container > .service-item:first-of-type:last-of-type {
    border-radius: 10px;
}

.service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.service-title-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-item input[type="checkbox"] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #0066cc;
    flex-shrink: 0;
}

.service-item input[type="checkbox"]:checked {
    accent-color: #0066cc;
    filter: none;
}

.service-title {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}

.service-price-wrapper {
    position: relative;
}

.service-price {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}

.service-description {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.service-description .product-name {
    padding-left: 0;
    margin-top: 0;
}

.find-domain {
    width: 50%;
} 

#domain-result-display {
    width: 50%;
}

.product-name {
    font-size: 18px;
    font-weight: normal;
    padding-left: 20px;
    display: block;
    margin-top: 10px;
}

/* Order Summary styling - white background */
#grand-total-section {
    background-color: #ffffff !important;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    border: none !important;
}

#grand-total-section h3 {
    color: #0066cc !important;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

#grand-total-section > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#grand-total-section span {
    color: #000000 !important;
    font-weight: bold;
}

/* Checkout button styling */
#custom-checkout-btn {
    background-color: #0066cc;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px auto 0;
    display: block;
}

#custom-checkout-btn:hover {
    background-color: #0052a3;
    cursor: pointer;
}


/* Responsive Styles */
@media (max-width: 1024px) {
    .website-demo-wrapper {
        flex-direction: column !important;   
    }
    .website-demo-wrapper > .image-wrapper {
        padding: 0 !important;
    }
    
    .product-container-inner {
        padding: 30px;
    }
    
    #texting-options label,#phone-options label ,#website-options label{
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    
    .service-item {
        padding: 1em 1.5em;
    }
    
    .service-title, .service-price {
        font-size: 20px;
    }
    
    .product-name {
        font-size: 16px;
    }
    
    #grand-total-section {
        padding: 15px;
    }
    
    #grand-total-section h3 {
        font-size: 20px;
        padding: 0 1em !important;
        padding-top: 20px !important;
    }
    
    #grand-total-section > div {
        padding: 10px 1em !important;
    }
    
    #custom-checkout-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .product-container-inner {
        padding: 20px;
        border-radius: 8px;
    }
    
    .service-item {
        padding: 1em;
        margin-bottom: 10px;
    }
    
    .service-item:first-of-type {
        padding-top: 30px;
    }
    
    .service-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .service-title-wrapper {
        width: 100%;
        gap: 10px;
    }
    
    .service-title, .service-price {
        font-size: 18px;
    }
    
    .service-price-wrapper {
        width: 100%;
        margin-top: 5px;
    }
    
    .service-item input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    
    .product-name {
        font-size: 14px;
        padding-left: 0;
    }
    
    .service-description {
        margin-top: 8px;
    }
    
    .find-domain {
        width: 100%;
    }
    
    #domain-result-display {
        width: 100%;
    }
    
    #grand-total-section {
        padding: 15px;
        margin: 15px 0;
    }
    
    #grand-total-section h3 {
        font-size: 18px;
        padding: 0 1em !important;
        padding-top: 15px !important;
        margin-bottom: 10px;
    }
    
    #grand-total-section > div {
        padding: 8px 1em !important;
        flex-direction: column;
        gap: 5px;
    }
    
    #grand-total-section span {
        font-size: 14px;
    }
    
    #custom-checkout-btn {
        padding: 12px 25px;
        font-size: 16px;
        width: 100%;
        margin-top: 15px;
    }
    
    .website-demo-wrapper {
        flex-direction: column !important;
    }
    
    .website-demo-label-wrapper {
        width: 100%;
    }
    
    .image-wrapper {
        padding: 20px !important;
    }
    
    .image-wrapper img {
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .product-container-inner {
        padding: 15px;
        border-radius: 5px;
    }
    
    .service-item {
        padding: 0.8em;
        margin-bottom: 8px;
    }
    
    .service-item:first-of-type {
        padding-top: 20px;
    }
    
    .service-title, .service-price {
        font-size: 16px;
    }
    
    .service-item input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }
    
    .product-name {
        font-size: 13px;
    }
    
    #grand-total-section {
        padding: 12px;
    }
    
    #grand-total-section h3 {
        font-size: 16px;
        padding: 0 0.8em !important;
        padding-top: 12px !important;
    }
    
    #grand-total-section > div {
        padding: 6px 0.8em !important;
    }
    
    #grand-total-section span {
        font-size: 13px;
    }
    
    #custom-checkout-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .input-wrapper {
        flex-direction: column;
    }
    
    .domain-input {
        width: 100%;
    }
    
    .domain-submit {
        width: 100% !important;
        margin-top: 10px;
    }
}/* End custom CSS */