*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "futura-pt", sans-serif;
}

p {
    font-size: 16px;
    line-height: 21px;
    color: #8a8a8a;
}

a {
    font-size: 16px;
    line-height: 21px;
}

b,
strong {
    font-family: 'futura-pt-bold';
}

form {
    margin: 0;
}

.form-group {
    margin-bottom: 14px;
}

.form-group label {
    font-size: 14px;
    color: #8a8a8a;
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea,
.form-group select {
    border: 1px solid #041185;
    outline: none;
    padding: 14px 10px;
    font-size: 18px;
    width: 100%;
    font-family: "futura-pt", sans-serif;
    color: #8a8a8a;
    appearance: none;
    background: #fff;
}

.form-group textarea {
    height: 147px;
}

.form-group select {
    background-image: url('../images/blue-downarrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 58%;
    padding-right: 50px;
}

.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #8a8a8a;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #8a8a8a;
}

.form-group.border {
    border-bottom: 1px solid #c5c5c575;
    padding-bottom: 14px;
}

.form-group.border.remove-input {
    padding-bottom: 0;
}

.form-group.border .radio-btn {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.form-group.border .radio-btn input[type="radio"] {
    padding: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    position: relative;
    background: #fff;
}

.form-group.border .radio-btn input[type="radio"]:checked:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #2ABCEE;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    margin: auto;
}

.form-group.border .radio-btn label {
    margin: 0;
    width: calc(100% - 30px);
    padding: 0 0 0 10px;
}

.fill-btn {
    border-radius: 7px;
    border: none;
    outline: none;
    box-shadow: none;
    background: #041185;
    color: #fff;
    font-size: 17px;
    padding: 16px;
    width: 100%;
    display: block;
    font-family: "futura-pt-bold", sans-serif;
    text-align: center;
    text-decoration: none;
}

.fill-btn.grey {
    background: #8a8a8a;
}

.fill-btn.yellow {
    border: 2px solid #2ABCEE;
    background: #FFDF05;
    color: #041185;
}

.fill-btn.light-blue {
    background: #2ABCEE;
    color: #CCF2FF;
}

.fill-btn.outline {
    border: 2px solid #2ABCEE;
    color: #CCF2FF;
}

header {
    background: #041185;
    padding: 18px 36px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 9;
}

img {
    max-width: 100%;
}

.web-two .top-content {
    background: #2ABCEE;
    padding: 37px 61px 143px;
    box-shadow: 0px 3px 6px #00000029;
    color: #fff;
}

.web-two .top-content h3 {
    margin: 0 0 12px 0;
    font-size: 19px;
    font-weight: 400;
    font-family: "calluna-sans", sans-serif;
}

.web-two .top-content p {
    margin: 0;
    color: #fff;
}

.web-two .bg-file-upload input#file-upload {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.web-two .bg-file-upload {
    position: relative;
    width: calc(100% - 72px);
    margin: -110px auto 0;
}

.web-two .bg-file-upload label {
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #8a8a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    z-index: 2;
    padding: 0 36px;
    text-align: center;
}

.web-two .bg-file-upload label span {
    display: block;
    margin-top: 10px;
    font-family: "calluna-sans", sans-serif;
}

.web-two .bg-file-upload .image {
    position: relative;
    border: 3px solid #2ABCEE;
    border-radius: 18px;
    background: #fff;
}

.web-two .bg-file-upload .image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    z-index: 1;
}

.web-two .bg-file-upload .image img {
    width: 100%;
    border-radius: 18px;
    height: 198px;
    object-fit: cover;
}

.web-two .head-info {
    padding: 0 36px;
    text-align: center;
    margin: 9px 0 38px;
}

.web-two .head-info h2 {
    font-size: 26px;
    font-weight: bold;
    font-family: "futura-pt-bold", sans-serif;
    margin: 0 0 10px 0;
}

.web-two .head-info p {
    margin: 0;
    font-size: 18px;
    font-family: "calluna-sans", sans-serif;
}

.web-two .info .hr {
    height: 3px;
    background: #cecece9c;
    width: 100%;
    margin: 37px 0 27px;
}

.web-two .info {
    padding: 0 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.web-two .info .left-part {
    display: flex;
    align-items: center;
    width: 50%;
}

.web-two .info .left-part .star {
    background: #2ABCEE;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    text-align: center;
}

.web-two .info .left-part .pin {
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.web-two .info .left-part .pin span {
    font-size: 18px;
    color: #000000;
    padding-left: 10px;
}

.web-two .info .right-part {
    border-left: 1px solid #8a8a8a;
    padding-left: 7.246vw;
    width: 50%;
}

.web-two .info .right-part .currency {
    display: flex;
    align-items: center;
}

.web-two .info .right-part .currency span {
    font-size: 16px;
    color: #000000;
    padding-left: 10px;
}

.web-two .info .right-part .currency span strong {
    font-weight: 600;
}

.web-two .portfolio {
    padding: 0 36px;
    background-image: url('../images/bg-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.web-two .portfolio p {
    font-size: 14px;
    margin: 0;
}

.web-two .portfolio .image-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    padding-top: 25px;
}

.web-two .portfolio .image-grid .item {
    padding-left: 10px;
    width: 50%;
    padding-bottom: 10px;
}

.web-two .portfolio .image-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web-two .portfolio .image-grid .item .grid-file-upload {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid #2ABCEE;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.web-two .portfolio .image-grid .item .grid-file-upload input#file-upload {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.web-two .portfolio .image-grid .item .grid-file-upload img#grid-main-file[src=""] {
    display: none;
}

.web-two .portfolio .image-grid .item .grid-file-upload label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.web-two .portfolio .image-grid .item .grid-file-upload.success label {
    background: transparent;
}

.web-two .portfolio .image-grid .item .grid-file-upload label img,
#dropZoneImageUpload .dz-button img {
    width: auto;
    height: auto;
}

.web-two .portfolio .image-grid .item .grid-file-upload label span,
#dropZoneImageUpload .dz-button span {
    text-transform: uppercase;
    font-size: 18px;
    color: #C6C6C6;
    display: block;
    margin: 10px 0 0 0;
    font-family: "calluna-sans", sans-serif;
}

.web-two .portfolio .form-btn {
    padding: 50px 0;
}

.web-two .portfolio .form-btn button {
    margin-bottom: 10px;
}

.web-two .portfolio h3 {
    font-size: 19px;
    color: #041185;
    margin: 0 0 25px 0;
    font-family: "calluna-sans", sans-serif;
}

.main-file-upload input {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.main-file-upload {
    width: 162px;
    height: 162px;
    border-radius: 15px;
    background: #fff;
    padding: 5px;
    z-index: 2;
    position: relative;
}

.main-file-upload h1 {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.main-file-upload label {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    justify-content: center;
}

.main-file-upload label span {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-top: 9px;
    color: #041185;
    font-family: "calluna-sans", sans-serif;
}

.main-file-upload .image img {
    width: 100%;
    height: 149.2px;
    object-fit: contain;
    position: relative !important;
    top: -22px;
    z-index: -1;
    border-radius: 10px;
}

.main-file-upload .image img.success {
    object-fit: cover;
    position: unset;
}

.main-file-upload .inner {
    border: 3px solid #2ABCEE;
    border-radius: 11px;
    /* padding: 5px; */
}

.main-file-upload .image {
    height: 125px;
}

.image-container {
    position: relative;
}

.background-image {
    min-height: 350px;
    width: 100%;
}

.center-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 10px;
    text-align: center;
}

.web-two-form {
    padding: 0 36px;
    background-image: url('../images/bg-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.web-two .web-profile-image {
    padding: 0 36px;
    margin-top: -130px;
}

.web-two .web-profile-image .bg-cover img {
    height: 199px;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.web-two .web-profile-image .main-image {
    width: 128px;
    margin: 0 auto;
}

.web-two .web-profile-image .main-image {
    width: 128px;
    margin: -62px auto 0;
    /* height: 128px; */
    padding: 5px;
    border-radius: 15px;
    background: #fff;
    position: relative;
}

.web-two .web-profile-image .main-image .inner {
    border: 3px solid #2ABCEE;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.web-two-form .short-content {
    padding: 0 25px;
}

.web-two-form form {
    margin: 0;
}

.web-two-form h2 {
    font-family: "futura-pt-bold", sans-serif;
    text-align: center;
    margin: 18px 0 26px 0;
}

.web-two-form .short-content span {
    font-weight: bold;
    color: #2ABCEE;
}

.web-two-form .short-content p {
    margin: 0 0 20px 0;
}

.web-two-form .form-btn {
    padding: 50px 0;
}

.web-two-form button {
    margin-bottom: 15px;
}

.profile-head-part {
    display: flex;
    align-items: center;
    padding: 0 36px 0;
    background: #2ABCEE;
    box-shadow: 0px 3px 6px #00000029;
    color: #fff;
}

.profile-head-part .title {
    padding-left: 55px;
}

.profile-head-part .image {
    position: relative;
    top: 13px;
}

.profile-head-part .title h2 {
    font-size: 29px;
    font-family: "futura-pt-bold", sans-serif;
    margin: 0;
}

.profile-head-part .large-logo {
    padding-left: 28px;
    width: 100%;
    max-width: 165px;
}

.profile-head-part .large-logo img {
    width: 100%;
}

.profile-head-part .large-logo span {
    width: 100%;
    display: block;
    font-size: 27px;
    text-transform: uppercase;
    font-family: "futura-pt-bold", sans-serif;
    background: #F9BE03;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
}

.profile-head-part .title h2.small-size {
    font-size: 18px;
    line-height: 23px;
}

.profile-content-part {
    padding: 60px 0 0;
}

.profile-content-part .head-part {
    padding: 0 36px;
}

.profile-content-part h3 {
    text-align: center;
    color: #1D1D1B;
    font-size: 19px;
    line-height: 23px;
    margin: 0;
    font-family: "calluna-sans", sans-serif;
}

.profile-content-part strong {
    font-size: 15px;
    color: #1D1D1B;
    text-align: center;
    display: block;
    margin: 10px 0 0 0;
    font-family: "calluna-sans", sans-serif;
}

.profile-content-part .content {
    background-image: url('../images/bg-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 36px 104px;
}

.profile-content-part .content.profile-five {
    margin-top: 25px;
}

.profile-content-part .content h4 {
    font-size: 17px;
    color: #1D1D1B;
    margin: 0 0 12px 0;
    font-family: "calluna-sans", sans-serif;
}

.profile-content-part .content p {
    color: #1D1D1B;
    margin: 0;
}

.profile-content-part .content h5 {
    font-size: 21px;
    line-height: 25px;
    color: #041185;
    margin: 47px 0 0;
    font-family: "calluna-sans", sans-serif;
}

.profile-content-part .content a.fill-btn {
    margin-top: 18px;
}

.profile-content-part .head-part-two {
    padding: 0 36px;
}

/* .profile-content-part .head-part-two.border {
    padding: 0 61px;
} */
.profile-content-part .head-part-two h3 {
    text-align: left;
    margin: 0 0 4px 0;
}

.profile-content-part .head-part-two p {
    margin: 0;
    font-size: 19px;
}

.profile-content-part .head-part-two p span.yellow {
    color: #FFDF05;
    font-family: "futura-pt-bold", sans-serif;
}

.profile-content-part .content .form-btn {
    margin-top: 74px;
}

.profile-content-part .head-part-two h3.blue {
    color: #041185;
    text-align: center;
}

.profile-content-part .head-part-two h3.text-left {
    text-align: left;
}

.profile-content-part .head-part-two h3.add-spacing {
    padding: 0 0 0 25px;
}

.profile-content-part .content .form-btn button.fill-btn {
    margin-bottom: 15px;
}

.profile-content-part .head-part-two.border p {
    font-size: 14px;
    margin-top: 26px;
    border-bottom: 1px solid #8a8a8a;
    padding-bottom: 12px;
}

.radio-button-form {
    padding: 0 36px;
    margin-top: 18px;
    background-image: url('../images/bg-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.radio-button-form form .form-group.border:nth-last-child(2) {
    border-bottom: none;
}

.radio-button-form .form-btn {
    padding: 30px 0 45px;
}

.radio-button-form .form-btn button.fill-btn {
    margin-bottom: 10px;
}

.profile-content-part .head-part-two.border h3 {
    padding: 0 0 0 35px;
}

.profile-content-part .head-part-two.border p {
    padding: 0 0 12px 35px;
}

.web-three .head {
    padding: 37px 36px 0;
}

.web-three .head h3 {
    color: #041185;
    font-size: 19px;
    font-family: "calluna-sans", sans-serif;
    margin: 0 0 25px 0;
}

.web-three .head p {
    margin: 0;
    color: #1D1D1B;
}

.web-three .content {
    padding: 20px 36px 44px;
    background-image: url('../images/bg-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.web-three .content p {
    margin: 0;
    color: #1D1D1B;
}

.web-three .content p strong {
    font-style: italic;
    font-family: "futura-pt", sans-serif;
}

.web-three .content .info {
    padding-top: 40px;
}

.web-three .content .info p {
    margin-bottom: 5px;
}

.web-three .content .info strong {
    display: block;
    font-size: 21px;
}

.web-three .app-btn a.fill-btn {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 16px 16px 100px;
}

.web-three .app-btn a.fill-btn.grey {
    padding: 16px;
}

.web-three .app-btn a.fill-btn.grey {
    justify-content: center;
}

.web-three .app-btn {
    padding-top: 42px;
}

.web-three .app-btn a.fill-btn img {
    position: absolute;
    left: 15px;
}

.web-three-one {
    background: #2ABCEE;
    padding-top: 40px;
}

.web-three-one .main-logo-pin {
    padding: 0 36px;
}

.main-logo-pin {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-logo-pin .logo-pin {
    margin-left: -30px;
}

.web-three-one .celebration {
    text-align: center;
    padding: 38px 36px 15px;
}

.web-three-one .content {
    padding: 0 36px;
    text-align: center;
}

.web-three-one .content h3 {
    font-size: 21px;
    font-family: "futura-pt-bold", sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
}

.web-three-one .content p {
    font-size: 19px;
    color: #fff;
    margin: 0 0 2px 0;
}

.web-three-one .content strong {
    color: #fff;
    margin: 0 0 20px 0;
    display: block;
    font-size: 19px;
}

.web-three-one .bottom-section {
    padding: 24px 36px 83px;
    background-image: url('../images/bg-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.web-three-one .bottom-section.add-spacing {
    padding: 20vh 36px 10vh;
}

.web-three-one .bottom-section a.fill-btn {
    color: #CCF2FF;
}

.web-three-one .bottom-section a.fill-btn.yellow {
    color: #041185;
}

.web-three-one .update-profile-box {
    border: 3px solid #FFDF05;
    border-radius: 15px;
    background: #041185;
    padding: 14px;
    text-align: center;
    margin: 42px 0 17px;
}

.web-three-one .update-profile-box h4 {
    margin: 0;
    color: #FFDF05;
    font-size: 21px;
    font-family: "futura-pt-bold", sans-serif;
}

.web-three-one .update-profile-box strong {
    color: #fff;
    font-size: 19px;
    margin: 2px 0 0 0;
    display: block;
    font-family: "futura-pt", sans-serif;
}

.web-three-one .update-profile-box p {
    font-size: 19px;
    color: #fff;
    margin: 5px 0 0 0;
    display: block;
}

.overview {
    padding: 39px 36px 90px;
    position: relative;
    overflow: hidden;
}

.overview:before {
    content: "";
    background-image: url(../images/bg-shape.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.overview h3 {
    margin: 0;
    color: #041185;
    font-size: 19px;
}

.overview .list {
    margin-top: 26px;
}

.overview .list h4 {
    margin: 0 0 15px 0;
    color: #1D1D1B;
    font-size: 16px;
    font-family: "futura-pt-bold", sans-serif;
}

.overview .list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.overview .list ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 0 0 3px 0;
}

.overview .list ul li .title {
    display: flex;
}

.overview .list ul li .title p {
    margin: 0;
    color: #1D1D1B;
    word-break: break-all;
}

.overview .list ul li .title span {
    margin-right: 2px;
}

.overview .list ul li .price {
    min-width: 50px;
    margin: 0 0 0 auto;
    text-align: right;
}

.overview .total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 3px solid #8a8a8a;
    margin-top: 30px;
    padding-top: 30px;
}

.overview a.fill-btn {
    margin: 60px 0 0;
}

.expand-location {
    padding: 38px 36px 44px;
    position: relative;
    overflow: hidden;
}

.expand-location:before {
    content: "";
    background-image: url(../images/bg-shape.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.expand-location h3 {
    color: #041185;
    font-size: 19px;
    font-family: "calluna-sans", sans-serif;
    margin: 0 0 24px 0;
}

.expand-location p {
    margin: 0 0 20px 0;
    color: #1D1D1B;
}

.expand-location strong {
    color: #1D1D1B;
    font-size: 16px;
}

.expand-location ul {
    padding: 0;
    margin: 3px 0 20px 0;
    list-style-type: none;
}

.expand-location ul li {
    color: #1D1D1B;
    font-size: 16px;
}

.expand-location .plus-icon {
    width: 54px;
    height: 54px;
    background: #fff;
    border: 2px solid #2ABCEE;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.expand-location .plus-icon span {
    font-size: 50px;
    color: #8a8a8a;
    line-height: 50px;
}

.expand-location .form-btn {
    margin-top: 38px;
}

.app-top-part {
    background: #2ABCEE;
    padding: 50px 36px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.app-top-part:before {
    content: "";
    background-image: url(../images/bg-shape.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.app-top-part .main-logo-pin {
    margin-bottom: 22px;
}

.app-top-part .cartoon-with-cap {
    position: relative;
    top: 11px;
}

.app-bottom-part {
    background: #041185;
    padding: 25px 36px 70px;
}

.app-bottom-part h2 {
    text-align: center;
    margin: 0;
    font-size: 24px;
    color: #FFFFFF;
    font-family: "futura-pt-bold", sans-serif;
}

.app-bottom-part .buttons {
    margin-top: 50px;
}

.app-bottom-part .buttons button,
.app-bottom-part .buttons a {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.app-bottom-part .buttons button.fill-btn.yellow,
.app-bottom-part .buttons a.fill-btn.yellow {
    border: none;
}

.app-bottom-part .buttons button,
.app-bottom-part .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-bottom-part .buttons button img,
.app-bottom-part .buttons a {
    margin-right: 9px;
}

.app-bottom-part .buttons button.fill-btn.outline,
.app-bottom-part .buttons a.fill-btn.outline {
    padding: 13.5px 16px;
}

.homepage {
    background: #2ABCEE;
    padding: 50px 0 0;
}

.homepage .main-logo-pin {
    padding: 0 36px;
}

.homepage .login-form {
    padding: 34px 36px;
}

.homepage .login-form .buttons {
    margin-top: 55px;
}

.homepage .login-form .buttons button {
    margin-bottom: 10px;
}

.homepage .login-form h6 {
    font-size: 19px;
    margin: 0 0 15px 0;
    text-align: center;
    color: #fff;
    font-family: "futura-pt-bold", sans-serif;
}

.homepage .build-fix {
    padding: 0 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homepage .build-fix h2 {
    color: #CCF2FF;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: bold;
    font-size: 27px;
    line-height: normal;
    margin: 0;
    width: 160px;
}

.homepage .build-fix .cartoon {
    width: calc(100% - 160px);
    text-align: right;
}

.homepage .build-fix .cartoon img {
    width: 100%;
    max-width: 257px;
}

.homepage .login-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.homepage .login-content:before {
    content: "";
    background-image: url(../images/bg-shape.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.error {
    color: red !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 25px;
    padding: 10px;
    /* Add padding for better appearance */
    border: 1px solid transparent;
}

.alert-success {
    background-color: #d4edda;
    /* Green background color */
    color: #155724;
    /* Black text color */
    margin: 25px;
    padding: 10px;
    /* Add padding for better appearance */
    border-color: #c3e6cb;
    border: 1px solid transparent;
}

#dropZoneImageUpload {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content form {

    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 800px) {
    .profile-head-part {
        padding: 0 33% 0;
    }

    .homepage .login-form {
        padding: 34px 36px;
        max-width: 600px;
        margin: 0 auto;
    } 
}

.user-image-upload-container {
    display: flex;
    justify-content: space-between;
    margin-top : 20px;
    font-size: 19px;
}

.user-image-upload-container h3 {
    margin-top : 0px;
    color: #041185;
}

.text-danger {
    color: red;
}

.delete-button {
    margin-left: 20px;
}

.user-image-upload-section {
    padding: 30px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: #ccf2ff;
    align-items: center;
    text-align: center;
    color: #041185;
    font-size: 19px;
}

.upload-text {
    font-weight: bold;
    margin-left: -10px;
    font-size: 15px;
}

.selected-file {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.user-seprator {
    margin-top: 30px;
    margin-bottom: 30px;
}

.remove-user {
    float: right;
    cursor: pointer;
}

@media (max-width: 768px) {
    .center-box {
        top: 35%;
    }
}

.header {  
    background: linear-gradient(to bottom, transparent 50%,  #041185 50%), url('/images/bg-placeholder.png');  
    background-size: cover;  
    color: white;  
    padding: 30px;  
    display: flex;  
    align-items: center;
    z-index: -1;
}

.header-content {  
    display: flex;  
    justify-content: center;
    align-items: center;  
    width: 100%;
}

.header-logo img { 
    max-width: 100px; /* Adjust based on logo size */
    border-radius: 15px;
    margin-top : 50px;
    border: 4px solid #2ABCEE;
    box-shadow: 0 0 0 5px white;
}

.info {  
    text-align: center;
    color: white;
}

.info p {  
    color: white !important;
}

.rating-location {  
    margin-top: 10px;  
    font-size: 14px;
    text-align: left !important;
}  

.rating {  
    margin-right: 10px;  
}  

.upload {
    padding: 30px;
    height: 150px;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    font-size: 19px;
    background: #041185;
    justify-content:center;
    color: white;
}  

.upload button {  
    background: transparent;  
    border: none;
    color: white;
    cursor: pointer;  
    font-size: 16px;
}  

.gallery {
    margin-top : 20px;
    display: grid;  
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));  
    gap: 10px;  
}

.image {
    position: relative;
}

.image img {  
    height: 150px;
    border-radius: 5px;
    object-fit: cover;
} 

.remove-photo-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}

.remove-photo-btn:hover {
    background: rgba(0, 0, 0, 0.8); /* Darker on hover */
}

.rounded-radio-btn {
    border-radius: 50%;
}

.rounded-input {
    border-radius: 30px;
    padding: 14px 15px !important;
}