.alert {
            padding: 12px 20px;
    margin: 15px 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    height: fit-content;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: 35px auto;
}
.alert.success {
    background: #e6ffed;
    color: #065f46;
    border-left: 6px solid #10b981;
}
.alert.danger,.alert.failed {
    background: #ffe6e6;
    color: #991b1b;
    border-left: 6px solid #ef4444;
}
.alert.info {
    background: #e0f2fe;
    color: #1e3a8a;
    border-left: 6px solid #3b82f6;
}
.sub-header {
    background-color: #bb1818;
    padding: 10px 0px;
    color: white;
    border-bottom: 0px solid #eee;
}
.sub-header ul.info li {
    font-size: 14px;
    color: #ffffff;
    margin-right: 25px;
    padding-right: 25px;
}

.sub-header ul.info li i {
    font-size: 20px;
    color: #ffffff;
    margin-right: 8px;
}

.sub-header ul.social-links li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}
	.header-area {
    position: sticky;
    background-color: #fff;
    height: 100px;
    z-index: 100;
    top: 0;
    z-index: 3331;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}


	.header-area .main-nav img {
	
	    height: 69px;
    width: auto;
    margin: 0 auto;
    padding: 0px;
	}
	
	.header-area .main-nav {
    display: flex;
    align-items: baseline;
    height: 79px;
}


.main-banner {      min-height: 300px;
    overflow: hidden;
    height: auto;
    border: 0px solid red;
    z-index: 333;
    position: relative;}
.main-banner img{    position: absolute;
    z-index: 1;
    filter: brightness(0.5);}

.form-main {
        max-width: 600px;
    z-index: 3;
    position: relative;
    margin: 100px auto;
    width: 90%;
}

.search-box {
               display: grid;
    border: 3px solid #bb1818;
    border-radius: 5px;
    background: #fff;
    grid-template-columns: 30% 30% 30% auto;
    margin-top: 30px;
    align-items: anchor-center;
}
.select-box {position:relative;}

.search-box  .select-box select {
     
        padding: 8px 15px;
    border: none;
    outline: none;
    font-size: 18px;
    width: -webkit-fill-available;
}

.search-box  .select-box p {     position: absolute;
    top: -34px;
    color: #ffffff;
    line-height: 1;
    padding: 6px;
    left: 5px;
    font-weight: 500;}


.search-box button {
     background: #bb1818;
    border: none;
    color: #fff;
    font-size: 22px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-box button:hover {
  background: #0056b3;
}

.sr-only {
         position: relative;
    font-size: 40px;
    height: auto;
    font-weight: 500;
    color: white;
    text-align: center;
    width: 100%;
    white-space: break-spaces;
}


.contact-content .item {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    background-color: #fff;
    margin: 20px;
}

.properties .item ul li {
        display: flex;
    font-size: 13px;
    color: #4a4a4a;
    margin-right: 0px;
    padding: 5px;
    justify-content: space-between;
}

.properties .item ul li span {
    font-weight: 600;
    color: #1e1e1e;
    font-size: 12px;
}
.specialty_span {         padding: 4px 9px;
    border-radius: 25px;
    font-size: 12px;
    display: inline-flex;
    align-items: anchor-center;
    min-width: 59px;
    margin: 2px;
    color: #bb1818;
    background: #bb181824;}
	
	.properties .item img {
        border-radius: 150px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    background: #e0dada;
    border: 1px solid #b3b0b0;
    margin: 0 auto;
    display: block;
}

.properties .item h6 {
    font-size: 20px;
    color: #bb1818;
    display: block;
    float: none;
    margin-top: 0px;
    margin: 0px;
}

.properties .item h4 {
    font-size: 15px;
    margin: 0px 0px;
    margin-bottom: 10px;
}

.properties .item span.category {
    background-color: #dfdfdf;
    font-weight: 500;
    border-radius: 14px;
    font-size: 14px;
    color: #000000;
    padding: 3px 12px;
    display: grid;
    width: fit-content;
    margin: 10px 0px;
    grid-template-columns: 20px auto;
    align-items: anchor-center;
}

.main-button a {
    display: inline-block;
    background-color: #bb1818;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border-radius: 25px;
    width: -webkit-fill-available;
    transition: all .3s;
}

.main-button a:hover {
  background-color: #bb1818;
  color: #fff;
}

.offset-lg-4 {
    margin-left: 0;
    width: -webkit-fill-available;
    text-align: center;
    display: flex;
    justify-content: center;
}

#map iframe {    width: 100%;
    height: 400px;}
	
	.contact-content .item h6 {
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    padding: 1px;
    line-height: 2;
}

.btn-2 {    color: #bb1818;
    width: -webkit-fill-available;
    max-width: 300px;
    text-align: center;
    padding: 7px;
    margin: 10px auto;
    border-radius: 20px;
    border: 1px solid;}
	.btn-2:hover   {
		    background: black;
    color: white;
	}
	
	.booking-form {
          background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 600px;
    width: 100%;
    margin: 30px auto;
    }

    .booking-form h2 {
      text-align: center;
      margin-bottom: 20px;
      color: #333;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      margin-bottom: 6px;
      font-weight: bold;
      color: #555;
    }

    .form-group input, 
    .form-group select, 
    .form-group textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
    }

    .form-group textarea {
      resize: vertical;
      min-height: 80px;
    }
	
	.form-group input[type=checkbox]{
		        margin: 11px;
    width: 35px;
    height: 17px;
    top: -1px;
    position: relative;
	}

    .btn-submit {
      width: 100%;
      background: #2563eb;
      color: white;
      padding: 12px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .btn-submit:hover {
      background: #1e40af;
    }
	
  /* Disabled button */
  #submitBtn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    color: #666;
  }
	.dis-flex {
  display: flex;
  gap: 10px; /* space between select & input */
}

.dis-flex select,
.dis-flex input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.dis-flex select {
  width: 100px;   /* fixed width for country code */
  flex-shrink: 0; /* prevent shrinking */
}

.dis-flex input {
  flex: 1;        /* take remaining space */
}



.wtsp_icon {    background: #2cac32;
    width: fit-content;
    color: white;
    padding: 5px;
    font-size: 30px;
    width: 55px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    height: 55px;
    border-radius: 42px;
    position: fixed;
    z-index: 6;
    right: 10px;
    bottom: 20px;
    border: 2px solid #119616;}
	
	.login-links {    margin: 10px;
    position: relative;
    display: block;
    color: black;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;}
	
	/* General form styles */
.my_account {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.my_account h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}

/* Form groups */
.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 6px;
  color: #444;
}

/* Input fields */
.my_account input,
.my_account select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.my_account input:focus,
.my_account select:focus {
  border-color: #0077ff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 119, 255, 0.3);
}

/* Flexbox for contact number */
.dis-flex {
  display: flex;
  gap: 10px;
}

.dis-flex select {
  flex: 0.4;
}

.dis-flex input {
  flex: 1;
}

/* Button */
.btn-submit {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: #0077ff;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #005fcc;
  transform: translateY(-1px);
}

.btn-submit:active {
  transform: translateY(0);
}

.tracking_id_list {       padding: 10px;
    display: block;
    position: relative;
    border: 1px solid #e7e7e7;
    color: black;
    max-width: 500px;
    margin: 10px auto;
    border-radius: 3px;
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;}




#myChart, #myChart2 {
        display: inline-block !important;
    width: 48% !important;
    height: auto !important;
    vertical-align: middle;
  }
  
  #myChart2 {
        display: inline-block !important;
    width: 30% !important;
	
  }
  
  #myTable {       caption-side: bottom;
    border-collapse: collapse;
    width: -webkit-fill-available;
    max-width: 900px;
    margin: 10px auto;}
  
#myTable td .icon {    font-size: 20px;
    margin: 0 auto;}
#myTable td .center {
	text-align:center;
}	
#myTable td .right {
	text-align:right;
}	
#myTable td .left {
	text-align:right;
}	
		
	.buttons-html5 {    background: #1eb81e;
    color: white;
    padding: 10px;
    border: 0px;
    margin: 10px;
    border-radius: 2px;}
	
	.dt-container {
       position: relative;
    clear: both;
    background: white;
    overflow: auto;
}

#myTable td,th {       font-size: 16px;
    text-align: left;}
#myTable input{    width: 100px;
    padding: 7px 5px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #7c7c7c;
    border-radius: 4px;}
	
	#myTable tbody tr:hover {background: #cbcaca}
	#myTable tr:nth-child(2n+2){    background: #efefef;} 
	
	label[for=dt-length-0] {display:none !important}
	.dt-length,.dt-buttons,.dt-search {display:inline-block;}
	
	.refresh_cont {background:white;}
	.refresh_cont h1 {    padding: 20px 18px;
    text-align: center;
    margin: 0px;
    font-size: 2em;}
	
	#myTable td i {    background: white;
    padding: 5px;
    margin: 1px 5px;
    display: inline-block;
    border-radius: 3px;
    font-size: 18px;}
	#myTable td i.fa-trash {color:red;}
	
	#myTable td .fa-external-link {    color: chocolate;}
	#myTable td .fa-edit{    color: blue;}
	#myTable td .fa-whatsapp{    background: green;
    color: white;}
	#myTable td .fa-facebook{    background: blue;
    color: white;}
	
	#myTable_info {    font-size: 12px;
    padding: 10px 0px;
    color: gray;}
	