.elementor-4796 .elementor-element.elementor-element-c49760a{--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;}.elementor-4796 .elementor-element.elementor-element-c49760a:not(.elementor-motion-effects-element-type-background), .elementor-4796 .elementor-element.elementor-element-c49760a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6FF;}.elementor-4796 .elementor-element.elementor-element-e2ad878{text-align:center;}.elementor-4796 .elementor-element.elementor-element-e2ad878 img{width:50%;}.elementor-4796 .elementor-element.elementor-element-6ebe0df{--display:flex;--min-height:852px;--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;}.elementor-4796 .elementor-element.elementor-element-6ebe0df:not(.elementor-motion-effects-element-type-background), .elementor-4796 .elementor-element.elementor-element-6ebe0df > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6FF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-065273d */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #f5f7fb;
}

.container {
    width: 1100px;
    margin: 40px auto;
}

h1 {
    margin-bottom: 30px;
}

.main {
    display: flex;
    gap: 30px;
}

/* LEFT */
.left {
    width: 65%;
}

.card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.card h2 {
    margin-bottom: 15px;
}

select, input {
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.price-row {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.save {
    background: #c8ff00;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.price {
    font-size: 20px;
    font-weight: bold;
}

.offer {
    margin-top: 15px;
    background: #1b1d3a;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
}

.free {
    margin-top: 10px;
    color: green;
}

/* RIGHT */
.right {
    width: 35%;
}

.summary {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}

.summary h3 {
    margin-bottom: 15px;
}

.row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0;
}

button {
    width: 100%;
    padding: 14px;
    background: #000000;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background: #000000;
}

.guarantee {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: gray;
}
.left {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}
.left, .right {
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}/* End custom CSS */