/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}
.mb-3{
    margin-bottom:20px
}
/* Navbar */
.navbar {
    background: black;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
#mobile_number{
padding-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
  
  #mobile_number::placeholder {
  left:0px;
}


.iti__flag-container {
  position: static;
  width: 50px;
  height: 38px;
  background: white;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top: 1px solid #d3d5d9;
}
  .iti.iti--allow-dropdown {
  display: grid;
  grid-template-columns: 1fr 11fr;
  width: 100%;
}
#enquireForm input{
    margin-bottom: 15px;
}
/* Background Container */
.container {
    background: url('burj-khalifa-black-white.jpg') no-repeat center center/cover;
    
    /* background-image: linear-gradient( 109.6deg,  rgba(192,54,57,1) 11.2%, rgba(100,20,21,1) 56.8% ); */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-position: top;
}

/* Registration Box */
.register-box {
    display: flex;
    width: 70%;
    background: #ffffff3b;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    height: 93%;
    backdrop-filter: blur(3px);
}

/* Left Section */
.left-section {
    color: white;
    display: grid;
    align-content: center;
    padding:10px 30px;
    row-gap: 30px;
    width: 50%;
    /*background-image: linear-gradient( 109.6deg, rgba(192,54,57,0.5) 11.2%, rgba(100,20,21,0.9) 56.8% );*/
    background-image:url('Top-View-Tablet-Mockup.jpg');
    background-size:cover;
    background-position:right;
}

.left-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Section */
.right-section {
    width: 50%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.3);
    display: grid;
  align-content: center;
}

.right-section h2 {
    color: #b63235;
    text-align: center;
    font-size:32px;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.iti{
    width: 100%;
}
/* Bootstrap 5 Form Control Styles */
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Placeholder Text */
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

/* Input Focus */
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Disabled State */
.form-control:disabled, 
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

/* Form Control (for small and large inputs) */
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

/* Invalid Input */
.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="%23dc3545" d="M7.938 2.016a.905.905 0 0 1 1.125 0l5.857 4.771c.375.305.583.81.457 1.305l-2.24 9.045a.905.905 0 0 1-.875.705H4.225a.905.905 0 0 1-.875-.705L1.11 8.092a1.105 1.105 0 0 1 .457-1.305l5.857-4.771z"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Valid Input */
.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="%23198754" d="M16 8a8 8 0 1 1-16 0 8 8 0 0 1 16 0zM6.75 10.93L4.325 8.504l-.707.708 3.132 3.132 6.573-6.573-.708-.707L6.75 10.93z"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


button {
  width: 100%;
  padding: 12px;
  background-image: linear-gradient( 109.6deg, rgba(192,54,57,1) 11.2%, rgba(100,20,21,1) 56.8% );
  color: white;
  font-size: 15px;
  border: none;
  border-radius: 41px;
  cursor: pointer;
}

button:hover {
    background: #b71c1c;
}

#theBtnsWrapper{
    display: grid;
    grid-auto-flow: column;
    column-gap: 10px;
}

@media(max-width: 810px){
    .register-box{
        width:100%;
    }

}

/* Responsive Design */
@media (max-width: 768px) {
    #theBtnsWrapper{
    row-gap:10px;
    grid-auto-flow: row;
}
   
    .container{
        height:100%;
         background: url('mobile-burj-khalifa.jpg') no-repeat center center/cover;
    }
    .register-box {
        flex-direction: column;
        width: 100%;
        max-width: 400px;
    }

    .left-section {
        width: 100%;
        height: 444px;
        padding: 40px;
    }

    .right-section {
        width: 100%;
        padding: 20px;
        height:auto;
    }
    .right-section small{
       font-size: 10px;
    text-align: center;
    }
}


 .footer {
            background-color: black;
            color: white;
            height: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }

        .footer .copyright {
            font-size: 14px;
        }

        .footer .email {
            font-size: 16px;
            font-weight: bold;
        }

        .footer .social-icons {
            display: flex;
            gap: 15px;
            padding-right: 15px;
        }

        .footer .social-icons a {
            color: white;
            font-size: 20px;
            text-decoration: none;
            transition: 0.3s;
        }

        .footer .social-icons a:hover {
            color: gray;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .footer {
                flex-direction: column;
                text-align: center;
                height: auto;
                padding: 15px 0;
            }

            .footer .social-icons {
                margin-top: 10px;
            }
        }
