body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}


:root {
    --link-color: #3498db; /* Your desired link color */
    --text-color: #2c3e50;  /* Your desired text color */
}



.navbar {
     display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #ffffff;
    width: 100%;
    height: 82px;
}

.brand-title img {
    margin-top: -16px;
    /* margin-left: -76px; */
    margin-right: -76px;
    height: 88px;
    width: 300px;}

.toggle-button {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-left: 30px;
}

.toggle-button .bar {
    width: 40px;
    height: 6px;
    background-color: #000;
    margin: 4px 0;
    transition: background-color 0.3s;
}

.navbar-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
	    margin-top: -20px;
}

.navbar-links li {
    margin: 0 15px;
    position: relative;
}

.navbar-links a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.navbar-links a:hover,
.navbar-links .active {
    color: #ff6a10;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #575757;
}

.navbar-links li:hover .dropdown-content {
    display: block;
}
.pagesBanner img
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
	    height: 365px;
}
.pagesHeader
{
	margin-top:5%;
}
@media (max-width: 992px) {
    .navbar-links ul li {
        margin: 0 10px;
		
    }
}

@media (max-width: 768px) {
    .toggle-button {
        display: flex;
    }

    .toggle-button.active .bar {
        background-color: #ff6347; /* Change color when clicked */
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    	    .navbar-links ul {
        flex-direction: column;
        width: 109%!important;
        padding: 0;
        background-color: black;
        margin-left: -15px!important;
		margin-top: -66px;
    }

    .navbar-links ul li {
        text-align: center;
        margin: 10px 0;
    }

    .navbar-links.active {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dropdown-content {
        position: relative;
        min-width: 100%;
        box-shadow: none;
    }

    .dropdown-content a {
        text-align: center;
    }
	.aboutBannerImg2 img 
	
	{
		width:100%!important;
	}
	.BookingArea1 h2 {
    color: white;
    font-weight: bold;
    padding-top: 28px;
}
.BookingArea1 img {
    position: absolute;
    left: 0px;
    z-index: -1;
    height: 235pt!important;
    width: 100%;
}
    .pages-top {
        background: #ff6a00c7;
        margin-left: -16px;
        padding: 20px !important;
        width: 99% !important;
        color: white;
        filter: drop-shadow(2px 4px 6px black);
        margin-top: 11% !important;
    }
.layered-background {
    width: 100%;
    height: 240px!important;
}
}

@media (max-width: 600px) {
    .toggle-button {
       margin-left: auto;
    }

    .navbar-links ul li {
        margin: 8px 0;
	 
    }

    .navbar-links.active {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .toggle-button {
      margin-left: auto;
	  margin-top:-5%!important;
    }

    .navbar-links ul li {
        margin: 6px 0;
    }
	
	
	.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    width: 100%;
	
	
}
}

/* Further customization for better responsiveness */
@media (max-width: 400px) {
    .brand-title img {
                      height: 88px;
        margin-left: -13px;
		width: 235px;
    }

    .toggle-button {
        margin-left: auto;
		          margin-top: -5% !important;
		
    }

    .navbar-links ul li {
        margin: 5px 0;
    }
}


.topbanner img 
{
	    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: -1;
    height: 83%;
	 filter: grayscale(10%) brightness(0.5);
}
.banner-header
{
	background: #ff7b009e;
    margin-top: 10%;
    text-align: center;
    padding: 2%;
}
.banner-header h1 {
    color: #fff;
    font-size: 40pt;
    font-weight: 600;
    padding: 0 0 10px 0;
    /* text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
	    margin-top: 2%;
}
.banner-header p 
{
	    color: #fff;
    font-size: 18pt;
    font-weight: 500;
    padding: 0 0 0 0;
    /* text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}
.BookingForm
{    width: 90%;
    text-align: center;
    margin-left: 5%;
    background: #f1eeee;
    padding: 1%;
    /* border: 26px solid #ff5e00; */
    margin-top: 0%!important;
    border-radius: 33px;
}
 


/* Media queries for responsive image and banner header */
@media (max-width: 768px) {
  .topbanner img {
    height: auto; /* Ensure the height adjusts to maintain aspect ratio */
    width: 100%; /* Ensure the image scales to fit the width of the container */
    object-fit: cover; /* Cover the area while preserving aspect ratio */
  }

  .banner-header {
    padding: 10px; /* Adjust padding for smaller screens */
  }

  .banner-header h1 {
    font-size: 20pt; /* Adjust font size for smaller screens */
  }

  .banner-header p {
    font-size: 12pt; /* Adjust font size for smaller screens */
  }

  .banner-header button {
    font-size: 14pt; /* Adjust font size for buttons */
    padding: 8px 16px; /* Adjust padding for smaller screens */
  }
}

@media (max-width: 576px) {
  .topbanner img {
    height: 37%; /* Ensure the height adjusts to maintain aspect ratio */
    width: 100%; /* Ensure the image scales to fit the width of the container */
    object-fit: cover; /* Cover the area while preserving aspect ratio */
  }

  .banner-header {
    padding: 8px; /* Further reduce padding for very small screens */
	margin-top: 19%;
    text-align: center;
    padding: 2%;
  }

  .banner-header h1 {
    font-size: 17pt; /* Further adjust font size for very small screens */
  }

  .banner-header p {
    font-size: 10pt; /* Further adjust font size for very small screens */
	margin-top: -14px;
  }

  .banner-header button {
    font-size: 12pt; /* Further adjust font size for very small screens */
    padding: 6px 12px; /* Further adjust padding for very small screens */
  }
}



 .service-box {
           background: linear-gradient(135deg, #000000, #000000);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.4s, box-shadow 0.4s;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
            padding: 13px;
        }

        .service-box:hover {
            transform: scale(1.05);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
        }

        .service-box img {
            width: 100%;
            border-radius: 15px;
            transition: opacity 0.4s;
        }

       .service-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(224 101 0 / 91%);
    color: #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

        .service-box:hover .service-content {
            opacity: 1;
        }

        .service-title {
            font-size: 26px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }

        .service-description {
            font-size: 16px;
            color: #fff;
            text-align: center;
            padding: 0 20px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }

        .btn-book {
            background-color: #000;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            text-transform: uppercase;
            transition: background-color 0.3s, transform 0.3s;
        }

        .btn-book:hover {
           background-color: #ffffff;
    transform: scale(1.05);
    color: black;
    font-weight: bold;
	border:2px solid black;
}
       


.aboutContainer
{
	background-image:url('image/bg.jpg');
}
.about-content
{
	color:white;
	    margin-top: 3%;
}
.about-content h2
{
	font-weight:bold;
	font-size:1.8rem;
}
.about-img img
{
	width: 81%;
}
.about-content p 
{
	font-weight:bold;
}
.cmrair {
    width: 100%;
    float: left;
    color: #999;
    margin: 0 0 0 0;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(image/slider2.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
	    filter: grayscale(10%) brightness(0.5);
}

.hero-section h1 {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adds shadow to the text */
        color: yellow; /* Changes text color to yellow */
        font-weight: bold; /* Makes the text bold */
    }

    .hero-section .btn-default {
        background-color: white; /* Changes button background to white */
        border-color: #ccc; /* Adjusts border color to match the background */
		color: black;
    }

    .hero-section p {
        color: black; /* Changes paragraph text color to black */
    }



        .radioBtn {
            display: flex !important;
            flex-direction: row !important; /* Aligns items horizontally */
            align-items: center !important;
            justify-content: center !important; /* Centers items horizontally */
            margin-top: 20px !important;
        }

        .radioBtn .form-check-inline {
            margin: 10px !important; /* Adjusted margin for better spacing */
        }

        .radioBtn input[type="radio"] {
            display: none !important; /* Hides the default radio button */
        }

        .radioBtn label {
            display: flex !important;
            align-items: center !important;
            color: black !important; /* Text color for the label */
            cursor: pointer !important; /* Changes cursor to pointer on hover */
            font-size: 16px !important;
            position: relative !important;
            padding-left: 40px !important; /* Space for the custom radio button */
        }

        .radioBtn .custom-radio {
            position: absolute !important;
            left: 0 !important;
            width: 25px !important;
            height: 25px !important;
            border: 2px solid black !important; /* Border color */
            border-radius: 50% !important; /* Makes the border circular */
            background-color: white !important; /* Background color for radio button */
            transition: all 0.3s ease !important; /* Smooth transition for changes */
        }

        .radioBtn input[type="radio"]:checked + label .custom-radio {
            border-color: #ff6a10 !important; /* Border color when radio button is selected */
            background-color: #ff6a10 !important; /* Background color when selected */
        }

        .radioBtn input[type="radio"]:checked + label .custom-radio::after {
            content: '' !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            width: 15px !important;
            height: 15px !important;
            background-color: white !important; /* Color of the dot inside the radio button */
            border-radius: 50% !important;
            transform: translate(-50%, -50%) !important;
        }
		
		
		
		
		/* For devices with a maximum width of 767px (tablets and smaller screens) */
@media (max-width: 767px) {
    .radioBtn {
        flex-direction: column !important; /* Stack items vertically */
        align-items: center !important; /* Align items to the start */
		
    }

    .radioBtn .form-check-inline {
        margin: 10px 0 !important; /* Vertical margin */
    }

    .radioBtn label {
        font-size: 14px !important; /* Adjust font size for smaller screens */
        padding-left: 30px !important; /* Adjust space for the custom radio button */
    }
}

/* For devices with a maximum width of 575px (small screens) */
@media (max-width: 575px) {
    .radioBtn {
        /* Optional: You can further adjust styles for very small screens here */
    }

    .radioBtn label {
        font-size: 12px !important; /* Further adjust font size */
        padding-left: 25px !important; /* Adjust space for the custom radio button */
    }
}





.taxi-fleet-section {
   /* padding: 60px 0; */
    background: #eee; /* Yellow gradient with a unique angle */
    
    position: relative;
    overflow: hidden;
}

.taxi-fleet-section::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
    z-index: 0;
    opacity: 0.5;
}

.taxi-fleet-section h2 {
 
    font-size: 21pt;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin-top: 2%;
}


.taxi-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    margin-bottom: 30px;
	Background:#fff;
}

.taxi-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.taxi-card:hover img {
    filter: brightness(0.8);
}

.taxi-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.taxi-card .card-body {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
}

.taxi-card .card-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f77f00;
    border-bottom: 2px solid #000;
}

.taxi-card .card-title {
    color: #f77f00;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.taxi-card .card-text {
    color: #ddd;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .taxi-card img {
        height: 150px;
    }
}


.cmrair_inr
{
	    background: #ff6a00c2;
    padding: 28px;
    border: 6px solid white;
}





footer {
  padding: 7em 0; }

.footer-10 {
  background: #222222;
  padding: 0 0 4em 0; }
  .footer-10 .border-top, .footer-10 .border-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .footer-10 .footer-heading {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px; }
  .footer-10 p {
    color: rgba(255, 255, 255, 0.3); }
  .footer-10 a {
    color: #1089ff; }
  .footer-10 .con.con-1 {
    background: #1e1e1e; }
  .footer-10 .con.con-2 {
    background: #1c1c1c; }
  .footer-10 .con.con-3 {
    background: #252525; }
  .footer-10 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.2); }
    .footer-10 .list-unstyled li a:hover {
      color: #fff; }
  .footer-10 .con-info .icon {
    width: 50px;
    height: 50px;
    background: #1089ff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px; }
    .footer-10 .con-info .icon span {
      color: #fff;
      font-size: 24px; }
  .footer-10 .con-info span {
    color: rgba(255, 255, 255, 0.8); }
  .footer-10 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0; }
    .footer-10 .subscribe-form .form-group input {
      background: white !important;
      border: none !important;
      outline: none !important;
      color: rgba(0, 0, 0, 0.3) !important;
      font-size: 16px;
      border-radius: 0; }
      .footer-10 .subscribe-form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:focus {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .footer-10 .subscribe-form .form-group .submit {
      color: #fff !important;
      display: block;
      width: 130px;
      height: 52px;
      font-size: 16px;
      background: #1089ff !important;
      border: none;
      border-radius: 0; }
      .footer-10 .subscribe-form .form-group .submit:hover, .footer-10 .subscribe-form .form-group .submit:focus {
        text-decoration: none !important;
        outline: none !important; }
  .footer-10 .subscribe-form .subheading {
    display: inline-block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px; }
  .footer-10 .ftco-footer-social li a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff; }
	
	
	.fw-bold
{
	border-bottom: 4px solid #fe6404;
    height: 26px;
	    width: 87%;
}



.footer-logo {
  width: 100px; /* Adjust the width as needed */
  height: auto;
  margin-right: 15px;
  float: left;
}






















.suburbs-grid-container {
   /* max-width: 1200px; */
  margin: 0 auto;
  padding: 20px;
   /* background-color: #ffffff; */
 /*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
}

.suburbs-grid-container h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333333;
  position: relative;
  font-family: 'Georgia', serif; /* Font style for the heading */
  font-size: 2rem; /* Adjust font size as needed */
}

.suburbs-grid-container h2::after {
  content: '';
  display: block;
  width: 15%;
  height: 3px;
  background-color: #ff6600; /* Orange underline */
  position: absolute;
  bottom: -10px; /* Adjust the position of the underline */
  left: 50%;
  transform: translateX(-50%);
}

.suburbs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.suburb {
  background-color: #ffcc00; /* Yellow background color */
  color: black;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition for effects */
}

.suburb:hover {
  transform: scale(1.05); /* Slightly enlarge the suburb div on hover */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}
@media (max-width: 768px) {
  .suburbs-grid-container h2::after {
    width: 66%; /* Width for mobile screens */
  }
}

.suburbs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.suburb {
  background-color: #ffcc00; /* Yellow background color */
  color: black;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition for effects */
}

.suburb:hover {
  transform: scale(1.05); /* Slightly enlarge the suburb div on hover */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

@media (max-width: 992px) {
  .suburbs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .suburbs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .suburbs-grid {
    grid-template-columns: 1fr;
  }
}













.contact-section {
    background-color: #1c1c1c;
    color: white;
    padding: 20px 0;
    border-bottom: 3px solid #ff8c00; /* Orange line at the bottom */
}


.contact-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-icon {
    margin-right: 10px;
}

.contact-icon img {
    width: 50px; /* Adjust as necessary */
    height: auto;
}

.contact-info {
    text-align: left;
}

.contact-title {
    font-weight: bold;
    margin: 0;
}

.contact-info p {
    margin: 0;
}

.fa {
    font-size: 24px;
    color: #d4af37; /* Gold color */
}

/* For devices with a maximum width of 768px (tablets and smaller screens) */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
    }

    .contact-item {
        margin-bottom: 20px; /* Space between contact items */
        text-align: center; /* Center text within each contact item */
    }

    .contact-icon {
        margin-right: 0; /* Remove margin if centering icons */
    }
}

/* For devices with a maximum width of 575px (small screens) */
@media (max-width: 575px) {
    .contact-container {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
    }

    .contact-item {
        margin-bottom: 15px; /* Space between contact items */
        text-align: center; /* Center text within each contact item */
    }

    .contact-icon {
        margin-right: 0; /* Remove margin if centering icons */
    }

    .contact-info p {
        font-size: 14px; /* Adjust font size for smaller screens */
    }
}




  .map-section {
            padding: 20px 0;
            background-color: #f9f9f9;
            text-align: center;
        }
        .map-container {
            max-width: 100%;
            height: 450px;
            margin: 0 auto;
        }
  .pages-header
  {
	      background-image: url(image/pages-bg.webp);
    height: 295px;
    background-size: cover;
    background-position: center;
	    filter: grayscale(10%) brightness(0.5);
  }
 .pages-top {
  background: #ff6a00c7;
    margin-left: -16px;
    padding: 37px;
    width: 41%;
    color: white;
    filter: drop-shadow(2px 4px 6px black);
    margin-top: 5%;
}

.image-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-overlay img {
  width: 100%;
  height: auto;
  display: block;
}

.image-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 0, 0, 0.5); /* Red overlay with 50% opacity */
  pointer-events: none; /* Ensures the overlay doesn’t block interactions */
}



.layered-background {
     width: 100%;
    height: 422px;
    background-image: linear-gradient(rgb(35 34 34 / 50%), rgb(43 43 43 / 50%)), linear-gradient(rgb(28 28 28 / 30%), rgb(18 18 19 / 30%)), url(image/aboutbanner.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: bottom;
}






.BookingArea1 img
{
	 position: absolute;
  left: 0px;
  z-index: -1;
  height:159pt;
  width:100%;
}
.BookingArea1 h2{
	    color: white;
    font-weight: bold;
	    padding-top: 28px;
	
}
.BookingArea1 p{
	color:white;
	
}
.BookingArea1
{
	margin-top: 41px;
}


.CallBtn
{
	background: white;
    border: 1px solid #ff9d0b;
    color: #5a5757;
	margin-left:3px;
	margin-bottom: 1%;
}
.CallBtn:hover 
{
	color: #fff;
    text-decoration: none;
    border: 2px solid black;
}



.list-group-item h6 {
    text-decoration: none !important;
    border-bottom: none !important;
}





.bg-primaryy {
    --bs-bg-opacity: 1;
    background-color: #ff6a00c7!important;
	
	
}


.service-icon {
    font-size: 50px;
    margin-bottom: 20px;
}
    .pages-top2 {
    background: #ff6a00c7;
    margin-left: -15px;
    padding: 37px;
    width: 101%;
    color: white;
    filter: drop-shadow(2px 4px 6px black);
    margin-top: 0%!important;

}
 .pages-top2 h1{
	 	text-align:Center!important;
 }
 .pages-top2 p{
	 	text-align:Center!important;
 }
@media (min-width: 300px) and (max-width: 700px) {
	
	    .navbar-links ul {
        flex-direction: column;
        width: 109% !important;
        padding: 0;
        background-color: #ffffff;
        margin-left: -15px !important;
        height: 375px !important;
        margin-top: -2px;
        border-bottom: 2px solid black;
    }
	.BookingForm {
	margin-top: 19%;
	
	}
	.book-data h2 
	{
		    font-size: 1.2rem!important;
    font-weight: bold;
	}
.BookingArea1 h2 {
    color: white;
        font-size: 1.9rem !important;
    font-weight: bold;
    padding-top: 28px;
}	
	   .navbar-links ul {
        position:relative;
		overflow:hidden;
    }
.pagesBanner img
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
	        height: 262px!important;
}
.pagesBanner 
{
	position:absolute;
	z-index:-1;
}
.pagesHeader
{
	margin-top:62%!important;
}
   .pages-top2 {
      background: #ff6a00c7;
        margin-left: -2px;
        padding: 103px !important;
        width: 100% !important;
        color: white;
        filter: drop-shadow(2px 4px 6px black);
        margin-top: -10% !important;
    }
	
	
	
	
}






/* iPad Mini (all generations) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .toggle-button {
    
    flex-direction: column;
    cursor: pointer;
    margin-left: auto;
    color: black !important;
    /* background-color: blanchedalmond; */
    margin-top: -9%;
	
	}
	
	.toggle-button .bar {
    width: 40px;
    height: 6px;
    background-color: #ff9800;
    margin: 4px 0;
    transition: background-color 0.3s;
	}
}


