.php-email-form2 .form-control {
    font-size: 11px !important;
}
.php-email-form2 .text-danger {
    font-size: 11px !important;
    color: red;
}
.portfolio-details .portfolio-description2 h2 {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 15px;
}
.portfolio-details .portfolio-description2 h3 {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 15px;
}
.inner-page .inner-form h2 {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 5px;
}
.pdp-product-service-sub {
    display: inline-block;
    font-size: 12px;
    color: #9f9593;
    vertical-align: middle;
}

/*<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">*/
.dropdown-menu {
    font-size: .8rem !important;
}
.chart {
  width: 100%; 
  min-height: 450px;
}
.row {
  margin:0 !important;
}

    /* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input[type=text], select, textarea {
  padding: 5px;
  width: 100%;
  font-size: 17px;
  /*font-family: Raleway;*/
  border: 1px solid #aaaaaa;
border-radius: .25rem;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
   /* font-weight: 500px; */
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
/*.tab {
  display: none;
}*/

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
/* start cat */
 .input-hidden {
  position: absolute;
  left: -9999px;
}
/* Stuff after this is only to make things more pretty */
input[type=radio] + label>img {
	
  /*border: 1px dashed #444;*/
  width: 40px;
  height: 40px;
  -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: opacity(.7) ;
       -moz-filter: opacity(.7);
            filter: opacity(.7);
}

input[type=radio]:hover + label>img {
  /*border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;*/
  -webkit-filter: brightness(1.1) ;
       -moz-filter: brightness(1.1) ;
            filter: brightness(1.1) ;
}

input[type=radio]:checked + label>img {
  /*border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;*/
  -webkit-filter: brightness(1.1) ;
       -moz-filter: brightness(1.1) ;
            filter: brightness(1.1) ;
   transform: 
    rotateZ(-10deg) 
    rotateX(10deg);
}
/*end cat */
.cc-selector {
	display:inline-grid;
    /*width:150px;
	height:150px;
	padding-top:50px;*/
}
.cc-selector p {
	text-align: center;
}    
  .cc-selector input{
	margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.cc-selector label{
	/*margin: 0 auto;*/
	color: #00000;
	text-align:center;
	/*padding-right:25px;*/
}

.cc-selector input:active +.drinkcard-cc{opacity: 1;}
.cc-selector input:checked +.drinkcard-cc {
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
			
}
.input-group-addon {
    background-color: green !important;
}
.dropdown-menu {
    /*border-color: green !important;*/
    border: 1px solid #aaaaaa;
}
.errorMessage {
    color: darkred;
}
.txtRed {
    color: red;
    font-size: 18px;
}
.email-link {
    color: #007bff; /* Customize the color of the email links */
    text-decoration: none; /* Optional: removes the default underline */
}

.email-link:hover {
    color: #0056b3; /* Change the color when the link is hovered */
    text-decoration: underline; /* Adds underline on hover */
}

.modal-header, .close {
    background-color: #2d3e52;
    color:white !important;
    text-align: center;
    font-size: 30px;
  }
  .modal-footer {
    background-color: #f9f9f9;
  }
   .modal-backdrop {
    z-index: 100000 !important;
  }

  .modal {
    z-index: 100001 !important;
  }

/*button*/
#bookNowBtn {
    background-color: #17a2b8;  /* Green color */
    color: white;               /* White text color */
    border-color: #17a2b8; 
	margin-right: 200px;              /* Remove border */
}

/* Button hover effect */
#bookNowBtn:hover {
   background-color: #0290a7;*/  /* Blue background on hover */
                     cursor: pointer;           /* Change cursor to pointer */
}

/* Default button color */
.btn-primary {
    background-color: #17a2b8;  /* Blue background */
    color: white;               /* White text color */
    border: none;               /* Remove border */
}

/* Button hover effect */
.btn-primary:hover {
    background-color: #0290a7;  /* Light blue background on hover */
    color: white;               /* White text on hover */
    cursor: pointer;           /* Change cursor to pointer */
}
/*blur box*/
 .blurred-box {
        background: rgba(0, 0, 0, 0); /* Semi-transparent background for the blur effect */
        backdrop-filter: blur(10px); /* Apply blur effect */
        padding: 30px;
        border-radius: 10px;
        color: white;
    width: 900px;
}



#bia-service-banner {
    padding-top: 50px;
   background-color: #fff;
}

.service-card {
    background-color: #17a2b8;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;  /* Smooth transition for hover effect */
}

.service-card .card-body {
    padding: 30px;
}

.service-card .card-title {
    font-size: 24px;
    font-weight: bold;
}

.service-card .card-text {
    font-size: 16px;
    line-height: 1.5;
}

/* Hover effect for service card */
.service-card:hover {
    background-color: #17a2b8;  /* Darker green */
    color: white;
}

/* Process card (Departure & Arrival) */
.process-card {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;  /* Smooth transition for hover effect */
}

.process-card .card-body {
    padding: 20px;
    border-radius: 10px;
}
.process-card .card-title {
    font-size: 20px;
    font-weight: bold;
    color: #17a2b8;
}
 
.process-card .card-text .{
    font-size: 16px;
    //color: #555;
    line-height: 1.5;
}

/* Hover effect for process cards */
.process-card :hover {
    background-color: #17a2b8;  /* Blue background on hover */
    color: white;
  /* White text on hover */
}
.process-card:hover .card-title {
    color: white;  /* White color for the title text when hovering */
}
@media (max-width: 768px) {
    .service-card, .process-card {
        margin-bottom: 20px;
    }
 .blurred-box {
            top: 500px; /* Moves the box a bit below */
            padding: 20px; /* Adjust padding for smaller screens */
		width:auto;
        }

        .hero {
            height: auto; /* Allow the container to adjust to the content's height on mobile */
        }

}
.pt-5, .py-5 {
    padding-top: 2.5rem !important;
}

/* External CSS for Styling */
.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.form-control {
    font-family: Arial, sans-serif;
height: calc(1.3em + .75rem + 2px);
}

.form-row .form-group {
    margin-bottom: 1rem;
}

.txtRed {
    color: red;
}

/* Error Styling */
.input-error {
    border-color: red;
}

.error-msg {
    color: red;
    font-size: 0.875rem;
}

.agree-label {
    display: flex;
    align-items: center;
}

.agree-text {
    margin-left: 10px;
}

.txtRed {
    color: red;
    font-size: 0.5em;
    vertical-align: super; /* Move the * to superscript position */
}
.col-md-6,col-md-12 {
position: relative;
    width: 100%;
  /* padding-right: 5px;
    padding-left: 5px;*/}